EC-11.3 Sharing One Medium, and Ethernet
You can explain what happens when two senders use one medium at once, compare the main ways of arranging turns, describe how Ethernet addresses and switches work, and say why a modern switched network rarely collides at all.
Multiple access is the part of networking that most resembles a design problem rather than a specification, because there is no single right answer and the choices trade fairness against efficiency against delay. It also explains the shape of every local network a reader will meet, and why the answer for radio had to be different from the answer for a cable.
Work through these
The collision problem, stated plainly
If two senders transmit at once on a shared medium, both messages are lost and both must be sent again. Every scheme in this topic is an answer to that one problem.
NPTEL: Computer Networks and Internet Protocol (IIT Kharagpur) · CourseTaking turns three ways
Divide the medium by time or frequency, hand out permission in rotation, or let everyone try and recover from clashes. Each wins on a different measure, and none wins on all three.
NPTEL: Computer Networks (IIT Indore) · CourseListening before sending, and backing off
A sender that listens first avoids most clashes but not all, because two senders can start together. Waiting a random time that doubles after each failure is what stops them repeating the clash forever.
NPTEL: Computer Networks and Internet Protocol (IIT Kharagpur) · CourseEthernet addresses, and what they do not do
Every interface has a fixed six-byte address that identifies the device and says nothing about where it is. That is precisely why a second, hierarchical address is needed one layer up.
NPTEL: Computer Networks and Internet Protocol (IIT Kharagpur) · CourseHubs, switches and why collisions almost disappeared
A hub repeats everything to everyone and shares the medium. A switch learns which address is on which port and forwards only there, which gives each device a medium of its own.
NPTEL: Computer Networks (IIT Indore) · CourseWhy radio needed a different answer
A radio sender cannot hear a clash while transmitting, and two senders may be audible to a receiver without hearing each other. Both facts make listen-and-detect useless, so radio avoids clashes rather than detecting them.
NPTEL: Introduction to Wireless and Cellular Communications (IIT Madras) · Course
Sign in to keep your progress.
Free resources
We haven't checked most of these for screen reader use yet.
Links last checked 3 Sept 2026.
Stuck here?
Ask a mentor. A real person answers, and they can see exactly which topic you're on. Usually within a couple of working days.
Checking your session…
Topics shown in module order.