CHAPTER 3 : OSI MODEL

Size: px
Start display at page:

Download "CHAPTER 3 : OSI MODEL"

Transcription

1 1 CHAPTER 3 : OSI MODEL OSI Layer TCP/IP Protocol Suite 7/26/ CHAPTER 3 : THE OSI MODEL Established in 1947, the ISO is a multinational body dedicated to worldwide agreement on international standard d ISO standard which covers all aspects of network communications Open Systems Interconnection (OSI) model Open System a model that allows any two different systems to communicate regardless of their underlying architecture OSI is not a protocol Model for understanding and designing a network architecture that is flexible, robust, and interoperable 2 Idawaty Ahmad 1

2 3.1 THE MODEL OSI a layered framework for design of network systems that allows for communication across all types of computer system 7 layer architecture Intermediate nodes involve only the first three layers Peer-to-Peer Process? Layer n, use the services provided by layer n-1 and provides services for layer n+1 The process on each machine thatt communicate at a given layer are called peer-to-peer process Use protocol THE MODEL At sending machine: headers added to the message at L6,5,4,3,2 Trailer is added at only L2 At receiving machine The message is unwrapped layer by layer, received process and removing the data meant for it.(reverse of sending machine) Interfaces between layers control the passing of the data and network information down/up through the layers of sending/receiving machine 4 Idawaty Ahmad 2

3 3.1 THE MODEL The 7L can grouped into three subgroup L1,2,3 the network support layer deal with the physical aspects of moving data from one device to another L5,6,7 the user support layer allow interoperability among unrelated software systems L4 ensures end-to-end reliable data transmission After pass through L1 of sending machine, the data unit is changed into electromagnetic signal and transportedt along a physical link 5 OSI Model 6 Idawaty Ahmad 3

4 MODEL RUJUKAN OSI Application Presentation Session Transport Network Data Link Physical Aplikasi Web, SMTP, FTP,Telnet,IRC,News dll Data compression,encryption, character representation Komunikasi yang selamat: Secure Socket Layer (SSL) Connection/less, multiplex,flow dan error control Penghantaran paket ke destinasi Topologi Rangkaian,Pengalamatan, Error, flow control Network card FDDI,ATM, Ethernet, Token Ring, Dialup,wireless 7 OSI Layers 8 Idawaty Ahmad 4

5 An Exchange Using the OSI Model 9 KONSEP HEADER DALAM MODEL OSI Pelayan Pelanggan Application Presentation Session Transport Network Data Link Physical data data segment packet data frame data TCP header TCP header TCP header IP header IP header Ethernet header Application Presentation Session Transport Network Data Link Physical Network card Idawaty Ahmad 5

6 3.2 FUNCTION OF EACH LAYER Physical layer (L1) Coordinates the function required to transmit abitstream over a physical medium Deal with the mechanical/electrical spec of the interface and transmission medium Defines the procedures and functions that physical devices and interfaces have to perform for transmission to occur Concerned with: Physical characteristics of interfaces and media Representation of bits Bits must be encoded into signals electrical or optic Data rate the number of bits sent each second Synchronization of bits Line configuration connection of devices to the medium FUNCTION OF EACH LAYER Concerned with: Physical topology How devices are connected to form a network Transmission mode Direction of signal transmission between two devices 12 Idawaty Ahmad 6

7 Note: The physical layer is responsible for transmitting individual bits from one node to the next. 13 Physical Layer 14 Idawaty Ahmad 7

8 3.2 FUNCTION OF EACH LAYER Data Link Layer (L2): Responsible for node-to-node delivery Makes appear error free to the network layer Responsibilities include: Framing divides the stream data to manageable data units frame Physical addressing adds a header to the frame to define the physical address of (destination address) sender( source address) and receiver Flow control to prevent overwhelming at the receiver Error control provides reliability to detect and retransmit damaged or lost frames, also prevent duplication of frames - trailer Access control require a protocol to determine which device has control over the link at any given time > same link with two or more devices connected. Note: The data link layer is responsible for transmitting frames from one node to the next Idawaty Ahmad 8

9 Data Link Layer 17 Example 1 In the next figure, a node with physical address 10 sends a frame to a node with physical address 87. The two nodes are connected by a link. At the data link level this frame contains physical addresses in the header. These are the only addresses needed. The rest of the header contains other information needed at this level. The trailer usually contains extra bits needed for error detection 18 Idawaty Ahmad 9

10 Data Link Layer Example FUNCTION OF EACH LAYER Network Layer (L3): Responsible for the source-to-destination delivery of a packet possibly across multiple networks (links) If two systems are attached to different networks, we need the network layer protocol to accomplish source-todestination delivery Specific responsibility: Logical addressing to distinguish the source and destination systems when a packet passes the network boundary also known network address Routing internetwork/large network route the packet to the final destination 20 Idawaty Ahmad 10

11 Note: The network layer is responsible for the delivery of packets from the original source to the final destination. 21 Network Layer 22 Idawaty Ahmad 11

12 Example 2 Network Layer Example In the next figure, we want to send data from a node with network address A and physical address 10, located on one LAN, to a node with a network address P and physical address 95, located on another LAN. Because the two devices are located on different networks, we cannot use physical addresses only; the physical addresses only have local jurisdiction. What we need here are universal addresses that can pass through the LAN boundaries. The network (logical) addresses have this characteristic. 23 Network Layer Example 24 Idawaty Ahmad 12

