reference model 1. layered network why network are layered ?! -easy to change -easy to troubleshoot...

24
Reference Model 1

Upload: byron-lambert

Post on 24-Dec-2015

214 views

Category:

Documents


0 download

TRANSCRIPT

1

Reference Model

2

Layered network

• Why network are layered ?!

- Easy to change - Easy to troubleshoot- Give general idea of each layer

3

OSI

Reference Model

Reference Model

TCP/IP

4

OSI• History :- Developed By ISO (international standard

organization)- OSI shortened from ( open system Inter

connection)- OSI has 7 layers and there were principle to

arrive to these seven layers 1)- layers should be created where different

abstraction is needed.2) Each layer should perform specific function.

5

OSI (cont)

3) The function of each layer should defined looking to protocol.

4) Minimize information flow5) Not too small not too large

6Figure 1-20: The OSI reference Model.

7

Physical layer

• Where the actual connection happens

8

Data link layer

• Transform row data into data frames and send it to receiver and the receiver will send acknowledgment frame .

• Flow control .

9

Network Layer

• Routing packets from source to destination• Control congestion.• Solve problems of addressing.

10

Transport Layer• Accept data from above split it up into smaller

units pass these to network layer and ensure all these pieces arrives correctly to other end.

• Error free point-to-point connection• End – to – end layer

11

Session layer • Start or establish the connection between

users of different machines , and it offers:1-dialog control.2-token management.3-syncronization.

12

Presentation layer• Concerned with data presentation.

13

The application layer

• Contains protocol needed by users : HTTP _ SMTP _ FTP

14

TCP/IPHistory:ARPANET “research network sponsored by

D.O.D to connect universities and governments institution using leased telephone line .

What led's to producing TCP/IP ?

15

TCP/IP has 4 Layers

Figure 1-21: The TCP/IP reference Model.

16

1) Internet layer

-Deliver packet to desired destination.-Defining official packet format and

protocol called (IP)“internet protocol”.

17

2)Transport LayerMain job to allow peer entities in source and

destination to carry on conversation.

has two protocols:1) TCP _ transmission control protocol.- Reliable connection oriented protocol- Flow control2)UDP _ User Datagram Protocol- Unreliable connection protocol.

18

The application layer

• Contains protocol needed by users : HTTP _ SMTP _ FTP

19

Host_To_Network

• Main job to connect host to network.• Rarely discussed on TCP/IP papers.

20

Comparison Between OSI and TCP/IP

• Similarities - both based on concept of stack of

independent protocols.- layers in both models have the same

function.

21

Comparison Between OSI and TCP/IP

• Differences1)there are Three concepts that are centralizedto OSI Model:1- services 2- interfaces 3- protocols

2)number of layers.3)Connectionless and connection oriented

22

Critique of OSI Model and protocols

1.Bad timing .2.Bad technology.3.Bad implementation.4.Bad politics.

23

Figure 1-23: The apocalypse of the two elephants

Bad Timing

24

Critique of TCP/IP reference model

• First: does not distinguish between services interface and protocol.• Second: it is not all general.• Third: host to network layer .• Fourth: physical and data link layer .• Last: many other protocol were ad hoc.