DNS在传输层用的是UDP协议

2930阅读 0评论2012-07-02 himrpei
分类:LINUX

Since DNS queries and responses are fairly small (1 packet each), the TCP protocol is not usually used: it provide automatic retransmission, ordering and general reliability, but at a cost of sending extra packets through the network. Instead we use the very simple "User Datagram Protocol", which doesn't offer any of the fancy TCP features we don't need.
上一篇:广播地址
下一篇:端口号的存在原因