4 Knowledge Base

 

 TelecomTrainning.net > Knowledge Base
 Viewing KB Article
Good Morning, - Please register or - log-in to your account.
Search
Search   Saved Questions   Ask a question
Keywords 
 
Available categories
LTE
100 of Questions in LTE
CCNA Certification
CCNA Sample Q & A (1000 + Q &A)
(Network +) Certification
(Network +) Sample Q & A (1000 + Q &A)
Networking
General/Interview Q& A on Networking
Home Networking
General/Interview Q& A on Networking
VOIP, SIP & Asterisk
Q & A on VOIP,Ethereal, SIP & Asterisk
Telecom Test Equipments
Q & A on Telecom Test Equipment
PSTN / Wireline
General / Interview Q & A on PSTN / Wireline
LTE, Wireless, 3G ,Diameter and HSS
General/Interview Q & A on LTE, Wireless, 3G ,Diameter and HSS
Telecom General
Any Q & A in Telecom in General

Top Questions
Friends, Describe Secure storage and distribution of A-Keys?
How do I monitor SS7 Traffic in spectra2?
what is the difference between E1 signal & Ethernet signal ?
Explain me the difference between a repeater, bridge and router? Relate this to the OSI model.
What is the difference between BRI & PRI ?
Can you tell me about PBGT?
Guys what is the purpose of Umbrella Cell Approach in GSM ?
how can we explain media gateway in MSc?
What is GGSN?
What is the difference between Electrical-tilt and Mechanical-tilt of an antenna?
What is demarc point?
What is BSC?
Can any one explain me how sms flow will work using ss7 network ?( from physical layer to application layer)
Explain SLTA and SLTM messages in MTP3?
why cellphone towers are painted in red and white?
Hi guys what is WAP?
wat is the difference betweem MSC & GMSC, & MSS & GCS?
what is EDAp? what is the functions of EDAP?
What is a circuit id?
what is sdh?

Explain UDP Header with Example?
campbell123 17-March-2009 02:42:07 PM

Comments


You must visit the site for detail www.networksorcery.com/enp/protocol/udp.htm
Posted by HamidAliKhan


Please visit:

www.networksorcery.com/enp/protocol/udp.htm
Posted by sagitraz


When you look at all the control information that TCP needs to work, and factor in the need to do the three-way handshake before any data is sent, you begin to realize that TCP is a pretty high-overhead operation. For every unit of data being sent, a ton of control information needs to be sent along with it. For some types of communication, we don't need all that control—sometimes; just dropping a postcard in the mail is fine. That is where UDP comes in.

UDP does not use any of the control and reliability features we just discussed in TCP. In fact, if you look at Figure, which shows what the UDP header looks like, you, can see that the only elements in common are the port numbers and the checksum.

Source Port Length
Destination Port Checksum

There is no sequencing, no acknowledgments, no window size—and no three-way handshake, either. So you can see that much less control information is sent with each segment. With UDP, there is no PAR. You ask for something, and then you get it. If it doesn't work, you have to ask all over again. Most applications, such as a TFTP server for example, will handle any errors and retransmissions—which means that the application itself (up at Layer 7) is doing the reliability, not Layer 4.

The typical UDP connection goes something like this:

Host A: "Hey Server Z, what's the IP address of www.google.com?"
Server Z: "www.google.com is 66.102.7.147."


Or perhaps:

Host B: "Hey Server Z, send me that file using TFTP."
Server Z: "Here's the file."

UDP is good when reliability is not needed—for DNS lookups or TFTP transfers, for example—or when the overhead of TCP would cause more problems than it solves—for example, when doing VoIP. TCP signaling would introduce so much delay that it would degrade the voice quality—plus, by the time any missing voice segment was retransmitted, it would be too late to use it! VoIP uses UDP because it is faster than TCP, and reliability is less important than minimizing delay.
Posted by steve10

Q&A Rating

Q&A Rating
Rate This Question and Answer

Related Questions
What should be the SIP response message for ISUP cause value 27 destination out of order?
Which parts of SIP are case-sensitive or case-insensitive?
 
Hello friends, what are the 2 steps used to configure and access list?
 


Search questions via popularity
Top viewed questions  Top emailed questions  Most printed questions  Most saved questions
 
Copyright © Telecom Training, All Rights Reserved