'Lecture - 2' - 250415 - 173840
'Lecture - 2' - 250415 - 173840
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
Established in 1947, the International Organization for
Standardization (ISO) is a multinational body dedicated
to worldwide agreement on international standards. An
ISO standard that covers all aspects of network
communications is the Open Systems Interconnection
(OSI) model. It was first introduced in the late 1970s.
2.4
Note
2.5
Figure 2.2 Seven layers of the OSI model
2.6
OSI model.
2.7
Figure 2.5 Physical layer
2.8
Figure 2.6 Data link layer
H: Header
T: Trailer
2.9
Figure 2.8 Network layer
2.10
Figure 2.10 Transport layer
2.11
Figure 2.12 Session layer
2.12
Figure 2.13 Presentation layer
2.13
Figure 2.14 Application layer
2.14
Figure 2.15 Summary of layers
2.15
2-4 TCP/IP PROTOCOL SUITE
▪ The layers in the TCP/IP protocol suite do not
exactly match those in the OSI model.
▪ Physical
▪ data link
▪ Network
▪ Transport
▪ And application
2.16
TCP/IP (Transmission Control
Protocol/Internet Protocol)
◼ TCP/IP is a protocol suite (a set of protocols organized in
different layers) used in the Internet today.
◼ specifies how data is exchanged over the internet(end-
to-end communications)
2.19
RARP= reverse address resolution protocol
sctp= stream control protocol
ICMP=internet control message protocol
IGMP= internet group management protocol
https://byjusexamprep.com/application-layer-
protocols-dns-smtp-pop-ftp-http-I
2.20
Application Layer
2.21
Transport Layer
◼ TCP or UDP.
2.22
Network Layer
2.23
Data-link layer
2.24
Physical Layer
2.25
Advantages of TCP/IP
2.26
Encapsulation
◼ When data moves from upper layer to lower level of
TCP/IP (outgoing transmission) each layer includes a
bundle of relevant information called a header along
with the actual data.
2.27
Decapsulation
2.28
2.29
ADDRESSING
◼ Logical communication between pairs of layers in this
model.
◼ Any communication that involves two parties
needs two addresses: source and destination.
2.30
ADDRESSING
◼ Address in the TCP/IP protocols:
1. The physical address is the address of a node as defined by its LAN
or WAN.
2. The IP address uniquely defines a host on the Internet.
3. The port address identifies a process on a host.
4. A specific address is a user-friendly address.
2.31
Example 2.3
2.32
Figure 2.20 IP addresses
2.33
Example 2.4
2.34
Figure 2.21 Port addresses
2.35