hping wiki

Differences for page UDP

Current version compared with version Sun May 30 08:48:34 GMT 2004

...
  The UDP protocol is very similar to the [IP] itself, because it's just able to send datagrams from an host to another, without
  to try to make the link reliable. As [IP], [UDP] datagrams can get lost, duplicated, or delivered out of order. Protocols using [UDP] that need
  to be reliable have to implement retrasmission after a timeout on top of [UDP]. For instance the [DNS] protocol, that implements a request/reply
- protocol on top of [UDP] retry to sent the query after some time if no response was received from the [DNS] server.
+ protocol on top of [UDP] retry to send the query after some time if no response was received from the [DNS] server.
  
  The main abstraction that [UDP] adds to [IP] is the concept of [port]. With [IP address]es it's possible to send data to a specific host,
- but with [port]s it's possible to send a data to a specific process of a specific host.
+ but with [port]s it's possible to send data to a specific process of a specific host.
  
  ===UDP header===
  [img udp-hdr.png]
...

The following is the old page content