Which dynamic trunking mode should be configured if the intention is to have it actively attempt to form a trunk with a connected switch?
A) Dynamic
B) Active
C) Auto
D) Desirable
D
Explanation: D) Four different trunking modes can be configured: Access, Trunk, Dynamic Auto, and Dynamic Desirable. On most modern lower-level switches, the default is Dynamic Auto. When in Access or Trunk modes, the interface is statically placed in each mode. When using Dynamic Auto mode, the interface will negotiate a trunk but will not actively attempt to trunk; when in Dynamic Desirable mode, the interface will negotiate a trunk and WILL actively attempt a trunk.
You might also like to view...
When you await a Task, if that Task has already completed, execution simply continues. Otherwise, control returns to ________ until the result of the Task is available. Once the Task completes, the async method continues execution.
a) the async method b) the await clause c) the async method’s caller d) the await method’s caller
When objects contain pointers, it is a good idea to create an explicit __________ function.
a. destructor b. copy constructor c. static constructor d. inline constructor e. None of these
When more than two buffers are used, the collection of buffers is itself referred to as a __________, with each individual buffer being one unit.
Fill in the blank(s) with the appropriate word(s).
A BIOS update goes awry due to a power outage that occurred in the middle of the update. What are two solutions? (Select two.)
A) Use the backup BIOS installed on the motherboard. B) Boot from an optical disc, external hard drive, or flash drive. C) Replace the motherboard BIOS. D) Re-image the computer. E) Replace the motherboard.