wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Net+ 5.6/7 Questions

Total questions: 38

Worksheet time: 19mins

Name
Class
Date
1.

What is the primary purpose of using Virtual LANs (VLANs) in a network?

a)

To increase the number of available IP addresses

b)

To reduce broadcast traffic and improve performance

c)

To physically separate network devices

d)

To enhance wireless connectivity.

2.

Fill in the blank: In the given network diagram, the subnet 10.0.3.0/24 is associated with ______.

a)

Router A

b)

Router B

c)

Router C

d)

Switch A

3.

Which of the following IP addresses is used by Router A to connect to Router B?

a)

10.0.3.0/24

b)

10.0.4.0/24

c)

10.0.5.0/24

d)

10.0.6.0/24

4.

VLANs can be used to divide a network into logically distinct zones for ________ and administrative control.

a)

security

b)

performance

c)

redundancy

d)

cost

5.

What is one of the primary benefits of implementing VLANs in a network?

a)

Reducing the number of physical switches

b)

Increasing the number of IP addresses

c)

Reducing broadcast traffic

d)

Increasing the number of hosts.

6.

VLANs are configured on switches. The VLAN with ID 1 is referred to as the ______ VLAN.

a)

primary

b)

default

c)

secondary

d)

tertiary

7.

What is the status of VLAN 111?

a)

Inactive

b)

Active

c)

Suspended

d)

Disabled

8.

Fill in the blank: VLAN 113 is associated with the ports Fa0/12, Fa0/13, Fa0/14, and ____.

a)

Fa0/15

b)

Fa0/16

c)

Fa0/17

d)

Fa0/18

9.

What command is used to assign ports 1-13 to VLAN 16 on a Cisco switch?

a)

interface range gigabitEthernet 0/1-13 switchport access vlan 16

b)

vlan database

c)

show vlan

d)

no vlan

10.

Fill in the blank: The VLAN database mode only supports the normal range ____.

a)

1-1000

b)

2-1001

c)

3-1002

d)

4-1003

11.

What is the purpose of configuring a port as a trunk port on a switch?

a)

To connect to a single host

b)

To interconnect multiple switches

c)

To provide internet access

d)

To increase bandwidth.

12.

In the IEEE 802.1Q standard, what is used to identify per-VLAN traffic?

a)

IP address

b)

MAC address

c)

VLAN ID

d)

Subnet mask

13.

Which of the following is a field in the 802.1Q Ethernet frame?

a)

Destination IP

b)

Source IP

c)

Destination MAC

d)

Source Port

14.

In an 802.1Q Ethernet frame, the _______ field is used to identify the frame type.

a)

Source MAC

b)

Ether Type

c)

Payload

d)

FCS

15.

What is the primary function of an untagged port in a VLAN?

a)

To connect multiple VLANs

b)

To operate as a trunk

c)

To participate in a single VLAN

d)

To strip VLAN tags.

16.

Fill in the blank: A tagged port is typically used to transport traffic addressed to multiple VLANs using the _______ frame format.

a)

802.1Q

b)

802.11

c)

802.3

d)

802.15

17.

What is the primary reason for using a dedicated VLAN for voice traffic?

a)

To reduce bandwidth usage

b)

To prioritize voice traffic over other types

c)

To simplify network configuration

d)

To increase latency.

18.

Fill in the blank: In a typical VoIP setup, the handset sends voice traffic over the same physical link but uses ______ tagged frames.

a)

802.1Q

b)

802.11

c)

802.3

d)

802.15

19.

What is the purpose of using a different VLAN for VoIP traffic than the PC's data traffic?

a)

To increase bandwidth

b)

To separate voice and data traffic

c)

To reduce costs

d)

To enhance security

20.

The switch will only accept tagged frames that match the configured voice VLAN ID. To avoid manual configuration, the voice VLAN ID can be communicated to the handset using a protocol such as ________.

a)

HTTP

b)

FTP

c)

Cisco Discovery Protocol (CDP)

d)

SNMP

21.

What is the VLAN ID for the default VLAN?

a)

0

b)

1

c)

2

d)

3

22.

The native VLAN is initially set with the same VLAN ID as the default VLAN (VID 1). You can change the native VID to any suitable ID. True or False?

a)

True

b)

False

23.

What is the purpose of a trunk port in VLAN routing?

a)

To connect multiple routers

b)

To carry VLAN-to-VLAN traffic

c)

To provide internet access

d)

To connect to a firewall.

24.

In VLAN routing, a subinterface is configured with a specific VLAN ID and ____.

a)

IP address

b)

MAC address

c)

Gateway

d)

Subnet mask

25.

What is the purpose of a Switch Virtual Interface (SVI) in a network?

a)

To act as a default gateway for VLANs

b)

To connect physical interfaces

c)

To provide wireless connectivity

d)

To manage network security.

26.

Fill in the blank: The hosts in VLAN 16 would be configured with ______ as the default gateway.

a)

198.51.100.30

b)

198.51.100.16

c)

198.51.100.48

d)

198.51.100.32

27.

What command is used to designate a port on a layer 3 switch as routed rather than switched?

a)

switchport

b)

no switchport

c)

interface

d)

vlan

28.

An SVI is bound to a ______ and doesn't require a physical interface.

a)

VLAN

b)

Subinterface

c)

Router

d)

Port

29.

Which command can be used to check for the presence of a route to a specific IP network?

a)

show ip route w.x.y.z

b)

traceroute

c)

ping

d)

show route

30.

Fill in the blank: If there are paths with equal prefixes, the path with the lowest _______ will be selected.

a)

administrative distance

b)

metric value

c)

prefix length

d)

bandwidth

31.

What is a default route used for in a network?

a)

To connect to local hosts

b)

To communicate with remote hosts

c)

To block external traffic

d)

To configure internal settings.

32.

A symptom of a potential routing loop is for routers to generate ________ error messages.

a)

ICMP Time Exceeded

b)

Connection Refused

c)

Network Unreachable

d)

Host Unreachable

33.

What mechanism prevents a routing update from being copied back to the source?

a)

Maximum hop count

b)

Holddown timer

c)

Split horizon

d)

Poison reverse

34.

In the scenario described, Router C should not advertise routes back to Router B to prevent a loop. This is an example of ________.

a)

Maximum hop count

b)

Holddown timer

c)

Split horizon

d)

Poison reverse

35.

What is a common configuration for a VLAN's default gateway?

a)

Physical Interface

b)

Switched Virtual Interface (SVI)

c)

Loopback Interface

d)

None of the above

36.

When troubleshooting VLAN connectivity, which command can be used to determine the cause of connectivity issues? Fill in the blank: Use _______ to determine the cause of connectivity issues.

a)

ping

b)

show

c)

traceroute

d)

configure

37.

What is the term for a device that connects multiple networks together and directs data traffic between them?

a)

Switch

b)

Router

c)

Hub

d)

Modem

38.

A ______ is a device that connects multiple devices within a network and uses MAC addresses to forward data to the correct destination.

a)

Router

b)

Switch

c)

Hub

d)

Modem