What is a firewall?
A firewall is a security system that uses a set of predetermined rules to analyse and control the traffic that comes in and goes out of your network.
Give a real world analogy of how a firewall works
Think of it like a bouncer at a bar. It keeps unsafe traffic out, while allowing anything legitimate to pass through without an issue.
Firewalls can implement security rules. Give an example of one that a company might implement.
Out of the 500 computers inside this company, only one of them is permitted to receive public FTP traffic. Allow FTP connections only to that one computer and prevent them on all others.
What are the 3 main types of firewall technique?
What does a proxy server do?
2. Hides the true network addresses of the hosts
What is a circuit-level gateway used for?
TCP connections
How do circuit-level gateways work?
At what layer of the OSI model do circuit level gateways work?
Circuit-level gateways work at the session layer of the OSI model, or as a “shim-layer” between the application layer and the transport layer of the TCP/IP stack.
What’s the difference between basic firewalls and more effective ones?
Basic firewalls only monitor incoming traffic by default. An effective firewall monitors both incoming and outgoing traffic.
What are the two types of firewall?
Hardware and software
What is a hardware firewall?
A router or any other security product that is placed between the network and the outside world.
Describe a software firewall