Review Questions

1. 

Which LAN switch method runs a CRC on every frame?

  1. Cut-through

  2. Store-and-forward

  3. FragmentCheck

  4. FragmentFree

bstore-and-forward lan switching checks every frame for crc errors. it has the highest latency of any lan switch type.

2. 

Which LAN switch type checks only the hardware address before forwarding a frame?

  1. Cut-through

  2. Store-and-forward

  3. FragmentCheck

  4. FragmentFree

a.the cut-through method does no error checking and has the lowest latency of the three lan switch types. cut-through checks only the hardware destination address before forwarding the frame.

3. 

What is true regarding the STP blocked state of a port? (Choose all that apply.)

  1. No frames are transmitted or received on the blocked port.

  2. BPDUs are sent and received on the blocked port.

  3. BPDUs are still received on the blocked port.

  4. Frames are sent or received on the blocked port.

a, cbpdus are still received on a blocked port, but no forwarding of frames and bpdus is allowed.

4. 

Layer 2 switching provides which of the following? (Choose all that apply.)

  1. Hardware-based bridging (MAC)

  2. Wire speed

  3. High latency

  4. High cost

a, blayer 2 switching uses asics to provide frame filtering and is considered hardware based. layer 2 switching also provides wire-speed frame transfers, with low latency.

5. 

What is used to determine the root bridge in a network? (Choose all that apply.)

  1. Priority

  2. Cost of the links attached to the switch

  3. MAC address

  4. IP address

a, clayer 2 devices running the stp use the priority and mac address to determine the root bridge in a network.

6. 

What is used to determine the designated port on a bridge?

  1. Priority

  2. Cost of the links attached to the switch

  3. MAC address

  4. IP address

bto determine the designated ports, switches use the cost of the links attached to the switch.

7. 

What are the four port states of an STP switch?

  1. Learning

  2. Learned

  3. Listened

  4. Heard

  5. Listening

  6. Forwarding

  7. Forwarded

  8. Blocking

  9. Gathering

a, e, f, hthe four states are blocking, listening, learning, and forwarding. disabled is a fifth state.

8. 

What are the three distinct functions of layer 2 switching?

  1. Address learning

  2. Routing

  3. Forwarding and filtering

  4. Creating network loops

  5. Loop avoidance

  6. IP addressing

a, c, elayer 2 features include address learning, forwarding and filtering of the network, and loop avoidance.

9. 

Which of the following is true regarding BPDUs?

  1. BPDUs are used to send configuration messages by using IP packets.

  2. BPDUs are used to send configuration messages by using multicast frames.

  3. BPDUs are used to set the cost of STP links.

  4. BPDUs are used to set the bridge ID of a switch.

bbridge protocol data units are used to send configuration messages to neighbor switches. this includes the bridge ids.

10. 

If a switch determines that a blocked port should now be the designated port, what state will the port go into?

  1. Unblocked

  2. Forwarding

  3. Listening

  4. Listened

  5. Learning

  6. Learned

ca blocked port always listens for bpdus to make sure that a loop will not occur when the port is put into forwarding state.

11. 

What is the difference between a bridge and a layer 2 switch? (Choose all that apply.)

  1. There can be only one spanning tree instance per bridge.

  2. There can be many different spanning tree instances per switch.

  3. There can be many spanning tree instances per bridge.

  4. There can be only one spanning tree instance per switch.

a, bunlike a bridge, a switch can have many different spanning tree instances. bridges can have only one.

12. 

What is the difference between a bridge and a layer 2 switch? (Choose all that apply.)

  1. Switches are software based.

  2. Bridges are hardware based.

  3. Switches are hardware based.

  4. Bridges are software based.

c, dbridges are considered software based, and switches are considered hardware based.

13. 

What does a switch do when a frame is received on an interface and the destination hardware address is unknown or not in the filter table?

  1. Forwards the switch to the first available link

  2. Drops the frame

  3. Floods the network with the frame looking for the device

  4. Sends back a message to the originating station asking for a name resolution

cswitches forward all frames that have an unknown destination address. if a device answers the frame, the switch will update the mac address table to reflect the location of the device.

14. 

Which LAN switch type waits for the collision window to pass before looking up the destination hardware address in the MAC filter table and forwarding the frame?

  1. Cut-through

  2. Store-and-forward

  3. FragmentCheck

  4. FragmentFree

