🕸️ Networking

Network Media & Topologies

नेटवर्क मीडिया और टोपोलॉजी

⏱ 2 hr3 topicsInteractive
🎯 By the end: You can compare guided and unguided transmission media, describe each network topology with its pros and cons, and classify networks by size.

If a network is computers talking to each other, two questions follow: what carries the signal (the transmission media), and how are the devices arranged (the topology)? This chapter answers both — and finishes by sizing networks from a personal Bluetooth link up to the worldwide Internet.

1Transmission media

Transmission media carry the data signal. They split into two families:

Guided media (wired — signal travels along a cable)

CableNotes
Twisted pairPairs of copper wires twisted to reduce interference. Cheap, common (Ethernet/LAN cables).
CoaxialA central copper core with shielding. Higher bandwidth than twisted pair (older cable TV/networks).
Fiber-opticCarries data as light through glass. Fastest, longest range, immune to electrical interference — but costlier.

Unguided media (wireless — signal travels through the air)

  • Infrared — very short range, line-of-sight (old TV remotes).
  • Radio waves — omnidirectional, medium range (Wi-Fi, FM radio).
  • Microwaves — line-of-sight, long distance via towers.
  • Satellite — very long distance, covers remote areas; higher delay.
Fiber-optic is the gold standard for speed and distance because it sends light, not electricity — so it's immune to electromagnetic interference and loses very little signal over long runs.
Key points
  • Guided (wired): twisted pair (cheap, common), coaxial (more bandwidth), fiber-optic (fastest, uses light, immune to interference).
  • Unguided (wireless): infrared (short, line-of-sight), radio (Wi-Fi), microwave (towers, line-of-sight), satellite (very long range).
  • Fiber-optic is the fastest and longest-range guided medium.

2Network topologies

A topology is the arrangement — the layout — of devices in a network.

BusStarRingMesh
TopologyLayoutPros / Cons
BusAll devices share one backbone cableCheap, simple / one cable fault can down the whole network
StarAll devices connect to a central hub/switchEasy to manage, one device failing doesn't affect others / if the hub fails, all fail
RingDevices form a closed loop, data travels around itOrderly data flow / a single break can disrupt the ring
MeshEvery device links to every otherVery reliable (many paths) / expensive, lots of cabling
TreeA hierarchy of star networks (branches)Scalable / depends on the root/backbone
Key points
  • Topology = the physical/logical arrangement of devices.
  • Bus = one shared backbone (cheap, single point of failure); Star = central hub (easy, but hub is critical).
  • Ring = closed loop; Mesh = every device interconnected (reliable but costly); Tree = hierarchy of stars.

3Types of networks by size

Networks are classified by the area they cover, from smallest to largest:

TypeStands forRangeExample
PANPersonal Area NetworkA few metres (around one person)Bluetooth phone-to-earbuds
LANLocal Area NetworkA building or campusA school's computer lab
MANMetropolitan Area NetworkA cityA city-wide cable network
WANWide Area NetworkCountries / the worldThe Internet
Remember them by growing size: PAN → LAN → MAN → WAN (person → local → metro/city → wide/world). The Internet is the biggest WAN of all.
Key points
  • By size: PAN (personal, ~metres), LAN (building/campus), MAN (city), WAN (countries/world).
  • Bluetooth = PAN; a lab = LAN; a city network = MAN; the Internet = WAN.
  • They grow in range: PAN → LAN → MAN → WAN.

★ Practical: design and classify

Answer briefly:

  1. Which topology would you choose for a computer lab, and why?
  2. Give one advantage of fiber-optic over twisted-pair cable.
  3. Classify each as PAN/LAN/MAN/WAN: Bluetooth earbuds, the Internet, a school lab, a city cable network.
  4. Why is a mesh topology very reliable but rarely used in homes?

Ready for the chapter test?

Answer 5 questions. Score 60% or more to mark this chapter complete.

Start the test →

💡 Log in to save your progress and earn the certificate.