SlideShare a Scribd company logo
1 of 51
Download to read offline
The OSI
Model and the
TCP/IP
Protocol Suite
 To discuss the idea of multiple layering in data communication
and networking and the interrelationship between layers.
 To discuss the OSI model and its layer architecture and to show
the interface between the layers.
 To briefly discuss the functions of each layer in the OSI model.
 To introduce the TCP/IP protocol suite and compare its layers
with the ones in the OSI model.
 To show the functionality of each layer in the TCP/IP protocol
with some examples.
 To discuss the addressing mechanism used in some layers of the
TCP/IP protocol suite for the delivery of a message from the
source to the destination.
Example
Assume Maria and Ann are neighbors with a lot of common ideas.
However, Maria speaks only Spanish, and Ann speaks only English.
Since both have learned the sign language in their childhood, they enjoy
meeting in a cafe a couple of days per week and exchange their ideas
using signs. Occasionally, they also use a bilingual dictionary.
Communication is face to face and Happens in one layer as shown in
Fig.
Example
Now assume that Ann has to move to another town because of her job. Before she
moves, the two meet for the last time in the same cafe. Although both are sad, Maria
surprises Ann when she opens a packet that contains two small machines. The first
machine can scan and transform a letter in English to a secret code or vice versa. The
other machine can scan and translate a letter in Spanish to the same secret code or vice
versa. Ann takes the first machine; Maria keeps the second one. The two friends can still
communicate using the secret code, as shown in Fig.
THE OSI MODEL
Established in 1947, the International Standards
Organization (ISO) is a multinational body dedicated
to worldwide agreement on international standards.
Almost three-fourths of countries in the world are
represented in the ISO. 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.
Topics Discussed in the Section
Layered Architecture
Layer-to-layer Communication
Encapsulation
Layers in the OSI Model
ISO is the organization;
OSI is the model.
Note
The OSI model
OSI layers
An exchange using the OSI model
The physical layer is responsible for
moving individual bits from one
(node) to the next.
Note
Summary of OSI Layers
A private internet
Communication at the physical layer
A
Physical
layer
Physical
layer
R1 R3 R4 B
Source DestinationLegend
011 ... 101
011...101
011 ... 101 011 ... 101
Link 3 Link 5 Link 6Link 1
The unit of communication at the
physical layer is a bit.
Note
Communication at the data link layer
A
Physical Physical
Data linkData link
R1 R3 R4 B
Source Destination DataD HeaderHLegend
Link 1 Link 3 Link 5 Link 6
Frame
D2 H2
FrameD2
H2
Frame
D2 H2
Frame
D2 H2
The unit of communication at the data
link layer is a frame.
Note
Communication at the network layer
A
Physical Physical
Data linkData link
R1 R3 R4 B
NetworkNetwork
Source Destination DataD HeaderHLegend
Datagram
D3 H3
Datagram
D3 H3
The unit of communication at the
network layer is a datagram.
Note
Communication at transport layer
A
Physical Physical
Data linkData link
R1 R3 R4
B
NetworkNetwork
Transport Transport
Source Destination DataD HeaderHLegend
Segment
D4 H4
Segment
D4 H4
The unit of communication at the
transport layer is a segment, user
datagram, or a packet, depending on the
specific protocol used in this layer.
Note
Communication at application layer
A
Physical Physical
Data linkData link
R1 R3 R4
B
NetworkNetwork
Transport Transport
ApplicationApplication Source Destination DataD HeaderHLegend
Message
D5 D5
D5 D5
Message
The unit of communication at the
application layer is a message.
Note
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2000
• Responsible for movement of data from one
node to another node.
• Concerned with
•Physical Characteristics of the medium
•Representation of bits- Electrical, Electromagnetic,
Optical
•Data rate
•Line Configuration
•Synchronization
•Physical Topology
•Transmission Mode- Simplex, Duplex, Half Duplex
Physical Layer
 Responsible for moving frames from one
node to the other- Next hop delivery
 Framing- divides the data from N/W layer
into frames
 Physical Addressing- Sender and Rx if the Rx
is within the N/W, otherwise next hop
addressing.
 Data Flow Control on the sender
 Error detection/control with the use of trailer
 Access control- in case of Multi Link system
Data Link Layer
 Source to Destination Delivery of Packets
 Not required in peer-to-peer delivery
 Adds Logical addresses of sender and Rx.
 Routing for internetwork communication.
