Stateful vs Stateless Firewalls - You NEED to know the difference

Sdílet
Vložit
  • čas přidán 2. 06. 2022
  • In this video Adrian explains the difference between stateful vs stateless firewalls. He covers REQUEST and RESPONSE parts of a TCP connection as well as ephemeral ports
    ▶ Check out Adrian's full range of content at learn.cantrill.io
    ▶ Join the best online technical study community techstudyslack.com
    FOLLOW ME 😺
    ▶ Twitter: / adriancantrill
    ▶ CZcams: / learncantrill
    OTHER VIDEOS AND PLAYLISTS 🎞
    ▶ Network Fundamentals • Networking Fundamentals
    ▶ Technical Fundamentals • Technical Fundamentals
    ▶ AWS Fundamentals • AWS Fundamentals
    ▶ Course Intros • learn.cantrill.io - Co...
    ▶ Exam Question Practice • AWS Exam Question Walk...
    ▶ MINI PROJECT - Hybrid DNS • Mini Project - Hybrid ...
    ▶ MINI PROJECT - Advanced VPN • Mini-project - Advance...
    ▶ MINI PROJECT - Pet Cuddle O Tron • Mini-project - Pet-Cud...
    ▶ MINI PROJECT - Web Identity Federation • Mini-project - Simple ...
    ▶ MINI PROJECT - Architecture Evolution • Mini-project - Applica...
    ▶ MINI PROJECT - Cat Pipeline • Mini Project - CatPipe...
    ▶ Best Videos • Best Videos
    All rights reserved © 2022 Adrian Cantrill
  • Věda a technologie

