Multiple Access Protocols-F
Multiple Access Protocols-F
Presented by:
Yasir M.abdal
In this protocol, all the station has equal priority to send the data
over a channel.
1. ALOHA
• Pure aloha
• Sloted aloha
2. Carrier Sense Multiple Access (CSMA)
3. Carrier Sense Multiple Access with Collision Detection (CSMA/CD)
4. Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA)
Example : A group of N stations share a 56 kbps pure (unslotted) aloha
channel. Each station has one (NEW) packet arriving every 100 seconds and
packets are 1000 bits long. What is the maximum value of N that the channel
can accommodate?
Answer:
• With pure ALOHA, the usable bandwidth = 0.184× 56 kbps = 10.3 kbps.
efficiency goes to 1
as tprop goes to 0
as ttrans goes to infinity
better performance than ALOHA: and simple, cheap,
decentralized!
Example: In CSMA/CD, after the fifth collision, what is the probability
that a node chooses K = 4? The result K = 4 corresponds to a delay
of how many seconds on a 10 Mbps Ethernet?
Answer:
After the 5th collision, the adapter chooses from {0, 1, 2,…, 31}.
The probability that it chooses 4 is 1/32. It waits 204.8 microseconds.
Example : Recall that with the CSMA/CD protocol, the adapter
waits K.512 bit times after a collision, where K is drawn randomly.
For K = 100, how long does the adapter wait until returning to Step
2 for a 10 Mbps broadcast channel? For a 100 Mbps broadcast
channel?
Answer:
Example : A network using CSMA/CD has a bandwidth of 10 Mbps. If the maximum
propagation time (including the delays in the devices and ignoring the time needed to
send a jamming signal, as we see later) is 25.6 μs, what is the minimum size of the frame?
Answer:
Polling
Token Passing
• One device is assigned as primary station and the others as
secondary stations
• All data exchanges are done through the primary
• Primary station controls the link and initiates the session; the
secondary station follow its instructions.