Network Layer
A
10
85
B
Medium
95 77Medium
P M
T2 DATA A P 10 20
T2 DATA A P 99 33
T2 DATA A P 66 95
RING
R99
66R
20
F
33
N
45
G
 Process to Process Delivery of message b/w Tx & Rx
 Create connection b/w two end ports for sake of security.
 Service Point or Port Addressing – Yahoo Messenger
 Segmentation and Reassembly- Divide the message received
from Session layer in to Segments and number them to make a
sequence for reassembly at the receiving side
 Flow Control
 End to End rather than across a link.
 Controls duplication of message
 Connection Control
◦ Connection Oriented Transport Layer, like Telephone
◦ Connectionless Transport Layer, like E-Mail
 Error Control
 End to End rather than across a link.
 Sending transport layer makes ensure that the entire message arrives at the
receiving transport layer without error.
A P
DATA J K
DATA 2 J
INTERNET
k PA
DATA 1 J k PA
DATA 2 J k PA
DATA 1 J k PA
T2
T2
H2
H2
DATA J K
DATA 1 J k PA
DATA 2 J k PA
DATA 1 J k PA
DATA 2 J k PA
T2
T2
H2
H2
TL
NL
DLL
TL
NL
DLL
 Network dialog controller. Establishes,
maintains and Synchronizes interaction b/w
comm. systems
 Dialog Controlling – Half Duplex or Full
Duplex
 Synchronization – Allows a process to add
checkpoints to a stream of data
L6 Data
Session Layer
H5
L5 Data
Syn
L6 Data
Session Layer
H5
L5 Data
Syn
From PL To PL
To TL From TL
 Concerned with Syntax and Semantics of the
information exchanged b/w the two
communication systems
 Translation – Encoding and Decoding
◦ Sender to Common format on Sending side
◦ Common to Receiving format on Rx side
 Encryption – for security and privacy purpose
 Compression – reducing the number of bits
to sent over network.
L7 Data
Presentation Layer
Encoded, Encrypted and compress
Data H6
L6 Data
L7 Data
L6 Data
Syn
From AL To AL
To SL From SL
Presentation Layer
Decoded, Decrypted and Decompress
Data H6
 Provides User interfaces and support for
Services, like e-mail, file transfer.
 Network Virtual terminal
 File Transfer Access, and Management(FATM)
 Mail Services
 Directory Services
Application Layer
User A
L7 Data
X.500 FATM X.400
Application Layer
L7 Data
X.500 FATM X.400
User B
To PL From PL
2-4 ADDRESSING
Four levels of addresses are used in an internet
employing the TCP/IP protocols: physical address,
logical address, port address, and application-
specific address. Each address is related to a one
layer in the TCP/IP architecture, as shown in Figure
2.15.
Topics Discussed in the Section
 Physical Addresses
 Logical Addresses
 Port Addresses
 Application-Specific Addresses
Figure 2.15 Addresses in the TCP/IP protocol suite
In Figure 2.16 a node with physical address 10 sends a frame to a
node with physical address 87. The two nodes are connected by a
link (a LAN). At the data link layer, this frame contains physical (link)
addresses in the header. These are the only addresses needed. The
rest of the header contains other information needed at this level. As
the figure shows, the computer with physical address 10 is the
sender, and the computer with physical address 87 is the receiver.
The data link layer at the sender receives data from an upper layer. It
encapsulates the data in a frame. The frame is propagated through
the LAN. Each station with a physical address other than 87 drops the
frame because the destination address in the frame does not match
its own physical address. The intended destination computer,
however, finds a match between the destination address in the frame
and its own physical address.
Example 2.3
Figure 2.16 Example 2.3: physical addresses
Data87 10
1 packet
accepted
Data87 10
4
As we will see in Chapter 3, 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:
Example 2.4
07:01:02:01:2C:4B
A 6-byte (12 hexadecimal digits) physical address
Figure 2.17 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. So each router has three pairs of addresses, one for each
connection. Although it may be obvious that each router must have a
separate physical address for each connection, it may not be obvious
why it needs a logical address for each connection. We discuss these
issues in Chapters 11 and 12 when we discuss routing. The computer
with logical address A and physical address 10 needs to send a
packet to the computer with logical address P and physical address
95. We use letters to show the logical addresses and numbers for
physical addresses, but note that both are actually numbers, as we
will see in later chapters.
Example 2.5
Figure 2.17 Example 2.5: logical addresses
DataA P20 10 DataA P20 10
Physical
addresses
changed
DataA P33 99
DataA P33 99
Physical
addresses
changed
DataA P95 66 DataA P95 66
The physical addresses will change from
hop to hop, but the logical addresses
remain the same.
Note
Figure 2.18 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 both computers are using the same application, FTP,
for example, the port addresses are different because one is a
client program and the other is a server program, as we will see
in Chapter 17.
Example 2.6
A Sender Receiver P
Internet
Figure 2.18 Example 2.6: port numbers
a DatajA PH2
a DatajA P
a Dataj
Data
a DatajA PH2
a DatajA P
a Dataj
Data
The physical addresses change from
hop to hop, but the logical and port
addresses usually remain the same.
Note
As we will see in future chapters, a port address is a 16-bit
address represented by one decimal number as shown.
Example 2.7
753
A 16-bit port address represented as one single number

