wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

NIM QUIZZIZ FOR FINAL EXAM SEM 1 25/26

Total questions: 45

Worksheet time: 38mins

Name
Class
Date
1.

Explain the DORA process in DHCPv4 operation. (Common 4-mark question)

4 lines
2.

Compare SLAAC vs. Stateful DHCPv6. (Critical for Module 8)

4 lines
3.

Why is "Split-MAC" architecture used in WLC deployments?

4 lines
4.

Explain the "3-Way Handshake" in TCP (used in ACL logic).

4 lines
5.

Describe the difference between Management and Native VLANs.

4 lines
6.

Config: Router-on-a-Stick (Inter-VLAN). Topology: R1 connected to Switch Trunk. Write the configuration to achieve this.

Topology: R1 connected to Switch Trunk

4 lines
7.

Config: DHCP Relay Agent. Scenario: PC is on VLAN 10 and the DHCP Server is on VLAN 20. Go to the interface facing the client (the Gateway): interface g0/0/1. Enter the command that points to the remote server at 192.168.11.6.

Scenario: PC is on VLAN 10, DHCP Server is on VLAN 20

(a)  

8.

Config: Standard ACL (Placement). Scenario: Block VLAN 10 from accessing VLAN 30. Where should the standard ACL be placed?

a)

Closest to Destination

b)

Closest to Source

c)

On VLAN 10 interface inbound on R3

d)

On VLAN 30 interface inbound on R3

9.

Config: Standard ACL. Scenario: Block VLAN 10 from accessing VLAN 30. Which single ACL statement correctly denies traffic from 192.168.10.0/24?

a)

access-list 10 deny 192.168.10.0 0.0.0.255

b)

access-list 10 deny 192.168.10.0 255.255.255.0

c)

access-list 10 deny 192.168.10.0 0.255.255.0

d)

access-list 10 deny host 192.168.10.0

10.

Config: Extended ACL (Placement). Scenario: Block PC A (Source) from FTP to Server B. Where should the extended ACL be placed?

a)

Closest to Source

b)

Closest to Destination

c)

On the server’s interface outbound

d)

On a distribution switch only

11.

Config: Extended ACL. Scenario: Block PC A (Source) from FTP to Server B. Which ACE denies FTP from 192.168.10.10 to 192.168.30.5?

a)

deny tcp host 192.168.10.10 host 192.168.30.5 eq 21

b)

deny udp host 192.168.10.10 host 192.168.30.5 eq 69

c)

deny tcp 192.168.10.0 0.0.0.255 192.168.30.0 0.0.0.255 eq 80

d)

deny ip host 192.168.10.10 host 192.168.30.5

12.

Config: Extended ACL application. Scenario: Block PC A (Source) from FTP to Server B. The ACL named FTP-BLOCK is applied on interface g0/0/0 on R1. In which direction is it applied?

a)

Inbound

b)

Outbound

c)

Both directions

d)

Not applied

13.

Config: Switch Port Security. Scenario: Limit to 1 MAC, shutdown on violation. Which command sets the violation action to shutdown?

a)

switchport port-security violation shutdown

b)

shutdown

c)

switchport port-security violation restrict

d)

switchport port-security protect

14.

Config: Switch Port Security. Scenario: Limit to 1 MAC, shutdown on violation. Which command limits the interface to learn only one MAC address?

a)

switchport port-security maximum 1

b)

switchport port-security mac-address 1

c)

switchport maximum-mac 1

d)

switchport port-security limit 1

15.

Troubleshooting & Logic (Application). Symptom: You configured ROAS, but PCs in VLAN 10 can't ping PCs in VLAN 20. Which checks help diagnose the issue? Select all that apply.

a)

Enable trunking on the switch port connected to the router

b)

Configure encapsulation dot1q 10 before adding the IP address on the subinterface

c)

Enable OSPF on both VLAN interfaces

d)

Create static ARP entries on the PCs

16.

Troubleshooting & Logic (Application). Symptom: DHCP client gets an IP starting with 169.254.x.x (APIPA). What is the likely cause?

a)

The DHCP server is unreachable or down

b)

The client’s default gateway is misconfigured

c)

DNS resolution failed

d)

The subnet mask on the client is /16 instead of /24

17.

A client sends a DHCPDISCOVER but gets no IP. You find the server is on a different subnet. What command is missing?

a)

Configure ip helper-address on the router interface facing the client

b)

Enable DHCP snooping on the access switch

c)

Set the port to access mode instead of trunk

d)

Add a static ARP entry for the DHCP server

18.

In an IPv6 Router Advertisement (RA), the M-flag is set to 1. What does the client do?

a)

Uses Stateless Address Autoconfiguration (SLAAC) only

b)

Uses Stateful DhCPv6. Contacts a DHCPv6 server for stateful configuration (address and other details)

c)

Generates a temporary IPv6 address and disables DHCPv6

d)

