MEBS Utilities services M.Sc.(Eng) in building services Faculty of Engineering University of Hong Kong

Similar documents
The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO).

Chapter 3 Protocols and the TCP/IP Suite

Defining Networks with the OSI Model. Module 2

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications

System Programming. Introduction to computer networks

Cross Layer Protocol Design. Radio Communication III

Data and Computer Communications

Operating Systems CS 571

SUBJECT: DATA COMMUNICATION AND NETWORK SEMESTER: V SEMESTER COURSE: BCA SUBJECT TEACHER: Dr.K.Chitra Assistant Professor, Department of Computer

Application Layer. Presentation Layer. Session Layer. Transportation Layer. Network Layer. Physical Layer

Chapter 2 Network Models 2.1

Open Systems Interconnection Model

Computer Communication & Networks / Data Communication & Computer Networks Week # 03

Lecture Outline. Lecture 2. OSI model and networking. The OSI model and networking. The OSI model and networking. The OSI model and networking

E&CE 358: Tutorial 1. Instructor: Sherman (Xuemin) Shen TA: Miao Wang

Network Architecture Models

ES623 Networked Embedded Systems

Network Model: Each layer has a specific function.

OSI Model. Teran Subasinghe MBCS, Bsc.(Hons) in Computer Science - University of Greenwich, UK

Interconnecting Networks with TCP/IP. 2000, Cisco Systems, Inc. 8-1

Network Reference Models

products. OSI is an ISO Standard: OSI was officially adopted as an international standard by the International Organisation of Standards (ISO).

Packet Switching, Layer Models and Protocol Suites

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print,

Lecture 17 Overview. Last Lecture. Wide Area Networking (2) This Lecture. Internet Protocol (1) Source: chapters 2.2, 2.3,18.4, 19.1, 9.

TCP/IP and the OSI Model

Data Communication and Network. Introducing Networks

Introduction to Open System Interconnection Reference Model

Need For Protocol Architecture

Need For Protocol Architecture

TCP/IP THE TCP/IP ARCHITECTURE

Overview of Network Software. CS158a Chris Pollett Jan 31, 2007.

Networking Applications

Introduction to Protocols

ITEC 3800 Data Communication and Network. Introducing Networks

QUESTION BANK UNIT-I

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer

Network Models. Behrouz A. Forouzan Data communication and Networking Fourth edition

03 The Internet Model and TCP/IP

Chapter 2 Network Models 2.1

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space that is provided.

Fundamentals of Networking. OSI & TCP/IP Model. Kuldeep Sonar 1

ISO/OSI Model and Collision Domain NETWORK INFRASTRUCTURES NETKIT - LECTURE 1 MANUEL CAMPO, MARCO SPAZIANI

Novell TCP IP for Networking Professionals.

The Client Server Model and Software Design

Lecture 2. Computer Networks Models. Network Models 1-1

Networking midterm. 5. As a data unit moves up from one protocol layer to another, control headers are:

5105: BHARATHIDASAN ENGINEERING COLLEGE NATTARMPALLI UNIT I FUNDAMENTALS AND LINK LAYER PART A

Communication Fundamentals in Computer Networks

Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 1. Slide 2. Slide 3

CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 6 OSI MODEL TRANSPORT LAYER

Interconnecting Networks with TCP/IP

CS-435 spring semester Network Technology & Programming Laboratory. Stefanos Papadakis & Manolis Spanakis

Reference Models. 7.3 A Comparison of the OSI and TCP/IP Reference Models

Introducing Cisco Data Center Networking

Subnetting and addresses revisited

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

Chapter -4 OSI Reference Model

EE 610 Part 2: Encapsulation and network utilities

Architectures of Communication Subsystems

ก ก Information Technology II

Chapter 3: Network Protocols and Communications

Operating Systems. 16. Networking. Paul Krzyzanowski. Rutgers University. Spring /6/ Paul Krzyzanowski

Lecture (02) Network Protocols and Standards

Copyleft 2005, Binnur Kurt. Objectives

TCP /IP Fundamentals Mr. Cantu

Introduction to computer networking

International Journal of Modern Engineering and Research Technology

Chapter 12 Network Protocols

Computer Networks (Introduction to TCP/IP Protocols)

Hands-On TCP/IP Networking

CS-461 Internetworking. Dr. Mohamed Aboutabl

Ethernet 101 Siemens Industry Inc All rights reserved. usa.siemens.com/industry

Switching on our smartphone and sending an to a friend living 5000 km from our home is something that we take for granted, but that involves a

Introduction. IP Datagrams. Internet Service Paradigm. Routers and Routing Tables. Datagram Forwarding. Example Internet and Conceptual Routing Table

Chapter 7. Local Area Network Communications Protocols

Computer Network : Lecture Notes Nepal Engineering College Compiled by: Junior Professor: Daya Ram Budhathoki Nepal Engineering college, Changunarayan

Data Communication & Computer Networks MCQ S

