Stateful vs Stateless Firewalls - You NEED to know the difference

Поділитися
Вставка
  • Опубліковано 2 чер 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
    ▶ UA-cam: / 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
  • Наука та технологія

КОМЕНТАРІ • 92

  • @vladislavkaras491
    @vladislavkaras491 7 годин тому

    The prehistory you made before explaining actual firewalls is brilliant!
    Thanks for the video!

  • @brynjellis
    @brynjellis Рік тому +20

    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  Рік тому

      Glad it was helpful!

    • @blackie5566
      @blackie5566 Рік тому

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

  • @siraj-7397
    @siraj-7397 Рік тому +5

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

  • @seetsamolapo5600
    @seetsamolapo5600 9 місяців тому +4

    - 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

  • @raheelsarvana
    @raheelsarvana 4 місяці тому +2

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

  • @salkeldeliaoe
    @salkeldeliaoe Рік тому +5

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

  • @TopYoutubeComments
    @TopYoutubeComments 2 роки тому +9

    Thanks for the amazing work you're putting in !

  • @shitshow_1
    @shitshow_1 3 місяці тому

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

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

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

  • @Enzo-sp3bf
    @Enzo-sp3bf 2 місяці тому

    Oh this explaination is excellent and helps a lot

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

    Literally, brilliant way to teach.
    Thanks ❤

  • @ShrutiSharma-xu6qs
    @ShrutiSharma-xu6qs 7 місяців тому

    Best explanation ever. Clarity pro max!

  • @chuckbalogh296
    @chuckbalogh296 Рік тому +2

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

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

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

  • @danilomendes2991
    @danilomendes2991 2 роки тому +4

    What a great explanation! Great job!!

    • @LearnCantrill
      @LearnCantrill  2 роки тому +1

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

  • @gomsg2049
    @gomsg2049 9 місяців тому

    well explained..thanks a lot!

  • @greenpixel_
    @greenpixel_ 2 місяці тому

    Fantastic explanation!

  • @00infinity39
    @00infinity39 5 місяців тому

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

  • @ischozar7465
    @ischozar7465 Рік тому +1

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

  • @aslanbekx
    @aslanbekx 5 місяців тому

    Great Video understandable.You are doing well at teaching

  • @franciscojosegalan3135
    @franciscojosegalan3135 Рік тому +1

    Great job, very educational!

  • @Gsfkdhkjhgfs
    @Gsfkdhkjhgfs Рік тому +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.

  • @brunomarques8070
    @brunomarques8070 Рік тому

    Very simple explanation. Thank you!

  • @kodak9521
    @kodak9521 2 роки тому +1

    Thanks again for the great video 😀😀😀

  • @MegaNatebreezy
    @MegaNatebreezy 6 місяців тому

    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?

  • @WoutiecomNL
    @WoutiecomNL Рік тому +2

    Great animation and explanation. Thanks!

  • @Gestr3482
    @Gestr3482 6 місяців тому

    Very good explanation

  • @xtoefield
    @xtoefield Рік тому

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

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

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

  • @kingtop171
    @kingtop171 4 місяці тому

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

  • @miguelpimentel1155
    @miguelpimentel1155 Рік тому

    Wow, super explained recommended

  • @silverbell6160
    @silverbell6160 Рік тому

    Excellent, thank you

  • @NostalgistGuy
    @NostalgistGuy 11 місяців тому

    one of the best. thanks

  • @Work-wj8wv
    @Work-wj8wv 9 місяців тому +1

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

  • @robertalvarez6906
    @robertalvarez6906 4 місяці тому

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

  • @user-mb1xr3zu3b
    @user-mb1xr3zu3b 15 годин тому

    Brilliant 👍

  • @jesiotra6246
    @jesiotra6246 2 роки тому

    great video!

  • @Salty_Matter
    @Salty_Matter 22 дні тому

    Amazing explanation. Just amazing

  • @Rgroose
    @Rgroose 10 місяців тому

    great, thanks

  • @sfletcherjones
    @sfletcherjones Рік тому

    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  Рік тому

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

  • @DrDoktor60
    @DrDoktor60 Рік тому

    Satisfactory ❤

  • @TheNitesh101
    @TheNitesh101 Рік тому

    Nice articulated 😊

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

    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

  • @kimshatteen222
    @kimshatteen222 Рік тому

    Thank you

  • @ggin2008
    @ggin2008 Рік тому

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

    • @LearnCantrill
      @LearnCantrill  Рік тому

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

    • @ggin2008
      @ggin2008 Рік тому

      @@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 Рік тому

    Super presentation

  • @jiho1960
    @jiho1960 Рік тому

    Legend!

  • @gangisandeepreddy
    @gangisandeepreddy 2 роки тому +3

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

    • @LearnCantrill
      @LearnCantrill  2 роки тому +3

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

  • @sfletcherjones
    @sfletcherjones Рік тому

    Thanks

  • @omribenhur6954
    @omribenhur6954 Рік тому

    you are the man
    baruch hashem

  • @c.s1055
    @c.s1055 2 місяці тому

    ❤❤❤

  • @akashagarwal6390
    @akashagarwal6390 6 місяців тому

    Nobody does it better...

  • @danielc4698
    @danielc4698 10 місяців тому

    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  10 місяців тому

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

  • @devwebj7686
    @devwebj7686 2 роки тому +1

    waiting for layer 6 and 7

  • @TheMbudzeni
    @TheMbudzeni 2 роки тому +1

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

    • @LearnCantrill
      @LearnCantrill  2 роки тому +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 2 роки тому +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.

  • @priyankamahesh6944
    @priyankamahesh6944 Рік тому +1

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

    • @LearnCantrill
      @LearnCantrill  Рік тому

      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 2 місяці тому

      Me too