In what STP state does a port drop all received user traffic and not transmit user traffic but still listen for updated BPDUs?

A) Dropping
B) Listening
C) Blocking
D) Learning


C
Explanation: C) The four main states of IEEE 802.1D STP are blocking, listening, learning, and forwarding. In the blocking state, an interface does nothing with user traffic, including dropping all received traffic; however, it does listen to management BPDU traffic for changes in network topology.

Computer Science & Information Technology

You might also like to view...

StreamWriter method __________ writes a sequence of characters to a file and positions the output cursor to the beginning of the next line in the file.

a) WriteLine b) NewLine c) NextLine d) WriteMoveCursor

Computer Science & Information Technology

Which of the following operations do forward iterators have?

a) Prefix operator* to make available the container element for use as l-value or r-value. b) Overloaded operator+ to add an int value to the iterator to move the place the iterator points forward by the argument number of elements. c) Overloaded operator* to multiply the iterator by an int value to move the place the iterator points by a number of elements equal to the argument. d) Overloaded operator++ to move the place the iterator points forward by one element. e) Overloaded operator-- to move the place the iterator points backward by one element. f) Overloaded operator== and operator!= to determine whether two iterators point to the same element.

Computer Science & Information Technology

What syntax characters in PowerShell indicate optional items?

A. curly braces B. parenthesis C. angle brackets D. brackets

Computer Science & Information Technology

Field Size is an example of a field ____.

A. property B. name C. ID D. caption

Computer Science & Information Technology