Lesson 1 - Physical Network Topology Flashcards
Topology
Network Specification that determines the network’s overall layout, signaling, and data flow patterns
Physical Topology
Describes a network’s physical wiring layout or shape
Logical Topology
Describes the paths through which data moves
Point to Point Connections
Direct connection between two nodes on a network
Ex: Connecting one host’s NIC directly to another host’s NIC via Cat5 crossover cable
Multipoint Connections
Connections between multiple nodes
Radiated Connections
Also known as Broadcast Connections, is a wireless point to point or multipoint connection between devices.
(Ex: Wireless LAN, infrared, and WI-FI are examples)
Physical Bus Topology
Network topology in which nodes are connected linearly with a T-Connector connecting each node directly to the network cable. The cable is called the bus and serves as a single communications channel. This requires 50 ohm terminators at both ends of the cable to prevent Signal bounce from one end to the other.
Adv - Easy to Implement
Disadvantages of Bus Topology
- Can be unreliable because the entire bus fails if there is a break in the network cable
- Cant support multiple pairs of terminals at the same time
- Transmits data slower than the other topologies as only two nodes can communicate at a time
Physical Star Topology
Network topology that uses a central connectivity device, such as a switch, with individual physical connections to each node. Individual nodes send data to the switch, which is then passed to the appropriate destination, or in the case of a hub, it is passed to all connected devices.
Disadvantages of Star Topology
If Central Device fails, the entire network fails
Physical Ring Topology
Network topology in which each node is connected to the two nearest nodes: the upstream and downstream neighbors. The flow of data in a ring network is unidirectional to avoid collisions. There is no central device, and data moves in one direction. Each node acts as a booster and repeater when it retransmits the data packets to the next node until it reaches it’s destination
Dual Ring Topology
Each ring flows in opposite direction
Adv: If one ring fails, the other ring can carry the weight
Disadvantage of Ring topology
If one node breaks, the entire network is down
Physical Mesh Topology
Network topology in which each node is directly connected to every other node.
Adv: This allows Fast data travel with no congestion and are very reliable communications between independent networks
Disadvantages of Mesh Topology
-Difficult to implement and maintain because the number of connections increases exponentially with the number of nodes