We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第104天 描述下什么是域名解析?简述它的基本过程
The text was updated successfully, but these errors were encountered:
将你 输入的域名 转换成机器识别的ip地址
Sorry, something went wrong.
域名解析一般是发生在用户在浏览器输入一个网址,然后浏览器会调用DNS域名解析对该网址进行解析,得到真实IP并发送访问请求。
具体的解析过程,一般首先是在当前主机对应的域名服务器的数据库中查找是否存在该域名,若不存在,依次向上级域名服务器进行查找,直到根域名服务器或者查找到域名对应的IP。 然后服务器将获取到的真实IP返回给主机。
浏览器访问域名--> 通过电脑配置的dns服务器查找该域名对应的ip---> 寻址成功访问服务器---> 返回数据
No branches or pull requests
第104天 描述下什么是域名解析?简述它的基本过程
The text was updated successfully, but these errors were encountered: