N10-005 · Question #463
Which of the following would be used on a network to ensure access to resources if a critical host becomes unavailable?
The correct answer is B. CARP. CARP (Common Address Redundancy Protocol) provides host redundancy by allowing a backup host to take over a virtual IP address when the primary host becomes unavailable, ensuring continued resource access.
Question
Which of the following would be used on a network to ensure access to resources if a critical host becomes unavailable?
Options
- AQoS
- BCARP
- CVLAN
- DDHCP server
How the community answered
(31 responses)- B94% (29)
- C3% (1)
- D3% (1)
Why each option
CARP (Common Address Redundancy Protocol) provides host redundancy by allowing a backup host to take over a virtual IP address when the primary host becomes unavailable, ensuring continued resource access.
QoS (Quality of Service) manages traffic prioritization and bandwidth allocation, and provides no failover or host redundancy capability.
CARP allows multiple hosts to share a virtual IP address, with one acting as master and others as backups. If the master fails, a backup host automatically assumes the virtual IP, ensuring that network resources remain accessible without manual intervention or reconfiguration of clients.
A VLAN segments a network into logical broadcast domains for traffic separation and security, but does not provide host-level redundancy or failover.
A DHCP server dynamically assigns IP addresses to clients and has no mechanism for ensuring continued access to a specific host or resource if that host fails.
Concept tested: CARP protocol for host redundancy and failover
Source: https://www.openbsd.org/faq/pf/carp.html
Topics
Community Discussion
No community discussion yet for this question.