Top Banner
1 Computer Networks Principles Introduction http://duda.imag.fr Prof. Andrzej Duda [email protected]
42

Computer Networks Principles - imag

Jan 28, 2022

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Computer Networks Principles - imag

1

Computer NetworksPrinciples

Introduction

http://duda.imag.fr

Prof. Andrzej [email protected]

Page 2: Computer Networks Principles - imag

2

Contents§ Introduction

§ protocols and layered architecture § encapsulation§ interconnection structures§ performance

Page 3: Computer Networks Principles - imag

Ethernetswitch

ADSLmultiplexer

ADSL box

host serverrouter

IXP: Internet Exchange Point

ADSL line

autonomoussystem

Wi-Fiaccess point

communicationlink

Page 4: Computer Networks Principles - imag

4

Protocols

Page 5: Computer Networks Principles - imag

5

Protocol architecture

SAP

PDU PDU

procedures

Lower layer protocols

Protocol entity Protocol entity

data

multiplexingSAP

data

demultiplexing

layer nlayer n

layer n-1 layer n-1

Page 6: Computer Networks Principles - imag

6

Internet protocol stack

§ Application: supporting network applications§ FTP, SMTP, HTTP, OSPF, RIP

§ Transport: host-host data transfer§ TCP, UDP

§ Network: routing of datagrams from source to destination§ IP

§ Link: data transfer between neighboring network elements§ PPP, Ethernet

§ Physical: bits “on the wire”

Application

Transport

Network

Link

Physical

Page 7: Computer Networks Principles - imag

7

Layering: physical communication applicationtransportnetwork

linkphysical

applicationtransportnetwork

linkphysical

applicationtransportnetwork

linkphysical

applicationtransportnetwork

linkphysical

networklink

physical

data

data

Page 8: Computer Networks Principles - imag

8

Layering: logical communication

§ E.g.: transport§ take data from

app§ add addressing,

reliability check info to form “datagram”

§ send datagram to peer

§ wait for peer to ack receipt

§ analogy: post office

applicationtransportnetwork

linkphysical

applicationtransportnetwork

linkphysical

applicationtransportnetwork

linkphysical

applicationtransportnetwork

linkphysical

networklink

physical

data

data

transport

transport

data

ack

Page 9: Computer Networks Principles - imag

9

TCP/IP Architecture

HTTP

TCP

IP

Ethernet

Physical

dataHTTP request

TCP segment

IP packet

Ethernet frame

GET / …

GET / …

GET / …

GET / …

Page 10: Computer Networks Principles - imag

10

Network Layer§ Set of functions required to transfer packets end-to-end

(from host to host)§ hosts are not directly connected - need for intermediate systems§ examples: IP, Appletalk, IPX

§ Intermediate systems § routers: forward packets to the final destination§ interconnection devices

router

H1

H2

H3

H4S1

S2

router

Page 11: Computer Networks Principles - imag

11

IP

Server WWWWWW client

Netscapehttpd

physical

Ether

IP

physical

Ether

IP

dest router129.88.38 R4

R1R3

R2R4

R5

router R3

IP packet

dest address:129.88.38.10

Routing Table of R3

Page 12: Computer Networks Principles - imag

12

Physical LayerData Link Layer

point to pointcables

Ethernetswitch

hosts

H1

H2

H3

frameto H3

§ Physical transmission = Physicalfunction§ bits <-> electrical / optical signals§ transmit individual bits over the

cable: modulation, encoding§ Frame transmission = Data Link

function§ bits <-> frames § bit error detection§ packet boundaries§ in some cases: error correction by

retransmission (802.11)§ Modems, xDSL, LANs

Page 13: Computer Networks Principles - imag

13

Encapsulation

Page 14: Computer Networks Principles - imag

14

Protocol layering and dataEach layer takes data from above§ adds header information to create new data unit§ passes new data unit to layer below

applicationtransportnetwork

linkphysical

applicationtransportnetwork

linkphysical

source destinationMMMM

HtHtHnHtHnHl

MMMM

HtHtHnHtHnHl

messagesegmentdatagramframe

PDU

SDU

Page 15: Computer Networks Principles - imag

15

Encapsulation

HTTP Request

TCP segment

IP packet

Ethernet frame

data

data

data

header

header

header

Page 16: Computer Networks Principles - imag

16

Packet captureFrame 1 (1514 on wire, 1514 captured) Ethernet II

Destination: 00:03:93:a3:83:3a (Apple_a3:83:3a)Source: 00:10:83:35:34:04 (HEWLETT-_35:34:04)Type: IP (0x0800)

Internet Protocol, Src Addr: 129.88.38.94 (129.88.38.94), Dst Addr: 129.88.38.241 (129.88.38.241)Version: 4Header length: 20 bytesDifferentiated Services Field: 0x00 (DSCP 0x00: Default; ECN:

0x00)Total Length: 1500Identification: 0x624dFlags: 0x04Fragment offset: 0Time to live: 64Protocol: TCP (0x06)Header checksum: 0x82cf (correct)Source: 129.88.38.94 (129.88.38.94)Destination: 129.88.38.241 (129.88.38.241)

