+ All Categories
Home > Documents > OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of...

OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of...

Date post: 04-Jan-2016
Category:
Upload: evan-owens
View: 212 times
Download: 0 times
Share this document with a friend
52
OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineer ing De Lin Institute of Technology [email protected] http://www.cse.dlit.edu.tw/~andres
Transcript
Page 1: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

OSI Model

Andres, Wen-Yuan Liao

Department of Computer Science and Engineering

De Lin Institute of Technology

[email protected]

http://www.cse.dlit.edu.tw/~andres

Page 2: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 3: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Overview

Explains how standards ensure greater compatibility and interoperability between various types of network technologies

OSI reference model networking scheme

The basic functions of the OSI model

Page 4: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

General Model of Communication

Using layers to analyze problems in a flow of materials Source, destination, and data packets Media Protocol The evolution of ISO networking standards

Page 5: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

The concept of layers will help you understand the action that occurs during communication from one computer to another

Page 6: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 7: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 8: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 9: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Media

Telephone wires

Category 5 UTP (used for 10BASE-T Ethernet)

Coaxial cables (used for cable TV)

Optical fibers (thin glass fibers that carry light)

Page 10: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 11: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 12: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 13: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 14: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Protocol

A Protocol is a set of rules that make communication on a network more efficient. A set of rules, or an agreement, that

determines the format and transmission of data

Page 15: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 16: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

The OSI Reference Model

The purpose of the OSI reference model The seven layers of the OSI reference model The functions of each layer Encapsulation Names for data at each layer of the OSI model

Page 17: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

ISO OSI 7 Layers

In the OSI reference model, there are seven numbered layers, each of which illustrates a particular network function. This separation of networking functions is called layering.

Page 18: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 19: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 20: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Application Layer

Is closest to the user

Provides network services to applications

Does not provide services to any other OSI layer

Think of browsers

Page 21: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 22: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Presentation Layer

The ensures that the information that the application layer of one system sends out is readable by the application layer of another system

Think of a common data format

Page 23: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 24: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Session Layer

Synchronizes dialogue between the two hosts' presentation layers and manages their data exchange

Offers provisions for efficient data transfer, class of service, and exception reporting

Think of dialogues and conversations

Page 25: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 26: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Transport Layer

Provide a data transport service that shields the upper layers from transport implementation details

Think of quality of service, and reliability

Page 27: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 28: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Network Layer

Think of path selection, routing, and addressing.

Page 29: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 30: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Data Link Layer

Is concerned with physical (as opposed to logical) addressing, network topology, network access, error notification, ordered delivery of frames, and flow control

Think of frames and media access control

Page 31: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 32: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Physical Layer

Defines the electrical, mechanical, procedural, and functional specifications for activating, maintaining, and deactivating the physical link between end systems Voltage levels, timing of voltage changes,

physical data rates, maximum transmission distances, physical connectors, and other

Think of signals and media

Page 33: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Encapsulation

Encapsulation wraps data with the necessary protocol information before network transit

Page 34: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 35: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 36: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Peer-to-Peer Communications

Each layer of the OSI model at the source must communicate with its peer layer at the destination

Each layer's protocol exchanges information, called  protocol data units (PDUs), between peer layers

Page 37: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 38: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Comparison of the OSI Model and the TCP/IP Model

The TCP/IP reference model

The layers of the TCP/IP reference model

TCP/IP protocol graph

Comparison of the OSI model and the TCP/IP model

Page 39: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

TCP/IP

TCP/IP reference model and the TCP/IP protocol stack make data communication possible between any two computers, anywhere in the world

U.S. Department of Defense (DoD)

Page 40: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 41: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Application Layer

Higher level protocols should include the session and presentation layer details

Handles high-level protocols, issues of representation, encoding, and dialog control

Page 42: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Transport Layer

Deals with the quality-of-service issues of reliability, flow control, and error correction Transmission Control Protocol (TCP)Connection-oriented SegmentPacket switching

Page 43: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Internet layer

Internet protocol (IP)

Best path determination and packet switching

Postal system

Page 44: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Network Access Layer

Host-to-network layer

Includes the LAN and WAN technology details, and all the details in the OSI physical and data link layers

Page 45: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 46: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Applications

FTP - File Transfer Protocol HTTP - Hypertext Transfer Protocol SMTP - Simple Mail Transfer protocol DNS - Domain Name System TFTP - Trivial File Transfer Protocol

Page 47: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

The transport layer involves two protocols - transmission control protocol (TCP) and user datagram protocol (UDP)

There is only one network protocol - internet protocol, or IP

The network access layer, refers to the particular LAN or WAN technology that is being used

Page 48: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 49: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

SimilaritiesBoth have layers Both have application layers, though they include very different services Both have comparable transport and network layers Packet-switched (not circuit-switched) technology is assumed Networking professionals need to know both

Page 50: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

DifferencesTCP/IP combines the presentation and session layer issues into its application layer TCP/IP combines the OSI data link and physical layers into one layer TCP/IP appears simpler because it has fewer layers TCP/IP protocols are the standards around which the Internet developed, so the TCP/IP model gains credibility just because of its protocols. In contrast, typically networks aren't built on the OSI protocol, even though the OSI model is used as a guide

Page 51: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.
Page 52: OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology andres@dlit.edu.tw andres.

Summary

OSI reference model

Seven numbered layers

Encapsulation

Peer-to-Peer Communications


Recommended