Menu

Earn Premium with Referrals

Invite your friends and earn Premium rewards through our referral program.

See how it works and start inviting friends.

Network Types & Topologies
CN

Network Types & Topologies

From local offices to global systems: Explore LAN, WAN, and the geometric layout of networks.

Networks are classified by geographic scale and physical layout. Scale determines speed, cost, and latency. Topology determines reliability and manageability.

Types of Networks by Scale

TypeAreaSpeedExample
PANPersonal (few meters)HighBluetooth, USB
LANBuilding/OfficeVery high (1-10 Gbps)Office Ethernet
MANCityModerateCable TV network
WANCountry/GlobalLower (depends on distance)The Internet

The Internet is the world’s largest WAN — a network of networks.

Network Topologies

TopologyDescriptionProsCons
BusSingle backbone cable, all nodes tap inCheap, simpleCable break kills whole network
StarAll nodes connect to a central hub/switchEasy to troubleshoot, one cable failure doesn’t affect othersCentral point is single point of failure
RingNodes form a closed loop, data travels one directionOrdered, predictableOne node failure can break the ring
MeshEvery node connects to every other nodeMost reliable, no single point of failureExtremely expensive (cabling cost O(n²))
TreeHierarchical star topologyScalable, good for campus networksMore complex to manage

Star is the most common topology in modern networks because it’s easy to manage (all cables terminate at a switch), easy to expand, and a single cable failure only affects one device.

Q: Compare LAN and WAN.

A: LAN covers a small area (office/home) with high speed (1-10 Gbps) and low cost. WAN covers large areas (country/global) with lower speed and higher cost. LAN uses Ethernet/WiFi; WAN uses fiber, satellite, or leased lines.

A: Easy to install, expand, and troubleshoot. One cable failure only affects one device. Centralized management at the switch. Most office networks use star wiring.

Q: Which topology is most reliable?

A: Mesh topology — every node has multiple paths to every other node. No single point of failure. Used in critical infrastructure (military, data centers) where uptime is non-negotiable. The cost trade-off is cabling O(n²).

My Private Notes

Notes are auto-saved locally to this device.