13 3.2 TRANSPORT LAYER Transport Layer (L4): Review of a network layer responsibility: Responsible for source-to-destination (end-to-end) delivery of the entire message Individual packet treats each packet independently transport layer Ensures the whole (entire) message arrives intact and in order Oversee both error control and flow control at source-todestination level To added security, transport layer create a connection between the two end ports Connection - Single logical path between the source and destination TRANSPORT LAYER Creating connection involves 3 steps: Connection establishment Data transfer Connection release Has more control over sequencing, flow, error correction and detection 26 Idawaty Ahmad 13

14 3.2 TRANSPORT LAYER Specific responsibilities: Service-point addressing Computers often run several programs at the same time From a specific process(running program) on one computer to a specific process (running program) on the other TL header must include a service-point address or port address Segmentation and reassembly Segment add a sequence number into message segment Connection control Can be either connectionless connection oriented (independent packet) or Flow control End-to-end flow control ( across multiple networks) Error control End-to-end error control ( across multiple networks) 27 Note: The transport layer is responsible for delivery of a message from one process to another. 28 Idawaty Ahmad 14

15 Figure : Reliable process-to-process delivery of a message 29 Transport Layer 30 Idawaty Ahmad 15

16 Example 3 Figure shows an example of transport layer communication. Data coming from the upper layers have port addresses j and k (j is the address of the sending process, and k is the address of the receiving process). Since the data size is larger than the network layer can handle, the data are split into two packets, each packet retaining the port addresses (j and k). Then in the network layer, network addresses (A and P) are added to each packet. 31 Transport Layer Example 32 Idawaty Ahmad 16

17 Transport Layer Example SESSION LAYER Session Layer (L5) The network dialog controller Establishes, maintains, and synchronizes the interaction between communicating systems Responsibilities: Dialog control allows two systems to enter into a dialog communication between two process half-duplex or fullduplex Synchronization allows a process to add checkpoints (synchronization points) into a stream of data E.g.: sending a file.. 34 Idawaty Ahmad 17

18 Session Layer PRESENTATION LAYER Presentation Layer (L6) Concerned with the syntax and semantics of the information exchanged between two systems. Responsibilities: Translation The process (running programs) in two systems are usually exchanging information Different computers use different encoding systems Responsible for interoperability between different encoding methods Sender machine change the information from its sender- dependent format into a common format Receiver machine change the common format into its receiver-dependent format 36 Idawaty Ahmad 18

19 3.2 PRESENTATION LAYER Encryption Encryption - transform the original information to another form and sends it over the network Decryption - reverse process at the receiver side assure privacy - to carry a sensitive data/information Compression Reducesthenumberofbitstobetransmitted multimedia data transmission such as text, audio and video 37 Presentation Layer 38 Idawaty Ahmad 19

20 3.2 APPLICATION LAYER Application Layer (L7) Enables user, whether human or software to access the network Provides user interfaces and support for services such as , remote file access, shared database mgmt and transfer etc No trailer or header are added here Specific services Network virtual terminal File transfer, access, and management (FTAM) access/manage/control files in a remote computer Mail services - X.400 store and forward Directory services X.500 provides distributed database sources 39 Application Layer 40 Idawaty Ahmad 20

21 Note: The application layer is responsible for providing services to the user. 41 Summary of Layer Functions (OSI model) 42 Idawaty Ahmad 21

22 3.3 TCP/IP PROTOCOL SUITE Developed prior to the OSI model 5 layers also known Internet t model The three topmost layers in the OSI model are represented in TCP/IP by a single layer application layer TCP/IP is a hierarchical protocol the upper-level protocol is supported by one or more lower-level protocols E.g.:@TL TCP,UDP;@NL-IP 43 Summary of Layer Functions (TCP/IP) 44 Idawaty Ahmad 22

23 PROTOKOL SUIT TCP/IP TCP: Transmission Control Protocol IP: Internet t Protocol Menggunakan dan mendefinasi hanya 4 paras 1974 Dua tujuan utama senibina TCP/IP adalah: Untuk membentuk sambungan antara rangkaian yang berbeza pada sambungan rangkaian dan juga pada OS yang berbeza Untuk menyembunyikan segala details tentang sambungan, jenis rangkaian daripada paras aplikasi. 45 TCP/IP Application Transport Network HTTP, SMTP, FTP,Telnet, POP3,IMAP, ping dll TCP, UDP, SNMP IP, UDP Link ATM,FDDI,Ethernet,PPP dan jenis Rangkaian yang lain 46 Idawaty Ahmad 23

24 REVISION Q&AS What is peer-to-peer process? What is the difference between a servicepoint-address, a logical address, and a physical address? What is the purpose of translation by the presentation layer? Idawaty Ahmad : Semester 1 : 2009/ PEER-TO-PEER PROCESS The process on each machine that communicate at a given layer. 48 Idawaty Ahmad 24

25 DIFFERENT Service point address identifies the application process on the station at L4 Logical address/lna defines the sender and receiver at L3 and is used to deliver message across multiple networks Physical address is the local address of a node, is used by L2 to deliver data from one node to another within the same network 49 THE PHYSICAL LAYER Definition : Specifications for the physical components of the network What Physical Layer Components do: Specifications for: Cabling Interconnection Methods Data Encoding Electrical Properties Examples Ethernet (IEEE 802.3) Token Ring (IEEE 802.5) FDDI (ANSI X3T9.5) IEEE b (Wireless) 50 Idawaty Ahmad 25

26 THE PHYSICAL LAYER What Physical Layers Components do: Specifications for the physical components of the network Examples (What Defined) Ethernet (Physical Spec) Token Ring (Physical Spec) FDDI b (Physical Spec) T Carrier (T1) Where is on my computer NIC card and cabling 51 THE DATA LINK LAYER What Data Link Layer Components do: Media Access Control (MAC) and Logical Link Control (LLC) Addresses network devices (MAC Address) Places data in a Data Frame (packet) Gives the data bits to the NIC card (MAC) Controls the Network Interface Card s (NIC) Access to the Media (MAC) Detects transmission errors (LLC) 52 Idawaty Ahmad 26

