- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
F5 Tech Focus
DNS Load Balancing
Best Practices
Written by Nat Thirasuttakorn,
Product Management Engineer
F5 Tech Focus
DNS Load Balancing Best Practices
Contents
Overview of DNS 3
DNS Load Balancing Confi guration Options 4
Stateless UDP with nPath Routing 4
Stateless UDP load balancing 5
Basic stateful UDP load balancing 5
Stateful UDP Datagram load balancing 6
Advanced UDP load balancing 6
Additional Confi guration Recommendations 7
2
F5 Tech Focus
DNS Load Balancing Best Practices
Overview of DNS
At the most basic level, Domain Name System, or DNS as it is commonly known, is an Internet service that
translates domain names into IP addresses and is an essential component of any network. There are two
types of DNS servers: authoritative and non-authoritative.
• Authoritative DNS
The response headers returned from the origin web server. If the headers indicate that content
should not be cached then it won’t be.
• Non-Authoritative DNS
Also referred to as a Local DNS (LDNS) or a caching DNS server -- is often located near the DNS
client, caching DNS answers received from Authoritative DNS servers, speeding future resolution
requests. Local DNS servers are usually provided by ISPs or an enterprise’s IT department.
The following is a brief explanation of how DNS queries are handled. A client sends a DNS query to the
local DNS server. If the local D
文档评论(0)