Network Topologies
π§ What is Network Topology?
A topology is the layout of how devices are connected. Network topology refers to the physical or logical layout of a computer network. It defines how different nodes (like computers, printers, switches, routers, etc.) are connected and communicate with each other.
There are 2 main types of topologies:
π 1. Physical Topology: Describes how devices are physically connected (with cables, wireless, etc.).
π§ 2. Logical Topology: Describes how data flows within the network, regardless of its physical design.
Common Types of Network Topologies
β Star Topology
Most common today. As all suburbs connected to the city center.
All devices connect to a central device (usually a switch or router).
If one device fails, it doesnβt affect others.
Makes troubleshooting easier.
π Mesh Topology
Devices are all interconnected. Every place is directly connected to every other.
Offers great reliability and redundancy (if one path fails, another can be used).
Gaining popularity in modern Wi-Fi systems (e.g., mesh routers).
π Switch vs. Hub
Hub: Sends data to all connected devices β less efficient, less secure.
Switch: Sends data only to the specific device itβs intended for β faster and more secure.
π Routers Connect Networks
A router connects different networks (like your home LAN to the Internet).
It figures out the best path for the data to travel.
Itβs the reason you can talk to a website server in another country β your data hops across multiple networks in milliseconds.
π§ Example: Your Home Network
You might have:
A router provided by your ISP
That router might include:
A Wi-Fi access point
A switch to route data
Devices connected via:
Wi-Fi (phones, laptops)
Ethernet (desktop PC, smart TV)
All these devices form your LAN, which connects to the Internet (WAN) through your router.
Last updated