18. Introduction to Networking with TCP/IP

Networking is sharing and communicating with others. A model is needed for: compatibility with other programs, computers, etc. It is modular, allowing changes to one layer without significantly effecting others. It is versatile, allowing upgrading and additions.

Different layers of TCP/IP model defined:

Differences in layer models

OSI Model TCP/IP Model
  1. Application (software)
  2. Session
  3. Presentation
  1. Application (software)
  1. Transport
  2. Network
  3. Data Link
  4. Physical
  1. TCP
  2. IP
  3. Ethernet
  4. Physical

TCP uses port numbers for TCP layer to forward packet to application layer. IP uses IP addresses, so router can forward packet and so the destination can recognize it. Ethernet layer gets the information to first router. All these are encapsulated starting with the application down to the Ethernet layer. Two protocols are:

  1. IGRP (Interior Gateway Routed Protocol) is internal to the network and
  2. EGRP (Exterior Gateway Routed Protocol) is worldwide

There are four ways to receive IP packets


  Go to Chapter 17       Go to Index        Go to Chapter 19