0% found this document useful (0 votes)
334 views19 pages

MCQ

1. PC1 and PC2 are on the same ethernet segment but different subnets. For communication between them, a router is required. 2. The command "power inline on" can enable Power over Ethernet to a switch interface. 3. LLDP is a standards-based protocol that can be used to discover and collect information about connected devices.

Uploaded by

sugapriya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
334 views19 pages

MCQ

1. PC1 and PC2 are on the same ethernet segment but different subnets. For communication between them, a router is required. 2. The command "power inline on" can enable Power over Ethernet to a switch interface. 3. LLDP is a standards-based protocol that can be used to discover and collect information about connected devices.

Uploaded by

sugapriya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 19

Networking Assessment -MCQ

1. PC1 is configured on class B subnetted network. PC2 is configured on a different class B subnetted
network. PC1 and PC2 are on the same ethernet segment and share the same broadcast domain. If16)
PC1 wants to communicate with PC2 which of the following is required?

A) A router
B) Same subnet mask on both the PC’s
C) Same network mask on both the PC’s
D) None of the above

2. Which one of these commands can enable Power over Ethernet to a switch interface?

A. inline power enable

B. inline power on

C. power inline on

D. power inline auto

3.Which one of the following is a standards-based protocol that can be used to discover and collect
information about connected devices?

A.CDP

B.STP

C.ICMP

D.LLDP

4.Which one of the following commands enables you to verify the current root bridge in VLAN 10?

A. show root vlan 10

B. show root-bridge vlan 10

C. show spanning-tree vlan 10 root

D. show running-config

5.In which OSI layer should devices in the distribution layer typically operate?
Networking Assessment -MCQ
A. Layer 1

B. Layer 2

C. Layer 3

D. Layer 4

6.What is a VLAN primarily used for

A. To segment a collision domain

B. To segment a broadcast domain

C. To segment an autonomous system

D. To segment a spanning-tree domain

7.What are the advantages of 7 layers of OSI model


A) Troubleshooting the network is easy.
B) Developing new functions or services for a particular layer is easy.
C) Developing hardware devices targetting certain layers is easy because the services to be offered are
fixed.
D) All the above
8.One of the routers in your company has just received information about network 172.16.10.0/24 from
multiple sources. Which of the below will the router consider as the most reliable source for network
172.16.10.0/24?
A. An EIGRP update for network 172.16.10.0/24
B . An OSPF update for network 172.16.10.0/24
C.A static route to network 172.16.10.0/24
D. A default route with a next hop address of 172.16.0.1
E.A directly connected interface with an IP address of 172.16.10.254/24
F .None of the above The router will discard the update.

9.Answer the below


Networking Assessment -MCQ

In the network diagram above, which path will packets take when traveling from host 192.168.50.126 to
host 192.168.50.5?

A. Packets will travel from R3 to R2 to R1.


B. Packets will travel from R1 to R3 to R2.
C. Packets will travel from R3 to R1 and return back to R3.
D. Packets will travel from R3 to R1 and from R3 to R2 to R1.
E. Packets will travel from R1 to R2 and back.

10 What would the result be when the following commands are executed on a Cisco Catalyst switch:
A.TechTarget-SW1 (config-if)# switchport port-security
B.TechTarget-SW1 (config-if)# switchport port-security mac-address sticky
C.The MAC address learned dynamically is saved in the switch's running-configuration.
D. The MAC address learned dynamically is saved in the switch's startup configuration.
E. The MAC address learned dynamically is saved permanently in the VLAN database.
F. The statically configured MAC address is saved in the switch's running configuration when frames
from that address are received.
G. The first MAC address seen on the specific port is allowed to access the network until the port
security timer expires.
Networking Assessment -MCQ
11.A router has two identical default routes to 10.0.0.0/24. One route is learned via EIGRP, and the
other is a static route. Which of the following commands will set the static route so it's only used in the
event the EIGRP route is no longer available?
A. ip route 10.0.0.0 255.0.0.0 192.168.1.254 10
B. ip route 10.0.0.0 255.0.0.0 192.168.1.254 100
C. ip route 10.0.0.0 255.0.0.0 192.168.1.254 distance 10
D. ip route 10.0.0.0 255.0.0.0 192.168.1.254 distance 100

12. Which command on Windows will allow you to verify the path a packet gets routed through on the
network?

A.C:\>tracert 198.78.34.2

B.C:\>ping 198.78.34.2

C.C:\>traceroute 198.78.34.2

D.C:\>route print

13. You perform a ping to a host on the network. However, the first packet is dropped. Why did the first
packet drop?

