2 Network Architecture

To engineer and build a system as complex as the Internet, engineers try to break a single challenging problem into a set of smaller problems that can be solved independently and then put back together to solve the original large problem. The engineers who built the first internets broke the overall problem into four basic sub problems that could be worked on independently by different groups.

The Four Layer TCP IP Model
Figure 2.1: The Four-Layer TCP/IP Model

They gave these four areas of engineering the following names: (1) Link, (2) Internetwork, (3) Transport, and (4) Application. We visualize these different areas as layers stacked on top of each other, with the Link layer on the bottom and the Application layer on the top. The Link layer deals with the wired or wireless connection from your computer to the local area network and the
Application layer is what we as end users interact with. A web browser is one example of an application in this Internet architecture.
We informally refer to this model as the “TCP/IP model” in reference to the Transport Control Protocol (TCP) used to implement the Transport layer and Internet Protocol (IP) used to implement the Internetwork layer.
We will take a quick look at each of the layers, starting from the “bottom” of the stack.

Back to Book’s Main Index