Uses Stateless DHCPvs6. Requests only DNS information via DHCPv6 while using SLAAC for the address

19.

You connect a new switch, and it immediately causes a loop/broadcast storm. The port was set to "Dynamic Auto". Why did it form a trunk?

a)

The other side was configured as Dynamic Desirable or Trunk

b)

Spanning Tree was disabled on both switches

c)

The port speed was mismatched

d)

The native VLAN was misconfigured

20.

An administrator wants to block FTP traffic from the Sales VLAN to the Admin VLAN. Where should the ACL be placed?

a)

On the destination interface closest to the Admin VLAN

b)

On the source interface closest to the Sales VLAN

c)

On the core switch uplink only

d)

On the WAN edge router

21.

What is the specific role of the "Native VLAN" on a trunk link?

a)

It carries tagged frames only

b)

It carries untagged frames on the trunk

c)

It prevents VLAN hopping by default

d)

It is used for management traffic only

22.

Why would a network admin use a "Split-MAC" architecture in WLANs?

a)

To have the Access Point handle real-time functions while the WLC handles management and security

b)

To ensure all encryption happens only on the WLC

c)

To allow APs to operate without any controller

d)

To split RF channels across multiple VLANs

23.

Which Syslog level is "Critical" and what number is it?

a)
2
b)

0

c)

1

d)

3

24.

Scenario A: Configure Router-on-a-Stick (Inter-VLAN Routing). Task: Enable communication between VLAN 10 and VLAN 20 using Router R1. Topology: R1 (G0/0/1) connected to Switch S1 (Trunk). On S1, which command sets the link to the router as a trunk?

a)

S1(config-if)# switchport mode trunk

b)

S1(config-if)# encapsulation dot1q 10

c)

S1(config-if)# ip address 192.168.10.1 255.255.255.0

d)

S1(config-if)# no shutdown

25.

Scenario A: Configure Router-on-a-Stick (Inter-VLAN Routing)

  • Task: Enable communication between VLAN 10 and VLAN 20 using Router R1.

  • Topology: R1 (G0/0/1) connected to Switch S1 (Trunk)

  • For the VLAN 10 subinterface on R1, which interface should be created?

a)

R1(config)# interface g0/0/1.10

b)

R1(config)# interface g0/0/1.20

c)

R1(config)# interface g0/0/1

d)

R1(config)# interface f0/5

26.

Scenario A. For VLAN 10 on R1, which encapsulation command is required (Crucial Step!)?

a)

R1(config-subif)# encapsulation dot1q 10

b)

R1(config-subif)# encapsulation dot1q 20

c)

R1(config-subif)# switchport mode trunk

d)

R1(config-subif)# ip access-group SURFING in

27.

Scenario A. What IP address and mask are assigned to R1's VLAN 10 subinterface?

a)

192.168.10.1 255.255.255.0

b)

192.168.20.1 255.255.255.0

c)

192.168.10.254 255.255.255.0

d)

10.0.0.1 255.255.255.0

28.

Scenario A. For VLAN 20 on R1, which encapsulation command must be configured on the subinterface?

a)

R1(config-subif)# encapsulation dot1q 20

b)

R1(config-subif)# encapsulation dot1q 10

c)

R1(config-subif)# switchport access vlan 20

d)

R1(config-subif)# ip access-group SURFING out

29.

Scenario A. What IP address and mask are assigned to R1's VLAN 20 subinterface?

a)

192.168.20.1 255.255.255.0

b)

192.168.10.1 255.255.255.0

c)

192.168.20.254 255.255.255.0

d)

10.0.0.2 255.255.255.0

30.

Scenario A. To activate R1's physical interface for the subinterfaces, which command must be entered on interface g0/0/1?

a)

R1(config-if)# no shutdown

b)

R1(config-if)# shutdown

c)

R1(config-if)# ip access-group SURFING in

d)

R1(config-if)# switchport mode trunk

31.

Scenario B: Configure a Named Extended ACL. Task: Allow "SURFING" (HTTP/HTTPS) from the inside network (192.168.10.0/24) to the Internet, but block everything else. Which command creates the named extended ACL SURFING?

a)

R1(config)# ip access-list extended SURFING

b)

R1(config)# access-list 100

c)

R1(config)# ip access-list standard SURFING

d)

R1(config)# ip access-group SURFING in

32.

Which ACL entry permits HTTP (Port 80) from 192.168.10.0/24 to any destination?

a)

R1(config-ext-nacl)# permit tcp 192.168.10.0 0.0.0.255 any eq 80

b)

R1(config-ext-nacl)# permit tcp 192.168.10.0 0.0.0.255 any eq 443

c)

R1(config-ext-nacl)# deny ip any any

d)

R1(config-ext-nacl)# permit udp 192.168.10.0 0.0.0.255 any eq 80

33.

Scenario B. Which ACL entry permits HTTPS (Port 443) from 192.168.10.0/24 to any destination?

