Home > Backend Development > PHP Tutorial > 动态DNS解析是如何做到的

动态DNS解析是如何做到的

WBOY
Release: 2016-06-13 13:16:51
Original
1011 people have browsed it

动态DNS解析是怎么做到的?
这个问题和PHP无关,但我不知道放在哪个版块合适。
---------------------------------------------
如果你ping一些大网站,比如youku.com,google.com.hk,就会看到每次解析后的IP都会不同。这就是传说中的负载均衡?
那么它是什么技术实现?

------解决方案--------------------
dns轮询,可以将域名解析到n个ip地址

还有现在的cdn技术也是这样,多个前端
------解决方案--------------------
根据服务器的负载自动分配最近最快的服务器。没弄过这么高端的东西

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template