A suite of protocols
Rules for sending and receiving data across networks
Addressing
Management and verification
TCP/IP stands for Transmission Control Protocol/Internet Protocol.
TCP/IP is actually a collection of protocols, or rules, that govern the way data travels from one machine to another across networks.
The Internet is based on TCP/IP.
Back to top.
TCP/IP has two major components: TCP and IP.
IP:
envelopes and addresses the data
enables the network to read the envelope and forward the data to its destination
defines how much data can fit in a single "envelope" (a packet)
The relationship between data, IP, and networks is often compared to the relationship between a letter, its addressed envelope, and the postal system.
Back to top.
TCP:
breaks data up into packets that the network can handle efficiently
verifies that all the packets arrive at their destination
"reassembles" the data
TCP/IP can be compared to moving across country.
You pack your house in boxes and put your new address on them.
The moving company picks them up, makes a list of the boxes, and ships them across country along the most efficient route - this may mean putting your dishes and your bedroom furniture on different trucks.
Your belongings arrive at your new address. You consult your list to make sure that everything you shipped has arrived (in good shape), then you unpack your boxes and "reassemble" your house.
Back to top.
In Summary:
TCP/IP is a suite, or family, of protocols that govern the way data is transmitted across networks.
TCP/IP protocols work together to break the data into small pieces that can be efficiently handled by the network, communicate the destination of the data to the network, verify the receipt of the data on the other end of the transmission, and reconstruct the data in its original form.
Back to top.