Enterprise Networking - ACL

Enterprise Networking - ACL

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

OSI Model - Data Link Layer

OSI Model - Data Link Layer

9th Grade - Professional Development

10 Qs

Pretest Permasalahan Routing Dinamik

Pretest Permasalahan Routing Dinamik

12th Grade

12 Qs

Hálózat ismeretek 12G

Hálózat ismeretek 12G

11th - 12th Grade

10 Qs

Jaringan WAN

Jaringan WAN

11th Grade

10 Qs

WAN-Konfigurasi TP-Link Sebagai Access point

WAN-Konfigurasi TP-Link Sebagai Access point

11th Grade

10 Qs

Subnetting - IP Address (IPv4)

Subnetting - IP Address (IPv4)

10th - 12th Grade

11 Qs

VLAN

VLAN

11th Grade

10 Qs

AIJ (ADMINISTRASI INFRASTRUKTUR JARINGAN)

AIJ (ADMINISTRASI INFRASTRUKTUR JARINGAN)

12th Grade

10 Qs

Enterprise Networking - ACL

Enterprise Networking - ACL

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Lincoln Chee

Used 18+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following about ACL is incorrect?
If filtering inbound traffic, packets will be checked when reach router interface
If filtering outbound traffic, packets will be checked before leaving router interface
ACL is configured to filter inbound or outbound traffic
An ACL is a sequential list of permit or deny statements
None of them is incorrect

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Standard ACLs – filters packets based on Source IP address only?
YES
NO

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Extended ACLs – filters packets based on Source & Destination IP addresses, Protocol, Port no?
YES
NO

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is/are Standard ACL command? (More than 1 answer)
access-list 1 remark ACL for Server Farm
access-list 1 deny 192.168.11.1 0.0.0.0
access-list 1 permit 192.168.10.0 0.0.0.255
Access-list 100 deny tcp 192.168.11.0 0.0.0.255 192.168.30.0 0.0.0.255 eq 21

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the outcome of executing the following commands? access-list 3 deny 192.168.10.0 0.0.0.255 access-list 3 permit host 192.168.10.10

192.168.10.10 will be permitted to pass through the router

192.168.10.10 will not be permitted to pass through the router

Error will appear

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Extended ACLs can filter on which of the following? (More than 1 answer)
Source Address
Destination Address
Protocol
Port no.

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What of the following is/are correct about the following command? access-list 114 permit tcp 192.168.20.0 0.0.0.255 any eq 21
This is an Extended ACL
192.168.20.10 is permitted to pass through the router
FTP is not permitted
192.168.20.11 is permitted to pass through the router to any destinations