what is difference between tcp & udp protocol?
Answers were Sorted based on User's Feedback
Answer / anuj
TCP is connection oriented service while UDP(user datagram
protocol) is connectionless service
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / prasanth
In TCP the requester will get the conformation
while in UDP the requester will not get any conformation
wheather the packet is forwarded or not.
TCP is a wired system
while UDP is a wireless system
| Is This Answer Correct ? | 16 Yes | 8 No |
Answer / guest
tcp is the connection oriented protocol and udp is the
connectionless protocoll.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / anil4342
TCP is connection oriented,UDP is Connectionless oriented.
Ex:UDP Protocal Will Use Brodcast Perpouse.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / lohit dutta
1) TCP is more reliable protocol then UDP.
2) UDP is faster then TCP.
3) Refer to the above post #4.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / mahesh
1. TCP(Transmission Control Protocol). TCP is a
connection-oriented protocol, a connection can be made from
client to server, and from then on any data can be sent
along that connection.
* Reliable - when you send a message along a TCP
socket, you know it will get there unless the connection
fails completely. If it gets lost along the way, the server
will re-request the lost part. This means complete
integrity, things don't get corrupted.
* Ordered - if you send two messages along a
connection, one after the other, you know the first message
will get there first. You don't have to worry about data
arriving in the wrong order.
* Heavyweight - when the low level parts of the
TCP "stream" arrive in the wrong order, resend requests have
to be sent, and all the out of sequence parts have to be put
back together, so requires a bit of work to piece together.
2. UDP(User Datagram Protocol). A simpler message-based
connectionless protocol. With UDP you send messages(packets)
across the network in chunks.
* Unreliable - When you send a message, you don't
know if it'll get there, it could get lost on the way.
* Not ordered - If you send two messages out, you
don't know what order they'll arrive in.
* Lightweight - No ordering of messages, no
tracking connections, etc. It's just fire and forget! This
means it's a lot quicker, and the network card / OS have to
do very little work to translate the data back from the packets.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / chirag patel
tcp is guarenting the transmission of data.
udp is not gerrnting the transmission of data
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / inderjeet kobra
dhcp server port no. 67
dhcp client port no. 68
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / prashant
TCP is Transmision Control Protocol.
It Devides Data into packets while transmision.
the packets will be sent in perticular sequence and it will
be recieved in the same order in the destination.
UDP is User Datagram Protocol.
the data will be devided into packets but will not be sent
in a sequenced order so the destination will not recieve
data in the same order as in the transmition.
TCP sends an acknowledgement for data recieved hence it is
known as connection oriented.
UDP does'nt send any acknowledgement and called as
connection less.
so TCP is more reliable than UDP.
| Is This Answer Correct ? | 1 Yes | 0 No |
Which is the RIP daemon in Solaris ?
What are rights networking?
what is the difference between as and area
what is dhcp server?
a share folder how to enable the password by windows xp
one server is down it doen't display anything what you do?
Which two packages contain sendmail ?
Which layer deals with i) file system transfer ii) ii) virtual terminals emulation iii) interprocess communication. a. Application b. Presentation c. Session d. Transport
Class D IP address range an its use? a. 192-223, broadcast b. 224-239, multicast c. 224-255, broadcast d. 192-255, multicast
Q1: What is RAS ? is RAS and VPN the same ? Q2: How do i determine that my computer is connected to the right network and is getting a valid ip ?
Which RFC defines the SMI ?
Describe End to End network services: (Choose all that apply) * Best Route selection * Accomplished Segment by Segment, each segment is autonomous * Flow Control & Data Integrity * Best efforts packet delivery