answersLogoWhite

0

I don't understand the question.

TCP/IP is one of many protocols in computer networking.

UDP is the other end of TCP/IP. The difference being UDP isn't guaranteed delivery (no handshake) which makes the transmission quicker. UDP is used in streaming video, and anywhere a functional acknowledgement of the message is not needed.

TCP/IP .. just the opposite of UDP. It requires a acknowledgement of message ;115 before it sends data for message ;116. If the receiver doesn't come back to the sender with 'yea I got it , send ;116'. After a determined amount of time it will drop the packet and resend whatever the last message was it remembers sending (which would be ;115)

There is a lot more involved in it and different protocols like 'Appletalk'. But this should do.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is a layer four header?

In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.


Would you choose tcp or UDP www browsing?

It depends on whether you want speed (UDP) or reliability (TCP).


What is t c p under terms in internet?

TCP = Transmission Control Protocol


Why would an application use UDP instead of TCP?

UDP does not require as much resources as TCP but in the same time, it does not insure delivery of packets.


Why to use tcp header?

a tcp header contains the information of the source and destination networks and well as what port to access with out it the packet would not know where to go


What is tcp server processes?

The process of a TCP server is to receive TCP connections and handling the data correctly. The letters TCP in TCP server stands for transmission control protocol.


What is a private pr corporate network that uses TCP?

That would be an Intranet.


If a TCP server were to support n simultaneous connections each from a different client host how many sockets would the TCP server need?

n + 1


Why a new tcp for persistent packet reordering?

for better performance by using timers instead of duplicate acknowledgements


Which TCP services are available with virtually all versions of Unix?

TCP was developed within a Unix system - the best known was BSD version 4, containing some of the first releases of TCP protocols. As a result, I would think that all Unix systems have the same TCP/IP services available to users.


Why would you use UDP but not Tcp in real time application?

UDP is alot faster than TCP. So if its realtime obviously it has to be fast, thus UDP. The only problem is UDP isn't as reliable or as secure as TCP. But it does have the speed advantage.


What is the sub protocol that enables tcp ip to internetwork?

Both TCP and IP are subprotocols in the OSI model. IP is used for routing purposes, whereas TCP is used for transport control. If you are asking primarily about internetworking then it would be the IP protocol.