Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SRWE-Refreshing Activity 1

Total questions: 25

Worksheet time: 14mins

Name
Class
Date
1.

How many broadcast domain and collision domain exist in the topology?

a)

12 Broadcast, 11 Collision

b)

12 Collision, 11 Broadcast

c)

5 Broadcast, 10 Collision

d)

5 Collision, 10 Broadcast

2.

Which type of VLAN is used to designate which traffic is untagged when crossing a trunk port?

a)

Data

b)

Default

c)

Native

d)

Management

3.

Refer to the Figure. A network administrator has connected two switches together using EtherChannel technology. If STP is running, what will be the end result?

a)

The switches will load balance and utilize both EtherChannels to forward packets.

b)

Both port channels will shutdown.

c)

The resulting loop will create a broadcast storm.

d)

STP will block one of the redundant links.

4.

What protocol or technology disables redundant paths to eliminate Layer 2 loops?

a)

VLAN Trunking Protocol (VTP)

b)

Spanning Tree Protocol (STP)

c)

EtherChannel

d)

Dynamic Trunking Protocol (DTP)

5.

Refer to the figure. All the displayed switches are Cisco 2960 switches with the same default priority and operating at the same bandwidth. Which three ports will be STP designated ports? (Choose three.)

a)

fa0/9

b)

fa0/10

c)

fa0/11

d)

fa0/21

6.

Which command will start the process to bundle two physical interfaces to create an EtherChannel group via LACP?

a)

interface port-channel 2

b)

channel-group 1 mode desirable

c)

interface range GigabitEthernet 0/4 – 5

d)

channel-group 2 mode auto

7.

What will be the third step of Spanning Tree Protocol (STP)?

a)

Block the unwanted port

b)

Elect root port

c)

Elect root bridge

d)

Get the designated port

8.

Refer to the Figure. Which trunk link will not forward any traffic after the root bridge election process is complete?

a)

Trunk 1

b)

Trunk 2

c)

Trunk 3

d)

Trunk 4

9.

How to ensure the uniqueness of IPv6 Global Unicast Address?

a)

EUI-64 Process

b)

DAD process

c)

Operating System Random Generate Number

d)

SLAAC method

10.

Which command is used to verify the status of EtherChannel on a switch?

a)

show etherchannel summary

b)

show interfaces status

c)

show spanning-tree

d)

show vlan brief

11.

In a network using Rapid Spanning Tree Protocol (RSTP), what happens when a port transitions from listening to learning state?

a)

The port starts forwarding traffic immediately

b)

The port begins to learn MAC addresses

c)

The port is disabled temporarily

d)

The port will block all traffic

12.

What is the role of the root bridge in the Spanning Tree Protocol (STP)?

a)

To manage VLAN assignments

b)

To act as a central point for all STP calculations

c)

To forward all traffic in the network

d)

To provide redundancy for Layer 3 routing

13.

In a network using STP, what happens when a new switch is added to the topology?

a)

It automatically becomes the root bridge

b)

STP recalculates the topology to include the new switch

c)

All ports on the new switch are enabled immediately

d)

It will block all traffic until configured

14.

Which command is used to configure a switch port to participate in an EtherChannel using PAgP?

a)

channel-group 1 mode on

b)

channel-group 1 mode desirable

c)

interface port-channel 1

d)

switchport mode trunk

15.

What are two requirements to be able to configure an EtherChannel between two switches? (Choose two.)

a)

All the interfaces need to work at the same speed.

b)

All interfaces need to be assigned to different VLANs.

c)

Different allowed ranges of VLANs must exist on each end.

d)

All the interfaces need to be working in the same duplex mode.

e)

The interfaces that are involved need to be contiguous on the switch.

16.

A network administrator configured an EtherChannel link with three interfaces between two switches. What is the result if one of the three interfaces is down?

a)

The remaining two interfaces continue to load balance traffic.

b)

The remaining two interfaces become separate links between the two switches.

c)

One interface becomes an active link for data traffic and the other becomes a backup link.

d)

The EtherChannel fails.

17.
As a DHCPv4 client lease is about to expire, what is the message that the client sends the DHCP server?
a)
DHCPDISCOVER
b)
DHCPOFFER
c)
DHCPREQUEST
d)
DHCPACK
18.
What is the result of a network technician issuing the command ip dhcp excluded-address 10.0.15.1 10.0.15.15 on a Cisco router?
a)
The Cisco router will exclude only the 10.0.15.1 and 10.0.15.15 IP addresses from being leased to DHCP clients.
b)
The Cisco router will automatically create a DHCP pool using a /28 mask.
c)
The Cisco router will exclude 15 IP addresses from being leased to DHCP clients.
d)
The Cisco router will allow only the specified IP addresses to be leased to clients.
19.

Which of the following is an indication that a Windows computer did not receive an IPv4 address from a DHCP server?

a)

The computer cannot ping 127.0.0.1

b)

Windows displays a DHCP timeout message.

c)

The computer receives an IP address from the 169.254.0.0/16 range.

d)

The computer cannot ping other devices within the same 169.254.0.0/16 network range.

20.

What are the four steps in the DHCPv4 lease process?

a)

DHCP Acknowledgment, DHCP Request, DHCP Discover, DHCP Offer

b)

DHCP Discover, DHCP Offer, DHCP Request, DHCP Acknowledgment

c)

DHCP Offer, DHCP Discover, DHCP Acknowledgment, DHCP Request

d)

DHCP Request, DHCP Acknowledgment, DHCP Offer, DHCP Discover

21.

What is the purpose of a Cisco IOS helper address in DHCPv4 relay?

a)

To forward DHCPDISCOVER messages to the DHCPv4 server

b)

To configure a DHCPv4 pool

c)

To verify DHCPv4 configuration

d)

To exclude IP addresses from being assigned

22.
A company uses the SLAAC method to configure IPv6 addresses for the employee workstations. Which address will a client use as its default gateway?​
a)
the all-routers multicast address
b)
the link-local address of the router interface that is attached to the network
c)
the unique local address of the router interface that is attached to the network
d)
the global unicast address of the router interface that is attached to the network
23.
A company implements the stateless DHCPv6 method for configuring IPv6 addresses on employee workstations. After a workstation receives messages from multiple DHCPv6 servers to indicate their availability for DHCPv6 service, which message does it send to a server for configuration information?
a)
DHCPv6 SOLICIT
b)
DHCPv6 REQUEST
c)
DHCPv6 ADVERTISE
d)
DHCPv6 INFORMATION-REQUEST
24.

Which of the following Cisco protocols provides a Cisco proprietary First Hop Redundancy solution?

a)

VRRP

b)

HSRP

c)

GLBP

d)

FHRP

25.

In VRRP, which router is responsible for forwarding packets sent to the virtual IP address?

a)

The Backup Router

b)

The Master Router

c)

The Standby Router

d)

The Active Virtual Gateway (AVG)