Skip to content

[软技能] 第104天 描述下什么是域名解析?简述它的基本过程 #999

New issue

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

Open
haizhilin2013 opened this issue Jul 28, 2019 · 3 comments
Labels
软技能 软技能

Comments

@haizhilin2013
Copy link
Collaborator

第104天 描述下什么是域名解析?简述它的基本过程

@haizhilin2013 haizhilin2013 added the 软技能 软技能 label Jul 28, 2019
@tiyunchen
Copy link

将你 输入的域名 转换成机器识别的ip地址

@LinStan
Copy link

LinStan commented Jul 29, 2019

域名解析一般是发生在用户在浏览器输入一个网址,然后浏览器会调用DNS域名解析对该网址进行解析,得到真实IP并发送访问请求。

具体的解析过程,一般首先是在当前主机对应的域名服务器的数据库中查找是否存在该域名,若不存在,依次向上级域名服务器进行查找,直到根域名服务器或者查找到域名对应的IP。
然后服务器将获取到的真实IP返回给主机。

@lizhesystem
Copy link

浏览器访问域名--> 通过电脑配置的dns服务器查找该域名对应的ip---> 寻址成功访问服务器---> 返回数据

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
软技能 软技能
Projects
None yet
Development

No branches or pull requests

4 participants