Re: IP Tables problem

From: antonio tuozzo (at.com_at_utopianet.net)
Date: 10/21/04

  • Next message: Crucificator: "Re: How do i configure my kernel"
    Date: Thu, 21 Oct 2004 09:37:34 +0200
    To: General Red Hat Linux discussion list <redhat-list@redhat.com>
    
    

    Hi Mike,
    this is an extract from Tcp/Ip Illustrated (R. Stevens)
    .....
    When the resolver issues a query and the response comes back with the TC
    bit set ("truncated") it means the size of the response exceeded 512
    bytes, so only the first 512 bytes were returned by the server. The
    resolver normally issues the request again, using TCP. This allows more
    than 512 bytes to be returned. Since TCP breaks up a stream of user data
    into what it calls /segments,/ it can transfer any amount of user data,
    using multiple segments.
    .....

    Mike Burger wrote:

    >Sure about that? My understanding was that TCP is only used for zone file
    >transfer type use, and UDP for queries. I hadn't heard that there was any
    >sort of TCP use for queries.
    >
    >On Wed, 20 Oct 2004, antonio tuozzo wrote:
    >
    >
    >
    >>This is true! However, normal queries are single UDP requests. DNS system uses TCP only when data size replies is > 512 bytes.
    >>On Wed, Oct 20, 2004 at 06:20:20PM +0200, Crucificator wrote:
    >>
    >>
    >>>As a matter of fact DNS uses both TCP and UDP.
    >>>
    >>>redhat-list mailing list
    >>>unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    >>>https://www.redhat.com/mailman/listinfo/redhat-list
    >>>
    >>>
    >>
    >>
    >
    >
    >

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Crucificator: "Re: How do i configure my kernel"

    Relevant Pages

    • Re: Socket weirdness
      ... It's hard to explain all of TCP in a single post. ... then that is an not a valid packet and a packet with the RST bit set is sent clearing down the connection. ... Firstly, just to be absolutely clear, there is no such thing as an ACK packet, or a RST packet, or a SYN packet, etc. ... I was leading in to my next question about whether Send blocked for that response because I assumed ...
      (microsoft.public.dotnet.framework)
    • Re: Root Domain Name
      ... Here is a post from Alan Wood from MS in response to a question about single ... Also note that the DNR (DNS RESOLVER) was and is designed to ...
      (microsoft.public.windows.server.active_directory)
    • Re: end of tcp stream .
      ... with IP-level fragmentation which will not happen in a normal TCP stream. ... The sender opens a TCP connection, sends data, waits for a response ... >> This data is fragmented into 4 frames 1514 size each, ...
      (microsoft.public.win32.programmer.networks)
    • Re: Guaranteed to annoy people further... What makes a packet x big?
      ... Those packets can be as big as the MTU size allows. ... TCP further breaks up the data it has to send ... There is a trade-off between better interactive response and bandwidth ...
      (uk.comp.sys.mac)
    • Re: TCP server does not detect the client network failure
      ... > generate a response, ... It's layers on layers. ... and think what is required of TCP (none of the layers below TCP do ... it assumes the connection is broken. ...
      (comp.lang.java.programmer)