A company decides to implement a redundant network backbone. Which tenet will this cover?
A. Confidentiality
B. Integrity
C. Availability
D. Authentication
C
Explanation: Implementing a redundant network backbone will covers availability. If the first network backbone goes down, the redundant backbone will continue to function, ensuring that the network is still available.
You might also like to view...
Given the following class definition, how would you declare an object of the class, so that the object automatically called the default constructor?
class ItemClass { public: ItemClass(); ItemClass(int newSize, float newCost); int getSize(); float getCost(); void setSize(int newSize); void setCost(float newCost); private: int size; float cost; }; a. ItemClass() myItem; b. ItemClass myItem(1, 0.0); c. ItemClass myItem; d. ItemClass myItem(); e. You can not do this
Windows Server 2008 DNS offers an effective way to help spread the load for frequently used applications that have their own data sets: ____________________.
Fill in the blank(s) with the appropriate word(s).