DNS round‑robin not balancing traffic

Arjun Reddy 20 Reputation points
2026-07-17T06:57:53.2533333+00:00

Hi support team

Traffic not evenly distributed across a records. Possible DNS round‑robin limitation under load and client caching may cause uneven server hits.
Could someone please help me resolve this issue . Many thanks

Windows for business | Windows 365 Business
0 comments No comments

Answer accepted by question author
HLBui 12,380 Reputation points Independent Advisor
2026-07-17T07:34:42.4333333+00:00

Hi Arjun Reddy

Uneven traffic across A records is a pretty common headache. DNS round‑robin by itself isn’t really “load balancing,” it just hands out IPs in sequence, and then the client resolver or OS caching layer decides how long to hold onto that answer. That means some clients will keep hitting the same server until their cache expires, which explains why you’re not seeing an even spread. Under heavy load, this gets worse because the resolver behavior varies between operating systems and applications. If you truly need balanced distribution, you’ll want to look at a proper load balancer or at least DNS with shorter TTLs so clients refresh more often. Also double‑check that your servers are all healthy and responding quickly slow responses can skew the distribution too.

If this explanation helps clear things up, please hit accept answer so I know it was useful for you.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.