Information Technology
Star icon
Most Popular
Hands on Training icon
Hands On Training
Star icon
Hands on Training icon

Understanding Stateful vs Stateless Firewalls

Course Cover
compare button icon

Course Features

icon

Duration

60 minutes

icon

Delivery Method

Online

icon

Available on

Lifetime Access

icon

Accessibility

Desktop, Laptop

icon

Language

English

icon

Subtitles

English

icon

Level

Intermediate

icon

Teaching Type

Self Paced

icon

Video Content

60 minutes

Course Description

Lab Details

This lab will guide you through the steps necessary to distinguish between stateful (Security Group) and stateless firewalls (Network ACL).

The lab will be practiced using VPC or EC2.

Duration: 60 minutes

AWS Region: US East, N. Virginia us-east-1

Introduction

What is a Stateful Firewall?

Security groups are considered stateful. This means that any changes made to an incoming rule will automatically be applied to the outgoing one.

If you allow an outgoing port 22, the port 22 will automatically be opened.

You can inspect packets in context of traffic flow. This allows you to use more complicated rules and logs network traffic.

Traffic direction is governed by state laws

What is a Stateless Firewall?

Network ACLs do not have state: Any changes to an incoming rule are not applied to the outgoing.

You must also apply the outgoing traffic rule if you allow traffic to 22 ports.

Each packet should be examined individually, regardless of whether it is part of an approved, existing connection. This engine prioritises speed of evaluation. It accepts rules that meet the 5-tuple connection requirements.

Course Overview

projects-img

Virtual Labs

projects-img

Post Course Interactions

projects-img

Hands-On Training

Skills You Will Gain

What You Will Learn

Learn how to delete AWS resources

Learn how to launch a lab environment

Learn how to validate the laboratory

This course will teach you how to create a Public Route Table, and link it with your subnet

This course will teach you how to create a public subnet

This course will teach you how to create a security group

This course will teach you how to create and attach an Internet Gateway

This course will teach you how to launch an EC2 instance

This course will teach you how to understand the NACL rules

This course will teach you how to understand the rules of security groups

This video will show you how to add the public route in the Route table

This video will show you how to create an Amazon VPC

Course Cover