More Related Content

What's hot

What's hot (20)

OSI model (7 LAYER )
OSI model (7 LAYER )OSI model (7 LAYER )
OSI model (7 LAYER )
 
Report of TCP/IP
Report of TCP/IPReport of TCP/IP
Report of TCP/IP
 
Ch2 network models
Ch2 network modelsCh2 network models
Ch2 network models
 
Osi and tcp ip model
Osi and tcp ip modelOsi and tcp ip model
Osi and tcp ip model
 
20CS2008 Computer Networks
20CS2008 Computer Networks 20CS2008 Computer Networks
20CS2008 Computer Networks
 
Tutorial&info,networks basics
Tutorial&info,networks basicsTutorial&info,networks basics
Tutorial&info,networks basics
 
Chap 02
Chap 02Chap 02
Chap 02
 
TCP IP
TCP IP TCP IP
TCP IP
 
Unit 1 network models & typical examples(part a)
Unit 1 network models & typical examples(part a)Unit 1 network models & typical examples(part a)
Unit 1 network models & typical examples(part a)
 
Osi model
Osi modelOsi model
Osi model
 
Network Models in Networking.
Network Models in Networking.Network Models in Networking.
Network Models in Networking.
 
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
 
Mohanccna
MohanccnaMohanccna
Mohanccna
 
Chapter 2: Network Models
Chapter 2: Network ModelsChapter 2: Network Models
Chapter 2: Network Models
 
TCP/IP Network ppt
TCP/IP Network pptTCP/IP Network ppt
TCP/IP Network ppt
 
Protocol
ProtocolProtocol
Protocol
 
Week 2
Week 2Week 2
Week 2
 
Osi model
Osi modelOsi model
Osi model
 
SYBSC IT COMPUTER NETWORKS UNIT III Wired LANS: Ethernet
SYBSC IT COMPUTER NETWORKS UNIT III Wired LANS: EthernetSYBSC IT COMPUTER NETWORKS UNIT III Wired LANS: Ethernet
SYBSC IT COMPUTER NETWORKS UNIT III Wired LANS: Ethernet
 
Fpga implemented multichannel hdlc transceiver
Fpga implemented multichannel hdlc transceiverFpga implemented multichannel hdlc transceiver
Fpga implemented multichannel hdlc transceiver
 

Viewers also liked

Sept 2017 osi and tcp ip protocols
Sept 2017   osi  and tcp ip protocolsSept 2017   osi  and tcp ip protocols
Sept 2017 osi and tcp ip protocolsshahin raj
 
CCNAv5 - S3: Chapter 4 Wireless Lans
CCNAv5 - S3: Chapter 4 Wireless LansCCNAv5 - S3: Chapter 4 Wireless Lans
CCNAv5 - S3: Chapter 4 Wireless LansVuz Dở Hơi
 
Comparison and Contrast between OSI and TCP/IP Model
Comparison and Contrast between OSI and TCP/IP ModelComparison and Contrast between OSI and TCP/IP Model
Comparison and Contrast between OSI and TCP/IP ModelConferencias FIST
 
Wireless networking
Wireless networkingWireless networking
Wireless networkingOnline
 
OSI MODEL AND ITS PROTOCOL
OSI MODEL AND ITS PROTOCOLOSI MODEL AND ITS PROTOCOL
OSI MODEL AND ITS PROTOCOLIkhlas Rahman
 
Wireless communication
Wireless communicationWireless communication
Wireless communicationDarshan Maru
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer NetworkingHj Habib
 
Osi model vs TCP/IP
Osi model vs TCP/IPOsi model vs TCP/IP
Osi model vs TCP/IPMannu Khani
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devicesRajesh Sadhukha
 

Viewers also liked (13)

Components of client server application
Components of client server applicationComponents of client server application
Components of client server application
 
