answersLogoWhite

0

ANSWER: Round robin rotates the order of matching resource records in the response list returned to DNS clients. Each successive DNS client that queries for a multihomed name gets a different resource record at the top of the list.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the purpose of Round Robin DNS?

Round Robin DNS is a load balancing and power balance between the operating system and the machine. The system sends out different IP addresses from 1 server.


What dns feature rotates the order of mx records before they are givento the email?

round robin


What DNS feature rotates the order of MX record before they are given to the email server that requested them?

Round Robin


How do you configure one host name to two IP addresses?

Using what's commonly referred to as "round robin DNS" or "multiple A records".


Why was Robin Hood at the round table?

Robin Hood wasn't at the round table


What are soccer round robin?

A round robin competition is when every team plays every other team.


Which feature takes priority-round robin or netmask orderingDNS server?

Round Robin takes precedence


What is virtual round robin CPU scheduling?

A variant of round robin scheduling is called selfish round robin scheduling. In selfish round robin, there is a maximum limit on the number of processes that can be placed in the round-robin queue (including the process being executed by the CPU). After that maximum is reached, newly entering processes are placed on a holding queue. Processes in the holding queue do not get any time slice of the CPU. When a process in the round-robin queue completes and leaves the system, the oldest process in the holding queue is allowed to enter the round-robin queue


What is Output Controlled Grant-based Round Robin?

what is Output Controlled Grant-based Round Robin ?.what for it is used ?.


Difference between round robin scheduling and Weighted round robin scheduling?

One is weighted, the other is not. Simple as.


What are the ratings and certificates for Round Robin - 1973?

Round Robin - 1973 is rated/received certificates of: Finland:(Banned)


What kind of data structure is required to implement the round robin scheduling policy?

The circular queue data structure is required to implement the round robin scheduling policy. Round robin is similar to FCFS scheduling.