Chapter 5 Flashcards
Physical Topology
Physical topology is the physical layout of the media, nodes and devices on a network
Commonly used LAN topologies
Commonly used LAN topologies are the bus, ring and star
Bus Topology
Bus topology uses a single cable (the bus) connecting all network devices (without intervening connectivity devices
Bus topology is implemented with coaxial cable; therefore older technology
Transmissions go to all nodes connected to the bus; not just the sender and the receiver
If a second node attempts to transmit while another node is transmitting, the transmissions will collide causing both transmissions to fail therefore, a bus only supports one transmission at a time
backbone
A bus topology that connects multiple network segments
BNC Connectors
Physical component of bus topology
BNC Connectors at the end of each cable
T-connectors
Physical component of bus topology
T-connectors are required to connect network coaxial cables and NICs
Terminator
Physical component of bus topology
Terminator is required at the end of the bus to absorb the signals
signal bounce
Any opening in the bus (cut coax, disconnected BNC connector or missing terminator) will cause all transmissions to fail due to signal bounce
passive topology
Bus topology is a passive topology
A passive topology is a topology in which the devices simply pass the signals on to the next device without repeating (digital) or amplifying (analog) the transmission. Because of the passive nature of the bus, signal continues to get weaker (attenuate) as the signal moves along the bus.
maximum distance of transmission across a bus
Maximum distance of transmission across a bus is the total distance between the sending and receiving nodes
bus communication
Because the bus only contains a single channel, bus topology only supports half duplex communications
access method
The term access method when used in relation to network topologies refers to how a node determines whether or not it can transmit
access method for bus communications
Node (NIC) desiring to transmit tests the channel to see if there is any activity on the channel (is another node is transmitting)
If the node detects no activity, the node assumes that it is Ok to transmit
Problems:
Two or more nodes can (1) be listening at the same time, (2) detect no activity and (3) begin transmissions which would result in a collision of the signals and a failed transmission
Potential for this problem to occur increases as the bus
grows in terms of number of nodes and amount of network traffic
bus topology scalability
Low level of scalability (the ability of the network to grow) because:
Single transmission restriction
Higher potential for collisions
Difficult to trouble-shoot problems due to difficulty in identifying the location of the problem since a single failure causes the entire bus to fail
ring topology
Ring topology is configured so that every node is connected to the two nearest nodes creating a ring
Packets are passed clockwise around the ring
A node accepts the packets that are addressed to it and passes other packets to the next node on the ring
Twisted pair and fiber optic are most commonly used media
active topology
active topology
ring topology is an active topology
An active topology is a topology in which each node repeats or amplifies the signal back to full strength
Since each node in an active topology puts the signal back to full strength, maximum segment length applies to the distance between each node
access method for a ring topology
Access method for a ring is typically token passing (Token Ring network technology)
A packet called an access token is passed around the ring
Only one node (the node with the access token) can transmit at a time; therefore collisions (failures due to two devices transmitting at the same time) should not occur
access token
The access token is an indication to a node that it is Ok to transmit
ring topology tolerance
Failure of any device on the ring or any break in the ring will cause the entire ring to fail
This characteristic causes the ring topology to not be fault tolerant
Topology is difficult to trouble shoot because a failure anyplace on the ring will cause the entire ring to fail