a)

R1(config-ext-nacl)# permit tcp 192.168.10.0 0.0.0.255 any eq 443

b)

R1(config-ext-nacl)# permit udp 192.168.10.0 0.0.0.255 any eq 443

c)

R1(config-ext-nacl)# permit tcp any any eq 443

d)

R1(config-ext-nacl)# deny tcp 192.168.10.0 0.0.0.255 any eq 443

34.

Scenario B. According to the worksheet, on which interface is the ACL applied?

a)

R1(config)# interface g0/0/1 (Inside Interface)

b)

R1(config)# interface g0/0/0

c)

R1(config)# interface f0/5

d)

R1(config)# interface vlan 1

35.

Scenario B. Which command applies the named ACL SURFING inbound on the inside interface?

a)

R1(config-if)# ip access-group SURFING in

b)

R1(config-if)# ip access-group SURFING out

c)

R1(config-if)# access-class SURFING in

d)

R1(config-if)# ip access-list SURFING in

36.

Troubleshooting "Critical Thinking" (Short Answer). The exam asks "Why?"—Use these logic chains. Issue: Users on VLAN 10 can ping their Gateway (192.168.10.1) but cannot ping users on VLAN 20 (192.168.20.10). Which diagnosis from the worksheet best explains the issue?

a)

The switch port connected to the router is not in trunk mode, or the router is missing the subinterfaces

b)

The default gateway on VLAN 10 is misconfigured

c)

A DNS outage is preventing name resolution

d)

The ACL SURFING blocks ICMP on the inside network

37.

Troubleshooting. For the issue where VLAN 10 cannot reach VLAN 20, which verification command is recommended in the fix?

a)

show interface trunk

b)

show ip route

c)

show access-lists

d)

show running-config | section ospf

38.

Problem Scenario: You configured a Standard ACL to block PC-A, but now nobody can access the server. Diagnosis & Fix: Cause stated as forgetting the Implicit Deny All at the end of the ACL. Apply the recommended fix to allow other traffic to reach the server while still enforcing the ACL.

a)

Manually add permit any (or permit ip any any for an extended ACL) at the bottom

b)

Remove the ACL from the interface entirely

c)

Convert the Standard ACL to a named Extended ACL without adding permits

d)

Move the ACL to the outbound direction on a different interface

39.

Problem Scenario: DHCP Client has an IP of 169.254.x.x (APIPA). Diagnosis & Fix: Identify the most likely cause of this condition.

a)

The client failed to contact the DHCP server

b)

The switch port is set to half-duplex

c)

The router interface MTU is too small

d)

The client’s DNS server is unreachable

40.

Problem Scenario: DHCP Client has an IP of 169.254.x.x (APIPA). Diagnosis & Fix: Select all checks recommended to resolve this issue.

a)

Verify whether the DHCP pool is exhausted

b)

Confirm that the Relay Agent (ip helper-address) is configured on the router gateway facing the client

c)

Replace the client’s network interface card

d)

Assign a permanent static IP address to the client

41.

Problem Scenario: Port Security violation shuts down a port. Diagnosis & Fix: Choose the stated cause.

a)

A device with an unauthorized MAC address connected to the port

b)

Excessive broadcast traffic on the VLAN

c)

A duplex mismatch between the switch and host

d)

An untagged frame arriving on a trunk port

42.

Problem Scenario: Port Security violation shuts down a port. Diagnosis & Fix: Apply the stated procedure to bring the interface back up after the violation.

a)

Enter shutdown followed by no shutdown on the interface

b)

Clear the MAC address table globally

c)

Disable spanning tree on the access port

d)

Increase the maximum number of secure MAC addresses

43.

Final Case Study Advice for the Topology Drawing: ROAS diagram must show One Router, One Switch, and One trunk link between them. State the explicit requirement that must be written on the drawing for the router.

a)

Router sub-interfaces (e.g., G0/0.10) must be written on the drawing

b)

Switch VLAN names must be color-coded

c)

Access points must be shown in "Lightweight" mode

d)

DHCP pool ranges must be listed next to the switch

44.

Final Case Study Advice for the Topology Drawing: DHCP Relay diagram has a Router between the Client and the Server. Identify which interface must have the ip helper-address configured.

a)

The router interface facing the Client

b)

The router interface facing the Server

c)

The switch trunk interface

d)

The access point uplink interface

45.

Final Case Study Advice for the Topology Drawing: WLC (Wireless LAN Controller) connectivity is described. Choose the correct statement about the WLC and AP connections.

a)

The WLC connects to a Switch using a trunk, and the AP connects to the Switch; the AP is in Lightweight mode

b)

The WLC connects directly to the AP via an access port, and the AP is in autonomous mode

c)

The AP connects to the WLC using an L2 EtherChannel, and the switch is not involved

d)

The WLC must connect to the router, and the AP connects to the router