27 THE NETWORK LAYER Definitions: Provides network-wide addressing and mechanism to move packets between multiple networks What Networking Layer Components do: Network Addressing Move of packets between different networks routing Examples Internet Protocol (TCP/IP) IPX (Netware) What defined Network Addressing Move of packets between different networks routing Where is it on my computer: TCP/IP Software 53 THE TRANSPORT LAYER Definitions: Provides end-to-end communication and reliable data delivery Examples Transport Control Protocol (TCP/IP), User Datagram Protocol (UDP) What Transport Layer Components do: Receives data from application and segments it Can provide transmission error detection and correction 54 Idawaty Ahmad 27

28 THE SESSION LAYER Definitions: Allows application to maintain an ongoing g communication (session) Examples NetBIOS Netware Core Protocol What Session Layer Components do: Manage user sessions Track user sessions Where is it on my computer: Workstation and Server Service Software (Windows) 55,Redirector or Requestor (Netware), Windows Client for Netware (Netware) THE PRESENTATION LAYER Definitions: Provides common data formatting between communicating devices Examples Multipurpose Internet Mail Extensions (MIME) What Presentation Layer Components do: Make sure the receiving station can read the transferred data Where is it on my computer: Workstation or server service client 56 Idawaty Ahmad 28

29 THE APPLICATION LAYER Definitions: Gives end-user applications access to network resources Examples Workstation and Server Service Software (Windows) Windows Client for Netware (Netware) What Application Layer Components do: Gives end-user applications access to network resources Where is it on my computer: Workstation or server service (Session, Presentation and Application) Idawaty Ahmad : Semester 1 : 2009/2010 Idawaty Ahmad 29

30 JENIS ALAMAT DI ANTARA RANGKAIAN Tiga jenis alamat yang digunakan antara rangkaian Alamat Paras Data Link: Alamat yang membezakan tiap-tiap perkakasan dalam rangkaian Dikenali sebagai physical atau hardware address Alamat MAC : Alamat Media Access Control: MAC Lebih kurang sama fungsinya dengan Alamat Paras Data Link Alamat IP: Lanjutan tentang ini dalam kuliah yang lain kemudian 59 ALAMAT MAC Panjangnya 48bits 12 digit dalam bentuk hexadecimal Di pelopori oleh IEEE 6 digit pertama:mengenalpasti vendor atau pembuat perkakasan tersebut (OUI: Organizationally Unique Identifier) 6 digit terakhir : Nombor siri untuk perkakasan tersebut dan ditentukan oleh vendor tersebut: (Intel dsb) Dikenali juga sebagai burned-in-address (BIAs) kerana alamat ini akan terdapat dalam ROM (read only memory) dan di salin kedalam RAM semasa perkakasan (network card) tersebut initialize 60 Idawaty Ahmad 30

31 ALAMAT PARAS DATA LINK DAN ALAMAT MAC LAN 3 LAN 4 FDDI Trdpt5 Terdapat alamat lmtmac pada Penghala A Penghala A FDDI LAN 2 Token Ring U N I V E R S I T Y Dialup Ethernet LAN 1 61 Hakcipta: Idawaty Ahmad FSKTM UPM Idawaty Ahmad 31

Chapter Two. The OSI Model

Chapter Two. The OSI Model Chapter Two الملزمة الثانية The OSI Model The International Standards Organization (ISO) is a multinational body dedicated to worldwide agreement on international standards (Established in 1947). An ISO

More information

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

Network Models. Behrouz A. Forouzan Data communication and Networking Fourth edition Chapter 2 Network Models Behrouz A. Forouzan Data communication and Networking Fourth edition 1 Layered Tasks We use the concept of layers in our daily life. As an example, let us consider two friends

More information

ES623 Networked Embedded Systems

ES623 Networked Embedded Systems ES623 Networked Embedded Systems Introduction to Network models & Data Communication 16 th April 2013 OSI Models An ISO standard that covers all aspects of network communication is the Open Systems Interconnection

More information

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

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Network Models The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding and developing computer-to-computer communication

More information

The History and the layers of the OSI Model 30 - October

The History and the layers of the OSI Model 30 - October THE OSI MODEL Established in 1947, the International Standards Organization (ISO) is a multinational body dedicated to worldwide agreement on international standards. An ISO standard that covers all aspects

More information

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

Computer Network : Lecture Notes Nepal Engineering College Compiled by: Junior Professor: Daya Ram Budhathoki Nepal Engineering college, Changunarayan Computer Network : Lecture Notes Nepal Engineering College Compiled by: Junior Professor: Daya Ram Budhathoki Nepal Engineering college, Changunarayan Chapter3: OSI Reference Model: Network Software: Network

More information

Network Model: Each layer has a specific function.

Network Model: Each layer has a specific function. OBJECTIVES: To discuss the OSI model and its layer architecture and to show the interface between the layers. To briefly discuss the functions of each layer in the OSI model. To introduce the TCP/IP protocol.

More information

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

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer Layering in Networked computing OSI Model TCP/IP Model Protocols at each layer Learning outcomes Understand the need of layering in Networked computing Understand the OSI model and the tcp/ip model Understand

More information

CS-461 Internetworking. Dr. Mohamed Aboutabl