Page 17: Computer Networks Principles - imag

17

Ethereal

Transmission Control Protocol, Src Port: 34303 (34303), Dst Port: 6000 (6000), Seq: 4292988915, Ack: 3654747642, Len: 1448Source port: 34303 (34303)Destination port: 6000 (6000)Sequence number: 4292988915Next sequence number: 4292990363Acknowledgement number: 3654747642Header length: 32 bytesFlags: 0x0010 (ACK)Window size: 41992Checksum: 0x9abe (correct)Options: (12 bytes)

Page 18: Computer Networks Principles - imag

18

Interconnection

Page 19: Computer Networks Principles - imag

19

Interconnection structure - layer 2

host

switch(bridge)interconnection

layer 2

VLAN

Page 20: Computer Networks Principles - imag

20

Interconnection at layer 2§ Switches (bridges)

§ interconnect hosts§ logically separate groups of hosts (VLANs)§ managed by one entity

§ Type of the network§ broadcast

§ Forwarding based on MAC address§ flat address space§ forwarding tables: one entry per host§ works if no loops

§ careful management§ Spanning Tree protocol

§ not scalable

Page 21: Computer Networks Principles - imag

21

Transport

Network

Physical

Application5

4

3

2

1

MAC

Physical

MACL2 PDU

(MAC Frame)

host switch (bridge)

LLC

Protocol architecture

§ Switches are layer 2 intermediate systems§ Transparent forwarding§ Management protocols (Spanning Tree, VLAN)

LLC

L2 PDU(LLC Frame)

Page 22: Computer Networks Principles - imag

22

Interconnection structure - layer 3

host

router

switch(bridge)

interconnectionlayer 3

VLAN

subnetwork 1

subnet 3

subnet 2

interconnectionlayer 2

Page 23: Computer Networks Principles - imag

23

Interconnection at layer 3§ Routers

§ interconnect subnetworks§ logically separate groups of hosts§ managed by one entity

§ Forwarding based on IP address§ structured address space§ routing tables: aggregation of entries§ works if no loops - routing protocols (IGP - Internal Routing

Protocols)§ scalable inside one administrative domain

Page 24: Computer Networks Principles - imag

24

Protocol architecture

§ Routers are layer 3 intermediate systems§ Explicit forwarding

§ host has to know the address of the first router§ Management protocols (control, routing, configuration)

Transport

Network

Physical

Application5

4

3

2

1

MAC

Physical

MACL2 PDU

(MAC Frame)

host switch (bridge)

LLC LLC

Transport

Network

Physical

Application 5

4

3

2

1

MAC

router

LLC

L2 PDU(MAC Frame)

L3 PDU(IP packet)

Page 25: Computer Networks Principles - imag

25

Autonomous systems

host

switch(bridge)

interconnectionlayer 2

interconnectionlayer 3

VLANsubnetwork

autonomoussystem

borderrouter

internalrouter

Page 26: Computer Networks Principles - imag

26

Internet

NAP, GIX, IXP

subnetworks

borderrouter

autonomoussystem

Page 27: Computer Networks Principles - imag

27

Interconnection of AS§ Border routers

§ interconnect AS§ NAP or GIX, or IXP

§ exchange of traffic - peering§ Route construction

§ based on the path through a series of AS§ based on administrative policies§ routing tables: aggregation of entries§ works if no loops and at least one route - routing protocols

(EGP - External Routing Protocols)

Page 28: Computer Networks Principles - imag

28

Performance

Page 29: Computer Networks Principles - imag

29

Performance - Motivating example§ Consider this real-life example of a large bank with

headquarters in Europe and operations in North America.

§ Problem: a business unit with European users trying to access an important application from across the pond.

§ Performance was horrible (response time).§ CIO ordered his trusted network operations manager to fix

the problem. The network manager dutifully investigated, measuring the transatlantic link utilization and router queue statistics: no problems with the network, as it was only 3 percent utilized.

§ “I don’t care, double the bandwidth!” the CIO ordered. The network manager complied, installing a second OC-3 link. And, guess what?

§ The network went from 3 percent to 1.5 percent utilized, and application performance was still horrible. That CIO didn’t know jack about network performance.

Page 30: Computer Networks Principles - imag

30

Performance§ Bit Rate (débit binaire) of a transmission system

§ bandwidth, throughput§ number of bits transmitted per time unit§ units: b/s or bps, kb/s = 1000 b/s, Mb/s = 10e+06 b/s,

Gb/s=10e+09 b/s§ OC3/STM1 - 155 Mb/s, OC12/STM4 - 622 Mb/s, and

