Unit-III PART-1
Unit-III PART-1
Unit-III PART-1
Random Access: ALOHA, Career Sense Multiple Access (CSMA), career sense
multiple access with collision detection & Collision Avoidance.
Controlled Access: Reservation, Polling, Token Passing.
IEEE Standards: IEEE-802.3, IEEE 802.4, IEEE-802.5, IEEE 802.11, Bluetooth
********************************
If there is a dedicated link between the sender and receiver then data link
control layer is sufficient. If there is no dedicated link present between sender
and receiver, then multiple stations can access the control simultaneously.i.e
cause of collision.
We can use multiple access protocol are required to decrease collision and avoid
crosstalk between the channels
Collision: when 2 or more stations or node send data at the same time without
checking the status of the channel whether it is busy or ideal then data is collide
with each other.
When a sender and receiver have a dedicated link to transmit data packets,
the data link control is enough to handle the channel. Suppose there is no
dedicated path to communicate or transfer the data between two devices.
Following are the types of multiple access protocol that is subdivided into the
different process as:
1. Random Access Protocol:- All stations have same priority i.e. no station
has more priority than another station. Any station can send data depending on
medium’s state (idle or busy).
If more than one station tries to send, there is an access conflict (COLLISION)
and the frames will be either destroyed or modified.
The Random access protocols are further subdivided into the following manner.
Slotted Aloha:-
It was developed to improve efficiency of pure aloha as the chances for
collision in pure aloha are high.
The time of the sheared channel is divided into discrete time intervals
called slots.
Sending of data is allowed only at the beginning of these slots.
If a station misses out the allowed time slot, it must wait for next time slot.
This is reduces the probability of collision.
Example:-
Let us assume that we have 2 time slots .station B is place here at the beginning
of the slot1 and station A and C in slot 2.
In the above fig we have total 6 time slots are mentioned. In time slot 1 station 1
has place his frame 1 at that time no other station has placed in the shared
medium. So no collision occurred.
In time slot 2, station 2 and 3 has placed his frames . so collision duration is
entire time slot .similarly slot 3.
Differences Between Pure Aloha and Slotted Aloha
In this Aloha, any station can transmit In this, any station can transmit the
the data at any time. data at the beginning of any time slot.
In this, The time is continuous and not In this, The time is discrete and globally
globally synchronized. synchronized.
Vulnerable time for Pure Aloha = 2 x Tt Vulnerable time for Slotted Aloha = Tt
Pure Aloha doesn’t reduce the number Slotted Aloha reduces the number of
of collisions to half. collisions to half and doubles the
efficiency of Pure Aloha.