CS-461 Internetworking. Dr. Mohamed Aboutabl CS-461 Internetworking Dr. Mohamed Aboutabl http://www.cs.jmu.edu/users/aboutams The McGraw-Hill Companies, Inc., 2000 1 Chapter 1 Introduction The McGraw-Hill Companies, Inc., 2000 2 Internet today Network

More information

Chapter 2 Network Models 2.1

Chapter 2 Network Models 2.1 Chapter 2 Network Models 2.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 2-1 LAYERED TASKS We use the concept of layers in our daily life. As an example,

More information

3.0 PERKHIDMATAN RANGKAIAN

3.0 PERKHIDMATAN RANGKAIAN 3.0 PERKHIDMATAN RANGKAIAN SSK 2023 ASAS KOMUNIKASI DAN RANGKAIAN Minggu ke- 7 KEHENDAK SILIBUS 1.3 Menerangkan lapisan Model TCP/IP dan fungsi, protokol dan perkakasan setiap lapisan : a. Application

More information

The Client Server Model and Software Design

The Client Server Model and Software Design The Client Server Model and Software Design Prof. Chuan-Ming Liu Computer Science and Information Engineering National Taipei University of Technology Taipei, TAIWAN MCSE Lab, NTUT, TAIWAN 1 Introduction

More information

Layered Architecture

Layered Architecture 1 Layered Architecture Required reading: Kurose 1.7 CSE 4213, Fall 2006 Instructor: N. Vlajic Protocols and Standards 2 Entity any device capable of sending and receiving information over the Internet

More information

Chapter 2 Network Models 2.1

Chapter 2 Network Models 2.1 Chapter 2 Network Models 2.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Network Models n Network Architecture: n A) Hardware: at the core of any network;

More information

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

Network Models. Presentation by Dr.S.Radha HOD / ECE SSN College of Engineering Network Models Presentation by Dr.S.Radha HOD / ECE SSN College of Engineering Objective At the end of this section students will be able to Understand the architecture of the OSI model Understand the

More information

Chapter -4 OSI Reference Model

Chapter -4 OSI Reference Model Chapter -4 OSI Reference Model Objectives Concept of Reference Model. OSI Reference Model Concept. Layers of OSI Reference Model. 4.1 Introduction Layered Architecture, Peer-to- Peer Processes, Interfaces

More information

Defining Networks with the OSI Model. Module 2

Defining Networks with the OSI Model. Module 2 Defining Networks with the OSI Model Module 2 Objectives Skills Concepts Objective Domain Description Objective Domain Number Understanding OSI Basics Defining the Communications Subnetwork Defining the

More information

Data Communication and Network. Introducing Networks

Data Communication and Network. Introducing Networks Data Communication and Network Introducing Networks Introduction to Networking Computer network, or simply network Refers to the connection of two or more computers by some type of medium You can connect

More information

Introduction to Open System Interconnection Reference Model

Introduction to Open System Interconnection Reference Model Chapter 5 Introduction to OSI Reference Model 1 Chapter 5 Introduction to Open System Interconnection Reference Model Introduction The Open Systems Interconnection (OSI) model is a reference tool for understanding

More information

Communication Fundamentals in Computer Networks

Communication Fundamentals in Computer Networks Lecture 11 Communication Fundamentals in Computer Networks M. Adnan Quaium Assistant Professor Department of Electrical and Electronic Engineering Ahsanullah University of Science and Technology Room 4A07

More information

ITEC 3800 Data Communication and Network. Introducing Networks

ITEC 3800 Data Communication and Network. Introducing Networks ITEC 3800 Data Communication and Network Introducing Networks Introduction to Networking Computer network, or simply network Refers to the connection of two or more computers by some type of medium You

More information

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

Computer Communication & Networks / Data Communication & Computer Networks Week # 03 Computer Communication & Networks / Data Communication & Computer Networks Week # 03 M.Nadeem Akhtar CS & IT Department The University of Lahore Email: nadeem.akhtar@cs.uol.edu.pk URL-https://sites.google.com/site/nadeemuolcsccn/home

More information

Chapter 2 Network Models

Chapter 2 Network Models Computer Networks Al-Mustansiryah University Elec. Eng. Department College of Engineering Fourth Year Class Chapter 2 Network Models 2.1 2-1 LAYERED TASKS We use the concept of layers in our daily life.

More information

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

E&CE 358: Tutorial 1. Instructor: Sherman (Xuemin) Shen TA: Miao Wang E&CE 358: Tutorial 1 Instructor: Sherman (Xuemin) Shen TA: Miao Wang Email: m59wang@uwaterloo.ca 1 About Tutorials TA: Miao Wang Office: EIT 3133; Tutorials: Th 4:30 5:20 pm Topics Supplementary knowledge

More information

1: Review Of Semester Provide an overview of encapsulation.

1: Review Of Semester Provide an overview of encapsulation. 1: Review Of Semester 1 1.1.1.1. Provide an overview of encapsulation. Networking evolves to support current and future applications. By dividing and organizing the networking tasks into separate layers/functions,

More information

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

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications Data and Computer Communications Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based s 1 Need For Protocol Architecture data exchange can involve complex procedures better if task broken into subtasks

More information

Objectives. Upon completion you will be able to: Understand how the Internet came into being

Objectives. Upon completion you will be able to: Understand how the Internet came into being Chapter 1 Objectives Upon completion you will be able to: Understand how the Internet came into being Understand the meaning of the terms protocol and standard Understand the various organizations involved

More information

Chapter 2 Network Models 2.1

Chapter 2 Network Models 2.1 Chapter 2 Network Models 2.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 2.2 2-1 LAYERED TASKS We use the concept of layers in our daily life. As an example,

More information

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

