This program implements the normal iterative DNS resolution algorithm described in the DNS protocol specifications. Here's a basic lookup of the IPv6 address ofwww.seas.upenn.edu: $ resolve.py www.seas.upenn.edu. AAAA # ANSWER to QUERY: www.seas.upenn.edu. AAAA IN # RCODE: NOERROR ww...