1 Answers
Option 2 : Only II
Concept
Packet filtering firewalls:
- As the most “basic” and oldest type of firewall architecture, packet-filtering firewalls create a checkpoint at a traffic router or switch.
- These work at the Network layer of the OSI networking model.
- The firewall performs a simple check of the data packets coming through the router—inspecting information such as the destination and origination IP address, packet type, port number, and other surface-level information without opening up the packet to inspect its contents.
Circuit-Level Gateways
- This simplistic firewall type is meant to quickly and easily approve or deny traffic without consuming significant computing resources, circuit-level gateways work by verifying the transmission control protocol (TCP) handshake.
- These work at the session layer of the OSI model. These are also assumed to be working as a "shim-layer" between the application layer and the transport layer of the TCP/IP stack.
- This TCP handshake check is designed to make sure that the session the packet is from is legitimate.
4 views
Answered