2 Introduction of Firewall in Computer Network Flashcards
What is a firewall?
- HW or SW network security device
- barrier between secured internal network and outside network (eg - Internet)
- monitors all incoming and outgoing traffic
What are 3 firewall security rules?
- Accept - allow the traffic
- Reject - block the traffic but reply with an “unreachable error”
- Drop - block the traffic with no reply
How firewall works? (traffic and rules)
- network traffic has to be matched with defined rule
- when is matched –> associated action is applied to traffic
Allowed or not? (outgoing and incoming traffic)
outgoing - allowed in most cases (good to have some rules to prevent unwanted communication)
incoming - tougher rules (this traffic is usually TCP, UDP, ICMP)
What does firewall has to have set?
- default policy (A, J, D)
How do packet filtering firewalls work?
Where are captured the rules?
- they control network access based on source add, destination add, port and protocols (monitoring of outgoing and incoming packets)
- rules are table (what is deny or allow)
- the packets are treat in isolation (no as a part of stream)
How do Stateful Inspection Firewalls work?
- keep track of connection state of the packet
- decision are based on defined rules and on the packet´s history in the state table
How do Application Layer Firewall work?
- ca inspect and filter packets on any OSI layer
- ability to block specific content
What are and what do hosts that run proxy servers?
- application layer firewalls
- proxy firewall prevents direct connection between either side of the firewall - each packet has to pass through the proxy (allow or block –> predefined rules)
- can be used as NAT
Next Gen Firewalls
- trying to stop modern security breaches (malware attacks, …)
Host-based Firewalls
- where installed and what control
- SW or HW
- why needed
- installed on each network node (controls incoming and outgoing packets)
- SW - part of OS
- needed ‘cause network firewalls cannot provide protection inside a trusted network
- protect from attacks and unauthorized access
Network-based Firewalls
- what protect
- SW or HW
- network level
- filter all incoming and outgoing traffic across the network
- protects internal network
- 2 or more NIC
- dedicated system with proprietary SW installed