[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [DNSOP] Computerworld apparently has changed DNS protocol
[namedroppers dropped as this felt more operational to me]
On Nov 4, 2009, at 11:09 AM, Nicholas Weaver wrote:
> Question: Have people been able to estimate how large the signed root zone response will be?
Response to what? Using the current IANA 'normal root servers' testbed:
% dig +bufsize=4096 +dnssec @root.iana.org . ns | grep rcvd
;; MSG SIZE rcvd: 801
% dig +bufsize=4096 +dnssec @root.iana.org . soa | grep rcvd
;; MSG SIZE rcvd: 1016
% dig +bufsize=4096 +dnssec @root.iana.org . rrsig | grep rcvd
;; MSG SIZE rcvd: 2005
% dig +bufsize=4096 +dnssec @root.iana.org x a | grep rcvd
;; MSG SIZE rcvd: 639
Regards,
-drc