Interesting... | ||
TCP/IP | ||
TCP/IP is the basic communication
protocol for transmission of data over networks.
TCP/IP is really a combination of two protocols - Transmission Control Protocol and Internet Protocol.
|
![]() |
|
TCP allows two computers to establish a connection and exchange a stream of data bits. | ||
IP lays down rules for assembling data into packets that are transmitted over the Internet. Each packet of data has an address to which it is sent. Different packets may take different routes through the network. The packets are re-assembled at the destination. | ||