How TCP Works | tcp receive window | tcp deepdive

Поделиться
HTML-код
  • Опубликовано: 16 окт 2024

Комментарии • 7

  • @pmrm100
    @pmrm100 Год назад +2

    The best explanation of tcp/ip on internet.

  • @puaark
    @puaark Год назад +1

    Nice one

  • @rendroyce
    @rendroyce Год назад +1

    Hi thank you for information. I have a question. Does the calculated window tell us the total packet size to be sent to the receiver? When I download a file, I download it at 200mb per second. If it means total packet size, it exceeds max window size.

    • @Ten-Dot-One
      @Ten-Dot-One  Год назад

      200mbps is speed per second. Window Size means it receiving capacity. How much data sent by the sender to the receiver's receive capacity before an ACK expected to receive.

    • @rendroyce
      @rendroyce Год назад

      @@Ten-Dot-One Thank you for fast answer. If the downloaded file size is 200GB, should the receive capacity be 200GB? Or does this 200GB get fragmented and have separate window sizes?