QUIZ 2 Flashcards

1
Q

is a series of IOS commands that are used to filter packets based on information
found in the packet header

A

ACL/ ACCESS LIST CONTROL

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

A sequential list of permit or deny statements

A

ACES/ ACCESS CONTROL ENTRIES

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

controls access to a
network by analyzing the incoming and/or
outgoing packets and forwarding them or
discarding them based on given criteria

A

packet filtering

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

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

filter at Layer 3
using the source IPv4 address only

A

standard acl

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

filter at Layer 3 using
the source and / or destination IPv4 address.
They can also filter at Layer 4 using TCP, UDP
ports, and optional protocol type information for
finer contro

A

extended acl

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

filters packets before they are routed to the outbound interface. An
inbound ACL is efficient because it saves the overhead of routing lookups if the packet
is discarded

A

inbound acl

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

filters packets after being routed, regardless of the inbound
interface.

A

outbound acl

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

2 ACL Operation

A

inbound AcL
outbound ACL

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

is similar to a subnet mask in that it uses the ANDing process to identify
which bits in an IPv4 address to match.

A

wildcard mask

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

This keyword substitutes for the 0.0.0.0 mask. This mask states that all IPv4
address bits must match to filter just one host address

A

host

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

This keyword substitutes for the 255.255.255.255 mask. This mask says to
ignore the entire IPv4 address or to accept any addresses

A

any

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

Document ACL using ________ command

A

remark

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

packet filtering occurs in what layer?

A

3 and 4

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

a command used to create a nmed ACL

A

ip access-list

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

match the corresponding bit value in the address

A

wildcard mask bit 0

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

ignore the corresponding bit value in the addrrss

A

mask bit 1

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

Networks are commonly implemented
using _________addresses, as defined
in RFC 1918.

A

private IPv4

19
Q

its primary use is to conserve IPv4 addresses

20
Q

NAT stands for ?

A

Network Address Translation

21
Q

NAT includes four types of addresses:

A

• Inside local address
• Inside global address
• Outside local address
• Outside global addre

22
Q

The address of the device which is being translated by NAT.

A

Inside address

23
Q

The address of the destination device

A

Outside address

24
Q

is any address that appears on the inside portion
of the network

A

Local address

25
is any address that appears on the outside portion of the network.
Global address
26
Types of Nat?
STATIC DYNAMIC PAT NAP
27
uses a one-to-one mapping of local and global addresses configured by the network administrator that remain constant
STATIC NAT
28
uses a pool of public addresses and assigns them on a first￾come, first-served basis.
DYNAMIC NAT
29
also known as NAT overload, maps multiple private IPv4 addresses to a single public IPv4 address or a few addresses
PAT
30
Only modifies the IPv4 addresses
NAT
31
modifies both the IPv4 address and the port number.
PAT
32
displays information about the total number of active translations, NAT configuration parameters, the number of addresses in the pool, and the number of addresses that have been allocated.
show ip nat statistics
33
To verify that the NAT translation is working before testing
clear ip nat statistics
34
displays all static translations that have been configured and any dynamic translations that have been created by traffic
show ip nat translations
35
To configure PAT to use a single IPv4 address, add the keyword _________ to the ip nat inside source command
overload
36
Identifies the source network or host address to filter
source
37
command is used to bind a numbered or named standard IPv4 ACL to an interface
ip access-group
38
Created using the access-list access-list-number global configuration command.
Numbered Extended ACL
39
Created using the ip access-list extended access-list￾name.
Named Extended ACL
40
Four proticols that are most popular option to filter on internet protocol
icmp-internet control message protocol ip- any internet protocol tcp-transmission control protocol udp- user datagram protocol
41
TCP can also perform basic stateful firewall services using the TCP_______ keyword
established
42
This will permit inside HTTP and HTTPS traffic to exit to the internet
surfing
43
- This will only permit returning web traffic to the inside hosts while all other traffic exiting the R1 G0/0/0 interface is implicitly denied.
browsing