answersLogoWhite

0


Best Answer

datagram is used in conectionless n/w e.g. UDP

Whereas packets used in connection oriented n/w e.g. ATM X.25 tcp

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between datagram and packet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Define the terms packet datagram frame and token?

Data is transmitted on a network in pieces called packets, datagrams, or frames. Specifically, the frame is the header and trailer surrounding the data. The entire header, trailer, and data is called the packet or datagram. A token is a small packet used on Token Ring or FDDI networks. The token is passed from node to node to indicate to the node that data can be sent on the network.


What field in an ip datagram can be used to indicate that a packet should be routed before any other packets?

The Differentiated Services Field.


What is the role of the address field in a packet travelling through a datagram?

There are two address fields. Source is the IP address the packet came from and destination is the IP address the packet is meant to be delivered to.


What is datagram packet?

Clients and servers that communicate via a perfect channel have a dedicated point-to-point channel between themselves (or at least the illusion of one). To communicate, they must first establish the connection, transmit the data, and then close down the connection. All data sent over the channel is received in the same order that it was sent. This is guaranteed by the channel. In contrast, clients and servers that communicate via datagrams send and receive completely independent packets. These clients and servers do not have a dedicated point-to-point channel. Rather the packets are sent on their way over the network on whatever route is available.A packet sent over a perfect channel does not contain any information about its source or its destination. The channel contains that information. In contrast, a datagram packet must contain the complete address of its source or destination (depending on if the datagram is sent or received).Definition: A datagram is an independent, self-contained message sent over the network whose arrival, arrival time, and content are not guaranteed.The java.net package contains two classes to help you write Java programs that use the datagram model to send and receive packets over the network: DatagramSocket and DatagramPacket. A DatagramSocket is a communcation link used to send datagrams between applications. A DatagramPacket is a message sent between applications via a DatagramSocket.


What is datagram Subnet?

datagram subnet is connection oriented network.

Related questions

Datagram packet and datagramsocket explain the functions of datagram packet and datagramsocket?

A datagram or packet needs to be self-contained without reliance on earlier exchanges because there is no connection of fixed duration between the two communicating points as there is, for example, in most voice telephone conversations.


Explain the difference between a PDU and a datagram?

A PDU (Protocol Data Unit) is defined by which layer it is in. In the physical layer and network layer, it is synonymous with the packet, in the data link layer, it is the frame. In the transport layer, it is a datagram for UDP. A datagram holds one or more PDU's, as it is the basic unit of transferring information via packet switching.


In the context of tcpip a packet is also known as?

IP Datagram


What field in an ip datagram can be used to indicate that a packet should be routed before any other packet?

Differentiated Services Field


What is the primary difference between router packet handling and application packet handling?

idfk


What type of switching uses the entire capacity of a dedicated link?

Circuit switching.


What happens to an ip datagram when it reaches 0?

what happens to a packet if the TTL field reaches 0 I dont believe a datagram reaches O because once the datagram reaches 1 the router or device discards it.I banged ur mom she sucked this stick B-----D


What happens to an IP datagram when its TTL reaches 0?

what happens to a packet if the TTL field reaches 0 I dont believe a datagram reaches O because once the datagram reaches 1 the router or device discards it.I banged ur mom she sucked this stick B-----D


Advantages and disadvantages of datagram packet switching?

A packet sniffer can also be used on the Internet to capture data traveling between computers. Internet packets often have very long distances to travel, passing through several routers that act like intermediate post offices. A packet sniffer might be installed at any point along the way. It could also be clandestinely installed on a server that acts as a gateway or collects vital personal information.A packet sniffer is not just a hacker's tool. It can be used for network troubleshooting and other useful purposes. However, in the wrong hands, a packet sniffer can capture sensitive personal information that can lead to invasion of privacy, identity theft, and other serious eventualities.


What is the difference between a segment and a datagram?

A setgement, which is also known as a TCP segment is something that is created based on an application layer of data. An IP datagram is something generated which contains the TCP segment. The segment is located in the payload section.


Define the terms packet datagram frame and token?

Data is transmitted on a network in pieces called packets, datagrams, or frames. Specifically, the frame is the header and trailer surrounding the data. The entire header, trailer, and data is called the packet or datagram. A token is a small packet used on Token Ring or FDDI networks. The token is passed from node to node to indicate to the node that data can be sent on the network.


What field in an ip datagram can be used to indicate that a packet should be routed before any other packets?

The Differentiated Services Field.