answersLogoWhite

0


Best Answer

TCP (Transmission Control Protocol) is the most commonly used protocol on the internet. The reason for this is because TCP offers error correction. When the TCP protocol is used there is a "guaranteed delivery." This is due largely in part to a method called "flow control." Flow control determines when data needs to be re-sent, and stops the flow of data until previous packets are successfully transferred. This works because if a packet of data is sent, a collision may occur. When this happens, the client re-requests the packet from the server until the whole packet is complete and is identical to its original.

UDP (User Datagram Protocol) is anther commonly used protocol on the Internet. However, UDP is never used to send important data such as webpages, database information, etc; UDP is commonly used for streaming audio and video. Streaming media such as Windows Media audio files (.WMA) , Real Player (.RM), and others use UDP because it offers speed! The reason UDP is faster than TCP is because there is no form of flow control or error correction. The data sent over the Internet is affected by collisions, and errors will be present. Remember that UDP is only concerned with speed. This is the main reason why streaming media is not high quality.

Source: Skullbox

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: An ip network can use both tcp and udp for data transmission what is the different with the both?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the half duplex transmission mode in a computer network?

A half duplex transmission mode is a process where data can be sent in both directions, yet the data have to be sent at different times. The half duplex transmission mode is used in hard disks, DVD storage and intercom communications.


What is a network driver?

A network driver is software that activates the actual transmission and receipt of data over the network.


What is tunneling protocal?

Tunneling, also known as "port forwarding," is the transmission of data intended for use only within a private, usually corporate network through a public network in such a way that the routing node in the public network are unaware that the transmission is part of a private network. Tunneling is generally done by encapsulating the private network data and protocol information within the public network transmission units so that the private network protocol information appears to the public network as data. Tunneling allows the use of the Internet, which is a public network, to convey data on behalf of a private network.


What is a form of transmission in which signals are modulated as radio frequency analog waves that use different frequency ranges?

Broadband, the most common network data transmission system in use today.


What is encoding or scrambling data for transmission across a network called?

Encryption


What network characteristic indicates how well the network can accommodate more users or data transmission requirements?

Scalability


What is signal transmission?

Signal transmission is a process of transmitting data through basic understanding language of the network.


What happens when an Ethernet network node broadcasts a data transmission?

The data is broadcast to all network nodes but only the destination node or nodes respond


What represents the largest data unit the network will carry?

maximum transmission unit


What is the characteristic of end-to-end date transmission in a packet-switched network?

characteristic of end-to-end data transmission


The what layer in the OSI model arranges data into packets whereas the what layer prepares data for physical transmission?

network data-link


What layer correct errors in osi model?

The Transport Layer and Data Layer can provide error detection and correction at the different levels of data transmission. Network layer can also correct errors if it detects them.