A .The local router dropped the first packet.

B. The routing table was updating.

C. The ARP request timed out the ping packet.

D. The remote router dropped the first packet.

14. Which command configures RIPv2 on a router and advertises a network of 192.168.20.0/24?

A. Router(config)#ip router ripv2


Router(config-router)#network 192.168.20.0

B. Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 192.168.20.0
Networking Assessment -MCQ
C. Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 192.168.20.0 0.0.0.255

D. Router(config)#ip router rip


Router(config-router)#version 2
Router(config-router)#network 192.168.20.0 0.0.0.255

15.In the following exhibit, how would you configure Port Address Translation on a DHCP-enabled
interface?

A. RouterA(config)#access-list 1 permit 192.168.1.0 0.0.0.255


RouterA(config)#ip nat pool EntPool serial 0/0
RouterA(config)#ip nat inside source list 1 pool EntPool overload

B.RouterA(config)#access-list 1 permit 192.168.1.0 0.0.0.255


RouterA(config)#ip nat pool EntPool dhcp
RouterA(config)#ip nat inside source list 1 pool EntPool overload

C.RouterA(config)#access-list 1 permit 192.168.1.0 0.0.0.255


RouterA(config)#ip nat inside source list 1 serial 0/0

D.RouterA(config)#access-list 1 permit 192.168.1.0 0.0.0.255


RouterA(config)#ip nat inside source list 1 interface serial 0/0 overload

16.Which statement is correct about the software-defined network (SDN) controller?


Networking Assessment -MCQ
A. The SDN controller configures the management plane of network devices.

B. The SDN controller monitors data plane traffic.

C. The SDN controller replaces the control plane of the SDN.

D. The SDN controller complements the control plane of the SDN.

17.Which network plane is used for Spanning Tree Protocol (STP)?

A. Data plane

B. Control plane

C. Management plane

D. Switch plane

18. An access point is set up to offer wireless coverage in an office. Which one of the following is the
correct 802.11 term for the resulting standalone network?

A. BSA

B. BSD

C.BSS

D.IBSS

19. What is the maximum number of spatial streams supported by 802.11ac?

A.1

B.2

C. 4

D.8

E.16

20.Which one of the following is the common standard that defines wireless LAN operation?

A. IEEE 802.1
Networking Assessment -MCQ
B. IEEE 802.1x

C. IEEE 802.11

D.IEEE 802.3

21.A wireless network interface controller can work in _______


a) infrastructure mode
b) ad-hoc mode
c) both infrastructure mode and ad-hoc mode
d) WDS mode

 22.In .......... forwarding, the mask and destination addresses are both 0.0.0.0 in the routing table.
A. next-hop
B. network-specific
C. host-specific
D. default

23.What is checked in standard ACLs when making decision on approval or denial?

A. Only destination IP address

B. Both Source and destination IP address

C. Nothing is checked(everything will be allowed)

D. Only Source IP address

A host is able to ping a web server but it is not able to do HTTP request. What is the most likely cause of
the problem?

ACL blocking port 23

ACL blocking all ports

ACL blocking port 80

ACL blocking port 443

24.
Networking Assessment -MCQ

Refer to the exhibit:Switch port FastEthernet 0/24 on AlSwitch1 will be used to create an IEEE
802.1Q-complaint trunk to another switch. Based on the output shown, What is the reason the
trunk does not form, even though the proper cabling has been attached?

A. VLANs have not been created yet.

B. An IP address must be configured for the port.

C. The port is currently configured for access mode.

D. The correct encapsulation type has not been configured.

E. The no shutdown command has not been entered for the port.

26. 
Networking Assessment -MCQ

Refer to the exhibit. Hosts in network 192.168.2.0 are unable to reach hosts in network
192.168.3.0. Based on the output from RouterA, what are two possible reasons for the failure?
(Choose two)

A. The cable that is connected to S0/0 on RouterA is faulty.

B. Interface S0/0 on RouterB is administratively down.

C. Interface S0/0 on RouterA is configured with an incorrect subnet mask.

D. The IP address that is configured on S0/0 of RouterB is not in the correct subnet.

E. Interface S0/0 on RouterA is not receiving a clock signal from the CSU/DSU.

F. The encapsulation that is configured on S0/0 of RouterB does not match the encapsulation that is
configured on S0/0 of RouterA.

27. Which command can be used from a PC to verify the connectivity between hosts that connect
through a switch in the same LAN?

A.  Ping address

B. Tracer address

C. Traceroute address

D. Arp address

 
28. 
Networking Assessment -MCQ

