nerdexam
CompTIA

SK0-004 · Question #882

A technician runs report and notices utilization on one of the application servers in a round-robin pool is much lower than the others. Which of the following services should be checked FIRST to…

The correct answer is D. Cluster services. When a server in a round-robin pool receives less traffic than its peers, the cluster services configuration should be checked first to confirm the node is properly registered and receiving its share of distributed requests.

Troubleshooting

Question

A technician runs report and notices utilization on one of the application servers in a round-robin pool is much lower than the others. Which of the following services should be checked FIRST to ensure the server is being fully utilized?

Options

  • AFile services
  • BDHCP
  • CARP
  • DCluster services

How the community answered

(22 responses)
  • A
    14% (3)
  • B
    9% (2)
  • C
    5% (1)
  • D
    73% (16)

Why each option

When a server in a round-robin pool receives less traffic than its peers, the cluster services configuration should be checked first to confirm the node is properly registered and receiving its share of distributed requests.

AFile services

File services handle file sharing protocols such as SMB or NFS and have no bearing on how a round-robin load balancer distributes web application traffic across nodes.

BDHCP

DHCP assigns IP addresses to network clients and plays no role in determining how application-level round-robin load balancing routes requests among clustered servers.

CARP

ARP resolves IP addresses to MAC addresses at the data link layer and does not influence how the cluster service distributes application traffic at the session or application layer.

DCluster servicesCorrect

Cluster services govern how incoming requests are routed and balanced among nodes in the pool, and a misconfigured or malfunctioning cluster service may be excluding or under-routing traffic to the affected server. Verifying cluster services ensures the node is properly registered, marked healthy, and participating fully in load distribution before investigating lower-level components.

Concept tested: Troubleshooting uneven round-robin cluster traffic distribution

Source: https://learn.microsoft.com/en-us/windows-server/failover-clustering/failover-clustering-overview

Topics

#load balancing#round-robin#cluster services#server pools

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice