-
Notifications
You must be signed in to change notification settings - Fork 0
2012 edited this page Jul 20, 2020
·
6 revisions
域名系统:把人类可读的域名解析成计算可读的 ip 地址,属于应用层协议。ARPA 协议:反向 dns 查询
域名(Domain Names)
域名是便于人类记忆的名词,像 www.github.com
.由 ICANN 负责管理全球域名
顶级域名(Top Level Domain)
域名最后一部分是顶级域名,.cn
是顶级域名;常见顶级域名有:
- com - 商业网站
- gov - 政府网站
- edu - 教育网站
- org - 非营利机构组织
- mil - 军事网站
- cn - 国家域名缩写
二级域名(Second Level Domain)
子域名(Sub Domain)
见名知义
域名服务器(Name Server)
存储着域名和 ip 之间的映射
A Record
Address record. IPv4 地址映射到域名的关系
AAAA Record
IPv6 与域名之间的映射
CNAME
Canonical Name record. CNAME 记录将一个域建立为另一个域的别名
Alias Record
MX Record
Mail Exchange Record
PS
JS
CSS
- float
- BFC
- position
- flex
- grid
DOM
- DOM
- how browser works
Node.js
react
- 生命周期
- setState
- hook
git
- git 基础命令
- git rebase 理解
- git bisect
- git commit
- git hook
设计模式
- 策略模式
- ...
TCP/IP 协议
- HTTP/1.x
- HTTP/2
- SSL/TLS
- TCP
- DNS
- HTTP Cache
- CORS
- http status code
linux(shell)知识点