How does TCP enable reliable delivery?

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

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

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

    Just started classes in computer science. Your video is still valid and helped me understand TCP better than the text book. Thank you

  • @asorbjornsson5266
    @asorbjornsson5266 3 года назад

    awesome video. So many tutorials get stuck on the details and go extremely slowly but everything just gets so much easier knowing the main idea and the theory behind it. Thanks a lot.

  • @danieln8418
    @danieln8418 2 года назад +1

    This guy resembles Jason Statham.

  • @charlieangkor8649
    @charlieangkor8649 5 лет назад

    no it doesnt. TCP turns an intermittent network into an intermittently freezing network.

  • @ajmaqbool
    @ajmaqbool 7 лет назад +1

    Without sounding rude. TCP is a reliable data transfer explaining this in plain english is not helpful at all it is fairly obvious that the receiver will notify the sender of the missing chunk but you need to say HOW??? So talk in sequence numbers and acknowledgement numbers. So HOW is it letting the sender know that chunk 3 is missing??? What is the packet structure for that? Does it actually notify or will it wait for transmission. Obviously TCP has "fast retransmission" in the case of getting 3 duplicate acks. What you are saying is correct but it would really help me if you spoke on a more technical level rather than a conceptual level.

    • @jaxxiet5851
      @jaxxiet5851 7 лет назад +8

      Ali M this was very helpful since many channels are way too technical and do not explain the concepts of any protocols or engineering concepts. Once you grasp the ideas then you can look at the actual commands and so on. Keep in mind there are some people watching this for a high level overview. You can find in depth videos somewhere else. This was perfect thank you!!!