Top Banner
Reference Model 1
24

Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

Dec 24, 2015

Download

Documents

Byron Lambert
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: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

1

Reference Model

Page 2: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

2

Layered network

• Why network are layered ?!

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

Page 3: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

3

OSI

Reference Model

Reference Model

TCP/IP

Page 4: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

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.

Page 5: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

5

OSI (cont)

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

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

Page 6: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

6Figure 1-20: The OSI reference Model.

Page 7: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

7

Physical layer

• Where the actual connection happens

Page 8: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

8

Data link layer

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

• Flow control .

Page 9: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

9

Network Layer

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

Page 10: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

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

Page 11: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

11

Session layer • Start or establish the connection between

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

Page 12: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

12

Presentation layer• Concerned with data presentation.

Page 13: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

13

The application layer

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

Page 14: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

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 ?

Page 15: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

15

TCP/IP has 4 Layers

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

Page 16: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

16

1) Internet layer

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

protocol called (IP)“internet protocol”.

Page 17: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

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.

Page 18: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

18

The application layer

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

Page 19: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

19

Host_To_Network

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

Page 20: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

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.

Page 21: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

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

Page 22: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

22

Critique of OSI Model and protocols

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

Page 23: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

23

Figure 1-23: The apocalypse of the two elephants

Bad Timing

Page 24: Reference Model 1. Layered network Why network are layered ?! -Easy to change -Easy to troubleshoot -Give general idea of each layer 2.

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.