Julian Richardson wrote:
> We have about 100 people accessing the 'net over a ropey old 64k link
> though, which spends its life almost saturdated - do DNS requests result
> in a lot of traffic in terms of packet size or lots of packets for a
> single request from a client's point of view??
Each DNS query consists of at least two UDP packets, one query and one
response. If your DNS server is doing searches (not using a forwarder)
then some queries may result is a few additional queries (one or two) to
find the correct DNS server to ask.
DNS isn't usually a lot of traffic in packets or bytes, not compared to
HTTP or other data transfer protocols anyway.
If you have a slow saturated link then long service times for DNS
queries is normal. (long service time for any type of requests on a slow
saturated link is normal).
-- Henrik Nordstrom Spare time Squid hackerReceived on Fri Jun 25 1999 - 15:22:32 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:47:00 MST