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 |
When one runs a packet sniffer on a workstation, that workstation's network card goes into which mode . a. interactive b. routing c. promiscuous d. open
How to identify the ip class of a given ip address?
What is the last major networking problem you troubleshot and solved on your own in the last year?
In improved Distance Vector Protcols, there is a rule that no router will send a routing update via the interface it learnt of the route in the first place. This is called _____________ ?
SonicWALL keep on fail over after upgrade from 6.2.2.2 to 6.2.6.0.anyone have encounter this and what is the next step to solve the issue
senario: There are two switches connected via trunk port.One end station is connected to each switch via access port. All the ports are in same VLAN.All the ports have same speed 1Gbps.Start sending 1Gbps traffic from one end station to other. Determine percentage of traffic received by destination end station.
To configure "Local Mail in Local Mode", who provides /var/mail ?
whenever install patch cluster, system will be restart what is the problem?
You have a Class C network. You want to subnet it such that you have at least 6 hosts per subnet. How many subnets can you have?
What do you use to find the path a packet takes?
4 functions that ICMP protocol performs are: a. echo (ping) b. telnet c. rcp d. rlogin e. rpc f. TTL announce (used by traceroute) g. source quench message (during congestion) h. network error announcement
Which command balnks out the routing table ?