Difference between datagram socket and datagram packet
Answers
Answered by
2
Datagram Socket class represents connection less socket for sending and receiving datagram packets. Datagram is a bunch of information sent in a single packet. ... DatagramSocket class provides methods to send a datagram, to receive a datagram, and to close the socket.
Answered by
1
Difference between Datagram socket and Datagram packet are given below:-
Explanation:
Datagram Socket:-
- The datagram socket is the transmitting or collecting point for the packet delivery service without a link.
- Each packet sent from the packet headers outlet is routed and distributed individually.
- Datagram socket is a form of web adapter that offers an unconnected location for transmitting and collecting packets.
Datagram Packet:-
- Datagram packets are used to enforce a data delivery service without a link.
- Every text is transmitted from one computer to the next based exclusively on the material found in the bundle.
- Many packets sent from one computer to another can be transmitted separately and can arrive in any sequence.
Learn more:-
brainly.in/question/12655587
Similar questions