| Back to Questions Page |
| |
| Question |
which is the faster protocal either UDP or TCP? |
Rank |
Answer Posted By |
|
Question Submitted By :: Narendra Naidu |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | UDP is the faster protocol as it doesn't wait for
acknowledgement so it is not at all having reliability as
compared to TCP.  |
| Narendra Naidu |
| |
| |
| Answer | tcp  |
| Guest |
| |
| |
| Answer | udp is faster..mainly used for video and audio streaming (
Rstp)  |
| Kihore |
| |
| |
|
|
| |
| Answer | tcp  |
| Sravanthi |
| |
| |
| Answer | UDP is faster then TCP in data transmission.  |
| Surya |
| |
| |
| Answer | Compare 2 TCP , UDP is a faster & it is used for download
uplooud vedio's ...... un reliable  |
| Sharan |
| |
| |
| Answer | UDP is faster than TCP because it is connectionless and need
not wait for connection setup and ACK.  |
| Bhaviya K R |
| |
| |
| Answer | TCP is faster than UDP.  |
| Mahipal |
| |
| |
| Answer | UDP is faster protocol since it has no acknowledgement
signal.....  |
| Santhanam |
| |
| |
| Answer | UDP is faster than TCP bcoz it is connection less protocol
and it also does not wait for acknowledgement . Therefore
it is specially used for video signals transmission .  |
| Loknath Nanda |
| |
| |
| Answer | how many protocals are there?give me(20)important protocals?
plz it is important to me plz plz.....  |
| Divya |
| |
| |
| Answer | UDP is definitely faster than TCP. Thats why it is mainly
used for video and streaming audio. Speed!
The reason UDP is fater than TCP is because UDP does not do
error correction and flow control.  |
| Pinar Uyanik |
| |
| |
| Question |
What is the major difference between UDP and TCP/IP
Protocol? |
Rank |
Answer Posted By |
|
Question Submitted By :: Radha_9090 |
| This Interview Question Asked @ CTS |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | I only know about UDP is unreliable and connectionless
protocol.And TCP/IP protocol is connection oriented and
reliable.i want some more advantages and disadvantages and
UDP where its used.  |
| Radha_9090 |
| |
| |
| Answer | UDP: It doesn't wait for acknowledgement as like TCP/IP so
it is unreliable protocol.
UDP is usually used in where communication needs to be fast
like in DNS and DHCP.  |
| Narendra Naidu [-] |
| |
| |
| Answer | The first thing is UDP is connection less where as TCP is
connection oriented.The broadcasting and multicasting
software is available in the UDP only.Why because it is
connection less hence we can broadcast the packets very
easily,no need to wait for connection like in tcp,which
takes more delay.  |
| J.farooq [-] |
| |
| |
| Question |
Write UDP/SOCK_DGRAM applications |
Rank |
Answer Posted By |
|
Question Submitted By :: Pramodh |
| This Interview Question Asked @ Vistech |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | to implement the udp service we must creat socket by socket
system call which takes argument as SOCK_DGRAM which is
used for to pass the data in the form of datagrams.  |
| G.suresh Babu |
| |
| |
| Question |
How can I be sure that a UDP message is received? |
Rank |
Answer Posted By |
|
Question Submitted By :: Pramodh |
| This Interview Question Asked @ Vistech |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | by using Icmp protocol.  |
| Neha Jain |
| |
| |
| Answer | 1.In IP Header Protocol field is available,it tells which
protocol it is using as a transportlayer,if this field is
having 6(in decimal)it indicates TCP,17(in decimal)it
indicates UDP.  |
| J.farooq [Vistech] |
| |
| |
| Answer | You have to design your protocol to expect a confirmation
back from
the destination when a message is received. Of course is the
confirmation is sent by UDP, then it too is unreliable and
may not
make it back to the sender. If the sender does not get
confirmation
back by a certain time, it will have to re-transmit the
message, maybe
more than once. Now the receiver has a problem because it
may have
already received the message, so some way of dropping
duplicates is
required. Most protocols use a message numbering scheme
so that the
receiver can tell that it has already processed this
message and
return another confirmation. Confirmations will also have to
reference the message number so that the sender can tell
which message
is being confirmed. Confused? That's why I stick with TCP.  |
| Sudheer [Vistech] |
| |
| |
| Answer | You have to design your protocol to expect a confirmation
back from the destination when a message is received. Of
course is the confirmation is sent by UDP, then it too is
unreliable and may not make it back to the sender. If the
sender does not get confirmation back by a certain time, it
will have to re-transmit the message, may be more than
once. Now the receiver has a problem because it may have
already received the message, so some way of dropping
duplicates is required. Most protocols use a message
numbering scheme so that the receiver can tell that it has
already processed this message and return another
confirmation. Confirmations will also have to reference
the message number so that the sender can tell which
message is being confirmed. Confused? That's why I stick
with TCP.  |
| R.n.achary [Vistech] |
| |
| |
|
| |
|
Back to Questions Page |