| Product: | Novell Netware | Banyan VINES | MS-LAN Manager | LAN W4W | Artisoft Srv/Sp | Lantastic | Apple Talk | DECnet |
|---|
This diagram is in the process of revision. Come back soon!
Thanks to Rawn Shah for this great diagram...
For example lets look at Novell's Netware. The Socket Client used is Winsock. Winsock is an API developed as a standard for network based communications in MS Windows.
The user makes a request (Novell's network Protocol is SPX/IPX). The request is sent in the form of Packets. A 25 page document might take hundreds of Packets to send from one computer to another, but on a good Ethernet network this would take about 1/3 of a secound. Here is a diagram I made of a packet.
In order to send a packet you must have the source IP Address (Your Computer) and the destination IP Address (Computer you are sending Info to)... These IP Addresses are assigned by the InterNIC, and are necessary in the network communication process.
The NIC sends out an ARP (Address Resolution Protocol) An ARP packet listens for addresses. If the IP address is within its Ethernet the Packet stays within the LAN. If not then it is passed on to the Router were the Ethernet Address is striped off & it is assigned a Gateway IP Address. The Packet is then sent to the ISP Router where it is then sent to its destination address on the internet.