A second network card in a server that activates if the primary card fails is an example of which of the following network performance optimization?
A. Fault tolerance
B. High availability
C. QoS
D. Load balancing
Answer: A. Fault tolerance
Computer Science & Information Technology
You might also like to view...
You would use a ________ in which you can type information anywhere on a slide
A) flow chart B) selection net C) text box D) vertex
Computer Science & Information Technology
To clear the show plus sign flag but leave the rest of the flags alone, you use the _____________ member function and argument.
a) ``` setf(! ios::showpos); ``` b) ``` setprecision(ios::showpos); ``` c)``` unsetf(ios::showpos); ``` d) ``` setf(ios::showneg); ``` e) ``` unsetf(! ios::showneg); ```
Computer Science & Information Technology