What are Syn Cookies and how are they used?

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

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

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

    Nice video. Well explained, and I like that you gave info on the hashing that its doing to check the connection. It seems to me that this is basically helping out the limitation of the TCP stack, knowing that it only has 64k ish of available ports. By doing doing the hashing, well, SYN cookie, you will then be needing to store that somewhere ready for the return connection if it comes. But wherever you are placing that hash, an array etc, won't have the same 64k limitation that the TCP stack has. I would also guess that the array the SYN cookies live inside will have a timeout, basically whatever threshold you have on the t variable. After that, it bins it off anyway.

  • @Logan-jo7tq
    @Logan-jo7tq 5 лет назад +6

    I don't understand how your magic pen works but...Great video!

    • @krishnagupta6323
      @krishnagupta6323 5 лет назад +3

      bro its like recording a video with mirror in between. but horizontal mirror the video in post production.

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

      @@krishnagupta6323 don't ruin the magic lol.

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

    Thanks for the great explanation! Really needed it

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

    To make sure I understand...when using a DoS mitigation appliance, or firewall with syn cookies enabled, is the initial SYN NOT sent to the server? In other words, the appliance sends the SYN ACK, and awaits an acknowledgement before setting up the session with the server. So the server never knows about the request until the firewall completes the 3-way handshake?

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

    In 3:05, it should be Acknowledgement Number - 1 (instead of Sequence Number ) of the ACK packet. Great video, indeed. Thanks.

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

    Thank you very much, this was very helpful. I hope you make a video about SYN Cache too.

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

    Thanks for the clear explanation

  • @billyli5174
    @billyli5174 4 года назад

    very clear explanation .Thanks

  • @fatimatahseen963
    @fatimatahseen963 4 года назад

    Nice explanation

  • @jabanijoseph1312
    @jabanijoseph1312 4 года назад

    Very clear

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

    Woah! He is writing in reverse.

  • @lannders3343
    @lannders3343 4 года назад

    Obrigado!

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

    thanks!