A记录:将主机名转换为IP地址
#!/usr/bin/python3.6.7
import dns.resolver# 接收数据
domain input("请输入一个域名>>>:")
dns_type A
query_object dns.resolver.resolve(domain, rdtypedns_type,lifetime10)
for i in query_object:print…
OSI 参考模型:open system interconnect 开放式系统互联,规定了数据传输的标准,以及数据包封装所参考的协议。旨在让不同
的设备不同的用户可以互联互通。 一层:物理层:规定了物理介质、网线、光纤、光纤、电压电流等…