ACLs on routers slow throughput of a heavily used system resource. List two advantages of using ACLs. List a situation in which you might want to block (reject) certain traffic through an ACL on a router; that is, a situation in which the performance penalty would not be the deciding factor

What will be an ideal response?


(a)
Limit
traffic
for
a
closed
community.
(b)
Block
specific
known
attackers'
addresses
(e.g.,
single-­?point
denial
of
service).
The
real
issue
is
number.
Each
ACL
increases
the
work
of
the
router,
so
whereas
the
penalty
of
one
ACL
might
be
tolerable,
2
or
3
or
10
could
be
intolerable.
After
allowing
one
ACL,
it
is
difficult
to
deny
the
second,
and
so
on.
Rejecting
all
traffic
from
a
location
could
be
useful
for
blocking
an
attacker
from
a
known
address,
such
as
a
denial-­?of-­?service
attack
from
a
single
point.

Computer Science & Information Technology

You might also like to view...

Given the following declarations:

StringBuilder buf; StringBuilder buf2 = new StringBuilder(); String c = new String("test"); Which of the following is not a valid StringBuilder constructor? a. buf = new StringBuilder(); b. buf = new StringBuilder(buf2, 32); c. buf = new StringBuilder(32); d. buf = new StringBuilder(c);

Computer Science & Information Technology

The "Install-WindowsFeature NPAS -IncludeManagementTools" PowerShell cmdlet will install the Network Policy and Access Services server role.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

____ reads values for the listed arguments from the file, according to the format.

A. fgetc() B. fgets() C. fprintf() D. fscanf()

Computer Science & Information Technology

Which of the following ADT is value-oriented?

a) list b) sorted list c) stack d) queue e) binary tree

Computer Science & Information Technology