Over 10 Million Study Resources Now at Your Fingertips


Download as :
Rating : ⭐⭐⭐⭐⭐
Price : $10.99
Language:EN
Slides: 12
Words: 906

Service models security historyvideo

Introduction

COMPSCI 453 Computer Networks Professor Jim Kurose
College of Information and Computer Sciences

Class textbook:

 Network core

Down Approach (8th ed.)
J.F. Kurose, K.W. Ross
Pearson, 2020

 Security

 History

applications
protocols
hardware, software

end-to-end transfer of person plus baggage

ticket (purchase) baggage (check) gates (load)
runway takeoff
airplane routing

airplane routing

ticketing service

ticket (complain)

baggage (check)

baggage service baggage (claim)
runway service runway landing

airplane routing

airplane routing

Why layering?

Approach to designing/discussing complex systems:

application:supporting network applications • HTTP, IMAP, SMTP, DNS
transport:process-process data transfer
• TCP, UDP
network:routing of datagrams from source to destination
• IP, routing protocols
link:data transfer between neighboring
network elements
• Ethernet, 802.11 (WiFi), PPP

application transport

source

application

Application exchanges messages to implement some

application

Ht

Transport-layer protocol transfers M (e.g., reliably) from

one process to another, using services of network layer

link

transport layer-layer header Ht to create a

link

transport-layer segment

destination

Services, Layering and Encapsulation M

Ht
transport Transport-layer protocol transfers M (e.g., reliably) from

one process to another, using services of network layer

network Hn

Ht

link

 network-layer protocol encapsulates

link

transport-layer segment [Ht | M] with

source
destination
• Hn used by network layer protocol to

implement its service

Ht
transport Hn

Ht

M

network
source link Hl

Hn Ht

M

Link-layer protocol transfers datagram [Hn| [Ht |M] from

 link-layer protocol encapsulates network

datagram [Hn| [Ht |M], with link-layer header

destination
source

message

Ht

M

Hl Ht
M

transport

network

HnHt
Hn
M
link

frame

Hl Hn Ht

M

Hn Ht M link
destination
message M

Encapsulation:

an end-end

segment Ht M

Hn Ht

M

network

frame Hl Hn Ht
link

switch

destination Hn Ht

M

Ht M
Hl Hn Ht
link Hn Ht
M

physical

router

Hn Ht M
M link

Introduction

COMPSCI 453 Computer Networks Professor Jim Kurose
College of Information and Computer Sciences

Class textbook: