How does DNS round robin balance application access to resources?
What will be an ideal response?
In DNS round robin, resource records are created for two or more servers that have different IP addresses but are associated with the same host name. When clients perform queries for a resource, such as a server name, the A record contains multiple IP addresses mapping to different servers providing access to the same resources. Each query cycles through the list of IP addresses, spreading out the load of access amongst the IP addresses.
You might also like to view...
The ________ pane displays information about the paragraph and character styles for the style applied to the active paragraph or selection
A) Reveal Formatting B) Style Inspector C) Linked D) Organizer
MC Which of the following correctly calls the math module function sqrt with a value of 36?
a) math(sqrt, 36). b) math.sqrt(36). c) math.sqrt = 36. d) None of the above.