Banner
VES1 VES2 VES3 VES4 VES5
Joint
Home
Back
corner
TCP / IP

What is TCP/IP?

It's just a bullet point!  A suite of protocols

It's just a bullet point!  Rules for sending and receiving data across networks

It's just a bullet point!  Addressing

It's just a bullet point!  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 the Top Back to top.

TCP/IP has two major components: TCP and IP.

IP:

It's just a bullet point! envelopes and addresses the data

It's just a bullet point! enables the network to read the envelope and forward the data to its destination

It's just a bullet point! 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.

Post

Back to the Top Back to top.

TCP:

It's just a bullet point!  breaks data up into packets that the network can handle efficiently

It's just a bullet point! verifies that all the packets arrive at their destination

It's just a bullet point! "reassembles" the data

It's just a bullet point!  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 the Top 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 the Top Back to top.