5.3 & 5.4 Flashcards

(10 cards)

1
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an edge router?

CE vs PE

A

Uses NAT to assist external to internal internet

Customer Edge vs Provider Edge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What do Enterprise Routers specialize in?

A

Plug in Cards for WAN
Methods for configuring VPN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When is Static NAT useful?

A

Good for proxy servers utilizing firewalls.
.
External hosts don’t know true IP of servers, but can communicate successfully

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is PAT for?

A

Port Address Translation.
Maps multiple private IPs to SINGLE PUBLIC ADDRESS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does PAT work?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does Packet Filtering work?

A

Filters by IP
Filters by Protocol
Filters by Source/Destination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is packet filtering?

Does it have a state or is it stateless?

Is it secure?

A

Each packet is analyzed.

Stateless

Insecure. Malware can be spread over a sequence of packets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a circuit-level stateful firewall?

Is it more or less efficient.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What’s different from a SOHO vs Enterprise router?

A

Amount of sessions a router can support

How well did you know this?
1
Not at all
2
3
4
5
Perfectly