3G
Bluetooth
Broadband
EIB
Ethernet
GSM
HAVi
HomePlug
HomeRF
Jini
LonMark
LonWorks
Metasys
OSGi
PDA
TCP/IP
Universal PnP
WAP
Wireless LAN
X-10

  

1. FAQ
TCP / IP

Overview

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.

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.


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.

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.

To the top


TCP / IP