Module 3 part 1 Flashcards

Firewalls and ACL

1
Q

What are the security goals that Firewall protect ?

A
  • Access Control

- Availability

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

What is firewall ?

A
  • device that monitors and filters traffic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the two principles of ACL ?

A
  • sequential processing

- deny all except when explicitly permitted

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

What are the two types of ACL ?

A
  • standard ACL

- extended ACL

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

What is the standard ACL format ?

A

access-list all-number(1-99) (permit/deny) source mask

interface interface-number(E0, S0, S1) #name

ip access-group all-number(1-99) (in/out)

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

Which TCP/IP layer odes a firewall operate ?

a. physical and above
b. data link layer and above
c. transport and above
d. network and above
e. application

A

data link and above

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

what is the most important function of a firewall ?

a. encrypt data
b. redirect traffic
c. filter traffic
d. stop viruses and worms

A

filter traffic

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

which one of there cannot be protected by a firewall ?

a. encrypted data
b. backdoor data
c. internal attacks
d. all of the above

A

all of the above

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

which of these is a recent addition to firewall technology ?

a. packet filtering
b. circuit level gateway
c. stateful inspection
d. DMZ

A

stateful inspection

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

which one of these is a host based firewall ?

a. Cisco PIX
b. NetScreen
c. Zone Alarm
d. Nortel Contivity

A

zone alarm

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

What is the rule about port filtering?

a. block all incoming ports
b. block ICMP packets
c. block all unused ports
d. block all non-standard ports.

A

block all unused ports

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

What is a bastion host ?

a. Translates addresses between private and public networks
b. Provides layer 3 protection
c. Sets up proxy clients and servers.
d. Defines a demilitarized zone network

A

Sets up proxy clients and servers.

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

What is a NAT?

a. Translates IP addresses between private and public networks
b. Translates Ethernet addresses between private and public networks
c. Encrypts firewall addresses
d. All of the above

A

a. Translates IP addresses between private and public networks

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

What is deep inspection?

a. Another term for NAT
b. Checking encrypted headers
c. Rejecting packets that are encrypted
d. Checking the data portion of the packet for hidden attacks

A

d. Checking the data portion of the packet for hidden attacks

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

Which is one of Cisco’s recent addition to its firewall line of products?

a. Firewall-1
b. Firepower 2100 Series
c. PIX
d. NetGuar

A

b.Firepower 2100 Series

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

What are the 6 limitations of packet filtering ?

A
  1. address spiffing can break ACL
  2. works only up to network layer
  3. testing of complex ACL is hard
  4. consume router resource
  5. filtering of specific application commands is not possible: eg HTTP get or PUT
  6. allows direct TCP connection between outside and inside network