</>
ShikshaCSLearn. Code. Grow.
๐Ÿ”
โ˜• Support Us
ShikshaCSโ€บNotesโ€บComputer Networks
Computer Networks
๐Ÿ•’ 8 min read

Transmission Media (Wired & Wireless)

The physical (or invisible) paths that actually carry your data.

What is Transmission Media?

Transmission media is the physical or wireless pathway through which data actually travels from one device to another โ€” it's the 'road' data uses. Media is broadly split into two categories: Guided (wired, data follows a physical path) and Unguided (wireless, data travels through open air/space).

Twisted Pair Cable

Two insulated copper wires twisted together (this twisting reduces electrical interference from nearby cables). It's the most common cable for LANs (the Ethernet cable plugged into your router is a twisted pair cable) โ€” cheap and easy to install, but limited in distance and speed compared to fiber.

Coaxial and Fiber Optic Cable

Coaxial cable (used in older cable TV/internet setups) has a central copper conductor with layers of insulation and shielding, offering better performance than twisted pair over longer distances. Fiber optic cable transmits data as pulses of LIGHT through thin glass/plastic strands โ€” it offers the highest speed, longest distance, and complete immunity to electrical interference, making it the backbone of modern high-speed internet.

Wireless Transmission

Wireless media uses radio waves, microwaves, or infrared signals traveling through the air with no physical cable at all. Wi-Fi (radio waves) is the most common example. Wireless is convenient and mobile-friendly, but generally more susceptible to interference, has a limited range, and can be less secure than wired connections without proper encryption.

Choosing the Right Media

The choice depends on distance, cost, speed needs, and mobility requirements. A data center connecting servers might use fiber optic for maximum speed and reliability. A home network uses a mix โ€” Wi-Fi for phones/laptops (mobility), and Ethernet cables for stationary devices like a desktop or gaming console (speed and stability).

๐ŸŒ Real-World Use

The internet's undersea cables connecting continents are fiber optic โ€” they physically carry a massive share of the world's international internet traffic beneath the ocean. Your home router likely uses Wi-Fi (wireless) for your phone and an Ethernet cable (twisted pair) for a desktop PC.

๐Ÿ’ก Pro Tip

If asked 'why is fiber optic better than copper cable', the strongest answer highlights it's immune to electromagnetic interference (since it uses light, not electricity) โ€” this single fact explains its use in noisy industrial environments and long-distance links where copper would suffer signal degradation.

๐Ÿงช Quick Self-Test

Check what you just learned โ€” no pressure, just practice.

1. Which transmission media uses pulses of light through glass strands?

2. What is a key advantage of wireless transmission over wired?

โ† Back to all Notes