• Post author:
  • Post category:Blog
  • Reading time:2 mins read
  • Post last modified:June 12, 2024

When a switch configuration includes a user-defined error threshold on a per-port basis, to which switching method will the switch revert when the error threshold is reached?

  • fast-forward
  • cut-through
  • store-and-forward
  • fragment-free
Explanation & Hint:

When a switch configuration includes a user-defined error threshold on a per-port basis, and this threshold is reached, the switch will revert to the store-and-forward switching method.

Store-and-forward switching reads the entire frame into the switch’s buffer and checks it for errors (using the Frame Check Sequence, FCS) before forwarding it on to its destination. This method ensures that the frame is error-free, which is particularly useful when the network experiences a high level of errors. If a frame does not pass the FCS check, the switch discards it rather than forwarding it.

Other switching methods like cut-through and fragment-free begin forwarding the frame before it’s entirely received, which is faster but doesn’t allow for thorough error checking. Fast-forward is a type of cut-through switching that forwards the frame as soon as the destination MAC address is read, without waiting for error checking. Fragment-free is another form of cut-through switching that waits for the collision window (64 bytes) to pass before forwarding to minimize the chance of collision-related errors. When an error threshold is set and reached, these methods would not be suitable since they do not provide comprehensive error checking like store-and-forward does.

For more Questions and Answers:

CCNA 1 v7 – ITN v7.02 – ITNv7 – Final Exam Answers Full 100%

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments