wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Lesson1&2_Quiz

Total questions: 35

Worksheet time: 3hrs 55mins

Name
Class
Date
1.

What is the primary function of Access Control Lists (ACLs)?

a)

a) To enhance network speed

b)

b) To control who can access different parts of a network

c)

c) To create new IP addresses

d)

d) To configure routers automatically

2.

ACLs work like "guards" standing between hosts and allowing or stopping data

based on rules.

a)

True

b)

False

3.

What is a key component of an ACL that defines its rules?

a)

a) Interface types

b)

d) Traffic flow direction

c)

c) Router ports

d)

b) Access Control Entries (ACEs)

4.

ACLs applied to router interfaces are only effective in controlling inbound traffic.

a)

True

b)

False

5.

What does the command "ACCESS-LIST 1 permit 192.168.1.1" do?

a)

a) Denies access to the 192.168.1.1 IP address

b)

b) Allows access from the 192.168.1.1 IP address

c)

c) Blocks traffic from the 192.168.1.0/24 network

d)

d) Configures a named ACL

6.

In which range can you configure a standard numbered ACL?

a)

a) 1 to 50

b)

b) 100 to 199

c)

c) 1 to 99 and 1300 to 1999

d)

d) 2000 to 2999

7.

In which range can you configure an extended numbered ACL?

a)

a) 1 to 50

b)

b) 100 to 199 and 2000 to 2699

c)

c) 1 to 99 and 1300 to 1999

d)

d) 2000 to 2999

8.

If a packet matches a rule in an ACL, the router stops checking other

rules in that ACL.

a)

True

b)

False

9.

You can configure both an inbound and an outbound ACL on the

same interface, but not two inbound or two outbound ACLs.

a)

True

b)

False

10.

In an extended ACL, some protocols do not have a port name

assigned.

a)

True

b)

False

11.

The access-list command access-list 250 deny 136.146.27.236

0.0.0.0 is written correctly

a)

True

b)

False

12.

What is the main difference between standard ACLs and extended ACLs?

a)

a) Extended ACLs can filter traffic based on protocols, ports, and both source and

destination IPs

b)

b) Extended ACLs can only filter traffic based on source IP

c)

c) Extended ACLs are faster than standard ACLs

d)

d) Standard ACLs are more specific than extended ACLs

13.

Extended ACLs allow you to block or permit traffic based on port numbers and

protocols.

a)

True

b)

False

14.

With a standard ACL, you can block ICMP traffic while allowing HTTP and

HTTPS traffic.

a)

True

b)

False

15.

Which of the following ports is used by HTTPS traffic?

a)

25

b)

443

c)

80

d)

123

16.

What would happen if you mistakenly apply an extended ACL to the wrong

interface direction (e.g., inbound instead of outbound)?

a)

a) The ACL would block all traffic

b)

b) The ACL would not filter traffic correctly

c)

c) The ACL would filter the same way regardless of the interface direction

d)

d) The router would ignore the ACL

17.

If you configure ACL 101 to block all traffic from 192.168.2.0/24 to 10.0.2.0/24,

HTTPS traffic will still be allowed.

a)

True

b)

False

18.

When configuring an extended ACL to block specific traffic, what tool can you use

to see available protocol options while entering commands?

a)

a) IP protocol list

b)

b) The "?" command

c)

c) Show protocol command

d)

d) Help tab

19.

The two ACEs

access-list 100 permit tcp 0.0.0.0 255.255.255.255 any eq 80

access-list 100 permit tcp any any eq 80

are considered identical.

a)

True

b)

False

20.

Extended ACLs match based on the protocol, source address,

destination address, and port number. Their valid number ranges are

10-199 and 2000-2699

a)

True

b)

False

21.

What type of packets will match the following ACL statement?

access-list 110 permit tcp 172.16.0.0 0.0.0.255 any eq 22

a)

A) Any TCP traffic from the 172.16.0.0 network to any destination

network

b)

B) Any TCP traffic from any host to the 172.16.0.0 network

c)

C) SSH traffic from any source to the 172.16.0.0 network

d)

D) SSH traffic from the 172.16.0.0 network to any destination network

22.

Which statement correctly describes a characteristic of standard IPv4

ACLs?

a)

A) They filter traffic based on both source IP addresses and source

ports

b)

B) They can only be created using numbers, not names

c)

C) They are configured in the interface configuration mode

d)

D) They filter traffic based on source IP addresses only

23.

What happens if an ACL is configured with only rules that deny

traffic?

a)

A) The ACL will block all traffic

b)

B) The ACL must be applied inbound only

c)

C) The ACL must be applied outbound only

d)

D) The ACL will allow any traffic that is not specifically denied

24.

