Polling - Controlled Access Protocol

Duration: 6 min

This video lesson is available to enrolled students.

Enroll to watch — Computer Networks

AI summary & chapters

AI Summary

An AI-generated summary of this video lecture.

This lecture introduces Polling, a controlled access protocol used in network communications where a primary station manages multiple secondary stations. The instructor explains that all data exchanges must pass through the primary device, which controls the link and dictates when secondary devices can transmit. The core concepts covered include the distinction between 'Select' and 'Poll' functions, illustrated through sequence diagrams showing message exchanges like SEL (Select), ACK (Acknowledgment), Data frames, and NAK (Negative Acknowledgment). The teaching flow progresses from defining the network topology to detailing specific operational mechanisms, emphasizing that the primary device solicits transmissions in turn. Key evidence includes on-screen text stating 'The primary device controls the link' and diagrams visualizing five-step interactions for data transfer. The lecture highlights that if a secondary device has no data, it responds with a NAK, whereas the Select function is used when the primary initiates sending data to a specific secondary.

Chapters

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

    The lecture begins with an introduction to Polling as a controlled access protocol. The slide titled 'Polling' defines the system architecture involving one primary station and multiple secondary stations where all data exchanges pass through the primary device. Visible text emphasizes that 'The primary device controls the link; the secondary devices follow its instructions.' Two sequence diagrams labeled 'Select' and 'Poll' are displayed to illustrate communication flows between a Primary server and secondary devices A and B. The instructor gestures toward these diagrams to demonstrate how the primary device controls the link and determines which secondary station is allowed to use the channel. This section establishes the foundational topology where the primary manages communication, ensuring orderly access to the shared medium.

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

    The instructor details the polling mechanism where a primary station manages communication by soliciting transmissions from secondary devices in turn. The slide explains that the 'poll function is used by the primary device to solicit transmissions from the secondary devices.' If a secondary has data, it responds with a Data frame; otherwise, it sends a NAK (Negative Acknowledgment). The visual diagrams contrast the 'Select' function, where the primary initiates data transfer to a specific secondary using SEL and ACK frames, with the 'Poll' function used for receiving data. The instructor points a pen at secondary station 'A' in the left diagram to clarify the interaction sequence. This segment clarifies that polling is a request-response mechanism where the primary actively queries each device to check for pending data, ensuring controlled access without collisions.

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

    The final segment focuses on the 'Select' function, explaining that it is used whenever the primary device has something to send. The text states, 'The select function is used whenever the primary device has something to send,' and notes that the primary must alert the secondary before transmission. Two sequence diagrams visualize this process, showing message frames like SEL, ACK, Data, Poll, and NAK exchanged between a Primary server and secondary devices A and B. The instructor stands beside the screen, gesturing toward the 'Select' diagram which outlines a five-step interaction starting with a SEL frame. This section concludes by reinforcing that the primary device initiates data transfer to specific secondaries, contrasting with polling where the secondary responds only when queried.

The lecture systematically explains Polling as a controlled access protocol where a primary station manages multiple secondary stations. The central idea is that the primary device controls the link, and all data exchanges must pass through it. The instructor distinguishes between two key functions: 'Select' and 'Poll'. Select is used when the primary has data to send, initiating a five-step handshake involving SEL and ACK frames. Poll is used when the primary wants to receive data, soliciting responses from secondaries in turn; a secondary responds with Data if it has information or NAK if it does not. The sequence diagrams provide concrete evidence of these interactions, showing message exchanges between Primary and secondary devices A and B. This protocol ensures orderly communication by preventing collisions through centralized control.

Loading lesson…