dfragmentfree looks at the first 64 bytes of a frame to make sure a collision has not occurred. it is sometimes referred to as modified cut-through.

15. 

What is switching mode on a 4000 series switch?

  1. Cut-through

  2. Store-and-forward

  3. FragmentCheck

  4. FragmentFree

bthe 4000 series uses the store-and-forward method for frame switching.

16. 

How is the bridge ID of a switch communicated to neighbor switches?

  1. IP routing

  2. STP

  3. During the four STP states of a switch

  4. Bridge Protocol Data Units

  5. Broadcasts during convergence times

dthe bridge id is sent via a multicast frame inside a bpdu update.

17. 

How is the root port on a switch determined?

  1. The switch determines the highest cost of a link to the root bridge.

  2. The switch determines the lowest cost of a link to the root bridge.

  3. By sending and receiving BPDUs between switches. The fastest BPDU transfer rate on an interface becomes the root port.

  4. The root bridge broadcasts the bridge ID, and the receiving bridge determines what interface this broadcast was received on and makes this interface the root port.

broot ports are determined by using the lowest cost of a link to the root bridge.

18. 

How many root bridges are allowed in a network?

  1. 10

  2. 1

  3. 1 for each switch

  4. 20

bonly one root bridge can be used in any network.

19. 

What could happen on a network if no loop avoidance schemes are put in place? (Choose all that apply.)

  1. Faster convergence times.

  2. Broadcast storms.

  3. Multiple frame copies.

  4. IP routing will cause flapping on a serial link.

b, cbroadcast storms and multiple frame copies are typically found in a network that has multiple links to remote locations without some type of loop avoidance scheme.

20. 

What is the default priority of STP on a switch?

  1. 32768

  2. 3276

  3. 100

  4. 10

  5. 1

athe default priorities on all switches are 32768.

Answers

1. 

B Store-and-forward LAN switching checks every frame for CRC errors. It has the highest latency of any LAN switch type.

2. 

A. The cut-through method does no error checking and has the lowest latency of the three LAN switch types. Cut-through checks only the hardware destination address before forwarding the frame.

3. 

A, C BPDUs are still received on a blocked port, but no forwarding of frames and BPDUs is allowed.

4. 

A, B Layer 2 switching uses ASICs to provide frame filtering and is considered hardware based. Layer 2 switching also provides wire-speed frame transfers, with low latency.

5. 

A, C Layer 2 devices running the STP use the priority and MAC address to determine the root bridge in a network.

6. 

B To determine the designated ports, switches use the cost of the links attached to the switch.

7. 

A, E, F, H The four states are blocking, listening, learning, and forwarding. Disabled is a fifth state.

8. 

A, C, E Layer 2 features include address learning, forwarding and filtering of the network, and loop avoidance.

9. 

B Bridge Protocol Data Units are used to send configuration messages to neighbor switches. This includes the bridge IDs.

10. 

C A blocked port always listens for BPDUs to make sure that a loop will not occur when the port is put into forwarding state.

11. 

A, B Unlike a bridge, a switch can have many different spanning tree instances. Bridges can have only one.

12. 

C, D Bridges are considered software based, and switches are considered hardware based.

13. 

C Switches forward all frames that have an unknown destination address. If a device answers the frame, the switch will update the MAC address table to reflect the location of the device.

14. 

D FragmentFree looks at the first 64 bytes of a frame to make sure a collision has not occurred. It is sometimes referred to as modified cut-through.

15. 

B The 4000 series uses the store-and-forward method for frame switching.

16. 

D The bridge ID is sent via a multicast frame inside a BPDU update.

17. 

B Root ports are determined by using the lowest cost of a link to the root bridge.

18. 

B Only one root bridge can be used in any network.

19. 

B, C Broadcast storms and multiple frame copies are typically found in a network that has multiple links to remote locations without some type of loop avoidance scheme.

20. 

A The default priorities on all switches are 32768.



CCNP. Building Cisco Multilayer Switched Networks Study Guide (642-811)
CCNP: Building Cisco Multilayer Switched Networks Study Guide (642-811)
ISBN: 078214294X
EAN: 2147483647
Year: 2002
Pages: 174
Authors: Terry Jack

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net