N ETWORKING Standards and Protocols. S TANDARDS AND P ROTOCOLS The OSI Model.

Slides:



Advertisements
Similar presentations
Computer Networks - part V
Advertisements

Click to continue Network Protocols. Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when.
OSI Model OSI MODEL.
OSI Model OSI LAYER / MODEL.
OSI MODEL Maninder Kaur
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
1-1 Introduction to Computer Networks and Data Communications.
Protocols and the TCP/IP Suite
OSI Model.
Open System Interconnection (OSI) Model
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
OIS Model TCP/IP Model.
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
THE OSI MODEL KUDIRAT FAWEHINMI COSC 541.
Communication Network Protocols ----Krishna Priyanka Chebrolu.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
Presentation on Osi & TCP/IP MODEL
Protocol Architectures. Simple Protocol Architecture Not an actual architecture, but a model for how they work Similar to “pseudocode,” used for teaching.
Introducing Network Standards
Introduction to Computer Networks Introduction to Computer Networks.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
Course ILT The OSI model Unit objectives Explain the significance of the OSI model, label the seven layers of the OSI model, and describe services provided.
Layer Architecture Layer architecture simplifies the network design. It is easy to debug network applications in a layered architecture network. The network.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
The OSI Model.
Higher National Diploma1 Network Concepts OSI 7 Layer model.
OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –
Chapter 2 Key Term Network+ Guide to Networks Richard Goldman November 7, 2001.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
Rehab AlFallaj.  OSI Model : Open system Interconnection.  is a conceptual model that characterizes and standardizes the internal functions of a communication.
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Chapter 2 Network Models
Network Models.
1 Chap. 2 Protocol. 2 Communication model Simplified communication model  source node  gather data from sensor or switch using ADC (analog-to-digital.
ISDS 4120 Project 1 DWAYNE CARRAL JR 3/27/15. There are seven layers which make up the OSI (Open Systems Interconnection Model) which is the model for.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
OSI ARCHITECTURE IN OSI, ACTUAL INFORMATION IS OVERHEADED BY PROTOCOL LAYERS IF ALL SEVEN LAYERS ARE OVERHEADED, THEN AS LITTLE AS 15% OF THE TRANSMITTED.
What is Network Reference Model? A network reference model defines the functions of communication software in a generalized and structured manner which.
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Mr. Sathish Kumar. M Department of Electronics and Communication Engineering I’ve learned that people will forget what you said, people will forget what.
Computer Network Lab. 1 3 장 OSI 기본 참조 모델 n OSI : Open System Interconnection n Basic Reference Model : ISO-7498 n Purpose of OSI Model ~ is to open communication.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
The OSI Model. History of OSI Model ISO began developing the OSI model in It is widely accepted as a model for understanding network communication.
Computer Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Lecture 3 : Network Architectures 1.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Network Models.
Networking Using the OSI Model.
The OSI Model Prof. Choong Seon HONG.
Chapter 5: Making Networks Work
OSI model vs. TCP/IP MODEL
Chap. 2 Network Models.
Lecturer, Department of Computer Application
CT1303 LAN Rehab AlFallaj.
DEPARTMENT OF COMPUTER SCIENCE
Understanding the OSI Reference Model
NET301 Lecture 2 10/9/2015 NET 301.
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model The Seven Layers
OSI Model OSI MODEL.
Protocols and the TCP/IP Suite
Presentation transcript:

N ETWORKING Standards and Protocols

S TANDARDS AND P ROTOCOLS The OSI Model

W HAT IS THE OSI M ODEL ?

OSI Stands for Open Systems Interconnection. The OSI model is a layered, abstract description for communications and computer network protocol design. The Open Systems Interconnection model is a set of standard specifications that allows various computer platforms to communicate with each other openly. It is concerned with the interconnection between systems – the way the systems exchange information – and not with the internal functions of the particular system

W HAT IS THE OSI M ODEL ? It divides the network architecture into seven layers: 1. Physical 2. Data Link 3. Network 4. Transport 5. Session 6. Presentation 7. Application

W HAT IS THE OSI M ODEL ? Each of these different layers has its own set of functions and only communicates with the layers directly above and below and with its opposite layer on other computers.

W HY A L AYERED M ODEL ?

Change: When changes are made to one layer, the impact on the other layers is minimized. A layered model defines each layer separately. The layered approach reduces a very complex set of topics, activities, and actions into several smaller, interrelated groupings. This makes learning and understanding the actions of each layer and the model generally much easier. Troubleshooting efforts to be pinpointed on the layer that is the suspected cause of the problem.

W HY A L AYERED M ODEL ? Standards: Probably the most important reason for using a layered model is that it establishes a prescribed guideline for interoperability between the various vendors developing products that perform different data communications tasks. Remember, though, that layered models, including the OSI model, provide only a guideline and framework, not a rigid standard that manufacturers can use when creating their products.

T HE S EVEN L AYERS OF THE OSI M ODEL

P HYSICAL L AYER

The Physical layer is the lowest or first layer of the OSI Model. This layer contains the physical networking medium, such as cabling, connectors, and repeaters. The Physical Layer defines: Physical network structures Mechanical and electrical specifications for using the transmission medium Bit transmission encoding and timing rules

P HYSICAL L AYER The following network connectivity hardware are normally associated with the OSI physical layer: Network interface boards (NIC, adaptors, and so on) Hubs, and repeaters that regenerate electrical signals Transmission media connectors (cables, BNC connectors, etc) Modems and codec's, which perform digital analogue conversions.

D ATA L INK L AYER

The second layer of the OSI Model, the Data Link Layer, controls communications between the Network layer and the Physical layer. Its primary function is to divide data it receives from the Network layer into distinct frames that can be transmitted by the Physical layer.

D ATA L INK L AYER The basic purposes of the data link layer protocol implementations are: Organise the physical layer’s bits into logical groups of information called frames Detect and correct errors Control data flow Identify computers on the network

N ETWORK L AYER

The primary function of the Network Layer, the third layer in the OSI Model has the main objective of moving data to specific network locations.

N ETWORK L AYER Decides on the best route for the data to take from sender to receiver. Similar to what the data link layer accomplishes, however, data link layer addressing only operates on a single network

N ETWORK L AYER The network layer describes methods for moving information between multiple independent networks, called internetworks.

T RANSPORT L AYER

The transport layer provides enhancements to the services of the network layer. Its main tasks is to ensure that data sent form one computer arrives reliably, in the correct sequence and without errors at the receiving computer.

T RANSPORT L AYER This layer is the last chance for error recovery. The transport layer is also responsible for flow control. It’s here that there rate of transmission is determined, based on how fast the receiving computer can accept the data packets being sent to it. Data on the sending computer is broken down into packets that are the maximum size that the type of network can handle.

S ESSION L AYER

The Session Layer is responsible for establishing and maintaining communication between two nodes on the network.

S ESSION L AYER The term session refers to a connection for data exchange between two nodes. Often, this layer also helps the upper layers identify and connect to the services that are available on the network. If a communication session is broken, is the session layer that determines where to restart the transmission once the session has been reconnected

S ESSION L AYER This layer is also responsible for determining the terms of the communication session – it will determine which computer or node can communicate first and for how long It is sometimes known as the ‘traffic cop’ of the network

P RESENTATION L AYER

The Presentation Layer serves as a translator between the application and the network. At the Presentation layer, data become formatted in a schema that the network can understand; this format varies with the type of network used. The Presentation Layer manages data encryption and decryption, such as the scrambling of system passwords.

A PPLICATION L AYER

The top or seventh layer of the OSI Model is the Application layer. The Application provides interfaces to the software that enable programs to use network services.

A PPLICATION L AYER The term “Application Layer” does not refer to a particular software application, such as Microsoft Word, running on the network. Instead, some of the services provided by the Application layer include file transfer, file management, and message handling for electronic mail.

A PPLICATION L AYER Examples of common functions include: Protocols for providing remote file services, such as open, close, read, write, and shared access to files File transfer services and remote database access Message handling services for electronic mail applications Locate resources on a network A uniform way of handling a variety of system devices