Two routers named Atlanta and Brevard are connected by their serial interfaces as illustrated,
but there is no connectivity between them. The Atlanta router is known to have a correct
configuration. Given the partial configurations, identify the problem on the Brevard router that
is causing the lack of connectivity.

A. Transmission unit size too large

B. No loopback set

C. An incorrect subnet mask

D. Incompatible encapsulation at each end

E. An incorrect IP address

F. Incompatible bandwidth between routers

 
29.
Networking Assessment -MCQ

Refer to the exhibit. HostA cannot ping HostB. Assuming routing is properly configured, what
could be the cause of this problem?

A.  HostA is not on the same subnet as its default gateway.

B. The address of SwitchA is a subnet address.

C. The Fa0/0 interface on RouterA is on a subnet that can’t be used.

D. The serial interfaces of the routers are not on the same subnet.

E. The Fa0/0 interface on RouterB is using a broadcast address.

30. 

What is the reason that the interface status is “administratively down, line protocol down”?

A. There is no encapsulation type configured.

B. There is a mismatch in encapsulation types.

C. The interface is not receiving any keepalives.

D. The interface has been configured with the shutdown command.

E. The interface needs to be configured as a DTE device.


Networking Assessment -MCQ
F. The wrong type of cable is connected to the interface.

 
31. 

Refer to the exhibit. A network administrator configures a new router and enters the copy
startup-config running-config on the router. The network administrator powers down the router
and sets it up at a remote location. When the router starts, it enters the system configuration
dialog as shown. What is the cause of the problem?

A. The network administrator failed to save the configuration.

B. The configuration register is set to 0×2100.

C. The boot system flash command is missing from the configuration.

D. The configuration register is set to 0×2102.

E. The router is configured with the boot system startup command.

32.Which of the following are ways to provide login access to a router? (choose all that apply)

A. HTTP
B. Aux Port
C. Console
D. LLC
E. Telnet

33.You are designing a network which needs to support 200 users. You don't plan to extend the segment
beyond the current number of users. Which subnet mask would best meet your needs? Select the best
answer.

A. 255.255.0.0
B. 255.255.255.0
C. 255.0.0.0
Networking Assessment -MCQ
D. 255.224.0.0
E. 255.255.255.200

34,What is the valid host range the IP address 172.16.10.22 255.255.255.240 is a part of? 
A. 172.16.10.20 through 172.16.10.22
B. 172.16.10.1 through 172.16.10.255
C. 172.16.10.16 through 172.16.10.23
D. 172.16.10.17 through 172.16.10.31
E. 172.16.10.17 through 172.16.10.30

35.With which network type will OSPF establish router adjacencies but not perform the DR/BDR election
process?
A. Point-to-point
B. Backbone area 0
C. Broadcast multi-access
D. Non-broadcast multi-access

36.What is the administrative distance of OSPF?

A.90
B.100
C.110
D.120

37.Your company is running IGRP using an AS of 10. You want to configure EIGRP on the network but
want to migrate slowly to EIGRP and don't want to configure redistribution. What command would
allow you to migrate over time to EIGRP without configuring redistribution?

A. router eigrp 11
B. router eigrp 10
C. router eigrp 10 redistribute igrp
D. router igrp combine eigrp 10
Networking Assessment -MCQ

38.  Which two of the following commands will place network 10.2.3.0/24 into area 0?
1. router eigrp 10
2. router ospf 10
3. network 10.0.0.0
4. network 10.2.3.0 0.0.0.255 area0
5. network 10.2.3.0 0.0.0.255 area 0

39.Which of the following protocols support VLSM, summarization, and discontiguous networking?
1. RIPv1
2. IGRP
3. EIGRP
4. OSPF
5. BGP
6. RIPv2

A.1 and 4
B.2 and 5
C.3, 4 and 6
D. All of the above
40.You get a call from a network administrator who tells you that he typed the following into his router:
Router(config)#router ospf 1
Router(config-router)#network 10.0.0.0 255.0.0.0 area 0
He tells you he still can't see any routes in the routing table. What configuration error did the
administrator make?

A. The wildcard mask is incorrect.


B. The OSPF area is wrong.
C. The OSPF Process ID is incorrect.
D. The AS configuration is wrong.
Networking Assessment -MCQ

41.You want to make sure that the top switch in the stack always becomes the master. How can you
guarantee it always wins the election?

A. Set the priority to 16.

B. Set the priority to 1.

C. Set the priority to 0.

D. Set the priority to 15.

42.You want to verify the master switch in the switch stack, which command will display this
information?

