Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

With name compression, asking for multiple records wouldn't be that much work. The format is dead simple: http://www.tcpipguide.com/free/t_DNSMessageHeaderandQuestion...

A packet would look something like:

    A     IN 38:mydomainnameislongerthanyourdomainname 3:com
    AAAA  IN <2 bytes pointer>
    CNAME IN <2 bytes pointer>
    SRV   IN <2 bytes pointer>
So 43 bytes for the name (41 bytes data, 2 length fields), plus 4 bytes for the type and class, and 6 bytes (type, class pointer) for each additional type. Even if you would already consider 200 bytes to be a lot of overhead, that would fit `floor(200/6)`=33 question records, more than I think we'd ever use. (Sure, the exist more, but currently we only query for A and AAAA. The overhead of that, when using the current DNS format but using multiple queries in one packet, is a grand total of 6 bytes.)

Pointer format: http://www.tcpipguide.com/free/t_DNSNameNotationandMessageCo...






Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: