A technician is tasked with providing network-based high availability to a pair of identical web servers. Which of the following minimum server NIC configurations fulfills these requirements?
A. Two physical NICs per server: one NIC configured for multicast and one for broadcast.
B. One physical NIC per server: each individual NIC configured for network load balancing.
C. Two physical NICs per server: one NIC for network traffic, and one for web traffic.
D. One physical NIC per server: each NIC configured with the same MAC and IP address.
Answer: B. One physical NIC per server: each individual NIC configured for network load balancing.
You might also like to view...
Even if none of a label control's events will be coded and it will not be referred to in code, you must give it a specific name.
Answer the following statement true (T) or false (F)
What are the main views for a table?
1. Datasheet View 2. Design View 3. Form View 4. SQL View
Which of the following is the first step in the problem-solving process?
A. Analyze and compare the possible solutions. B. Develop possible solutions. C. Recognize and define the problem. D. Select, implement, and evaluate a solution.
____ variables may be declared as members of the static or extern storage class.
A. Local B. Global C. Automatic D. Register