A. Sw-Stk#show stack

B. Sw-Stk#show switch

C. Sw-Stk#show stack-master

D. Sw-Stk#show stack ids

43.Standard industrialized protocol of Etherchannel?


A. LACP
B. PAGP
C. PRP
D. REP

44.Which statement is true regarding the Port Aggregation Protocol?


A. Configuration changes made on the port-channel interface apply to all physical ports assigned to the
port-channel interface.

B. Configuration changes made on a physical port that is a member of a port-channel interface apply to
the port-      channel interface.
C. Configuration changes are not permitted with Port Aggregation Protocol; instead, the standardised
Link  Aggregation Control Protocol should be used if configuration changes are required.
D. The physical port must first be disassociated from the port-channel interface before any configuration
changes can be made.

45.What is the status of port-channel if LACP is misconfigured?


A. Forwarding
B. Enabled
C. Disabled
D. errdisabled
Networking Assessment -MCQ
46.Which protocol advertises a virtual IP address to facilitate transparent failover of a Cisco routing
device?
A. FHRP
B. DHCP
C. RSMLT
D. ESRP

47.Which standards-based First Hop Redundancy Protocol is a Cisco supported alternative to Hot
Standby Router Protocol?
A. VRRP
B. GLBP
C. TFTP
D. DHCP

48.Which command used to make a port trunk port ?

A) switchport mode trunk.


B) port mode trunk.
C) switchport enable trunk.
D) switchport enable mode trunk.

49.What is the default VTP mode ?

A) Client

B) Server

C) Transparent..

D) None of the above

50.What is auto-MDIX?
A. a type of Cisco switch
B.an Ethernet connector type
C.a type of port on a Cisco switch
D.a feature that detects Ethernet cable type*
Networking Assessment -MCQ
51. If DHCP snooping is configured on a LAN switch, then clients having
specific _ can access the network.
A : MAC Address
B : IP Address
C : MAC and IP address
D : MAC or IP address

52.The IP network 192.168.50.0 is to be divided into 10 equal sized subnets. Which of the following
subnet masks can be used for the above requirement?

A.255.243.240

B.255.255.0.0

C.255.255.0

D.255.255.255

53. Three access points have been installed and configured to cover a small office. What term defines
the wireless topology?

(A) SSID

(B) BSS

(C) ESS

(D) IBSS

54.On router, you issued the “service password-encryption” command. What is the effect of this
configuration command?

(A) Only passwords configured after the command has been entered will be encrypted.

(B) Only the enable password will be encrypted.

(C) It will encrypt all current and future passwords.

(D) Only the enable secret password will be encrypted.

(E) It will encrypt the secret password and remove the enable secret password from the Configuration.

(F) None of the above


Networking Assessment -MCQ
55.Router R1 is not operating as expected and you want to verify that the router booted using the
correct IOS image. Which command should be used to determine which IOS is running on the router?

(A) show memory

(B) show flash

(C) show version

(D) show startup-config

(E) show config-register

(F) None of the above

55.You need to set up a password that will prevent unauthorized users from telnetting into your router.
What series of commands would you use?

Acme1(config)# line console 0


Acme1(config-line)# password acme
Acme1(config-line)# login

Acme1(config)# line vty 0


Acme1(config-line)# enable password acme

Acme1(config)# line vty 0


Acme1(config-line)# enable secret acme
Acme1(config-line)# login

Acme1(config)# line vty 0


Acme1(config-line)# password acme
Acme1(config-line)# login

56.The size of an IP address in IPv6 is _________


a) 4 bytes
b) 128 bits
c) 8 bytes
d) 100 bits

57.You want to ping the loopback address of your local host(with IPv6). What will you type?

A. ping 127.0.0.1

B. ping 0.0.0.0
Networking Assessment -MCQ
C. ping ::1

D
trace 0.0.::1
.

58.Which of the following statements is true concerning GLBP?

A.GLBP is an industry standard FHRP

B.GLBP allows multiple routers to simultaneously forward traffic.

C. The active virtual forwarder in a GLBP group is responsible for responding to ARP requests with
different MAC addresses.

D.A GLBP group has multiple active virtual gateways.

59.Which of the following are Cisco proprietary FHRPs? (Choose two answers.)

A . HSRP

B.VRRP

C . GLBP

D.IRDP

60. What is the industry standard protocol that allows devices to advertise, and discover connected
devices, and their capabilities To enable it on Cisco devices, we have to use this command under global
configuration mode:

A.CDP

B.LLDP

C.DTP

D.VTP

*************************************************************************************

You might also like