Fundamentals of Networking. OSI & TCP/IP Model. Kuldeep Sonar 1 Fundamentals of Networking OSI & TCP/IP Model Kuldeep Sonar 1 Kuldeep Sonar 2 OSI Model Kuldeep Sonar 3 Application Layer Layer 7 provides an interface between a host s communication software and any necessary

More information

Networks: Access Management

Networks: Access Management Networks: Access Management Class Notes # 3 Protocols and Layers (part 1) September 19, 2003 Functions A small set of functions form the basis of all protocols. Not all protocols have all functions; this

More information

The OSI Model and the TCP/IP Protocol Suite Outline: 1. Protocol Layers 2. OSI Model 3. TCP/IP Model 4. Addressing

The OSI Model and the TCP/IP Protocol Suite Outline: 1. Protocol Layers 2. OSI Model 3. TCP/IP Model 4. Addressing The OSI Model and the TCP/IP Protocol Suite Outline: 1. Protocol Layers 2. OSI Model 3. TCP/IP Model 4. Addressing OBJECTIVES To discuss the OSI model and its layer architecture and to show the interface

More information

Communicating over the Network

Communicating over the Network Communicating over the Network Network Fundamentals Chapter 2 Version 4.0 1 Network Structure The elements of communication 3 common elements of communication Message source people/electronic devices need

More information

OSI and TCP/IP Models

OSI and TCP/IP Models EECS 3214 Department of Electrical Engineering & Computer Science York University 18-01-08 12:12 1 OSI and / Models 2 1 / Encapsula5on (Packet) (Frame) 3 / Model and Example Protocols A list of protocols

More information

CCNA Guide to Cisco Networking, Third Edition

CCNA Guide to Cisco Networking, Third Edition Review Questions 1. Which of the following best describes the Presentation layer? b. Translates, encrypts, or prepares data from the Application layer for network transmission c. Handles routing information

More information

Networking Applications

Networking Applications Networking Dr. Ayman A. Abdel-Hamid College of Computing and Information Technology Arab Academy for Science & Technology and Maritime Transport 1 Outline Internet Layers Internet Data Packet transmission

More information

CCNA Exploration1 Chapter 7: OSI Data Link Layer

CCNA Exploration1 Chapter 7: OSI Data Link Layer CCNA Exploration1 Chapter 7: OSI Data Link Layer LOCAL CISCO ACADEMY ELSYS TU INSTRUCTOR: STELA STEFANOVA 1 Explain the role of Data Link layer protocols in data transmission; Objectives Describe how the

More information

Computer Networks (Introduction to TCP/IP Protocols)

Computer Networks (Introduction to TCP/IP Protocols) Network Security(CP33925) Computer Networks (Introduction to TCP/IP Protocols) 부산대학교공과대학정보컴퓨터공학부 Network Type Elements of Protocol OSI Reference Model OSI Layers What we ll learn today 2 Definition of

More information

2. Network functions are associated with only one layer of the OSI model. 4. Not all Transport layer protocols are concerned with reliability.

2. Network functions are associated with only one layer of the OSI model. 4. Not all Transport layer protocols are concerned with reliability. Chapter 2: Network Standards and the OSI Model TRUE/FALSE 1. Standards assist in network design. T PTS: 1 REF: 39 2. Network functions are associated with only one layer of the OSI model. F PTS: 1 REF:

More information

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

Network Protocols. Terms you ll need to understand: Techniques you ll need to master: 3 Network Protocols Terms you ll need to understand: OSI Reference Model Application layer Presentation layer Session layer Transport layer Network layer Data Link layer Physical layer IEEE 802 specifications

More information

Chapter 3 Protocols and the TCP/IP Suite

Chapter 3 Protocols and the TCP/IP Suite Chapter 3 Protocols and the TCP/IP Suite 3.1 The Need for a Protocol Architecture need for a standard communication tasks by layers architecture peer protocol: a set of rules or conventions to exchange

More information

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

MEBS Utilities services M.Sc.(Eng) in building services Faculty of Engineering University of Hong Kong 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

More information

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

OSI Model. Teran Subasinghe MBCS, Bsc.(Hons) in Computer Science - University of Greenwich, UK OSI Model Teran Subasinghe MBCS, Bsc.(Hons) in Computer Science - University of Greenwich, UK What is OSI Model? Open Systems Interconnection Reference Model Developed in 1984 by the International Standards

More information

Computer Networks รศ.ดร.อน นต ผลเพ ม. Assoc. Prof. Anan Phonphoem, Ph.D. Kasetsart University, Bangkok, Thailand

Computer Networks รศ.ดร.อน นต ผลเพ ม. Assoc. Prof. Anan Phonphoem, Ph.D. Kasetsart University, Bangkok, Thailand Jan May 2018 Computer Networks รศ.ดร.อน นต ผลเพ ม Assoc. Prof. Anan Phonphoem, Ph.D. anan.p@ku.ac.th http://www.cpe.ku.ac.th/~anan Computer Engineering Department Kasetsart University, Bangkok, Thailand

More information

CPS221 Lecture: Layered Network Architecture

CPS221 Lecture: Layered Network Architecture CPS221 Lecture: Layered Network Architecture Objectives last revised 9/8/14 1. To discuss the OSI layered architecture model 2. To discuss the specific implementation of this model in TCP/IP Materials:

More information

Organizations have developed standard sets of protocols

Organizations have developed standard sets of protocols Network Models Organizations have developed standard sets of protocols Some of these organizations are: The International Standards Organization (ISO) The Institute of Electrical and Electronic Engineers

More information

Network Models CHAPTER LAYERED TASKS

Network Models CHAPTER LAYERED TASKS CHAPTER 2 Network Models A network is a combination of hardware and software that sends data from one location to another. The hardware consists of the physical equipment that carries signals from one

