Gate 2008_

Duration: 11 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 features a lecture solving a specific networking problem from the GATE 2008 exam. The problem involves calculating the required packet size for a satellite link operating at 1 Mbps with 25% channel utilization using the Go-Back-N 127 sliding window protocol. The instructor systematically breaks down the problem by listing given parameters, drawing a network diagram, deriving the efficiency formula, calculating propagation delay, and finally computing the packet size in bytes. The lecture emphasizes the relationship between transmission time, propagation delay, and channel utilization in satellite communications.

Chapters

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

    The instructor begins by presenting the problem statement on the screen, which asks for the packet size for a satellite link. He writes down the key given values: Bandwidth (B) is 1 Mbps, the speed of the signal (S) is 3 x 10^8 m/s, and the altitude of the satellite is 36,504 km. He draws a diagram on the whiteboard to visualize the setup, sketching a triangle with a satellite at the top and two ground stations labeled S1 and S2 at the bottom, indicating the communication path.

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

    The instructor sets up the mathematical framework for the solution. He writes the channel utilization (n) as 1/4, representing the 25% efficiency. He notes the window size (S.W) is 127 for the Go-Back-N protocol. He formulates the efficiency equation: n = (T_t * S.W) / (T_t + 2 * T_p), where T_t is transmission time and T_p is propagation delay. He simplifies this equation to solve for the ratio alpha (T_p / T_t), deriving that 1 + 2*alpha = 508, which leads to alpha = 507/2.

  3. 5:00 10:00 05:00-10:00

    Next, the instructor calculates the propagation delay (T_p). He explains that the total distance is twice the altitude (up and down), so Distance = 36,504 * 2 km. He converts this to meters and divides by the speed of light (3 x 10^8 m/s). The calculation yields T_p = 243.36 ms. He then uses the previously derived alpha value to find the transmission time (T_t), using the relationship T_t = T_p / alpha. This step connects the physical layer delay to the data link layer timing.

  4. 10:00 10:55 10:00-10:55

    In the final segment, the instructor calculates the packet size (L). He uses the formula L = T_t * Bandwidth. Substituting the values, he computes L = (243.36 * 10^-3 * 2 / 507) * 10^6 bits. Using a calculator, he determines the result is approximately 960 bits. He then converts this to bytes by dividing by 8, arriving at 120 bytes. He identifies this as option (A) and concludes the problem solution.

The lecture provides a comprehensive walkthrough of a standard networking problem involving satellite links and sliding window protocols. The instructor effectively demonstrates how to translate a word problem into mathematical equations by first identifying parameters like bandwidth and altitude. He carefully derives the efficiency formula for Go-Back-N, highlighting the importance of the round-trip time (2 * T_p) in the denominator. The calculation of propagation delay is shown with attention to unit conversions (km to m, ms). Finally, the link between transmission time and packet size is established, showing how physical constraints dictate data link layer parameters. The step-by-step derivation ensures students understand not just the formula, but the underlying logic of channel utilization in high-latency environments.