Switch Questions
Question 1
If a switch receives a frame with destination MAC not in its MAC address table. What will it proceed this frame?
A. It will drop that frame
B. It will forward that frame out of its trunk ports
C. It will flood that frame out all of its ports except the port that received the frame.
D. It will send an ARP asking for the next-hop
Answer: C
Question 2
A network administrator wants to manage his new added switchB at a remote office. Which commands should be added to complete this task?
A.
Sw2(config)#interface fa0/0
Sw2(config-if)#ip address 192.168.1.1 255.255.255.0
Sw2(config-if)#no shut
B.
Sw2(config)#interface vlan 1
Sw2(config-if)#ip address 192.168.1.1 255.255.255.0
Sw2(config-if)#no shut
Sw2(config-if)#exit
Sw2(config)#ip default-gateway 192.168.1.254
C.
Sw2(config)#interface vlan 1
Sw2(config-if)#ip address 192.168.1.1 255.255.255.0
Sw2(config-if)#no shut
Sw2(config-if)#exit
Sw2(config)#ip default-gateway 10.0.0.1
D.
Sw2(config)#interface vlan 1
Sw2(config-if)#ip address 192.168.1.1 255.255.255.0
Sw2(config-if)#no shut
Sw2(config-if)#exit
Sw2(config)#ip default-gateway 10.0.0.2
E.
Sw2(config)#interface fa0/0
Sw2(config-if)#ip address 192.168.1.1 255.255.255.0
Sw2(config-if)#no shut
Sw2(config-if)#exit
Sw2(config)#ip default-gateway 10.0.0.1
Answer: B
Explanation
To remote access to SwitchB, it must have a management IP address on a VLAN on that switch. Traditionally, we often use VLAN 1 as the management VLAN (but in fact it is not secure).
In the exhibit, we can recognize that the Management Workstation is in a different subnet from the SwitchB. For intersubnetwork communication to occur, you must configure at least one default gateway. This default gateway is used to forward traffic originating from the switch only, not to forward traffic sent by devices connected to the switch.
Question 3
All of the switch ports on a switch were assigned to VLAN 10. What will happen if you assign a switch port to a new VLAN? (Choose two)
A. There will be two collision domains
B. Without a Layer 3 device, devices on the old VLAN cannot communicate with the device on the new VLAN
C. An additional broadcast domain will be created
D. There will be two broadcast domains
Answer: B C
Question 4 <Old question maybe will not shown>
A technician has just connected a router to a switch. What should he do if the two connected ports are not turning green or orange?
A. Check the Ethernet encapsulations on both ports
B. Check the cable between them is a straight-through one
C. Check the router and switch is turned on
D. Check the connectors are not damaged
E. Check if it is an access port
Answer: B C D
Question 5
A hub is connected with 10 hosts. What will happen if this hub is replaced by a switch?
A. The number of broadcast domains are still the same
B. The number of broadcast domains will increase
C. The number of broadcast domains will decrease
D. The number of collision domains are still the same
E. The number of collision domains will increase
F. The number of collision domains will decrease
Answer: A E
Question 6
After checking the “show interface” command on Sw1, the administrator noticed the input errors are increasing rapidly. What action should be performed next?

A. The trunk encapsulation mode should be checked
B. The duplex mode should be checked
C. The cable type between two switches should be checked
D. The cable connectors should be checked
Answer: B
Question 7 <Chua giai quyet duoc>
Which of the following statements are correct about Layer 2 switch?
Question 8
Why don’t a switch learn a broadcast address?
A. There are many types of broadcast address that the switch cannot understand
B. The broadcast address makes the MAC address table of the switch operates incorrectly
C. A broadcast address is never the source MAC address
D. Switch does not accept a broadcast message and will drop it
Answer: C
Question 9<chua lam; Rut gon bang MAC con` Fa0/1 & Fa0/5. Explanation sai, Fa0/1 co’ trong cdp neighbors -> trunk; Fa0/5 ko co’ nhung hoc dc 2 tbi -> hub>
Check the outputs below carefully.

Which of the following statements are correct about SwitchA? (Choose two)
A. The FastEthernet0/6 interface is shutdown
B. The FastEthernet0/10 is connecting to some devices
C. The FastEthernet0/10 is configured as a trunk
D. The FastEthernet0/10 is connecting to a host
E. The FastEthernet0/7 is configured with static MAC address
F. The FastEthernte0/3 is connecting directly to a hub
Answer: C F
Question 10
<Redraw but add the output of ping hostA to switch -> success whist host B ping to switch -> not success>
PC3 can ping the Switch successfully but PC4 cannot. PC4 can ping PC3 and PC5 successfully. What should we do to solve this problem?
A. We need to configure switch in the same subnet with PC4
B. We need to configure a default gateway on the switch
C. We need to configure “ip routing” command on the switch
D. On the switch, we need to configure “switchport mode trunk” on the interface connecting to the router
Answer: B


A. Two broadcast domains