Flux rss
Bookmark Bookmark & Share
Il protocollo UDP O protocolo UDP Das UDP Protokoll Le protocole UDP Protocolo UDP

Characteristics of the UDP protocol

The UDP protocol (User Datagram Protocol) is a connectionless orientated protocol of the transport layer of the TCP/IP model. This protocol is very simple given that it does not provide error detection (it is not connection orientated...).

The UDP segment header is therefore very simple:

Source port
(16 bits):
Destination port
(16 bits):
Total length
(16 bits)
Header checksum
(16 bits)
Data
(variable length)

Meanings of the different fields

  • Source port: this is the port number relating to the originator application of the UDP segment. This field represents a response address for the recipient. So, this field is optional, which means that if the source port is not specified the 16 bits of this field will be set to zero, in which case the recipient will not be able to respond (this is not strictly necessary, in particular for one way messages).
  • Destination port: This field contains the port corresponding to the application on the recipient machine to which it is sent.
  • Length: This field specifies the total length of the segment, header included, however, the header has a length of 4 x 16 bits (which is 8x8 bits) so the field length is necessarily greater than or equal to 8 bytes.
  • Checksum: This is a checksum conducted in such a way as to be able to check the integrity of the segment.


Last update on Thursday October 16, 2008 02:43:22 PM.This document entitled « UDP protocol » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
The DHCP protocol Definition of the term DHCP DHCP stands for Dynamic Host Configuration Protocol. It is a protocol which enables a computer that is connected to a network to obtain its configuration (mainly, its network configuration) dynamically (i.e. without... en.kioskea.net/contents/internet/dhcp.php3
IP protocol The role of IP protocol IP protocol is part of the Internet layer of the TCP/IP protocol suite. It is one of the most important Internet protocols because it allows the development and transport of IP datagrams (data packets), without however... en.kioskea.net/contents/internet/protip.php3
Differences between the UDP and TCP protocols Differences between the UDP and TCP protocols User Datagram Protocol (UDP) Transmission Control Protocol (TCP) User Datagram Protocol (UDP) It is part of the base protocols of the Internet Protocol Suite. Programs on networked... en.kioskea.net/faq/sujet-608-differences-between-the-udp-and-tcp-protocols
The BitTorrent ProtocolThe BitTorrent Protocol What is the BitTorrent protocol? How does it work? Is BitTorrent legal? Downloading Torrent and sharing files BitTorrent Clients What is the BitTorrent protocol? The BitTorrent protocol was designed by the... en.kioskea.net/faq/sujet-226-the-bittorrent-protocol
IPX/SPX protocol under Windows VistaIPX/SPX protocol under Windows Vista The protocol IPX/ SPX allow some old games to play in network (Red Alert, Command & Conquer, etc.) This function is not supported by vista (32 bit). Below is a tips of how to use this function... en.kioskea.net/faq/sujet-1185-ipx-spx-protocol-under-windows-vista
Error Codes in WindowsError Codes in Windows The list below details the error codes displayed in the dialog boxes in Windows: Code Description _________________________________________________________________________ 1 Incorrect function.... en.kioskea.net/faq/sujet-2347-error-codes-in-windows
Protocol 48??Hello, i have a hugee prob on counter strike 1.6 ...can any1 help me?? since protocol 48 has come i cant play counter strike online cause whenever i try to connect it shows sumfin like this "This Server is using a newer version(48) then ur... en.kioskea.net/forum/affich-32259-protocol-48
How do I install a TCP/IP protocol.Hello, I have a dell optiplex g260 and a gateway both running a windows xp pro operating system. Both computers says that we need a TCP/IP protocol installed. if we click install, it says that they can not find what is needed to install the protocol... en.kioskea.net/forum/affich-27000-how-do-i-install-a-tcp-ip-protocol
Download Support IPX for VistaProtocol IPX/SPX is used for many old games for network play (Red Alert, Command & Conquer, etc…). Unfortunately, Microsoft withdrew IPX/SPX protocol support for Vista (32bit). Nevertheless, it is possible to solve the problem by selecting the pilot... en.kioskea.net/telecharger/telecharger-3890-support-ipx-for-vista
Download UTorrentMost of the features present in other BitTorrent clients are present in uTorrent, including bandwidth prioritization, scheduling, RSS auto-downloading and Mainline DHT (compatible with BitComet). Additionally, uTorrent supports the Protocol Encryption... en.kioskea.net/telecharger/telecharger-74-utorrent
Download BitTorrentPossibility to dowload version for MAC or Linux BitTorrent is a peer-to-peer file sharing (P2P) communications protocol, a tool for distributed download. Lightweight client Local peer discovery Configurable bandwidth scheduler Global and per... en.kioskea.net/telecharger/telecharger-75-bittorrent
FTP protocol (File Transfer Protocol)Introduction to FTP protocol FTP protocol (File Transfer Protocol) is, as its name indicates a protocol for transferring files. The implementation of FTP dates from 1971 when a file transfer system (described in RFC141) between MIT machines... en.kioskea.net/contents/internet/ftp.php3
The HTTP protocolIntroduction to the HTTP protocol Since 1990 HTTP protocol (HyperText Transfer Protocol) has been the most widely used protocol on the Internet. Version 0.9 was only intended to transfer data over the Internet (in particular Web pages written in... en.kioskea.net/contents/internet/http.php3
TCP protocolThe characteristics of TCP protocol TCP (which means Transmission Control Protocol) is one of the main protocols of the transport layer of the TCP/IP model. It makes it possible, at application level, to manage data coming from (or going to) the... en.kioskea.net/contents/internet/tcp.php3