<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=gb2312"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:ËÎÌå;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@ËÎÌå";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        font-size:10.5pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
/* Page Definitions */
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=ZH-CN link=blue vlink=purple style='text-justify-trim:punctuation'><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hi folks,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I noticed my local resolver (set forwarder for . ) send queries for cname after it received a response which contains cname in answer section. <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>For example when I dig A <a href="http://www.youku.com">www.youku.com</a> @my local resolver . It returns two cname RR and A RR in answer section. It is observed that local resolver sent a A query on the first cname : ipv6-aserver-heyi.m.taobao.com. The local resolver response the client only after it got answer from the cname response. It definite introduces a delay in between. Is it normal ?  which RFC specify this or is it a implementation consideration? For what purpose ? <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I paste the dig and configuration information below:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>dig @192.168.0.212 <a href="http://www.youku.com"><span style='color:windowtext;text-decoration:none'>www.youku.com</span></a> <br><br>; <<>> DiG 9.10.0-P2 <<>> @192.168.0.212 <a href="http://www.youku.com"><span style='color:windowtext;text-decoration:none'>www.youku.com</span></a> <br><br>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17756 <br>;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 13, ADDITIONAL: 1 <br><br>;; OPT PSEUDOSECTION: <br>; EDNS: version: 0, flags:; udp: 4096 <br>;; QUESTION SECTION: <br>;www.youku.com. IN A <br><br>;; ANSWER SECTION: <br><a href="http://www.youku.com"><span style='color:windowtext;text-decoration:none'>www.youku.com</span></a>. 600 IN CNAME ipv6-aserver-heyi.m.taobao.com. <br>ipv6-aserver-heyi.m.taobao.com. 600 IN CNAME ipv6-aserver-heyi.m.taobao.com.gds.alibabadns.com. <br>ipv6-aserver-heyi.m.taobao.com.gds.alibabadns.com. 30 IN A 106.11.186.1 <br><br><br><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Bind 9.10.4:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>options { <br><br>allow-recursion { any; }; <br>allow-query { <br>any; <br>}; <br>}; <br><br>zone "." { <br>type forward; <br>forwarders { <br>114.114.114.114; <br>}; <br>};<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Best regards,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Davey<o:p></o:p></span></p></div></body></html>