Computer Science, asked by stuthi66, 1 month ago

Briefly explain protocol tcp/ip​

Answers

Answered by abhishekneg4
0

Explanation:

Tcp: the protocol suite is the conceptual model and set of communication protocol used in Internet and similar computer networks It is commonly known as TCP/IP

Answered by indrajaindu836
1

Answer:

TCP – (Transmission Control Protocol) is a connection oriented protocol. It is responsible for sending the data from one PC to another and also verifying the correct delivery of data from client to server. Data can be lost in the intermediate network. TCP adds support to detect errors or lost data and to trigger retransmission until the data is correctly and completely received.

IP – is responsible for moving packet of data from node to node. IP forwards each packet based on a four byte destination address (the IP number). The Internet authorities assign ranges of numbers to different organizations. The organizations assign groups of their numbers to departments. IP operates on gateway machines that move data from department to organization to region and then around the world.

In short TCP handle the flow control and error free packet delivery and IP provides basic addressing and data packets forwarding services.

Eg: 101.65.105.255

Similar questions