Sept 2017 osi and tcp ip protocols
Sept 2017   osi  and tcp ip protocolsSept 2017   osi  and tcp ip protocols
Sept 2017 osi and tcp ip protocols
 
CCNAv5 - S3: Chapter 4 Wireless Lans
CCNAv5 - S3: Chapter 4 Wireless LansCCNAv5 - S3: Chapter 4 Wireless Lans
CCNAv5 - S3: Chapter 4 Wireless Lans
 
Comparison and Contrast between OSI and TCP/IP Model
Comparison and Contrast between OSI and TCP/IP ModelComparison and Contrast between OSI and TCP/IP Model
Comparison and Contrast between OSI and TCP/IP Model
 
Wireless networking
Wireless networkingWireless networking
Wireless networking
 
OSI MODEL AND ITS PROTOCOL
OSI MODEL AND ITS PROTOCOLOSI MODEL AND ITS PROTOCOL
OSI MODEL AND ITS PROTOCOL
 
Computer network ppt
Computer network pptComputer network ppt
Computer network ppt
 
Wireless communication
Wireless communicationWireless communication
Wireless communication
 
Networking
NetworkingNetworking
Networking
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer Networking
 
Osi model vs TCP/IP
Osi model vs TCP/IPOsi model vs TCP/IP
Osi model vs TCP/IP
 
Networking ppt
Networking ppt Networking ppt
Networking ppt
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
 

Similar to Networking models tcp

Similar to Networking models tcp (20)

OSI model.pptx
OSI model.pptxOSI model.pptx
OSI model.pptx
 
OSI - OSI Reference Model and TCP (Transmission Control Protocol)
OSI - OSI Reference Model and TCP (Transmission Control Protocol)OSI - OSI Reference Model and TCP (Transmission Control Protocol)
OSI - OSI Reference Model and TCP (Transmission Control Protocol)
 
OSI open system interconnection LAYERS.pdf
OSI open system interconnection LAYERS.pdfOSI open system interconnection LAYERS.pdf
OSI open system interconnection LAYERS.pdf
 
Ch02.ppt
Ch02.pptCh02.ppt
Ch02.ppt
 
2.(3)OSI and TCP layer.ppt
2.(3)OSI and TCP layer.ppt2.(3)OSI and TCP layer.ppt
2.(3)OSI and TCP layer.ppt
 
Chap 02
Chap 02Chap 02
Chap 02
 
CSC1202_3_The_OSI_Reference_Model_-_V2.pdf
CSC1202_3_The_OSI_Reference_Model_-_V2.pdfCSC1202_3_The_OSI_Reference_Model_-_V2.pdf
CSC1202_3_The_OSI_Reference_Model_-_V2.pdf
 
Week 6 osi-tcp
Week 6    osi-tcpWeek 6    osi-tcp
Week 6 osi-tcp
 
CSC1202_3_The_OSI_Reference_Model_-_V2.pptx
CSC1202_3_The_OSI_Reference_Model_-_V2.pptxCSC1202_3_The_OSI_Reference_Model_-_V2.pptx
CSC1202_3_The_OSI_Reference_Model_-_V2.pptx
 
Assignment izaz sir
Assignment izaz sirAssignment izaz sir
Assignment izaz sir
 
introduction about TCP/IP
introduction about TCP/IPintroduction about TCP/IP
introduction about TCP/IP
 
1b network models
1b network models1b network models
1b network models
 
Protocols
ProtocolsProtocols
Protocols
 
Cs8591 Computer Networks
Cs8591 Computer NetworksCs8591 Computer Networks
Cs8591 Computer Networks
 
computer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxcomputer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptx
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
 
Osi
OsiOsi
Osi
 
layering.pdf
layering.pdflayering.pdf
layering.pdf
 
Osi models
Osi modelsOsi models
Osi models
 
Computer networking
Computer networkingComputer networking
Computer networking
 

Recently uploaded

Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 

Recently uploaded (20)

Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 