More information

LECTURE # 8. Bad Technology Flow control, error control, addressing is multiple Session and Presentation(EMPTY), Network and DL(Full)

LECTURE # 8. Bad Technology Flow control, error control, addressing is multiple Session and Presentation(EMPTY), Network and DL(Full) Critique of OSI Model LECTURE # 8 Reasoning for OSI not getting Widespread Bad Timing(slide) (Apocalypse of Two Elephants) David Clarke of MIT If standards are written too early: subject is badly understood

More information

Architectures of Communication Subsystems

Architectures of Communication Subsystems Architectures of Communication Subsystems Open System Interconnection Reference Model Computer Networks Lecture 2 http://goo.gl/pze5o8 Connection-Oriented versus Connectionless Communication 2 Connection-Oriented

More information

b) Diverse forms of physical connection - all sorts of wired connections, wireless connections, fiber optics, etc.

b) Diverse forms of physical connection - all sorts of wired connections, wireless connections, fiber optics, etc. Objectives CPS221 Lecture: Layered Network Architecture last revised 6/22/10 1. To discuss the OSI layered architecture model 2. To discuss the specific implementation of this model in TCP/IP Materials:

More information

Network Architecture Models

Network Architecture Models School of Business Eastern Illinois University Network Architecture Models (September 8, 2009) Abdou Illia, Fall 2009 Learning Objectives 2 Discuss the OSI reference Model Discuss the Internet Model Compare

More information

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

products. OSI is an ISO Standard: OSI was officially adopted as an international standard by the International Organisation of Standards (ISO). CBCN4103 Open Systems Interconnection (OSI) is a standard d description or "reference model" for how messages should be transmitted between any two points in a telecommunication network. Its purpose is

More information

Network Reference Models

Network Reference Models Network Reference Models LECTURE (2) Network Reference Models A framework (guideline) for network implementation and troubleshooting. Divides complex functions into simpler components. Importance of reference

More information

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

Application Layer. Presentation Layer. Session Layer. Transportation Layer. Network Layer. Physical Layer Open Systems Interconnection (OSI) By Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore Email: bhu261@gmail.com 1 OSI The Open System Interconnection (OSI)

More information

The Data Link Layer. 32 PART I Networking Basics

