Chapter 2 Network Model
Chapter 2 Network Model
Network Models
Middle Layer
Lower Layer
Services
Layer
Routing
Connection control
Flow control
Error control
Example 2.1
Example 2.2
As we will see in Chapter 13, most local-area networks use
a 48-bit (6-byte) physical address written as 12 hexadecimal
digits; every byte (2 hexadecimal digits) is separated by a
colon, as shown below:
07:01:02:01:2C:4B
Example 2.3
Figure 2.20 shows a part of an internet with two routers
connecting three LANs. Each device (computer or router)
has a pair of addresses (logical and physical) for each
connection. In this case, each computer is connected to only
one link and therefore has only one pair of addresses. Each
router, however, is connected to three networks (only two
are shown in the figure). So each router has three pairs of
addresses, one for each connection.
Kyung Hee Universit
y
41
Logical Addresses (cont’d)
Figure 2.20 IP addresses
Example 2.4
Figure 2.21 shows two computers communicating via the
Internet. The sending computer is running three processes
at this time with port addresses a, b, and c. The receiving
computer is running two processes at this time with port
addresses j and k. Process a in the sending computer needs
to communicate with process j in the receiving computer.
Note that although physical addresses change from hop to
hop, logical and port addresses remain the same from the
source to destination.
Kyung Hee Universit
y
44
Port Addresses (cont’d)
Figure 2.21 Port addresses
Example 2.5
As we will see in Chapter 23, a port address is a 16-bit
address represented by one decimal number as shown.
753
A 16-bit port address represented
as one single number.
The physical, data link, and network layers are the network support layers.
The session, presentation, and application layers are the user support
layers.
The transport layer links the network support layers and the user support
layers.
The data link layer is responsible for delivering data units from one station
to the next without errors.
Kyung Hee Universit
y
48
Summary (2)
The network layer is responsible for the source-to-destination delivery of a
packet across multiple network links.