Re: What port shoud be opened for the dns server

From: Mark Damrose (mdamrose@elgin.cc.il.us)
Date: 07/15/02


From: "Mark Damrose" <mdamrose@elgin.cc.il.us>
Date: Mon, 15 Jul 2002 09:48:29 -0500


"Kasper Dupont" <kasperd@daimi.au.dk> wrote in message
news:3D303565.1859CD5D@daimi.au.dk...
> svek wrote:
> >
> > "Mark Damrose" <mdamrose@elgin.cc.il.us> wrote in
> > news:agp6d3$nlkc8$1@ID-125530.news.dfncis.de:
> >
> > > It's actually the response. The initial request is almost always made
> > > with udp. If the response does not fit in 1 packet (512 bytes IIRC)
> > > then a bit is set to indicate the response was truncated, and the
> > > client should retry with tcp.
>
> What if the domainname you want to look up is longer than
> 512 bytes?

Then the initial request would not fit into 512 bytes and tcp would be used.
There is no requirement that the client use udp at all. It's just that most
do.



Relevant Pages

  • Re: New to Java - Guidance Required
    ... All of these do essentially the same thing, communicate a request from the client to a service asking it to do something for you. ... I'm currently working on a project where I need a client to be able to send a request and get a response. ... In yet another instance I needed to have a continuous two way dialogue between an applet and the server from which it came - in this particular case I had to use sockets. ...
    (comp.lang.java)
  • Re: How to remove HTTP Header [Expect: 100-continue]
    ... RESPONSE to redirect, then client makes another requests and gets a 200 Ok. ... > CLIENT:: Request ... The Java Client Header look ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Response blockieren
    ... Ein Client sendet einen Request an den Webserver. ... Danach sendet der Linuxrechner eine Nachricht an den Windows-Sever. ... Und jetzt würde ich gerne die Webseite-Klasse informieren, dass der Response ...
    (microsoft.public.de.german.entwickler.dotnet.asp)
  • Returning SoapFault as Envelope
    ... I have two web services, where first application receives a request and ... sends the request to the second web service. ... it the client application receives Error 404. ... SoapEnvelope response = new SoapEnvelope; ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: XML Web Service Client allows at maximum two asynch Requests
    ... This limitation is due to the HTTP specification that one client should have ... at most two concurrent connections to one web server. ... > sends the response. ... > Request 1 ...
    (microsoft.public.dotnet.framework.webservices)