Network
Network
Network Models
2.1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
2-1 LAYERED TASKS
2.2
Figure 2.1 Tasks involved in sending a letter
2.3
2-2 THE OSI MODEL
• The Open Systems Interconnection (OSI) model is an
ISO standard that covers all aspects of network
communications. It was first introduced in the late
1970s.
2.4
Note
2.5
Figure 2.2 Seven layers of the OSI model
2.6
Each layer defines a family of functions
distinct from other
2.7
Figure 2.3 The interaction between layers in the OSI model
2.8
Each layer in the sending device adds its own
infmn to the message it receives from the layer
just above it and passes the whole package to
layer below it
2.9
User Support Layers
2.10
Figure 2.4 An exchange using the OSI model
2.11
Encapsulation
The data portion of a packet at level N-1
carries the whole packet from level N
2.12
2-3 LAYERS IN THE OSI MODEL
2.13
PHYSICAL LAYER
It is concerned with
Physical Characteristics of interface and
medium
Representation of bits(type of encoding)
Synchronization of bits
Line configuration
Physical topology
Transmission mode
2.15
Data link layer
Framing
Physical addressing
Flow control
Error control
Access control
The data link layer is responsible for moving
frames from one hop (node) to the next.
2.16
Data link layer
2.17
Figure 2.7 Hop-to-hop delivery
2.18
Figure 2.8 Network layer
2.19
NETWORK LAYER
Logical Addressing
Routing
The network layer is responsible for the
delivery of individual packets from
the source host to the destination host.
2.20
Source-to-destination delivery
2.21
TRANSPORT LAYER
Service point addressing
Segmentation and reassembly
Connection control
Flow control
Error control
The transport layer is responsible for the delivery
of a message from one process to another.
2.22
Transport layer
2.23
Figure 2.11 Reliable process-to-process delivery of a message
2.24
SESSION LAYER-DIALOG CONTROL
Dialog control
Synchronization
The session layer is responsible for dialog
control and synchronization.
2.25
Session layer-network dialog controller
2.26
PRESENTATION LAYER
Translation
Encryption
Compression
The presentation layer is responsible for translation,
compression, and encryption.
2.27
Presentation layer
2.28
Application layer
Network virtual terminal
File transfer, access and management
Mail services
Directory services
Provides user interface and support for services such as email,remote file access and
Transfer, other types of distributed information services
2.30
Summary of layers
2.31
2-4 TCP/IP PROTOCOL SUITE
2.33
2-5 ADDRESSING
2.34
Addresses in TCP/IP
2.35
Relationship of layers and addresses in TCP/IP
2.36
Physical Address
Known as link address—address of the
node
Included in the frame used by data link
layer(used inside a network)
Lowest layer address
Ethernet—6byte
Localtalk(Apple)—1 byte dynamic
2.37
Example 2.1
2.38
Figure 2.19 Physical addresses
2.39
Example 2.2
07:01:02:01:2C:4B
2.40
Logical Address
For universal communication,where
different networks have different formats
A 32 bit address uniquely defines a host
connected to the internet
No two hosts on the internet can have the
same IP address
2.41
Example 2.3
2.42
Figure 2.20 IP addresses
Physical address will change from hop to hop but logical address remains same
2.43
Port Address
Label asssigned to a process
16 bits in length
It ensures that data moves exactly from
one process in the source to the current
running process in the destination
2.44
Example 2.4
2.45
Figure 2.21 Port addresses
2.46
Note
2.47
Example 2.5
753
2.48
Specific Address
2.49