Data Transfer Via TCP/IP© Arun Kamat
Jul 10, 2000
Data Transfer Via TCP/IP
Today, we start a bit complicated discussion on mode of data transfer in an
Intranet. This, though a bit daunting at first, is not as difficult as it looks.
Also this will help you in learning the way Internet works.
- In some companies, there may be a mix of TCP/IP-based intranets and
networks based on other networking technology, such as NetWare. In that
instance, the TCP/IP technology of an intranet can be used to send data
between NetWare or other networks, using a technique called IP tunneling. In
this instance, we'll look at data being sent from one NetWare network to
another, via an intranet. NetWare networks use the IPX (Internet Packet
Exchange) protocol as a way to deliver data-and TCP/IP networks can't
recognize that protocol.
- Data sent within an intranet must be broken up into packets of less than
1,500 characters each. TCP breaks the data into packets. As it creates each
packet, it calculates and adds a checksum to the packet. The checksum is
based on the byte values, that is, the precise amount of data in the packet.
This is known as the guard packet and is a fundamental element of any type
of communication.
- Each packet, along with the checksum, is put into separate IP wrappers or
"envelopes." These wrappers contain information that details
exactly where on the intranet-or the Internet-the data is to be sent. All of
the wrappers for a given piece of data have the same addressing information
so that they can all be sent to the same location for reassembly. This can
be compared as the packaging of materials in a factory which are to be
delivered to a customer. They bear individual markers so as to identify the
receiver.
- The packets travel between networks by intranet routers. Routers examine
all IP wrappers and look at their addresses. These routers determine the
most efficient path for sending each packet to its final destination. Since
the traffic load on an intranet often changes, the packets may be sent along
different routes, and the packets may arrive out of order. If the router
sees the address is one located inside the intranet, the packet may be sent
directly to its destination, or it may instead be sent to another router. If
the address is located out on the Internet, it will be sent to another
Go To Page:
1
2
The copyright of the article Data Transfer Via TCP/IP in Intranet is owned by . Permission to republish Data Transfer Via TCP/IP in print or online must be granted by the author in writing.
|