Lecture 5 - IEEE 802 Project Part 1
Lecture 5 - IEEE 802 Project Part 1
of EEE
In 1985
1985,, the Computer Society of the IEEE
IEEE 802 Project started a project, called Project 802 802,, to set
standards to enable intercommunication among
equipment from a variety of manufacturers
manufacturers..
Project 802 is a way of specifying functions of
the physical layer and the data link layer of major
LAN protocols
protocols..
Prepared by Dr.S.Muralidharan 1
CS65-Computer Networks Dept. of EEE
The one
marked with †
The Service Access Point (SAP) is a conceptual location at which
gave up.
one OSI layer can request the services of another OSI layer.
Prepared by Dr.S.Muralidharan 2
CS65-Computer Networks Dept. of EEE
STANDARD ETHERNET
The original Ethernet was created in 1976 at
Xerox’s Palo Alto Research Center (PARC)(PARC)..
Since then, it has gone through four generations
generations..
We briefly discuss the Standard (or traditional)
Ethernet in this section
section..
Prepared by Dr.S.Muralidharan 3
CS65-Computer Networks Dept. of EEE
Length/type of PDU :
– 2byte information containing the length of PDU
– If the length is fixed, then it is used to identify the type of
network level protocol using this PDU.
802.2 Frame :
– This field of 802.3 frame contains the entire 802.2 frame.
– This PDU may vary between 46 to 1500 bytes
– This frame is generated by upper LLC sub-layer.
Pad:
– Zeroes used to ensure minimum frame length
CRC :
– contains error detection information.
Media Sharing
MEDIA SHARING
STATIC DYNAMIC
ALLOCATION ALLOCATION Operation of Ethernet
• Using FDM – No central control
– Stations are connected to a shared medium
– Ethernet signals are transmitted serially, one bit at a
SCHEDULING RANDOM ACCESS (Or) time, to every connected station
CONTENTION BASED – To send data,
•ALOHA • a station listens to the channel and if it is idle it transmits its
•CSMA data in the form of an Ethernet frame.
CENTRALIZED DISTRIBUTED •CSMA/CD – Access to the medium is determined by the MAC
•Token passing • CSMA/CD protocol
•Polling
•Token ring
Prepared by Dr.S.Muralidharan 4
CS65-Computer Networks Dept. of EEE
Station ‘B’ and ‘C’ are ready for transmission. But ‘B’
senses a transmission on channel so defers. ‘C’ is
unaware of transmission and begins its own transmission
Prepared by Dr.S.Muralidharan 5
CS65-Computer Networks Dept. of EEE
Prepared by Dr.S.Muralidharan 6
CS65-Computer Networks Dept. of EEE
p - persistent CSMA
To reduce the probability of collision in 1-persistant CSMA, not all the
waiting stations are allowed to transmit immediately, after the
channel is idle.
Process includes :
– Sense the channel.
– IF the channel is idle, THEN with probability p transmit and with
probability (1-p) delay one time slot and repeat the algorithm..
– IF the channel is busy, THEN delay one time slot and repeat the
Reduces the chance of collisions increases the chance for collisions algorithm.
reduces the efficiency 1-persistant the time slot is usually set to the maximum propagation delay.
p-persistant as p decreases, stations wait longer to transmit but the number of
Decreases the chance for collisions collisions decreases.
Improves efficiency Consideration for the choice of p :
– (n x p) must be < 1 for stability, where n is maximum number of
stations, i.e., p < 1/n
Prepared by Dr.S.Muralidharan 7