Networking models tcp

  • 1. The OSI Model and the TCP/IP Protocol Suite
  • 2.  To discuss the idea of multiple layering in data communication and networking and the interrelationship between layers.  To discuss the OSI model and its layer architecture and to show the interface between the layers.  To briefly discuss the functions of each layer in the OSI model.  To introduce the TCP/IP protocol suite and compare its layers with the ones in the OSI model.  To show the functionality of each layer in the TCP/IP protocol with some examples.  To discuss the addressing mechanism used in some layers of the TCP/IP protocol suite for the delivery of a message from the source to the destination.
  • 3. Example Assume Maria and Ann are neighbors with a lot of common ideas. However, Maria speaks only Spanish, and Ann speaks only English. Since both have learned the sign language in their childhood, they enjoy meeting in a cafe a couple of days per week and exchange their ideas using signs. Occasionally, they also use a bilingual dictionary. Communication is face to face and Happens in one layer as shown in Fig.
  • 4. Example Now assume that Ann has to move to another town because of her job. Before she moves, the two meet for the last time in the same cafe. Although both are sad, Maria surprises Ann when she opens a packet that contains two small machines. The first machine can scan and transform a letter in English to a secret code or vice versa. The other machine can scan and translate a letter in Spanish to the same secret code or vice versa. Ann takes the first machine; Maria keeps the second one. The two friends can still communicate using the secret code, as shown in Fig.
  • 5. THE OSI MODEL Established in 1947, the International Standards Organization (ISO) is a multinational body dedicated to worldwide agreement on international standards. Almost three-fourths of countries in the world are represented in the ISO. 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.
  • 6. Topics Discussed in the Section Layered Architecture Layer-to-layer Communication Encapsulation Layers in the OSI Model
  • 7. ISO is the organization; OSI is the model. Note
  • 10. An exchange using the OSI model
  • 11. The physical layer is responsible for moving individual bits from one (node) to the next. Note
  • 12. Summary of OSI Layers
  • 14. Communication at the physical layer A Physical layer Physical layer R1 R3 R4 B Source DestinationLegend 011 ... 101 011...101 011 ... 101 011 ... 101 Link 3 Link 5 Link 6Link 1
  • 15. The unit of communication at the physical layer is a bit. Note
  • 16. Communication at the data link layer A Physical Physical Data linkData link R1 R3 R4 B Source Destination DataD HeaderHLegend Link 1 Link 3 Link 5 Link 6 Frame D2 H2 FrameD2 H2 Frame D2 H2 Frame D2 H2
  • 17. The unit of communication at the data link layer is a frame. Note
  • 18. Communication at the network layer A Physical Physical Data linkData link R1 R3 R4 B NetworkNetwork Source Destination DataD HeaderHLegend Datagram D3 H3 Datagram D3 H3
  • 19. The unit of communication at the network layer is a datagram. Note
  • 20. Communication at transport layer A Physical Physical Data linkData link R1 R3 R4 B NetworkNetwork Transport Transport Source Destination DataD HeaderHLegend Segment D4 H4 Segment D4 H4
  • 21. The unit of communication at the transport layer is a segment, user datagram, or a packet, depending on the specific protocol used in this layer. Note
  • 22. Communication at application layer A Physical Physical Data linkData link R1 R3 R4 B NetworkNetwork Transport Transport ApplicationApplication Source Destination DataD HeaderHLegend Message D5 D5 D5 D5 Message
  • 23. The unit of communication at the application layer is a message. Note
  • 24. McGraw-Hill ©The McGraw-Hill Companies, Inc., 2000 • Responsible for movement of data from one node to another node. • Concerned with •Physical Characteristics of the medium •Representation of bits- Electrical, Electromagnetic, Optical •Data rate •Line Configuration •Synchronization •Physical Topology •Transmission Mode- Simplex, Duplex, Half Duplex
  • 26.  Responsible for moving frames from one node to the other- Next hop delivery  Framing- divides the data from N/W layer into frames  Physical Addressing- Sender and Rx if the Rx is within the N/W, otherwise next hop addressing.  Data Flow Control on the sender  Error detection/control with the use of trailer  Access control- in case of Multi Link system
  • 28.  Source to Destination Delivery of Packets  Not required in peer-to-peer delivery  Adds Logical addresses of sender and Rx.  Routing for internetwork communication.
  • 30. A 10 85 B Medium 95 77Medium P M T2 DATA A P 10 20 T2 DATA A P 99 33 T2 DATA A P 66 95 RING R99 66R 20 F 33 N 45 G
  • 31.  Process to Process Delivery of message b/w Tx & Rx  Create connection b/w two end ports for sake of security.  Service Point or Port Addressing – Yahoo Messenger  Segmentation and Reassembly- Divide the message received from Session layer in to Segments and number them to make a sequence for reassembly at the receiving side  Flow Control  End to End rather than across a link.  Controls duplication of message  Connection Control ◦ Connection Oriented Transport Layer, like Telephone ◦ Connectionless Transport Layer, like E-Mail  Error Control  End to End rather than across a link.  Sending transport layer makes ensure that the entire message arrives at the receiving transport layer without error.
  • 32. A P DATA J K DATA 2 J INTERNET k PA DATA 1 J k PA DATA 2 J k PA DATA 1 J k PA T2 T2 H2 H2 DATA J K DATA 1 J k PA DATA 2 J k PA DATA 1 J k PA DATA 2 J k PA T2 T2 H2 H2 TL NL DLL TL NL DLL
  • 33.  Network dialog controller. Establishes, maintains and Synchronizes interaction b/w comm. systems  Dialog Controlling – Half Duplex or Full Duplex  Synchronization – Allows a process to add checkpoints to a stream of data
  • 34. L6 Data Session Layer H5 L5 Data Syn L6 Data Session Layer H5 L5 Data Syn From PL To PL To TL From TL
  • 35.  Concerned with Syntax and Semantics of the information exchanged b/w the two communication systems  Translation – Encoding and Decoding ◦ Sender to Common format on Sending side ◦ Common to Receiving format on Rx side  Encryption – for security and privacy purpose  Compression – reducing the number of bits to sent over network.
  • 36. L7 Data Presentation Layer Encoded, Encrypted and compress Data H6 L6 Data L7 Data L6 Data Syn From AL To AL To SL From SL Presentation Layer Decoded, Decrypted and Decompress Data H6
  • 37.  Provides User interfaces and support for Services, like e-mail, file transfer.  Network Virtual terminal  File Transfer Access, and Management(FATM)  Mail Services  Directory Services
  • 38. Application Layer User A L7 Data X.500 FATM X.400 Application Layer L7 Data X.500 FATM X.400 User B To PL From PL
  • 39. 2-4 ADDRESSING Four levels of addresses are used in an internet employing the TCP/IP protocols: physical address, logical address, port address, and application- specific address. Each address is related to a one layer in the TCP/IP architecture, as shown in Figure 2.15.
  • 40. Topics Discussed in the Section  Physical Addresses  Logical Addresses  Port Addresses  Application-Specific Addresses
  • 41. Figure 2.15 Addresses in the TCP/IP protocol suite
  • 42. In Figure 2.16 a node with physical address 10 sends a frame to a node with physical address 87. The two nodes are connected by a link (a LAN). At the data link layer, this frame contains physical (link) addresses in the header. These are the only addresses needed. The rest of the header contains other information needed at this level. As the figure shows, the computer with physical address 10 is the sender, and the computer with physical address 87 is the receiver. The data link layer at the sender receives data from an upper layer. It encapsulates the data in a frame. The frame is propagated through the LAN. Each station with a physical address other than 87 drops the frame because the destination address in the frame does not match its own physical address. The intended destination computer, however, finds a match between the destination address in the frame and its own physical address. Example 2.3
  • 43. Figure 2.16 Example 2.3: physical addresses Data87 10 1 packet accepted Data87 10 4
  • 44. As we will see in Chapter 3, 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: Example 2.4 07:01:02:01:2C:4B A 6-byte (12 hexadecimal digits) physical address
  • 45. Figure 2.17 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. So each router has three pairs of addresses, one for each connection. Although it may be obvious that each router must have a separate physical address for each connection, it may not be obvious why it needs a logical address for each connection. We discuss these issues in Chapters 11 and 12 when we discuss routing. The computer with logical address A and physical address 10 needs to send a packet to the computer with logical address P and physical address 95. We use letters to show the logical addresses and numbers for physical addresses, but note that both are actually numbers, as we will see in later chapters. Example 2.5
  • 46. Figure 2.17 Example 2.5: logical addresses DataA P20 10 DataA P20 10 Physical addresses changed DataA P33 99 DataA P33 99 Physical addresses changed DataA P95 66 DataA P95 66
  • 47. The physical addresses will change from hop to hop, but the logical addresses remain the same. Note
  • 48. Figure 2.18 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 both computers are using the same application, FTP, for example, the port addresses are different because one is a client program and the other is a server program, as we will see in Chapter 17. Example 2.6
  • 49. A Sender Receiver P Internet Figure 2.18 Example 2.6: port numbers a DatajA PH2 a DatajA P a Dataj Data a DatajA PH2 a DatajA P a Dataj Data
  • 50. The physical addresses change from hop to hop, but the logical and port addresses usually remain the same. Note
  • 51. As we will see in future chapters, a port address is a 16-bit address represented by one decimal number as shown. Example 2.7 753 A 16-bit port address represented as one single number