Definitions for "Datagram" Add To Word List
Login or Register  | Word Lists | Search History

A Datagram is one single UDP data package. See also: Segment
Helpful?           0
Another term used to describe an information packet.
Helpful?           0
A protocal known as the User Datagram Protocol (UDP). It is an internet standard protocol that allows an application program on one machine to send a datagram to an application program on another machine. UDP uses the Internet Protocol to deliver datagrams. Conceptually, the important difference between UDP and IP is that UDP messages include a protocol port number, allowing the sender to distinguish among multiple destinations (application programs) on the remote machines. In practice, UDP also includes a checksum over the data being sent.
Helpful?           0
packet of data or type of socket that models connectionless, unreliable byte stream communication
Helpful?           0
Keywords: Tcp, Header, Basic, Stack, Unit
the Unit of transfer at the lowest level of the Internet.
Helpful?           0
The smallest independent data unit within the IP layer of the TCP/IP protocol stack.
Helpful?           0
a block of data that has an IP header on it that can be transmitted by a TCP/IP network
Helpful?           0
a unit of data, which is what the protocols deal with
Helpful?           0