Polling - Controlled Access Protocol

Duration: 6 min

This video lesson is available to enrolled students.

Enroll to watch — ISRO Scientist/Engineer 'SC'

AI Summary

An AI-generated summary of this video lecture.

This educational video lecture explains the concept of Polling in computer networks, specifically within topologies involving primary and secondary stations. The instructor details two distinct functions: Poll and Select. The Poll function is used by the primary device to solicit data transmissions from secondary devices, handling scenarios where a secondary device has data to send or sends a negative acknowledgment (NAK). The Select function is utilized when the primary device has data to transmit, requiring a handshake sequence involving a Select (SEL) frame and an acknowledgment (ACK) before data transfer occurs. The lecture emphasizes that the primary device controls the link and all data exchanges must pass through it, even between secondary devices.

Chapters

  1. 0:00 2:00 00:00-02:00

    The lecture begins with an introduction to Polling, displayed on the slide title. The instructor explains that polling works with topologies where one device is a primary station and others are secondary stations. He highlights the text stating that all data exchanges must be made through the primary device, even if the destination is another secondary device. The diagram shows a Primary server connected to two secondary laptops labeled A and B. The instructor emphasizes that the primary device controls the link, determining which device is allowed to use the channel at a given time, while secondary devices follow its instructions.

  2. 2:00 5:00 02:00-05:00

    The focus shifts to the 'Poll' function. The slide text explains that the primary device solicits transmissions from secondary devices. When the primary is ready to receive data, it polls each device in turn. The diagram illustrates a sequence where the primary sends a 'Poll' frame to a secondary device. If the secondary has nothing to send, it responds with a 'NAK' (Negative Acknowledgment). The instructor writes 'B -> A' on the screen to illustrate that data from B destined for A must go through the Primary. If the secondary has data, it sends a 'Data' frame, and the primary responds with an 'ACK' (Acknowledgment) frame. The instructor circles the NAK and Poll frames to explain the negative response scenario.

  3. 5:00 6:29 05:00-06:29

    The lecture transitions to the 'Select' function, used when the primary device has something to send. The instructor explains that the primary must alert the secondary to the upcoming transmission and wait for an acknowledgment of the secondary's ready status. The diagram shows the sequence: the primary sends a 'SEL' (Select) frame, the secondary responds with an 'ACK', the primary sends 'Data', and the secondary sends a final 'ACK'. The instructor circles the 'Primary' device and the 'SEL' frame, emphasizing that the Select frame includes the address of the intended secondary. This confirms the primary's control over initiating transmissions to secondary devices.

The video provides a comprehensive overview of Polling mechanisms in network topologies. It establishes the hierarchy where a primary station controls the link and secondary stations follow instructions. The lesson distinguishes between two operational modes: Polling, where the primary solicits data from secondaries (handling NAKs for empty buffers), and Selecting, where the primary initiates data transmission to a specific secondary after a readiness handshake. The diagrams clearly visualize the frame exchanges (Poll, NAK, Data, ACK, SEL) required for these protocols, reinforcing the concept that all communication is mediated by the primary device.