Komentáře • 90

  • @siraj-7397
    @siraj-7397 Před rokem +5

    As a Networks instructor, I see that this video is helpful and professional. 20/20

  • @brynjellis
    @brynjellis Před rokem +18

    I've looked up this stateless vs stateful subject many times before and nowhere has it been explained better than in this video! Brilliant job, thank you!

    • @LearnCantrill
      @LearnCantrill  Před rokem

      Glad it was helpful!

    • @blackie5566
      @blackie5566 Před rokem

      I second that, one of the best explanations!!! Thank you so much

  • @salkeldeliaoe
    @salkeldeliaoe Před rokem +5

    Brilliant video, broken down each and every part very detailed and straight to the point.

  • @TopYoutubeComments
    @TopYoutubeComments Před 2 lety +9

    Thanks for the amazing work you're putting in !

  • @deepshah737
    @deepshah737 Před měsícem

    what a fantastic explanation along with slides. Thank u very much

  • @raheelsarvana
    @raheelsarvana Před 3 měsíci

    I've been in network security for sometime now, and this is one of the best ways I've seen this explained. Great work!

  • @seetsamolapo5600
    @seetsamolapo5600 Před 8 měsíci +3

    - When you make a connection using TCP each side is sending IP packets to each other. TCP is layer 4 protocol which runs on top of IP and adds error correction and ports.
    - Each connection by a user via client to an application on a server consists of two parts- the request (initiation) and the response which are two parts of the same interaction
    - client picks a temporary (ephemeral) port as its source which has a value between 1024 and 65536. Then the client initiates a connection to the server using a well known destination port 443 - https. Well known ports are associated with popular applications. This is the request part. The client asking for something from the server.
    - Next the server responds with some type of data. The server connects to the source IPof the request which is the clien. It connects to the client's port which is an ephemeral port. This is the response part. It is from the server on that well known port 443 to the client on the ephemeral port chosen by the client
    - It is is this values that uniquely identify a connection - source Ip and source port, and destination IP and destination port.
    - Each interaction/connection comprises of a request part and response component. The directionality of the transmission depends on the node's perspective. The direction of a request or response isnt always outbound or inbound. There are outgoing requests, outgoing responses, incoming requests and incoming responses. Some servers can have all, like web servers, where the both initiate and accept connections. For every connection start with the request and the response will be the inverse
    - When the client initiates a request, packets are sent to the server with a source IP and source port of the client and destination IP and destination port of the server. This request is an outbound request from the client perspective and an inbound request from the server perspective
    - Firewalls require consideration of perspective - directionality when defining rules for connections. The response is always inverse direction to the request - source IP, source port and destination IP and destination port switch.
    - Stateless firewalls see the request and response as separate activities. Allowing or denying them is done individually so there are two separate rules required one for the request and another for the response. Therefore more management overhead with more rules required per connection
    - The request component is always going to be to a well know port. The response is always going to be from a server to a client going to a random ephemeral port chosen by the client's OS. And because the firewall is stateless it has no way of knowing which specific port the response is destined for. Therefore in the firewall rules traffic in the full range of ephemeral ports must be allowed which isn't ideal for security engineers.
    - Stateful firewalls are intelligent enough to identify the response component from it's request component. By comparing the ports and IP of the request and response and if they're the same it can link them to each other. Therefore, for a specific request the stateful firewall automatically knows which data is the response and automatically allows it. Therefore only one rule required for stateful firewalls which is for allowing/denying the request and the response is automatically allowed/denied significantly reducing admin overhead. In addition there's no need to allow traffic for the entire ephemeral port range as the firewall knows the specific ephemeral port for the connection

  • @ShrutiSharma-xu6qs
    @ShrutiSharma-xu6qs Před 6 měsíci

    Best explanation ever. Clarity pro max!

  • @danilomendes2991
    @danilomendes2991 Před 2 lety +4

    What a great explanation! Great job!!

    • @LearnCantrill
      @LearnCantrill  Před 2 lety +1

      Thanks Danilo :) please like, share and subscribe (*shudders at sounding like a youtuber*)

  • @chuckbalogh296
    @chuckbalogh296 Před rokem +2

    Excellent video and explanation. You have cleared up so many topics for me.

  • @shitshow_1
    @shitshow_1 Před 3 měsíci

    Well articulately explained. Also quickly refreshed some of the Network layer concepts before diving into the topic, this is something I always wanted.

  • @Enzo-sp3bf
    @Enzo-sp3bf Před měsícem

    Oh this explaination is excellent and helps a lot

  • @jonathantx
    @jonathantx Před měsícem

    Excellent Explanation, I'm still learning a lot but this is spot on and really breaks it down for me to understand. Thank you.

  • @ischozar7465
    @ischozar7465 Před rokem +1

    Good slides, good explanations, good video. Thanks for making me smarter.

  • @Kumararpit44
    @Kumararpit44 Před měsícem

    Literally, brilliant way to teach.
    Thanks ❤

  • @franciscojosegalan3135
    @franciscojosegalan3135 Před rokem +1

    Great job, very educational!

  • @greenpixel_
    @greenpixel_ Před 2 měsíci

    Fantastic explanation!

  • @gomsg2049
    @gomsg2049 Před 9 měsíci

    well explained..thanks a lot!

  • @brunomarques8070
    @brunomarques8070 Před rokem

    Very simple explanation. Thank you!

  • @Gsfkdhkjhgfs
    @Gsfkdhkjhgfs Před rokem +2

    Very clear explanation and incredibly helpful. One thing that still confuses me is the ‘overhead’ part which you say is lower on stateful firewalls. Since they record the state of a connection whereas a stateless firewall doesn’t; it’s more intuitive for me to say that a stateless firewall therefore needs less memory and has less overhead as a consequence. But I’m probably mistaken one concept for the other.

  • @WoutiecomNL
    @WoutiecomNL Před rokem +2

    Great animation and explanation. Thanks!

  • @Salty_Matter
    @Salty_Matter Před 10 dny

    Amazing explanation. Just amazing

  • @aslanbekx
    @aslanbekx Před 5 měsíci

    Great Video understandable.You are doing well at teaching

  • @kodak9521
    @kodak9521 Před 2 lety +1

    Thanks again for the great video 😀😀😀

  • @Gestr3482
    @Gestr3482 Před 6 měsíci

    Very good explanation

  • @robertalvarez6906
    @robertalvarez6906 Před 4 měsíci

    Excellent! Would you be able to point me to the "next video" that helps explain AWS State/Stateless that you mentioned?

  • @00infinity39
    @00infinity39 Před 5 měsíci

    This is video is 10/10 🎉🎉 appreciate the effort ❤ U got a new sub

  • @jayydon
    @jayydon Před měsícem

    Great video, subscribed and liked. Just curious wouldn't modern systems only use the ranges of 49152 to 65535 as their ephemeral ports?

  • @silverbell6160
    @silverbell6160 Před rokem

    Excellent, thank you

  • @miguelpimentel1155
    @miguelpimentel1155 Před rokem

    Wow, super explained recommended

  • @Work-wj8wv
    @Work-wj8wv Před 8 měsíci +1

    video starts at 8:20 if you already know the basics of what a firewall is.

  • @xtoefield
    @xtoefield Před rokem

    holy hell!! this ws explained very well. subbed!!

  • @kingtop171
    @kingtop171 Před 4 měsíci

    It’d be a crime to follow, like and comment.
    Thank you for a Job well done!

  • @NostalgistGuy
    @NostalgistGuy Před 11 měsíci

    one of the best. thanks

  • @jesiotra6246
    @jesiotra6246 Před 2 lety

    great video!

  • @TheNitesh101
    @TheNitesh101 Před rokem

    Nice articulated 😊

  • @sfletcherjones
    @sfletcherjones Před rokem

    Very well explained video and excellently well illustrated to boot - I would say one thing and thats the use of the ephemeral port numbers which are the same as the IP of the target which threw me for a second as confusing but maybe might mislead others into thinking the port number somehow defaults to the IP of the target which it wouldnt i suspect? Loved the video as my go to explainer for people and myself when i have to jog the grey matter.

    • @LearnCantrill
      @LearnCantrill  Před rokem

      that's not a bad idea actually.. i might tweak that in the next version. Thanks.

  • @MegaNatebreezy
    @MegaNatebreezy Před 6 měsíci

    Great video! I am looking to block inbound SMB port 445 across Windows workstations in my environment. If I leave workstations with the ability to make an outbound SMB connection to a printer server and allow the print/file server inbound SMB allow access, will the computers still be able to communicate with the server back and forth (outbound + inbound) even though there is a deny rule on incoming SMB connections? How will the Firewall know which to choose since the rules are almost conflicting, is it going to choose the automatic deny?

  • @whatshatnin4572
    @whatshatnin4572 Před měsícem

    Hey There. Im taking your AWS Solutions Architect - Professional course. It has been a great experience. I am stuck on one demo because I need to increase my vCPU limit to create an EC2. Currently my vCPU limit is 8. How do I increase it and how much should i increase it

  • @Rgroose
    @Rgroose Před 10 měsíci

    great, thanks

  • @DrDoktor60
    @DrDoktor60 Před rokem

    Satisfactory ❤

  • @ggin2008
    @ggin2008 Před rokem

    super helpful. Thanks for this. What do you use to create these diagrams? If you don't mind sharing.

    • @LearnCantrill
      @LearnCantrill  Před rokem

      it's not one single tool ... it would be a whole set of videos itself to show how to create them.

    • @ggin2008
      @ggin2008 Před rokem

      @@LearnCantrill I can imagine. they are very good and it would awesome if you could demonstrate it some day. thank you so much for all the work you do. really helpful and high quality content.

  • @rahulpurimetla1152
    @rahulpurimetla1152 Před rokem

    Super presentation

  • @kimshatteen222
    @kimshatteen222 Před rokem

    Thank you

  • @omribenhur6954
    @omribenhur6954 Před rokem

    you are the man
    baruch hashem

  • @gangisandeepreddy
    @gangisandeepreddy Před 2 lety +3

    I think AWS security group acts like a Stateful firewall? Am I correct?

    • @LearnCantrill
      @LearnCantrill  Před 2 lety +3

      correct !! , with some additional enhancements ... since security groups can reference other security groups and themselves :)

  • @sfletcherjones
    @sfletcherjones Před rokem

    Thanks

  • @jiho1960
    @jiho1960 Před rokem

    Legend!

  • @c.s1055
    @c.s1055 Před 2 měsíci

    ❤❤❤

  • @TheMbudzeni
    @TheMbudzeni Před 2 lety +1

    Then why would people opt to use stateless firewalls instead of stateful firewalls?

    • @LearnCantrill
      @LearnCantrill  Před 2 lety +4

      in most cases you wouldn't - it's an older tech.
      it gives you a little more control .. you can control both sides of traffic flow.

    • @mdgm88
      @mdgm88 Před 2 lety +3

      With AWS security groups (stateful) apply to things like instances (e.g. EC2, RDS) and ELB. NACL (stateless) apply at the subnet level. You’d probably always use security groups where you can, and use NACL in addition if you need a bit of extra control e.g. to block all pings to a subnet.

  • @devwebj7686
    @devwebj7686 Před 2 lety +1

    waiting for layer 6 and 7

  • @akashagarwal6390
    @akashagarwal6390 Před 6 měsíci

    Nobody does it better...

  • @danielc4698
    @danielc4698 Před 10 měsíci

    good video, but to put it clearer , if the packet go to the router, INBOUND, if they leave OUTBOUND. it is the perspective of the router.

    • @LearnCantrill
      @LearnCantrill  Před 10 měsíci

      how is that clearer? you've just used a router vs a client/server ?

  • @priyankamahesh6944
    @priyankamahesh6944 Před rokem +1

    WTF 😳 my brain exploded , couldn’t understand anything. Pls simplify next time.

    • @LearnCantrill
      @LearnCantrill  Před rokem

      This is the simplified version. But there is other stuff you need to understand first. Maybe check out my networking fundamentals series.

    • @c.s1055
      @c.s1055 Před 2 měsíci

      Me too