Exercise: Spanning Tree Protocol
Questions for: Spanning Tree Protocol
What are the distinct functions of layer 2 switching that increase available bandwidth on the network?
- Address learning
- Routing
- Forwarding and filtering
- Creating network loops
- Loop avoidance
- IP addressing
A:
1, 3 and 5
B:
2, 4 and 6
C:
2 and 6
D:
3 and 5
Answer: A
Layer 2 features include address learning, forwarding and filtering of the network, and loop avoidance.
What is the result of segmenting a network with a bridge (switch)?
- It increases the number of collision domains.
- It decreases the number of collision domains.
- It increases the number of broadcast domains.
- It decreases the number of broadcast domains.
- It makes smaller collision domains.
- It makes larger collision domains.
A:
1 and 5
B:
2, 3 and 5
C:
3, 4 and 6
D:
1, 3 and 6
Answer: A
Bridges break up collision domains, which would increase the number of collision domains in a network and also make smaller collision domains.
Discuss About this Question.
If a switch receives a frame and the source MAC address is not in the MAC address table but the destination address is, what will the switch do with the frame?
A:
Discard it and send an error message back to the originating host
B:
Flood the network with the frame
C:
Add the source address and port to the MAC address table and forward the frame out the destination port
D:
Add the destination to the MAC address table and then forward the frame
Answer: C
Since the source MAC address is not in the MAC address table, the switch will add the source address and the port it is connected to into the MAC address table and then forward the frame to the outgoing port.
Discuss About this Question.
What command will display the forward/filter table?
A:
show mac filter
B:
show run
C:
show mac address-table
D:
show mac filter-table
Answer: C
The command show mac address-table displays the forward/filter table on the switch.
Discuss About this Question.
You need to allow one host to be permitted to attach dynamically to each switch interface. Which two commands must you configure on your catalyst switch to meet this policy?
- Switch(config-if)# ip access-group 10
- Switch(config-if)# switchport port-security maximum 1
- Switch(config)# access-list 10 permit ip host 1
- Switch(config-if)# switchport port-security violation shutdown
- Switch(config)# mac-address-table secure
A:
1 and 3
B:
2 and 4
C:
2, 3 and 5
D:
4 and 5
Answer: B
The switchport port-security is an important command, and it's super easy with the CNA; however, from the CLI, you can set the maximum number of MAC addresses allowed into the port, and then set the penalty if this maximum has been passed.
Discuss About this Question.
Ad Slot (Above Pagination)
Discuss About this Question.