Computer_Networks_Notes
Computer_Networks_Notes
## Networking Fundamentals
- **Star Topology:**
- All devices connect to a central hub or switch.
- Reliable because failure of a single device does not affect others.
- If the central hub/switch fails, the entire network stops working.
- Commonly used in home and office networks.
- **Ring Topology:**
- Each device connects to exactly two neighbors, forming a circular
path.
- Data travels in one or both directions (unidirectional/bidirectional
ring).
- Failure of a single device can break the network unless a dual ring
is used.
- **Mesh Topology:**
- Every device is connected to every other device.
- Provides excellent reliability and redundancy.
- Expensive and difficult to manage due to the high number of
connections.
- **Hybrid Topology:**
- A combination of two or more topologies.
- Offers flexibility and scalability.
- Example: A star-ring or star-bus topology used in corporate
networks.