






















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
These are a set of Lecture Slides on the subject of Data Communication and Computer Networks at Univeristy of Delhi by Dr. Sonam Zinta. It includes: Multiple, Access, Random, Controlled, Channelization, Contention, Station, Frame, Slotted, Vulnerable
Typology: Slides
1 / 30
This page cannot be seen from the preview
Don't miss anything!























Random Access
A collision involves two or more stations. If all these stations resend the frame after time-out period will happen again.
Pure ALOHA dictates that when the time-out period passes, each station waits for a random amount of time then resend the frame, randomness will help avoid more collisions; will call it back off time TB.
A slotted ALOHA network transmits 200-bit frames on a shared channel of 200 kbps. What is the throughput if the system (all stations together) produces a. 1000 frames per second b. 500 frames per second c. 250 frames per second. Solution
The frame Transmission time is 200/200 kbps or 1 ms.
a) If the system creates 1000 frames per second, this is 1 frame per millisecond. The load is 1. In this case S = G× e−G^ or S = 0.368 (36.8percent). This mean that the throughput is 1000 × 0.0368 = 368 frames .Only 386 frames out of 1000 will probably survive.
b) If the system creates 500 frames per second, this is (1/2) frame per millisecond. The load is (1/2). In this case S = G × e−G^ or S = 0.303 (30.3 percent). This means that the throughput is 500 × 0.0303 = 151. Only 151 frames out of 500 will probably survive.
At time t1, station B senses the medium and finds it idle, so it sends the frame. At time t2(t2>t1), station C senses the medium and finds it idle and sends its frame, as at that time, the first bits from station B have not reached station C. The frame collide and both frames destroyed.
Vulnerable Time
Worst case the left most station A sends a frame at time t1, which reaches the rightmost station D at time t1+Tp.
In this method , a station monitors the medium after it sends a frame to see if the transmission is successful.
A station is ready to transmit chooses a random number of slots as its wait time.
The number of slots in the window changes according to the binary exponential back-off strategy. It is set to one slot the first time and then doubles each time the station cannot detect an idle channel after the IFS time.
However the station needs to sense the channel after each time slot.
If station is busy , it does not restart the timer of the contention window; it stops the timer and restarts it when the channel becomes idle.
Controlled Access
devices are secondary devices.
The primary device controls the while secondary device follow the instructions.
All data exchanged must be made through the primary device even when the ultimate destination is secondary device.
SELECT function is used whenever the primary device has something to send.
If primary device has something to send, the primary device always controls the link.
So primary device must alert the secondary device about the upcoming transmission and waits for an acknowledgment of the secondary ready status.
Before sending, the primary creates and transmits a select (SEL) frame, one field of which includes the address of the intended secondary.
POLL is used by the primary device to solicit transmission from the secondary devices.
When the primary device is ready to receive data, it must ask (poll) each device in turn if it has anything to send.
When the first secondary is approached, it responds either with NAK frame if it has nothing to send or with data (in form of data frame).
If response is negative primary polls the next secondary device.
When the response is positive , the primary reads the data frame and sends an acknowledgment (ACK fame), verifying its receipt.