What is Transfer of Control means in Computer?

What is Transfer of Control means in Computer?


Jai Pal
Views: 360 | Community Opinion: 1

Tags..  Computer Theory  Software Development Concept

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
ceenam08 Said..

The Transmission Control Protocol (TCP) is one of the core protocols of the Internet Protocol Suite. TCP is one of the two original components of the suite (the other being Internet Protocol, or IP), so the entire suite is commonly referred to as TCP/IP. Whereas IP handles lower-level transmissions from computer to computer as a message makes its way across the Internet, TCP operates at a higher level, concerned only with the two end systems, for example a Web browser and a Web server. In particular, TCP provides reliable, ordered delivery of a stream of bytes from a program on one computer to another program on another computer. Besides the Web, other common applications of TCP include e-mail and file transfer. Among other management tasks, TCP controls segment size, flow control, and data exchange rate.






Register or Login to Post Your Opinion