Presentation of TCP
Presentation of TCP
TCP/IP:
INTRODUCTION
• ADVANTAGES OF TCP/IP
• DISADVANTAGES OF TCP/IP
• LAYERS OF TCP/IP
• CONCLUSION
INTRODUCTION
• The main work of TCP/IP is to transfer the data of a computer from one device to
another. The main condition of this process is to make data reliable and accurate
so that the receiver will receive the same information which is sent by the sender.
To ensure that, each message reaches its final destination accurately, the TCP/IP
model divides its data into packets and combines them at the other end, which
helps in maintaining the accuracy of the data while transferring from one end to
another end.
HOW DOES THE TCP/IP MODEL WORK?
Whenever we want to send something over the internet using the TCP/IP Model,
the TCP/IP Model divides the data into packets at the sender’s end and the same
packets have to be recombined at the receiver’s end to form the same data, and
this thing happens to maintain the accuracy of the data. TCP/IP model divides the
data into a 4-layer procedure, where the data first go into this layer in one order and
again in reverse order to get organized in the same way at the receiver’s end.
ADVANTAGES OF TCP/IP