cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
604
Views
0
Helpful
5
Replies

DNS Load Balancing

budakpp89
Level 1
Level 1

Hi and good day to all,

Is there any way to figure out or check whether there is DNS Load Balancing in network? Thank you

1 Accepted Solution

Accepted Solutions

I would be great if you could give me a rating or mark as correct ... :-)

View solution in original post

5 Replies 5

Philip D'Ath
VIP Alumni
VIP Alumni

Do a query from two different machines in a row and see if you get different results.  Repeat.

Hi p.dath and thanks for giving feedback. Since I am still new with the networking environment, could you please giving me some example how to do the query from two different machines, if you dont mind. Much appreciated for your help. 

If you are on Windows, open a command prompt.

nslookup

set q=a

dnsentry.com

It will print out an 'A' record, or perhaps a group of them.  If you get a group of them then this implies some load balancing.  If you get a single entry that changes it implies load balancing.  If you get a group of them where the whole group changes then this implies load balancing.

Note some ISPs enforce a minimum TTL on DNS queries of an hour, so you may need to repeat the test more than once, over more than an hour long period, to be more confident on the results.

Hye p.dath, thank you!

I would be great if you could give me a rating or mark as correct ... :-)