DNS Lookup  «Prev 

The TCP/IP protocol Suite

1) OSI Model 2) TCP/IP Model 3) TCP/IP Protocol Suite
  1. OSI Model: This International Standards Organization (ISO) OSI model incorporates the following qualities. It is designed to establish data-communications standards that promote multivendor interoperability.
    1. It consists of seven layers, with a specific set of network functions allocated to each layer and guidelines for implementation of the interfaces between layers.
    2. It specifies the set of protocols and interfaces to implement at each layer.
  2. TCP/IP Model: TCP/IP is based on a four-layer reference model. All protocols that belong to the TCP/IP protocol suite are located in the top three layers of this model. Each layer of the TCP/IP model corresponds to one or more layers of the seven-layer OSI reference model proposed by the ISO.
  3. TCP/IP Protocol Suite: TCP/IP represents only two of the protocols that are commonly used on IP-based networks. TCP/IP is often referred to as a protocol suite because there are a number of different protocols used on IP-based networks that provide different network services. When taken together, they represent a "suite," or group, of protocols.
  4. ARP: (Address Resolution Protocol): performs IP address-to-Media Access Control (MAC) address resolution for outgoing packets. As each outgoing IP datagram is encapsulated in a frame, source and destination MAC addresses must be added. Determining the destination MAC address for each frame is the responsibility of ARP.
  5. IGMP: (Internet Group Management Protocol): helps communicate multicast group membership information to a Multicast Group Manager. It uses Windows sockets to send and receive IGMP traffic. This protocol supports forwarding of IGMP messages over Windows 2000 routers.

TCP/IP Protocol Suite

TCP/IP Protocol Suite

The TCP/IP protocol suite is the basis for network communications on the Internet and includes several layers of protocols, each of which implements specific services and which, taken together, provide communication between application programs. Two major styles of communication exist:
  1. best-effort datagram delivery through UDP and
  2. reliable, data-stream delivery through TCP.
Both TCP and UDP depend on IP for end-to-end message delivery through an internet.
To accommodate the widest possible variety of network hardware and computer systems, the protocols in the TCP/IP suite have parameters that can be configured. Some of these parameters are required for correct operation of the protocols while others enhance the performance of applications that use TCP/IP. Configuration of the most fundamental of these parameters, the IP address, is crucial because incorrect assignment to one computer could affect the operation of other computers as well.