ENGS 112 Lecture 3 Packet Switching Chapter 3, Walrand WWW links, eg.

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.
Data Communications System By Ajarn Preecha Pangsuban.
International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks.
Lecture 2 Protocol Layers CPE 401 / 601 Computer Network Systems slides are modified from Dave Hollinger.
OSI Model MIS 416 – Module II Spring 2002 Networking and Computer Security.
1-1 Introduction to Computer Networks and Data Communications.
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
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
COMPUTER NETWORKS.
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
LECTURE 2 CT1303 LAN. STANDARD MODELS: OSI Model : Open system Interconnection. is a conceptual model that characterizes and standardizes the internal.
Lecturer: Tamanna Haque Nipa
THE OSI MODEL KUDIRAT FAWEHINMI COSC 541.
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.
Introducing Network Standards Open Systems Interconnection (OSI) Model IEEE 802.x Standard Device Drivers and OSI 1.
Chapter 1 Overview Review Overview of demonstration network
OSI Reference Model & Layered Communication Sritrusta Sukaridhoto.
Presentation on Osi & TCP/IP MODEL
Introducing Network Standards
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
جلسه دوم شبکه های کامپیوتری به نــــــــــــام خدا.
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
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 and the TCP/IP Protocol Suite Outline: 1.Protocol Layers 2.OSI Model 3.TCP/IP Model 4.Addressing 1.
Introduction to Technology Infrastructure Chapter 1.
COMPUTER NETWORKS Ms. Mrinmoyee Mukherjee Assistant Professor
The OSI Model.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
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.
TCP/IP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
William Stallings Data and Computer Communications
BY SANTHOSH G. What is Networking Network Requirements What is Topology Types of Topologies.
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 2 Network Models
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
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 Reference Model Data Communications and Networks Mr. Greg Vogl Uganda Martyrs University Lecture 3, 21 March 2003.
IT 210: Web-based IT Fall 2012 Lecture: Network Basics, OSI, & Internet Architecture.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
Data Communication Network Models
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.
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
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Computer Networks.
The OSI Model and the TCP/IP Protocol Suite
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
Lec 5 Layers Computer Networks Al-Mustansiryah University
The OSI Model and the TCP/IP Protocol Suite
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model OSI MODEL.
CCNA 2 Review of Cisco CCNA 1.
The OSI Model and the TCP/IP Protocol Suite
Presentation transcript:

ENGS 112 Lecture 3 Packet Switching Chapter 3, Walrand WWW links, eg

OSI Reference Model Reference model...helps to discuss packet network functions. Many networks do not follow the protocol but it is useful to know for terminology and organizational purposes.

Layer 1: Physical Layer Unreliable communication of bits between two points. Link = transmitter, receiver, medium Synchronization header required to indicate transmission Unreliable....errors are not detected or corrected in this layer Characteristics – bps rates and bit error rates

Layer 2: Data Link Layer Supervises transmission of packets Adds sequence numbers and some form of error detection Requests retransmission at link level if appropriate This layer used for link level retransmission End-to-end error detection and retransmission done at Layer 4 (network) for networks with low BER. Characteristics Sublayer 2a: Media Access Control (MAC) - identify the destination hardware address in a shared medium Sublayer 2b: Logical Link Control - error detection and retransmission for shared media (Ethernet, wireless, etc)

Layer 3: Network Layer Routes packets between computers using link by link routing as specified in a routing table. Specifies packet formats, addressing schemes and routing protocols

Layer 4: Transport Layer Delivers messages between “ports” or Transport Service Access Points (TSAP’s) , web servers, file transfer are standard services with fixed, allocated ports. Need to know the port or check with a server to locate port Connection or connectionless (connect or not) Messages decomposed into packets, sequenced and given TTL Ping, traceroute

Layer 5: Session Layer Supervises dialogs between computers Layer 6: Presentation Layer Encryption, number conversion, etc Layer 7: Application Layer Network services used by user applications remote login, directory services

Ethernet (IEEE 802.3) Multiple Access Control in a broadcast medium CSMA/CD Implications and operational requirements LAN interconnections Spanning tree algorithm for bridges

OEE (Due Friday, April 14) Walrand page Walrand page