Rehab AlFallaj.  OSI Model : Open system Interconnection.  is a conceptual model that characterizes and standardizes the internal functions of a communication.

Slides:



Advertisements
Similar presentations
Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
Advertisements

OSI Model OSI MODEL.
OSI Model OSI LAYER / MODEL.
OSI MODEL Maninder Kaur
CompTIA Network+ Chapter 2
OSI Model MIS 416 – Module II Spring 2002 Networking and Computer Security.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Protocols and the TCP/IP Suite
OSI Model.
Open System Interconnection (OSI) Model
Computer Network Architecture and Programming
Chapter 2 Network Models.
Protocol Reference Model of OSI
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.
LECTURE 2 CT1303 LAN. STANDARD MODELS: OSI Model : Open system Interconnection. is a conceptual model that characterizes and standardizes the internal.
OIS Model TCP/IP Model.
Lecturer: Tamanna Haque Nipa
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
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.
Data Communications and Networks
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Presentation on Osi & TCP/IP MODEL
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
OSI Model Local Area Networks Chapter 2. Agenda  Attendance  Chapter 1 questions  Login to Web CT and information about Assessment Activation  Single-protocol.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
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.
 An ISO is a multi national body dedicated to worldwide agreement on international standards.  An ISO standard that covers all aspects of network communications.
The OSI Model.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –
MODULE I NETWORKING CONCEPTS.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
Prepared by Engr.Jawad Ali BSc(Hons)Computer Systems Engineering University of Engineering and Technology Peshawar.
THE OSI MODEL ISO is the organization.OSI is the model. ISO  International Standards Organization OSI  Open Systems Interconnection.
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
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
Protocol Suits and Layering Models OSI Model Dr. Abraham UTPA.
Net 221D:Computer Networks Fundamentals
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
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.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
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.
Computer Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
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.
Computer Networks.
Chap. 2 Network Models.
Local Area Networks Chapter 4.
Lecturer, Department of Computer Application
CT1303 LAN Rehab AlFallaj.
DEPARTMENT OF COMPUTER SCIENCE
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
An Introduction to Networking
OSI Model OSI MODEL.
Protocols and the TCP/IP Suite
Unit – III Network Essentials
Presentation transcript:

Rehab AlFallaj

 OSI Model : Open system Interconnection.  is a conceptual model that characterizes and standardizes the internal functions of a communication system by partitioning it into abstraction layers. The model is a product of the Open Systems Interconnection project at the International Organization for Standardization (ISO)

 OSI Model : Open system Interconnection.  Layered Model: Why?  Change.  Design.  Learning.  Troubleshooting.  Standards.

 Physical Layer:  Electronic, Electrical, mechanical and procedural aspects of electrical signal of the data transmission.  Physical interface between devices  Handle transmission of bits over communication channel.  Choice of wired or wireless medium.  Data is converted into signals  Include voltage level, connectors, media choice.  Modulation techniques  Its responsible the movement of individual bits from one node to another

 Data Link Layer:  Concerned with the linkages and mechanisms used to move data about the network, and deals with the ways in which data is reliably transmitted (integrity), Error checking.  Transforms data into frame.  Means of activating, maintaining and deactivating a reliable link.  Error detection and control.  Flow control.  Higher layers may assume error free transmission.  Its responsible the movement of frames from one node to another

 Network Layer:  Switching, Routing data across the network.  Congestion control, Error handling  Defines the processes used of logical addressing. IP addressing  Transport of information  Higher level do not need to know about underlying technology.  responsible for creating, maintaining and ending network connection.  Transfer a data packet from node within the network.  Routing  Its responsible the movement of individual packet from the source host to destination host.

 Transport Layer:  responsible for end-to-end error recovery and flow control. It ensures complete data transfer.  disassembly and assembly of the data before and after transmission.  Exchange of data between end system.(end to end flow control)  Error free  Quality of service.  Layer 4 include transmission control protocol and user datagram protocol.  Its responsible the delivery of message from one process to another.

 Session Layer:  establishes, maintains, and manages the communication session (conversation, exchanges and dialogues) between computers, applications and each end.  Control dialogue between applications  Half duplex, full duplex.  Synchronization points (back up point)  Its responsible dialog control and synchronization

 Presentation Layer:  provides independence from differences in data representation (e.g., encryption) by translating from application to network format, and vice versa.  transform data into the form that the application layer can accept  Data formats and coding  Data compression  Encryption  Its responsible translation, compression and encryption

 Application Layer:  Supports application and end-user processes. Communication partners are identified, quality of service is identified, user authentication and privacy are considered, and any constraints on data syntax are identified.  Everything at this layer is application-specific. This layer provides application services for file transfers, , and other network software services. Telnet and FTP are applications that exist entirely in the application level. Tiered application architectures are part of this layer.  Browsers, FTP clients, and mail clients are part of the application layer, Microsoft WORD,EXCEL are not.

 Layer where the application using the network resides  Common network application include :remote login, file transfer, and web browsing  Means for application to access OSI environment.  Its responsible for providing the service for user.

 IEEE 802 standard model:  Four 4 main layers.  Physical Layer:  Electronic, Electrical, mechanical and procedural aspects of electrical signal of the data transmission.  Data Link Layer: That consists of two sub-layers:  Logical Link Control LLC.  Media Access Control MAC.

 Logical Link Control LLC protocol: LAYER 2 USES LOGICAL LINK CONTROL(LLC) TO COMMUNICATE WITH THE UPPER-LEVEL LAYERS. ESTABLISHMENT AND CONTROL LOGICAL LINK BETWEEN LOCAL DEVICES. SYNCHRONIZATION تحديد سرعة التبادل بين الوحدات ERROR CONTROL التحكم بالاخطاء  Medium Access Control MAC: LAYER 2 USES MEDIA ACCESS CONTROL(MAC) TO DECIDE WHICH COMPUTER WILL TRANSMIT. PROTOCOLS TO DATA ENTERING TO NETWORK MEDIA MAC ADDRESSING. COLLISION CONTROL.

 Network Layer:  Routing data across network and from a network to another different one.  Other layers:  No rigid standard for the rest layers as it may vary from network to another one due to its functions and types.  They could be OSI upper layers or any other standard model layers.

 Electronic Communication applications:  Cheap  Fixable  Effectiveness  Remote access to data  Access to data from different places( network devices)

 Examples of Electronic Communication applications  applications.  Chatting applications.  Audio and Video conferencing applications.  Cyberspace conferencing.

 Distributed data bases:  Data entered into a central datacenter or into a distributed databases then can be retrieved from varies local devices in the network. Universities database. Companies databases.

 Distributed information systems:  systems that automate the operations of commercial enterprises such as banking and financial transaction processing systems, warehousing systems, and automated factories.  Communicates to central computers (governments, universities) to retrieve or process information.

 Office automation and teamwork:  Resource sharing: printers, storage.  Reduce costs.  Increase productivity  Doing a collective work

 Electronic transactions:  Facilitate administrative work  Reporting systems  Document editing and viewing  Document signing  Document transfers  E-Business : for private business use  E-Government: for government use

 Process capabilities improving Applications:  More than one computer can work collaboratively to do complex and expensive tasks.

 Reliability applications:  Applications can be used to make usage of network devices even if some are offline or unavailable.