The Data Link Layer. 32 PART I Networking Basics 32 PART I Networking Basics weather station. More realistic devices use duplex mode, where all systems can send or receive with equal facility. This is often further distinguished as half-duplex (the system

More information

UNIVERSITI SAINS MALAYSIA. CST332 Internet Protocols. Architecture & Routing [Protokol, Seni Bina & Penghalaan Internet]

UNIVERSITI SAINS MALAYSIA. CST332 Internet Protocols. Architecture & Routing [Protokol, Seni Bina & Penghalaan Internet] UNIVERSITI SAINS MALAYSIA First Semester Examination 2016/2017 Academic Session December 2016 / January 2017 CST332 Internet Protocols. Architecture & Routing [Protokol, Seni Bina & Penghalaan Internet]

More information

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

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet Chapter 2 - Part 1 The TCP/IP Protocol: The Language of the Internet Protocols A protocol is a language or set of rules that two or more computers use to communicate 2 Protocol Analogy: Phone Call Parties

More information

Internetworking Models The OSI Reference Model

Internetworking Models The OSI Reference Model Internetworking Models When networks first came into being, computers could typically communicate only with computers from the same manufacturer. In the late 1970s, the Open Systems Interconnection (OSI)

More information

Chapter 7. Local Area Network Communications Protocols

Chapter 7. Local Area Network Communications Protocols Chapter 7 Local Area Network Communications Protocols The Network Layer The third layer of the OSI Model is the network layer. The network layer is concerned with providing a means for hosts to communicate

More information

CS1302-COMPUTER NETWORKS UNIT I -DATA COMMUNICATION PART A

CS1302-COMPUTER NETWORKS UNIT I -DATA COMMUNICATION PART A SHRI ANGALAMMAN COLLEGE OF ENGINEERING & TECHNOLOGY (An ISO 9001:2008 Certified Institution) SIRUGANOOR,TRICHY-621105. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING CS1302-COMPUTER NETWORKS Year/Sem:

More information

BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU 2017

BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU 2017 5 years Integrated M.Sc (IT) Semester 3 Question Bank 060010310 DSE4 Computer Networks Unit 1 Introduction Short Questions 1. State the term data with respect to computer network. 2. What is data communication?

More information

Overview of TCP/IP Overview of TCP/IP protocol: TCP/IP architectural models TCP protocol layers.

Overview of TCP/IP Overview of TCP/IP protocol: TCP/IP architectural models TCP protocol layers. Overview of TCP/IP 3 Overview of TCP/IP protocol: TCP/IP architectural models TCP protocol layers. 4 2 5 6 3 7 8 4 9 10 5 11 12 6 13 14 7 15 16 8 17 18 9 19 20 10 21 Why TCP/IP? Packet based Provides decentralized

More information

OSI ISO, OSI Reference Model

OSI ISO, OSI Reference Model Introduction OSI (Open Systems Interconnection) based on a proposal developed by International Standards Organisation (ISO) in 1984. Known as ISO, OSI Reference Model as it deals with connecting open systems.

More information

Chapter 2. Communicating Over The Network. CCNA1-1 Chapter 2

Chapter 2. Communicating Over The Network. CCNA1-1 Chapter 2 Chapter 2 Communicating Over The Network CCNA1-1 Chapter 2 Communicating Over the Network The Platform for Communications CCNA1-2 Chapter 2 Elements of Communication People communicate in many different

More information

Network Review TEJ4M. SBrace

Network Review TEJ4M. SBrace Network Review TEJ4M SBrace Example of how the OSI Layers work using an e-mail sent from the computer on the left. Email sent from John: Meet me at Carl s 1:30 John Identify sender and intended receiver;

More information

Chapter 6: Network Communications and Protocols

Chapter 6: Network Communications and Protocols Learning Objectives Chapter 6: Network Communications and Protocols Understand the function and structure of packets in a network, and analyze and understand those packets Understand the function of protocols

More information

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

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space that is provided. 223 Chapter 19 Inter mediate TCP The Transmission Control Protocol/Internet Protocol (TCP/IP) suite of protocols was developed as part of the research that the Defense Advanced Research Projects Agency

More information

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

Part VI. Appendixes. Appendix A OSI Model and Internet Protocols Appendix B About the CD Part VI Appendixes Appendix A OSI Model and Internet Protocols Appendix B About the CD OSI Model and Internet Protocols APPENDIX A In this appendix, you will Learn about the OSI model Review the network

More information

1. Data Link Layer (Layer 2)

1. Data Link Layer (Layer 2) 1. Data Link Layer (Layer 2) The Data Link layer provides a means for exchanging data over a common local media. The Data Link layer performs two basic services: Allows the upper layers to access the media

More information

1. Data Link Layer Protocols

1. Data Link Layer Protocols 1. Data Link Layer Protocols Purpose of the Data Link Layer The Data Link Layer Purpose of the Data Link Layer Data Link Sublayers Network LLC Sublayer Data Link Physical MAC Sublayer 802.3 Ethernet 802.11

More information

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

SUBJECT: DATA COMMUNICATION AND NETWORK SEMESTER: V SEMESTER COURSE: BCA SUBJECT TEACHER: Dr.K.Chitra Assistant Professor, Department of Computer SUBJECT: DATA COMMUNICATION AND NETWORK SEMESTER: V SEMESTER COURSE: BCA SUBJECT TEACHER: Dr.K.Chitra Assistant Professor, Department of Computer Science Chapter - 2 Switching and Network Architecture

More information

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

Operating Systems. 16. Networking. Paul Krzyzanowski. Rutgers University. Spring /6/ Paul Krzyzanowski Operating Systems 16. Networking Paul Krzyzanowski Rutgers University Spring 2015 1 Local Area Network (LAN) LAN = communications network Small area (building, set of buildings) Same, sometimes shared,

More information

Introduction to Protocols

Introduction to Protocols Chapter 6 Introduction to Protocols 1 Chapter 6 Introduction to Protocols What is a Network Protocol? A protocol is a set of rules that governs the communications between computers on a network. These

More information

System Programming. Introduction to computer networks

System Programming. Introduction to computer networks Content : by Dr. B. Boufama School of Computer Science University of Windsor Instructor: Dr. A. Habed adlane@cs.uwindsor.ca http://cs.uwindsor.ca/ adlane/60-256 Content Content 1 Introduction to Computer

More information

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

Lecture 2. Computer Networks Models. Network Models 1-1 Lecture 2 Computer Networks Models Network Models 1-1 Agenda Introduction to the Internet Reference Models for Computer Networks The OSI Model The TCP/IP Model Network Models 1-2 Announcements Bonus -

More information

Operating Systems CS 571

Operating Systems CS 571 Computer Networks: Overview Operating Systems CS 571 Network types Range Bandwidth (Mbps) Latency (ms) LAN 1-2 kms 10-1000 1-10 WAN worldwide 0.010-600 100-500 MAN 2-50 kms 1-150 10 Wireless LAN 0.15-1.5

More information

Open Systems Interconnection Model

Open Systems Interconnection Model OPEN SYSTEMS INTERCONNECTION AND TCP/IP PROTOCOL SUITE TCP/IP P Open Systems Interconnection Model An ISO standard that covers all aspects of network communications A layered framework consisting of seven

More information

TCP/IP THE TCP/IP ARCHITECTURE

TCP/IP THE TCP/IP ARCHITECTURE TCP/IP-1 The Internet Protocol (IP) enables communications across a vast and heterogeneous collection of networks that are based on different technologies. Any host computer that is connected to the Internet

More information

COMS Introduction to Computers. Networking

COMS Introduction to Computers. Networking COMS 1001 Introduction to Computers Networking What's Ahead Networking layers Network Speeds Protocols, sockets, client/server Routing, DNS, Ethernet, LANs, wireless What is a Network? Loose definition:

More information

Cross Layer Protocol Design. Radio Communication III

Cross Layer Protocol Design. Radio Communication III Cross Layer Protocol Design Radio Communication III The layered world of protocols The ISO OSI model OSI model Introduction» The open systems interconnection reference model (OSI model) describes a layered

More information

INSTRUCTION: This section consists of FOUR (4) structured questions. Answer ALL questions.

INSTRUCTION: This section consists of FOUR (4) structured questions. Answer ALL questions. SECTION A: 60 MARKS BAHAGIAN A: 60 MARKAH INSTRUCTION: This section consists of FOUR (4) structured questions. Answer ALL questions. ARAHAN: Bahagian ini mengandungi EMPAT (4) soalan berstruktur. Jawab

More information

Network.... communication system for connecting end- systems. End-systems a.k.a. hosts PCs, workstations dedicated computers network components

Network.... communication system for connecting end- systems. End-systems a.k.a. hosts PCs, workstations dedicated computers network components Networking 1 Network... communication system for connecting end- systems End-systems a.k.a. hosts PCs, workstations dedicated computers network components 2 Multiaccess vs.. Point-to-point Multiaccess

More information

Chapter 2. Communicating Over The Network

Chapter 2. Communicating Over The Network Chapter 2 Communicating Over The Network CCNA1-1 Chapter 2 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario. Thanks

More information

AUTOMATIC APPLICATION PROGRAMMING INTERFACE FOR MULTI HOP WIRELESS FIDELITY WIRELESS SENSOR NETWORK

AUTOMATIC APPLICATION PROGRAMMING INTERFACE FOR MULTI HOP WIRELESS FIDELITY WIRELESS SENSOR NETWORK AUTOMATIC APPLICATION PROGRAMMING INTERFACE FOR MULTI HOP WIRELESS FIDELITY WIRELESS SENSOR NETWORK MOHD HUSAINI BIN MOHD FAUZI UNIVERSITI TEKNOLOGI MALAYSIA AUTOMATIC APPLICATION PROGRAMMING INTERFACE

More information

Computer Network Fundamentals (IT 221)

Computer Network Fundamentals (IT 221) Computer Network Fundamentals (IT 221) أساسيات شبكات الحاسب Business Applications: Lecture 1: Computer network: collection of autonomous computers interconnected by a single technology. Goals: sharing

More information

Guide to Networking Essentials, 6 th Edition. Chapter 6: Network Reference Models and Standards

Guide to Networking Essentials, 6 th Edition. Chapter 6: Network Reference Models and Standards Guide to Networking Essentials, 6 th Edition Chapter 6: Network Reference Models and Standards Objectives Explain the OSI reference model layers and their relationship to hardware and software Explain

More information

QUESTION BANK EVEN SEMESTER

QUESTION BANK EVEN SEMESTER Fatima Michael College of Engineering and Technology DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK EVEN SEMESTER SUB CODE & NAME: EC2352 COMPUTER NETWORKS YEAR / SEM: III / VI Staff

More information

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

Lecture Outline. Lecture 2. OSI model and networking. The OSI model and networking. The OSI model and networking. The OSI model and networking Lecture 2 The OSI model Chapter 2, specifically pages 42-58 Dave Novak School of Business Administration, University of Vermont Sources: 1) Network+ Guide to Networks, Dean 2013 2) Comer, Computer Networks

