Feb 7, 2007 #1 dimpals Technical User Feb 7, 2007 3 US What process does dns go through? On an sniffer I got this: DNS Request = 4432 DNS Correct Response = 1715 DNS Error Response = 1070 My Correct Response and Error Response dont add up. Why is that? How does dns handshake/process work?
What process does dns go through? On an sniffer I got this: DNS Request = 4432 DNS Correct Response = 1715 DNS Error Response = 1070 My Correct Response and Error Response dont add up. Why is that? How does dns handshake/process work?
Feb 10, 2007 #2 ShackDaddy MIS Sep 20, 1999 3,824 US Those sniffer results don't make sense to me. What were you expecting, to have the error and correct responses match? I usually look at the packet payloads when I use a sniffer, not those codes. There isn't a unique DNS handshake, it uses the standard TCP handshake before the actual DNS dialogue starts. Here's a breakdown on the larger process: http://technet2.microsoft.com/Windo...b75d-48ce-83ca-bf470573ebdc1033.mspx?mfr=true Here's a breakdown of the packet: http://www.protocols.com/pbook/tcpip7.htm And the RFC: http://www.faqs.org/rfcs/rfc1035.html ShackDaddy Shackelford Consulting Upvote 0 Downvote
Those sniffer results don't make sense to me. What were you expecting, to have the error and correct responses match? I usually look at the packet payloads when I use a sniffer, not those codes. There isn't a unique DNS handshake, it uses the standard TCP handshake before the actual DNS dialogue starts. Here's a breakdown on the larger process: http://technet2.microsoft.com/Windo...b75d-48ce-83ca-bf470573ebdc1033.mspx?mfr=true Here's a breakdown of the packet: http://www.protocols.com/pbook/tcpip7.htm And the RFC: http://www.faqs.org/rfcs/rfc1035.html ShackDaddy Shackelford Consulting