UDP6

mhkabir1952
mhkabir1952  Diamond  (1)
7 years 10 months ago  View: 802  Reply: 2
1F

User Datagram Protocol Version 6 (UDP6) is a computer communication protocol used to exchange packets on a network. UDP6 has the following characteristics:

  • UDP uses only source and destination information and is mainly used in the simple request/response structure.
  • UDP is unreliable. That is, no control is provided. Thus, it is uncertain whether UDP6 data-grams reach their destinations.
  • UDP is connectionless. That is, no virtual circuits are required during data transmission between hosts.

The connectionless feature of UDP6 enables UDP6 to send data to broadcast addresses. This is different from TCP6, which requires specific source and destination addresses.

Armetta
Armetta  Diamond 
7 years 10 months ago
2F
documentation very useful for my job
foisal
foisal  Gold 
7 years 10 months ago
3F
good one