Network Topologies - buaamer81/IT130-Networking-Wiki GitHub Wiki
π§ Network Topologies
π Overview
A network topology defines how devices are arranged in a network, both physically (actual cable layout) and logically (how data flows).
Topologies impact performance, fault tolerance, and scalability.
π§± Common Topology Types
Bus Topology
1.- All devices share one main cable.
- Data travels in one direction.
- Pros: Simple, cheap.
- Cons: Entire network fails if the main cable breaks.
Ring Topology
2.- Devices form a loop; each device connects to two others.
- Data flows in one direction.
- Pros: No termination needed.
- Cons: A single break disables the network.
Star Topology
3.- Devices connect to a central switch/hub.
- Pros: Easy to manage; failure in one cable doesnβt affect the rest.
- Cons: If the central hub fails, all communication stops.
Mesh Topology
4.- Every device connects to every other device.
- Pros: Redundant paths; high fault tolerance.
- Cons: Expensive; complex to wire.
Hybrid Topology
5.- Combination of two or more topologies.
- Example: Star-bus or star-ring setups.
Point-to-Point Topology
6.- Direct connection between two nodes.
- Usage: Serial links, device-to-device.
Point-to-Multipoint Topology
7.- One device communicates with multiple devices.
- Example: Wireless access point to many clients.
π§ Exam Tip
π Know the difference between physical topology (cables) and logical topology (data flow). You will see this on the CompTIA Network+ exam.
π Visual Aids
π Related Terms
Return to: Chapter 3