5.3 & 5.4 Flashcards
(10 cards)
What is an edge router?
CE vs PE
Uses NAT to assist external to internal internet
Customer Edge vs Provider Edge
What do Enterprise Routers specialize in?
Plug in Cards for WAN
Methods for configuring VPN
When is Static NAT useful?
Good for proxy servers utilizing firewalls.
.
External hosts don’t know true IP of servers, but can communicate successfully
What is PAT for?
Port Address Translation.
Maps multiple private IPs to SINGLE PUBLIC ADDRESS
How does PAT work?
10.0.0.101 and 10.0.0.102 want info from web.
PAT service creates two new port mappings for these requests (10.0.0.101:61101 and 10.0.0.102:61102)
Reverse engineers replies from public IP and checks the port mappings to forward to internal hosts
How does Packet Filtering work?
Filters by IP
Filters by Protocol
Filters by Source/Destination
What is packet filtering?
Does it have a state or is it stateless?
Is it secure?
Each packet is analyzed.
Stateless
Insecure. Malware can be spread over a sequence of packets
What is a circuit-level stateful firewall?
Is it more or less efficient.
Records by session of packet transfer
.
More efficient b/c if it’s allowed at the start of the session, no need to monitor the rest of the session.
What’s different from a SOHO vs Enterprise router?
Amount of sessions a router can support