Where http2 hits its limit

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 16

  • @Sales-ki7lx
    @Sales-ki7lx День тому +3

    This is such a good channel

  • @Winnetou17
    @Winnetou17 2 дні тому +3

    Hussein 2:37 Don't pay attention to the numbers
    Also Hussein 2:55 Just look at the numbers
    😄

  • @rogo7330
    @rogo7330 2 дні тому +3

    The only difference between TCP and UDP in modern TCP implementations is that Application now fully controls the UDP port instead of OS implementing for you one logical stream. You'll need to implement that logical sequence of bytes yourself in application in case of UDP, but you can tweak now logic for managing how data is read from each datagram, add "application ports" along with OS'es UDP ports, and also encrypt all of that information. Considering that TCP header always at least 20 bytes, and UDP is only 8, there is plenty of room for creativity.

  • @zfold4702
    @zfold4702 2 дні тому +8

    ... Http3 enters

  • @BlindVirtuoso
    @BlindVirtuoso 2 дні тому

    Brilliant, brilliant Hussein! As-salamu alaykum!

  • @nareshkmrteli
    @nareshkmrteli День тому +1

    Quic is like tcp but work on segments group

  • @freakshowbd
    @freakshowbd День тому

    what about lost segement? Quick will request to resend it to client again? or that stream will be lost permanently? You did not share much details on it. ?

  • @zfold4702
    @zfold4702 21 годину тому

    @hnasr, you are the guy I would love to have as my boss. I love the topics you touch upon and your interest and passion for under-the-hood engineering details. I always wanted someone who can explain these things to me but never found one until I found your channel.

  • @seydullanarkulyyev2729
    @seydullanarkulyyev2729 Місяць тому +2

    But, since there is no resend packet in UDP, how does client know that lost and send that packet again? timeout? or quic somehow manages and tells that to the client?

    • @nathansherrard4111
      @nathansherrard4111 Місяць тому +2

      UDP has two options here - either you rely on an Upper Layer Protocol to care of this for you (e.g., QUIC, but there are many others) OR you simply don’t care that’s it’s lost because the app may be time sensitive (e.g., VoIP - Voice over IP - where it doesn’t make sense to wait around and reassemble retransmitted packets. Most of the time it’s not that noticeable, but if you do happen to lose a bunch, then a Very Upper Layer Protocol, I.e., the human being on the other end, simply asks someone to repeat what they said)

    • @nathansherrard4111
      @nathansherrard4111 Місяць тому +1

      UDP and TCP each have their purpose and use cases, and as long as you use the right tool for the right job you are OK.

    • @seydullanarkulyyev2729
      @seydullanarkulyyev2729 Місяць тому

      @@nathansherrard4111 got it. Thank you very much!

    • @rogo7330
      @rogo7330 2 дні тому

      @@nathansherrard4111 you're never just "don't care". Application will see either next packet got out of order and decides what to do with that information, or it essentially times out either on UDP port if no packets got to the host or you're more preciselly can timeout on that one logical stream that was expecting it's packet to get to one UDP port.

  • @sabinpandey
    @sabinpandey 21 годину тому

    Thank you

  • @3zrv
    @3zrv 2 дні тому +2

    Genius ❤
    نفع الله بك

  • @nbvfyh889
    @nbvfyh889 2 дні тому

    ❤❤❤