QUIZ 2 Flashcards
is a series of IOS commands that are used to filter packets based on information
found in the packet header
ACL/ ACCESS LIST CONTROL
A sequential list of permit or deny statements
ACES/ ACCESS CONTROL ENTRIES
controls access to a
network by analyzing the incoming and/or
outgoing packets and forwarding them or
discarding them based on given criteria
packet filtering
Types of ACL
STANDARD ACL
EXTENDED ACL
filter at Layer 3
using the source IPv4 address only
standard acl
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
extended acl
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
inbound acl
filters packets after being routed, regardless of the inbound
interface.
outbound acl
2 ACL Operation
inbound AcL
outbound ACL
is similar to a subnet mask in that it uses the ANDing process to identify
which bits in an IPv4 address to match.
wildcard mask
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
host
This keyword substitutes for the 255.255.255.255 mask. This mask says to
ignore the entire IPv4 address or to accept any addresses
any
Document ACL using ________ command
remark
packet filtering occurs in what layer?
3 and 4
a command used to create a nmed ACL
ip access-list
match the corresponding bit value in the address
wildcard mask bit 0
ignore the corresponding bit value in the addrrss
mask bit 1
Networks are commonly implemented
using _________addresses, as defined
in RFC 1918.
private IPv4
its primary use is to conserve IPv4 addresses
NAT
NAT stands for ?
Network Address Translation
NAT includes four types of addresses:
• Inside local address
• Inside global address
• Outside local address
• Outside global addre
The address of the device which is being translated by NAT.
Inside address
The address of the destination device
Outside address
is any address that appears on the inside portion
of the network
Local address