Logical Topology
Also called signal topology. Every LAN has a topology, or the way that the devices on a network are arranged and how they communicate with each other. The way that the workstations are connected to the network through the actual cables that transmit data — the physical structure of the network — is called the physical topology. The logical topology, in contrast, is the way that the signals act on the network media, or the way that the data passes through the network from one device to the next without regard to the physical interconnection of the devices.
Logical topologies are bound to the network protocols that direct how the data moves across a network. The Ethernet protocol is a common logical bus topology protocol. LocalTalk is a common logical bus or star topology protocol. IBM’s Token Ringis a common logical ring topology protocol.
A network’s logical topology is not necessarily the same as its physical topology. For example, twisted pairEthernet is a logical bus topology in a physical star topology layout. While IBM’s Token Ring is a logical ring topology, it is physically set up in a star topology.
For network diagrams, see Network Topology Diagrams in the Quick Reference section of
Read Also:
- look-and-feel
Refers to the general appearance and operation of a user interface. This is a hot legal issue because some software companies are claiming that competitors who copy the look-and-feel of their products are infringing on their copyright protection. To date, the courts have not ruled definitively on this matter.
- Loop
One of the three basic logic structures in computer programming. The other two logic structures are selection and sequence. In a loop structure, the program asks a question, and if the answer requires an action, it is performed and the original question is asked again until the answer is such that the action is no […]
- loopback
(1) In telecommunications, loopback is a method used to perform transmission tests of the lines at the switching center. (2) Loopback is a communication channel with only one endpoint. TCP/IP networks specify a loopback that allows client software to communicate with server software on the same computer. users can specify an IP address, usually 127.0.0.1, […]
- Loopback Address
Loopback address is a special IP number (127.0.0.1) that is designated for the software loopback interface of a machine. The loopback interface has no hardware associated with it, and it is not physically connected to a network. The loopback interface allows IT professionals to test IP software without worrying about broken or corrupted drivers or […]
- loopback plug
Also referred to as a loopback adapter. A connection device that is plugged into a computer’s port in order to perform a loopback test.