RE: DDoS Attack

From: David Gillett (gillettdavid_at_fhda.edu)
Date: 05/29/03

  • Next message: Russell Harding: "RE: A question for the list..."
    To: <incidents@securityfocus.com>
    Date: Thu, 29 May 2003 08:12:29 -0700
    
    

    > .... The IP ID number is just a
    > unique identifier of communication between two hosts over a given
    > protocol. It exists so that (for example) a webserver can serve a
    > client multiple pages concurrently. The IP ID number cannot
    > be used to provide any kind of security. It seems different OSs
    > even use widely different schemes to decide when to increment it
    > and when to use an entirely different number.

      I believe it's somewhat less significant than THAT, even. IP ID
    numbers are used to correlate IP (fragment) frames that contain parts
    of the same higher-layer packet, and are totally irrelevant if no
    IP-level fragmentation has occurred. Nobody cares what their value
    is, as long as it's the same across all fragments that need to be
    reassembled into some packet, and different from any other fragments
    in the same direction of the same conversation.
      (The correct way for a web server to deliver multiple objects to a
    client in parallel is over multiple client-end TCP *PORT* numbers.)

    David Gillett

    ----------------------------------------------------------------------------
    ----------------------------------------------------------------------------


  • Next message: Russell Harding: "RE: A question for the list..."

    Relevant Pages

    • Re: process stuck in nfsfsync state
      ... >> server is wedged, not the client. ... Comparing the client and server traces, it looks like fragments in the ... loss for individual packets adds up. ...
      (freebsd-stable)
    • RE: Need help with several many to many relationships
      ... see the teacher, and then create the new item. ... Each client can have multiple ranks. ...
      (microsoft.public.access.tablesdbdesign)
    • RE: Multiple requests to a webservice...???
      ... from client and perform some processing and write the output back to ... you're looking for a way to make multiple such requests ... package into a single http request so that you can make multiple such web ... Microsoft MSDN Online Support Lead ...
      (microsoft.public.dotnet.xml)
    • RE: Need help with several many to many relationships
      ... ClassID - Autonumber – primary key ... Each client can have multiple ranks. ...
      (microsoft.public.access.tablesdbdesign)
    • Re: Vb6 large text file read / arrays performance issues
      ... up to 8 socket-based servers and look for matches against multiple ... I have a winsock control acting as a client receiving strings at rate ... I need to consider scaling this with my client app talking to multiple ... my string search function says it takes 0ms using TimeGetTime ...
      (microsoft.public.vb.general.discussion)