[Back to Lecture Notes page]

The Medium Access Sublayer

Topic Outline:

The medium access sublayer is also called the Medium Access Control (MAC) sublayer. It is especially important in LANs, which is why we discuss it extensively in this topic.

 

Broadcast vs Point-to-Point Networks

We discussed how to set-up a reliable and efficient communication between two adjacent machines. This means it must be going from one machine to one other machine (ie. point-to-point).

Note that in a broadcast network, we can still only have one sender and one receiver. It's just that we stop worrying about addressing to the particular receiver, and just send the frames to everyone. The DLL on the proper receiver will accept it. The rest will discard the frame.

 

[Back to Lecture Notes page]