Home Common Problem What is the current topology of local area networks?

What is the current topology of local area networks?

Jan 04, 2021 pm 04:32 PM
local area network Topology

The current topology structures of local area networks are generally bus, ring, and star structures, and other topologies are mostly derived or combined from these three structures. There are two types of cyclic structures, namely single-ring structure and double-ring structure. Token ring is a typical representative of a single-ring structure, and Fiber Distributed Data Interface (FDDI) is a typical representative of a dual-ring structure.

What is the current topology of local area networks?

The operating environment of this tutorial: Windows 7 system, Dell G3 computer.

Network topology refers to the physical layout of various devices interconnected using transmission media. In order for computers and other devices in the network to be interconnected, they need to be connected in a certain structural manner. This connection method is called "topology". In layman's terms, it is how these network devices are connected together. Common network topologies mainly include: bus structure, ring structure, star structure, tree structure and mesh structure.

Local Area Network (LAN) is a private network that generally exists within a building. Local area networks are widely used to connect personal computers and consumer electronic devices, allowing them to share resources (such as servers, printers) and exchange information. When a LAN is used in a company, it is called an Enterprise Network.

LANs are generally divided into two types: wired LANs and wireless LANs. Wired LANs use a variety of different transmission technologies. Most of them use copper wire as the transmission medium, but some use optical fiber. Typically, wired LANs operate at rates between 100 Mbit/s and 1 Gbit/s, with very low latency (microseconds or nanoseconds) and few errors. Newer LANs can even operate at rates up to 10 Gbit/s.

Common LAN topologies can be divided into: bus type, ring type, and star type. Most of the remaining topological structures are derived or combined from these three structures.

Bus-type structure

The bus-type structure uses a single communication line (bus) as a public transmission channel, and all nodes pass the corresponding The interface is directly connected to the bus and data is transmitted through the bus. For example, computers or other shared devices that make up a network are connected on a single cable, as shown in Figure 1. Because a single cable supports only one channel, computers and other shared devices connected to the cable share all of the cable's capacity. The more devices connected to the bus, the slower the network sends and receives data. [4]

Bus-type networks use broadcast transmission technology. All nodes on the bus can send data to the bus, and the data is propagated along the bus. However, since all nodes share the same common channel, only one station is allowed to send data at any time. When one node sends data and propagates on the bus, the data can be received by all other nodes on the bus. After receiving the data, each site analyzes the destination physical address and then decides whether to receive the data. Thick and thin coaxial cable Ethernet are typical representatives of this structure.

Ring structure

In the ring structure, each workstation has the same status. They are connected to each other sequentially to form a closed ring. Data can be single in the ring. Transmit in either direction or in both directions. The ring topology has a simple structure and a certain transmission delay. However, the communication lines between each station in the ring and the connecting station will become a bottleneck for network reliability. A communication failure at any station in the ring will cause network paralysis.

There are two types of cyclic structures, namely single-ring structure and double-ring structure. Token ring is a typical representative of a single-ring structure, and Fiber Distributed Data Interface (FDDI) is a typical representative of a dual-ring structure.

Star structure

Each node in the star structure has a point-to-point link with the central node (public central switching equipment, such as switches, hubs, etc. ) are connected, as shown in Figure 3. If a node in a star network sends data to another node, it first sends the data to the central device, and then the central device forwards the data to the target node. The transmission of information is realized through the storage and forwarding technology of the central node, and can only communicate with other nodes through the central node. Star network is the most commonly used topology in local area networks.

If you want to read more related articles, please visit PHP Chinese website! !

The above is the detailed content of What is the current topology of local area networks?. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Win11 cannot connect to LAN printer, how to solve it? Win11 cannot connect to LAN printer, how to solve it? Jul 01, 2023 am 08:57 AM

What should I do if win11 cannot connect to the LAN printer? Many users' win11 systems cannot connect to the shared printer normally when using the LAN printer function. This problem may occur because the connection steps or a certain functional service are not turned on. Today, the editor has brought you a variety of solutions. Many friends do not know how to operate in detail. The editor below has compiled tips for solving the problem of Win11 computers not being able to connect to shared printers. If you are interested, follow the editor to read below. Look! Tips for solving the problem that win11 computer cannot connect to a shared printer 1. First, press the Win+X key combination on the keyboard, or right-click the Windows start icon on the taskbar, and select Run from the hidden menu item that opens; 2. Run window

