wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cisco Quiz # 4

Total questions: 25

Worksheet time: 25mins

Name
Class
Date
1.

The process of TCP on one computer marking a TCP segment as segment 1, and receiving computer then acknowledging the receipt of TCP segment 1 is an example of what?

a)

Data encapsulation

b)

Same-layer interaction

c)

Adjacent-layer interaction

d)

OSI model

e)

All of these answers are correct

2.

Each answer lists two types of devices used in a 100BASE-T network. If these devices were connected with UTP Ethernet cables, which pairs of devices would require a straight-through cable? (Choose three answers)

a)

PC and router

b)

PC and switch

c)

Hub and switch

d)

Router and hub

e)

Wireless access point (Ethernet port) and switch

3.

Which of the following does a router normally use when making a decision about routing TCP/IP packets?

a)

Destination MAC address

b)

Source MAC address

c)

Destination IP address

d)

Source IP address

e)

Destination MAC and IP addresses

4.

What type of switch memory is used to store the configuration used by the switch when it is up and working?

a)

RAM

b)

ROM

c)

Flash

d)

NVRAM

e)

Bubble

5.

Which of the following comparisons does a switch make when deciding whether a new MAC address should be added to its MAC address table?

a)

It compares the unicast destination address to the bridging, or MAC address table

b)

It compares the unicast source address to the bridging, or MAC address table

c)

It compares the VLAN ID to the bridging, or MAC address table

d)

It compares the destination IP address’s ARP cache entry to the bridging, or MAC address table

6.

An engineer's desktop PC connects to a switch at the main site. A router at the main site connects to each branch office through a serial link, with one small router and switch at each branch. Which of the following commands must be configured on the branch office switches, in the listed configuration mode, to allow the engineer to telnet to the branch office switches and supply only a password to login? (Choose two answers)

a)

The ip default-gateway command in VLAN configuration mode

b)

The ip address command in global configuration mode

c)

The password command in console line configuration mode

d)

The password command in vty line configuration mode

7.

The output of the show interfaces status command on a 2960 switch shows interface Fa0/1 in a "disable" state. Which of the following is true about interface Fa0/1? (choose two answers)

a)

The interface is configured with the shutdown command

b)

The show interface fa0/1 command will list the interface with two status codes of administratively down and line protocol down

c)

The show interface fa0/1 command will list the interface with two status codes of up and down

d)

The interface cannot currently be used to forward frames

8.

Imagine that you are told that switch 1 is configured with the dynamic auto parameter for trunking on its Fa0/5 interface, which is connected to switch 2. You have to configure switch 2. Which of the following settings for trunking could allow trunking to work? (Choose two answers)

a)

Trunk

b)

Dynamic auto

c)

Dynamic desirable

d)

Access

e)

None of the other answers are correct

9.

Which of the following facts determines how often a non-root bridge or switch sends an STP Hello BPDU message?

a)

The Hello timer as configured on that switch

b)

The Hello timer as configured on the root switch

c)

It is always every 2 seconds

d)

The switch reacts to BPDU received form the root switch by sending another BPDU 2 seconds after receiving the root BPDU

10.

An engineer configures a switch to put interfaces G0/1 and G0/2 into the same Layer 2 EtherChannel. Which of the following term is used in the configuration commands?

a)

EtherChannel

b)

PortChannel

c)

Ethernet-Channel

d)

Channel-group

11.

Which of the following are private IP networks? (Choose two answers)

a)

172.31.0.0

b)

172.32.0.0

c)

192.168.255.0

d)

192.1.1.168

12.

Which of the following are true about IP address 192.168.6.7's IP network? (Choose two answers)

a)

The network ID is 192.168.6.0

b)

The network is a Class B network

c)

The default mask for the network is 255.255.255.0

d)

The number of host bits in the unsubnetted network is 16

13.

Working at the help desk, you receive a call and learn a user's PC IP address and mask (10.55.66.77, mask 255.255.255.0). When thinking about this using classful logic, you determine the number of network (N) subnet (S), and host(H) bits. Which of the following is true in this case?

a)

N = 12

b)

S = 12

c)

H = 8

d)

S = 8

14.

Which of the following is the resident subnet for IP address 192.168.44.97/30?

a)

192.168.44.0

b)

192.168.44.64

c)

192.168.44.96

d)

192.168.44.128

15.

The output of the show ip interface brief command on R1 lists interface status codes of "down" and "down" for interface GigabitEthernet 0/0. The interface connects to a LAN switch with a UTP straight-through cable. Which of the following could be true?

