filmov
tv
UDP (User Datagram Protocol) Header | Example of UDP Checksum | Realtime application of UDP Protocol
Показать описание
UDP (User Datagram Protocol) Header | Example of UDP Checksum | Realtime application of UDP Protocol
There are two transport layer protocols: TCP and UDP. TCP – Transmission control Protocol and UDP – User Datagram Protocol. In this post, we will discuss about UDP.
UDP stands for User Datagram Protocol. UDP is a simple, datagram-oriented transport layer protocol. UDP has been designed to transfer data packet over internet. UDP is connectionless protocol provides no reliability or flow control mechanisms. It also has no error recovery procedures. Several application layer’s protocols such as TFTP and the RPC use UDP. UDP makes use of the port concept to direct datagrams to the proper upper-layer applications. UDP serves as a simple application interface to the IP.
need of UDP: TCP proves to be an overhead for certain kinds of applications. The Connection Establishment Phase, Connection Termination Phase etc of TCP are time consuming. To avoid this overhead, certain applications which require fast speed and less overhead use UDP. UDP is used, where acknowledgement uses significant bandwidth along with original data packet.
In this video, I have explained UDP Header structure. Explained all the fields of UDP header. Also explain example of UDP checksum aand realtime example of UDP protocol
Source Port: Source port number identifies the port of the sending application process.
Destination Port: Destination port number identifies the receiving process on the destination host machine.
UDP Length: The UDP length field is the length of the UDP data in bytes. The minimum value for this field is 8 bytes.
UDP Checksum: UDP checksum covers the UDP header and the UDP data. Both UDP and TCP include a pseudo-header with the UDP datagram just for the checksum calculations.
Data: Data field size is variable. It contains user data.
0:00 Introduction
0:08 Introduction of UDP (User datagram protocol)
1:13 UDP header fields (explained one by one)
2:48 example of UDP checksum
3:27 Realtime application of UDP protocol
If you like my video contents, please LIKE, COMMENT, SUBSCRIBE & SHARE with your friends.
--------------------------------------------------------------------------------------------------------------
Check out our other video on our channel page
Principle of Application Layer
Cookie explain using animation:
Persistent HTTP vs Non Persistent HTTP:
Email:
--------------------------------------------------------------------------------------------------------------
You can always connect with me at:
Follow my blog:
Like my Facebook page:
Follow me on Instagram:
Follow me on twitter:
Subscribe me on youtube:
--------------------------------------------------------------------------------------------------------------
Playlist available on my channel:
Network Security (CNS, INS, IS):
Computer Network (CN) with animation:
VFX Animation & Fun Videos:
Comupter Organization & Architecture (COA, CA,CO):
Assembly Language Programming:
Computer Graphics:
#UDP
#UDP_Protocol
#User_Datagram_Protocol
#UDP_header
#need_of_UDP
#UDP_Segment_Stucture
#UDP_Checksum
#UDP_Realtime_application
#chirag_bhalodia
#chiragbhalodia
Keep learning, keep supporting 🤝✨💯
Комментарии