How to view all IP addresses in LAN using cmd How to view all IP addresses in LAN using cmd Feb 20, 2023 pm 02:22 PM

How to view all IP addresses on the LAN using cmd: 1. Press the "Win+R" shortcut key to open the "Run" window; 2. After entering "CMD" in the "Run" window, press the Enter key; 3. In the open "Command" In the "Prompt" interface, enter the command "arp -a" and press the Enter key; 4. From the returned results, you can see the IP addresses of all computers in the local LAN that communicate with the machine.

Why do LAN IPs usually start with 192.168 instead of 1.2 or 193.169? Why do LAN IPs usually start with 192.168 instead of 1.2 or 193.169? Aug 02, 2023 pm 03:42 PM

People who configure routers often use the default IP address of the router as the gateway. Changing it to another IP address is both confusing and troublesome. Don’t believe it yet, people who often do network maintenance set IP addresses, and input “192.168” very smoothly. But this is not the root cause.

How to use EasyTier remote networking How to use EasyTier remote networking Jun 19, 2024 am 10:14 AM

EasyTier is an open source, free, decentralized intranet penetration remote networking tool. It is an easy-to-use and feature-rich remote networking solution, suitable for remote office collaboration, game connection and other scenarios. The following is a brief introduction to how to use EasyTier remote networking. Download the easytier-gui program and install it. Download address: https://github.com/EasyTier/EasyTier Just set it up as shown above on the computer that needs to be networked. Virtual IPv4 address: required. For example, computer A is 10.10.10.1, B is 10.10.10.2, and C is 10.10.10.3. It cannot be repeated. (Such IP segments are available: 10.

How to solve the network problem that Win11 cannot recognize other computers on the LAN? How to solve the network problem that Win11 cannot recognize other computers on the LAN? Jan 30, 2024 am 10:51 AM

How to solve the problem that other computers in the LAN cannot be found in the Win11 network? The method is very simple. Users can go to Change Advanced Sharing Settings under Network and Internet Settings under the Control Panel, and then select Start Network Discovery to perform the operation. Let this site carefully introduce to users the solution to the problem that other computers on the LAN cannot be found in the Win11 network. Solution to the problem that other computers on the LAN cannot be found in the Win11 network 1. First, we open the control panel. 2. Then enter the network and internet settings. 3. Then open the Network and Sharing Center. 6. There is also a check mark in the guest options below to enable network discovery. It should be noted that both sides of the LAN must be turned on. If one side

What does network topology diagram mean? What does network topology diagram mean? Jun 28, 2023 pm 05:21 PM

Network topology diagram is an important visualization tool in today's network field, used to describe and display the structure and connection of computer networks. It shows the relationships and communication paths between various nodes in the network in a graphical form, helping us better understand the layout and working mode of the network.

What should I do if I can't see other computers in Windows 10 LAN? What should I do if I can't see other computers in Windows 10 LAN? Jul 18, 2023 am 08:02 AM

Many users share files with other computers through the LAN, but some Windows 10 users report that they cannot see other computers in the LAN. What should they do? You first open the advanced sharing settings and select "Enable network discovery" and "Turn on file and printer sharing." Later, open the service panel, find the Server service item, and right-click to start it. Then open the Programs and Functions panel, choose to turn on or off Windows features, and check "SMB1.0/CIFS shared file support". What to do if you can't see other computers in Windows 10 LAN: 1. First, right-click the "This PC" logo and select the "Properties" menu item in the pop-up menu; 2. Then, in the opened Network and Sharing Center window,

What are the topologies of computer networks? What are the topologies of computer networks? Feb 22, 2023 am 11:30 AM

The topology of a computer network refers to the physical structure of nodes and lines formed by computers or equipment on the Internet and transmission media. It mainly includes star topology, bus topology, ring topology, tree topology, and hybrid topology. , network topology, switching power supply topology; among them, star network topology is the most widely used network topology.