I am quite new to the networking world! I was tweaking with some networking concepts and I found that we can use DNS for load-balancing by having multiple records in a DNS name server.
So I ran a nslookup
for google.com
and I got only one record. However, when I ran the same command for stackoverflow.com
I got multiple records. I was wondering why this is happening? have I done something wrong?!