answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: 12) How does TCP provide error control?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What mechansim is used by tcp to provide flow control as segments travel from source to destination?

Window size


What mechanism is used by tcp to provide flow control?

the station window size the congestion window memory buffers receipt acknowledgement


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.


How does TCP handel the flow control problem explain it with the help of a diagram showing the status window at the different stages?

Tcp is a transport layer protocol which provides end to end delivery in sequence of byte stream. It is a reliable connection oriented protocol. To provide the reliable and correct data tcp performs various function in which one is "Flow control". In flow control function tcp handle timeout and retransmission of missed/duplicate packets. Time out and retransmission is a function performed to handle the congestion.


What is server process?

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 TCP-friendly?

TCP-Friendly Rate Control (TFRC) is a congestion control mechanism designed for unicast flows operating in an Internet environment and competing with TCP traffic. The goal is to compete fairly with TCP traffic on medium timescales, but to be much less variable than TCP on short timescales.[wiki]


What is traditional tcp?

tradional TCP is a transmission control protocol which uses fixed end system for transmission of packets.


What is the full form of TCP?

Transmission Control Protocol (TCP) is one of the core protocols of the Internet protocol suite.


What is the full meaning of TCP?

Transmission Control Protocol


What protocols includes extensive error chicking to ensure that a transmission is sent and received?

tcp


What are the specific port no of tcp and udp?

Port No. for Tranmission Control Protocal (TCP) is 6 Port No. for User Datagram Protocol (UDP) is 17


What kinds of available systems sufficiently secure the reliability of network transmission?

TCP does, not sure about others. TCP can handle out-of-order packets and lost packets. Even though TCP does some rudimentary error checking, corrupted packets sometimes get through.