What is a key difference between inbound and outbound ACLs?

a)

A) Inbound ACLs can filter packets using multiple criteria, but

outbound ACLs cannot

b)

B) Inbound ACLs can be used on both routers and switches, while

outbound ACLs can only be used on routers

c)

C) More than one inbound ACL can be configured on a single

interface, but only one outbound ACL can be applied

d)

D) Inbound ACLs process packets before routing, while outbound

ACLs process packets after routing

25.

Which command represents a standard IP access control list (ACL)?

a)

A. access-list 2 permit host 10.0.0.2 any

b)

B. access-list 50 deny 192.168.1.1 0.0.0.255

c)

C. access-list 101 deny tcp any host 192.168.1.1

d)

D. access-list 2500 deny tcp any host 192.168.1.1 eq 22

26.

A network administrator enters the command R1(config)# access-list 1

permit 172.16.0.0 0.0.15.255. Which two IP addresses will match this

ACL? (Choose two.)

a)

A. 172.16.16.12

b)

B. 172.16.65.21

c)

C. 172.16.0.255

d)

D. 172.16.15.36

27.

Which command is used to apply IP access list 10 to an interface for

incoming traffic?

a)

A. ip access-group 10 in

b)

B. ip access-list 10 in

c)

C. ip access-group 10 out

d)

D. ip access-list 10 out

28.

What two ACEs could be used to deny IP traffic from a single source

host 10.1.1.1 to the 192.168.0.0/16 network? (Choose two.)

a)

access-list 100 deny ip 10.1.1.1 255.255.255.255 192.168.0.0

0.0.255.255

b)

access-list 100 deny ip 10.1.1.1 0.0.0.0 192.168.0.0 0.0.255.255

c)

access-list 100 deny ip 192.168.0.0 0.0.255.255 host 10.1.1.1

d)

access-list 100 deny ip host 10.1.1.1 192.168.0.0 0.0.255.255

e)

access-list 100 deny ip 192.168.0.0 0.0.255.255 10.1.1.1 0.0.0.0

29.

In applying an ACL to a router interface, which traffic is designated as

outbound?

a)

traffic for which the router can find no routing table entry

b)

traffic that is going from the destination IP address into the router

c)

traffic that is leaving the router and going toward the destination host

d)

traffic that is coming from the source IP address into the router

30.

What type of packets will match the following ACL statement?

access-list 110 permit tcp 172.16.0.0 0.0.0.255 any eq 22

a)

A) Any TCP traffic from the 172.16.0.0 network to any destination network

b)

A) Any TCP traffic from any host to the 172.16.0.0 network

c)

A) SSH traffic from any source to the 172.16.0.0 network

d)

SSH traffic from the 172.16.0.0 network to any destination network

31.

What is the purpose of this access list?

access-list 1 deny 172.16.36.236 0.0.0.0

access-list 1 permit 172.16.36.0 0.0.0.255

access-list 1 deny any

a)

A. Block all traffic destined for the host 172.16.36.236 but allow all other traffic.

b)

A. Block all traffic destined for the host 172.16.36.236 but allow traffic      only within the 172.16.36.0 subnet.

c)

A. Block all traffic originating from the host 172.16.36.236 but allow all other traffic.

d)

Block all IP traffic originating from the host 172.16.36.236 but allow traffic only within the 172.16.36.0 subnet.

32.

What does the command "ACCESS-LIST 1 permit 192.168.1.1" do?

a)

a) Denies access to the 192.168.1.1 IP address

b)

a) Allows access from the 192.168.1.1 IP address

c)

a) Blocks traffic from the 192.168.1.0/24 network

d)

Configures a named ACL

33.

What would happen if you mistakenly apply an extended ACL to the wrong interface direction (e.g., inbound instead of outbound)?

a)

a) The ACL would block all traffic

b)

a) The ACL would not filter traffic correctly

c)

a) The ACL would filter the same way regardless of the interface direction

d)

The router would ignore the ACL

34.

Which range represents all the IP addresses that are affected when network 10.120.160.0 with a wildcard mask of 0.0.7.255 is used in an ACE?

a)

10.120.160.0 to 10.127.255.255

b)

10.120.160.0 to 10.120.167.255

c)

10.120.160.0 to 10.120.168.0

d)

10.120.160.0 to 10.120.191.255

35.

Which three commands will achieve this using best ACL placement practices? (Choose three.)

a)

R2(config)# interface fastethernet 0/0

b)

R2(config)# access-list 101 permit ip 192.168.1.0 255.255.255.0

c)

R2(config)# access-list 101 permit ip host 192.168.1.1 host 192.168.2.1

d)

R2(config-if)# ip access-group 101 in

e)

R2(config)# access-list 101 permit ip any any