TCP Half-Open Explained

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this video I explain how the server can get out of a sync in a Half open state when it comes to TCP Connections.
    🏭 Backend Engineering Videos
    • Backend Engineering (B...
    💾 Database Engineering Videos
    • Database Engineering
    🛰 Network Engineering Videos
    • Network Engineering
    🏰 Load Balancing and Proxies Videos
    • Proxies
    🐘 Postgres Videos
    • PostgresSQL
    🚢Docker
    • Docker
    🧮 Programming Pattern Videos
    • Programming Patterns
    🛡 Web Security Videos
    • Web Security
    🦠 HTTP Videos
    • HTTP
    🐍 Python Videos
    • Python by Example
    🔆 Javascript Videos
    • Javascript by Example
    👾Discord Server / discord
    Become a Member
    / @hnasr
    Support me on PayPal
    bit.ly/33ENps4
    Become a Patreon
    / hnasr
    Stay Awesome,
    Hussein

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

  • @robinlobo5456
    @robinlobo5456 3 года назад +2

    The instructor has worked really hard on these video lectures. Brilliantly explained :)

  • @skippyflatrock
    @skippyflatrock 4 года назад +1

    You should have more views. This tutorial was well designed and caused me to fully understand the concept.

    • @hnasr
      @hnasr  4 года назад +1

      skippy flatrock i am glad it did help thanks 🙏 😊

  • @mustafakorkmaz8176
    @mustafakorkmaz8176 4 года назад +3

    i most like “agghhh knowledgement” 😀

  • @firasdarwish
    @firasdarwish 4 года назад +2

    good job❤️
    could you please talk about Server-Sent Events (SSE)?

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

    Thanks for uploading, please upload more videos on Networking, OS & working along with use cases in simple for better understanding to viewers

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

      Will upload soon make sure you are sub ;) meanwhile check out my network engineering playlist
      ruclips.net/p/PLQnljOFTspQUBSgBXilKhRMJ1ACqr7pTr

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

      @@hnasr ok sure will check 👍

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

    Hey Hussein. Do you know a way to send a http request with Javascript that sends a request but doesn’t wait for a response. I thought this half open would have been the answer, but we want the server to get all the information and then cut it. If we have a try catch around fetch it’ll be waiting for the response. And if we don’t have a try catch it’ll throw an error

  • @christophercampbell4670
    @christophercampbell4670 2 года назад

    I believe this is how Masscan works.

    • @hnasr
      @hnasr  2 года назад

      The port scanner? Interesting