On many advanced routers and switches, you can implement QoS through bandwidth management, such as __________, where you control the flow of packets into or out of the network according to the type of packet or other rules.

A. trunking
B. port mirroring
C. traffic shaping
D. content switching

Answer: C

Computer Science & Information Technology

You might also like to view...

A destructor has the character ____, followed by the name of the class.

A. . B. :: C. # D. ˜

Computer Science & Information Technology

Where should class variables be ideally initialized?

A. In a function. B. In a constructor. C. In a function or a constructor. D. In the variable declaration.

Computer Science & Information Technology