Network Review TEJ4M. SBrace

Introduction and Layered Network Architecture. EEE 538 Dr. Nail Akar Bilkent University Electrical and Electronics Engineering Department

Networking Models OSI Model Created by International Organization Standardization

B.Sc. (Hons.) Computer Science with Network Security B.Eng. (Hons) Telecommunications B.Sc. (Hons) Business Information Systems

Chapter 11: Wide-Area Networks and the Internet

COMS Introduction to Computers. Networking

CS1302-COMPUTER NETWORKS UNIT I -DATA COMMUNICATION PART A

Networking Revision. TCP/IP Protocol Stack & OSI reference model. Basic Protocols. TCP/IP Model ANTHONY KAO NETWORKING FINAL EXAM SPRING 2014 REVISION

KINGS COLLEGE OF ENGINEERING

Network Protocols. Terms you ll need to understand: Techniques you ll need to master:

Chapter 2 Network Models

Chapter 09 Network Protocols

Communicating over the Network

Network Models. Presentation by Dr.S.Radha HOD / ECE SSN College of Engineering

Lecture-4. TCP/IP-Overview:

QUESTION BANK ENGINEERS ACADEMY. Computer Networks Computer Network Basics Segentation is done in. 12. Session layer is used for

Lesson 5 TCP/IP suite, TCP and UDP Protocols. Chapter-4 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Communicating over the Network. Network Fundamentals. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved.

Part VI. Appendixes. Appendix A OSI Model and Internet Protocols Appendix B About the CD

Networking and Health Information Exchange: ISO Open System Interconnection (OSI)

Chapter Motivation For Internetworking

Computer Networking Chapter 2. The OSI reference Model

Transcription:

Open System Interconnection MEBS 6000 2010 Utilities services ISO 1984: ISO Standard 7498 Information Processing System Open System Interconnection Basic Reference Model OSI is itself not a standard, but offers a framework to identify and separate the different conceptual parts of the communication process. 7 functional layers are defined in OSI Each layer communicates directly only with the layers above and below it, requesting services from the layer below and providing services to the layer above. K.F. Chan (Mr.) Page 1 of 5 July 2010

OSI Layer Function Application This layer is the window to user program and transfers information from program to program. FTP, SMTP are protocols on this layer. Presentation Handles semantics. This layer is responsible for data presentation, encryption and compression. Session Establishes, maintains and coordinates communication. It establishes and brings down a connection, and handles communications in which an ongoing dialogue occurs. This enhances the transport layer by allowing users on different machines to establish full SESSIONS between them Transport (#) It is responsible for end-to-end reliability and ensures accurate delivery of data. Error recovery is the duty of this layer. TCP and UDP protocols belong to this layer Network Determines transport routes and handles the transfer of messages. Message segmentation and reassembly are duties of the network layer. IP protocol belongs to this layer. Routers are devices on this layer. Since operators of the subnet may expect remuneration, there is often some accounting function built into the network layer Data Link (*) This layer is concerned with orderly access to the media, thus manages codes, message framing and hardware addresses. Ethernet is both a data link and physical layer technology. Physical This layer is concerned with the raw bits on the physical medium, and manages hardware connections. This layer is the only real connection between 2 communicating nodes. RS232C protocol is a physical layer technology. (*) In IEEE network standard, data link layer is further divided into 2 sub-layers Logical Link Control (LLC), (IEEE 802.2) and Medium Access Control (MAC) (IEEE 802.3/802.4/802.5) (#) Layer 4 (transport) is the actual interface between the machine software and the external network. The highest 3 layers are implemented in the application software of a target computer. The lower 3 layers are network or communication layers. Layer 4, the transport layer, is the link between the application and the communication oriented layers K.F. Chan (Mr.) Page 2 of 5 July 2010

K.F. Chan (Mr.) Page 3 of 5 July 2010

TCP/IP model compared with OSI model (Adopted from DEAN, T. Network+ Guide to Network) Although the OSI model can be used to explain TCP/IP, TCP/IP actually predates the OSI model. In fact, TCP/IP, which is based on a 4-layer US Department of Defense model, is very often compared with the OSI model. The IP protocol provides connectionless mode of data transfer. The data are transmitted as independent units called data grams. The IP provides services such as data exchange, addresses, and routing independent of the media and network topology. TCP is a connection-oriented protocol which provides end-to-end transmission services and data integrity support such as sequencing, flow control, reliability data checks, etc. K.F. Chan (Mr.) Page 4 of 5 July 2010

TCP/IP and OSI [Adopted from FREEMAN, Roger, Fundamentals of Communications] Another layer 4 protocol, User Datagram Protocol, is also popular in the cyber world. UDP is a connectionless protocol providing routing information with each message, allowing name assignment to each protocol address, and providing for remote network management. The popular building management systems communication protocol BACnet is based on a connectionless communication model, and does not have a transport layer in its protocol stack. K.F. Chan (Mr.) Page 5 of 5 July 2010