OC48/STM-16 - 2.5 Gb/s, OC192/STM-48 10 Gb/s § Latency or Delay

§ time interval between the beginning of a transmission and the end of the reception

§ RTT - Round-Trip Time

Page 31: Computer Networks Principles - imag

31

Delay in packet-switched networkspackets experience delay

on end-to-end path§ four sources of delay at

each hop

§ nodal processing: § check bit errors§ determine output link

A

B

propagation

transmission

nodalprocessing queuing

§ queuing§ time waiting at output link for

transmission § depends on congestion level of node

§ transmission: § depends on packet length and link

bandwidth§ propagation:

§ depends on distance between nodes

Page 32: Computer Networks Principles - imag

32

Delay

Transmission

Propagation

first bit

Waiting Time End-to-enddelay

last bit

packet

Distancetime

Page 33: Computer Networks Principles - imag

33

Performance§ Latency

§ Latency = Propagation + Transmission + Wait § Propagation = Distance / Speed

§ copper : Speed = 2.3x108 m/s§ glass : Speed = 2x108 m/s § Transmission = Size / BitRate

§ 5 𝜇s/km§ New York - Los Angeles in 24 ms

§ request - 1 byte, response - 1 byte: 48 ms§ 25 MB file on 10 Mb/s: 20 s

§ World tour in 0.2 s

Page 34: Computer Networks Principles - imag

34

Example§ At time 0, computer A sends a packet of size 1000 bytes to

B; at what time is the packet received by B (speed = 2e+08 m/s)?

distance 20 km 20000 km 2 km 20 mbit rate 10kb/s 1 Mb/s 10 Mb/s 1 Gb/spropagation 0.1ms 100 ms 0.01 ms 0.1µstransmission 800 ms 8 ms 0.8 ms 8 µslatency ? ? ? ?

modem satellite LAN Hippi

Page 35: Computer Networks Principles - imag

35

Example§ At time 0, computer A sends a packet of size 1000 bytes to

B; at what time is the packet received by B (speed = 2e+08 m/s)?

distance 20 km 20000 km 2 km 20 mbit rate 10kb/s 1 Mb/s 10 Mb/s 1 Gb/spropagation 0.1ms 100 ms 0.01 ms 0.1µstransmission 800 ms 8 ms 0.8 ms 8 µslatency 800.1 ms 108 ms 0.81 ms 8.1 µs

modem satellite LAN Hippi

Page 36: Computer Networks Principles - imag

36

Bandwidth-Delay Product

§ Bandwidth-Delay product§ how many bits should we send before the arrival of the first

bit?§ good utilization - keep the pipe filled!

Delay

Bandwidth

Page 37: Computer Networks Principles - imag

37

A Simple Protocol: Stop and Go

§ Packets may be lost during transmission:bit errors due to channel imperfections, various noises.

§ Computer A sends packets to B; B returns an acknowledgement packet immediately to confirm that B has received the packet;A waits for acknowledgement before sending a new packet; if no acknowledgement comes after a delay T1, then A retransmits

Page 38: Computer Networks Principles - imag

38

A Simple Protocol: Stop and Go§ Question: What is the maximum throughput

assuming that there are no losses?notation:§ packet length = L, constant (in bits);§ acknowledgement length = l, constant § channel bit rate = b; § propagation = D§ processing time = 0

Page 39: Computer Networks Principles - imag

39

Solution (1)packet P1 sentpacket P1 acknowledged

T=L/b

2D

T’=l/b

cycle time = T + 2D + T’

useful bits per cycle time = L

throughput = Lb / (L + l + 2Db)= b /(𝜔 + 𝛽/L)with 𝜔 =(L+l)/L=overhead and 𝛽 =2Db=bandwidth-delay

product

A

B

time

Page 40: Computer Networks Principles - imag

40

Bandwidth delaypacket P1 sentpacket P1 acknowledged

T=L/b

2D

window in time = T + 2D + T

window in bits = (T + 2D + T)b = 2L + 𝛽

A

B

time

Page 41: Computer Networks Principles - imag

41

Solution (2)distance 20 km 20000 km 2 km 20 mbit rate 10kb/s 1 Mb/s 10 Mb/s 1 Gb/spropagation 0.1ms 100 ms 0.01 ms 0.1µstransmission 800 ms 8 ms 0.8 ms 8 µsreception time 800.1 ms 108 ms 0.81 ms 8.1 µs

modem satellite LAN Hippi𝛽 =2Db 2 bits 200 000 bits 200 bits 200 bitsthroughput = bx 99.98% 3.8% 97.56% 97.56%

Page 42: Computer Networks Principles - imag

42

Summary§ Network architectures

§ protocol architectures§ different protocol stacks, overlaid stacks

§ interconnection structure§ switches, routers

§ related protocols§ complex protocol families

§ Performance§ transmission§ propagation§ bandwidth-delay product§ queueing delay