More information

Test Bank for A Guide to Designing and Implementing Local And Wide Area Networks 2nd Edition by Palmer and Sinclair

Test Bank for A Guide to Designing and Implementing Local And Wide Area Networks 2nd Edition by Palmer and Sinclair Test Bank for A Guide to Designing and Implementing Local And Wide Area Networks 2nd Edition by Palmer and Sinclair Link download full: https://testbankservice.com/download/test-bank-for-aguide-to-designing-and-implementing-local-and-wide-area-networks-2ndedition-by-palmer-and-sinclair/

More information

Local Area Networks and the Network Protocol Stack

Local Area Networks and the Network Protocol Stack Local Area Networks and the CSC362, Information Security Introduction problems inherent in transmitting packets network topologies network protocol stack Packet Switching Problems packet switching can

More information

Need For Protocol Architecture

Need For Protocol Architecture Chapter 2 CS420/520 Axel Krings Page 1 Need For Protocol Architecture E.g. File transfer Source must activate communications path or inform network of destination Source must check destination is prepared

More information

Lecture (02) Network Protocols and Standards

Lecture (02) Network Protocols and Standards Lecture (02) Network Protocols and Standards Dr. Ahmed M. ElShafee 1 Agenda - - 2 Preface Protocols and standards are what make networks work together. Protocols make it possible for the various components

More information

PROGRAMMING Kyriacou E. Frederick University Cyprus. Network communication examples

PROGRAMMING Kyriacou E. Frederick University Cyprus. Network communication examples ACSC424 NETWORK APPLICATION PROGRAMMING Kyriacou E. Frederick University Cyprus communication examples The OSI reference model (proposed by ISO) Application A Application B 2 Application Application Presentation

More information

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

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print, ANNEX B - Communications Protocol Overheads The OSI Model is a conceptual model that standardizes the functions of a telecommunication or computing system without regard of their underlying internal structure

More information

NT1210 Introduction to Networking. Unit 10

NT1210 Introduction to Networking. Unit 10 NT1210 Introduction to Networking Unit 10 Chapter 10, TCP/IP Transport Objectives Identify the major needs and stakeholders for computer networks and network applications. Compare and contrast the OSI

More information

Networking interview questions

Networking interview questions Networking interview questions What is LAN? LAN is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected

More information

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

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

More information

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols Guide to Networking Essentials, 6 th Edition Chapter 5: Network Protocols Objectives Describe the purpose of a network protocol, the layers in the TCP/IP architecture, and the protocols in each TCP/IP

More information

IV ABSTRACT In this project, the suitability of 802.11 b networks to carry real time voice traffic communication will be assessed using the Internet Protocol, where in the network the voice session have

More information

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

ISO/OSI Model and Collision Domain NETWORK INFRASTRUCTURES NETKIT - LECTURE 1 MANUEL CAMPO, MARCO SPAZIANI ISO/OSI Model and Collision Domain NETWORK INFRASTRUCTURES NETKIT - LECTURE 1 MANUEL CAMPO, MARCO SPAZIANI ISO/OSI Model ISO: International Organization for Standardization OSI: Open Systems Interconnection

More information

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

CS-435 spring semester Network Technology & Programming Laboratory. Stefanos Papadakis & Manolis Spanakis CS-435 spring semester 206 Network Technology & Programming Laboratory University of Crete Computer Science Department Stefanos Papadakis & Manolis Spanakis CS-435 Lecture #2 preview: Data Communications

More information