a)

The shutdown command is currently configured for router interface Gi0/0

b)

The shutdown command is currently configured for the switch interface on the other end of the cable

c)

The router was never configured with an ip address command on the interface

d)

The router was configured with the no ip address command

16.

Which of the following commands correctly configures a static router?

a)

ip route 10.1.3.0 255.255.255.0 10.1.1.30.253

b)

ip route 10.1.3.0 serial 0

c)

ip route 10.1.3.0 /24 10.1.30.253

d)

ip route 10.1.3.0 /24 serial 0

17.

An engineer has successfully configured a layer 3 switch with SVIs for VLANs 2 and 3. Hosts in the subnets using VLANs 2 and 3 can ping each other with the Layer 3 switch routing the packets. The next week, the network engineer receives a call that those same users can no longer ping each other. If the problem is with the Layer 3 switch function, which of the following could have caused the problem? (Choose two answers)

a)

Six (or more) out of 10 working VLAN2 access ports failing due to physical problems

b)

A shutdown command issued for the interface VLAN 4 configuration mode

c)

VTP on the switch removing VLAN 3 from the switch’s VLAN list

d)

A shutdown command issued from VLAN 2 configuration mode

18.

Two routers using OSPFv2 have become neighbors and exchanged all LSAs. As a result, Router R1 now lists some OSPF-learned routes in its routing table. Which of the following best describes how R1 uses those recently learned LSAs to choose which IP routes at add to its IP routing table?

a)

Each LSA lists a route to be copied to the routing table

b)

Some LSAs list a route that can be copied to the routing table

c)

Run some SPF math against the LSAs to calculate the routes

d)

R1 does not use the LSAs at all when choosing what routes to add

19.

An engineer migrates from a more traditional OSPFv2 configuration that uses network commands in OSPF configuration mode to instead use OSPFv2 interface configuration. Which of the following commands configures the area number assigned to an interface in this new configuration?

a)

The area command in interface configuration mode

b)

The ip ospf command in interface configuration mode

c)

The router ospf command in interface configuration mode

d)

The network command in interface configuration mode

20.

An engineer connects routers R1 and R12 to the same Ethernet LAN and configures them to use OSPFv2. Which answer describe a combination of settings that would prevent the two routers from becoming OSPF neighbors? (Choose two answers)

a)

R11's interface uses area 11 while R12s interface uses area 12

b)

R11's OSPF process uses process ID 11 while R12 uses process ID 12

c)

R11's interface uses OSPF priority 10 while R12's uses OSPF priority 12

d)

R11's interface uses an OSPF Hello timer value of 11 while R12's uses 12

21.

Which of the following is the shortest valid abbreviation for 2000:0300:0000:0400:0500:0700:0080:0009?

a)

2:3:4:5:6:7:8:9

b)

2000:300:400:5:6000:700:80:9

c)

2000:300:4:5:6000:700:8:9

d)

2000:3:4:5:6:7:8:9

22.

When subnetting an IPv6 address block, an engineer shows a drawing that breaks the address structure into three pieces. Assuming that all subnets use the same prefix length, which of the following answers lists the name of the field on the far-right side of the address?

a)

Subnet

b)

Interface ID

c)

Network

d)

Global routing prefix

e)

Subnet router anycast

23.

Router R1 has an interface named Gigabit Ethernet 0/1, whose MAC address has been set to 0200.0001.000A. The interface is then configured with the ipv6 address 2001:1:1:1:1:200:FF:FE01:B/64 interface subcommand; no other ipv6 address commands are configured on the interface. Which of the following answers lists the link-local address used on the interface?

a)

FE80::FF:FE01:A

b)

FE80::FF:FE01:B

c)

FE80::200:FF:FE01:A

d)

FE80::200:FF:FE01:b

24.

An engineer needs to add a static IPv6 route for prefix 2000:1:2:3::/64 to Router R5 in the figure shown. Which of the following answers shows a valid static IPv6 route for that subnet or Router R5?

a)

ipv6 route 2000:1:2:3::/64 2000:1:2:56::5

b)

ipv6 route 2000:1:2:3::/64 2000:1:2:56::6

c)

ipv6 route 2000:1:2:3::/64 FE80::FF:FE00:5

d)

ipv6 route 2000:1:2:3::/64 FE80::FF:FE00:6

25.

Which one of the following is used to uniquely identify an AP and the basic service set it maintains with its associated wireless clients?

a)

SSID

b)

BSSID

c)

Ethernet MAC address

d)

Radio MAC address