Re: Clarification on question and the answer section uppercase lower case mis match

2012-04-10 Thread Kevin Oberman
On Tue, Apr 10, 2012 at 2:56 AM, rams wrote: > Hi, > When i queried domain with capital letters , In answer section domain name > is displaying small letters. Is it expected? any RFC for this? > > dig @localhost D.ashwintrail.com > > > ; <<>> DiG 9.2.4 <<>> @localhost D.ashwintrail.com > ; (1 serv

Re: Clarification on question and the answer section uppercase lower case mis match

2012-04-10 Thread Warren Kumari
http://www.ietf.org/rfc/rfc4343.txt Some resolvers use 0x20 tricks to encode additional entropy into queries. This works by randomly adding 0x20 to characters in the qname and then making sure they are the same when they come back (e.g: example.com -> eXAmpLe.coM)... W On Apr 10, 2012, at 5:5