Network Topology Flashcards
1
Q
Topology
A
The way you layout your network
2
Q
5 Primary Network Topologies
A
Bus, Star, Ring, Mesh, Hybrid
3
Q
Bus Topology
A
Description = A single cable connects every workstation Advantage = Cheap, Easy to Install, least amount of cabling Disadvantage = Break in bus disables entire network
4
Q
Star Topology
A
- Each network device branches off a central hub or switch.
- Easy to add new workstations
- Hub is a single point of failure
- Most common topology in use
5
Q
Ring Topology
A
- Workstations are connected in series
- Failure at one workstation will disable whole network
- Rarely used anymore
6
Q
Mesh Topology
A
- Each device is connected to every other device
- High fault tolerance
- Common in WANs
7
Q
Mesh Cabling Requirements Formula
A
x = number of devices
required cables = (x*(x-1)) / 2
8
Q
Hybrid Topology
A
- A mix of two or more topologies
- Exploits the best features of the other topologies