Section 3.1 Describe data packets Explain the role of network interface cards Compare analog and digital signals Section 3.2 Explain the OSI reference.

Slides:



Advertisements
Similar presentations
OSI Model OSI MODEL.
Advertisements

OSI MODEL Maninder Kaur
PROTOCOLS SUBMITTED BY : SUDEEP C D ; BSc(CS) Ist Year Ist Sem. T h i s p r e s e n t a t i o n w i l l p r o b a b l y i n v o l v e a u d i e n c e d.
Layer 1 of the TCP/IP protocol stack: Network Access Layer (NAL). Functions, performed on the layer. МАС address in Ethernet networks. Layer 1 of the TCP/IP.
Chapter VI Data Communication: Delivering Information Anywhere and Anytime By: AP CHEN P. JOVER BSIT - III.
1 Fall 2005 Internetworking: Concepts, Architecture and TCP/IP Layering Qutaibah Malluhi CSE Department Qatar University.
1-1 Introduction to Computer Networks and Data Communications.
OSI Model.
Open System Interconnection (OSI) Model
Network Reference Model. 2004/05Network reference models2 Learning Objectives Understand and explain the OSI reference model Understand and explain the.
Review on Networking Technologies Linda Wu (CMPT )
TCP: Software for Reliable Communication. Spring 2002Computer Networks Applications Internet: a Collection of Disparate Networks Different goals: Speed,
Chapter 2 Network Models.
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.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
OIS Model TCP/IP Model.
Lecturer: Tamanna Haque Nipa
The OSI and TCP/IP Models Last Update Copyright 2009 Kenneth M. Chipps Ph.D.
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.
NetworkProtocols. Objectives Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk Understand position of network protocols in OSI Model.
OSI Model Honolulu Community College Cisco Academy Training Center
Presentation on Osi & TCP/IP MODEL
Introducing Network Standards
Introduction to Computer Networks Introduction to Computer Networks.
Section 5.1 Explain why standards are necessary for networking
Protocols and the TCP/IP Suite
Network Architecture & Standards
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Layer Architecture Layer architecture simplifies the network design. It is easy to debug network applications in a layered architecture network. The network.
NETWORKING FUNDAMENTALS. Bandwidth Bandwidth is defined as the amount of information that can flow through a network connection in a given period of time.Bandwidth.
The OSI Model.
Spring 2006Computer Networks1 Chapter 2 Network Models.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
1 CHAPTER 8 TELECOMMUNICATIONSANDNETWORKS. 2 TELECOMMUNICATIONS Telecommunications: Communication of all types of information, including digital data,
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Communicating over the Network Network Fundamentals – Chapter 2.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Network Models.
SYSTEM ADMINISTRATION Chapter 2 The OSI Model. The OSI Model was designed by the International Standards Organization (ISO) as a structural framework.
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.
N ETWORKING Standards and Protocols. S TANDARDS AND P ROTOCOLS The OSI Model.
COMPUTER NETWORK AND DESIGN CSCI 3385K. Host-to-Host Communications Model Older model Proprietary Application and combinations software controlled by.
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)
Week #8 OBJECTIVES Chapter #5. CHAPTER 5 Making Networks Work Two Networking Models –OSI OPEN SYSTEMS INTERCONNECTION PROPOSED BY ISO –INTERNATIONAL STANDARDS.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Welcome Back Cisco Semester 1 & 2 Review. Why are Networks Complex Environments?? They involve: They involve: –Interconnections to networks outside an.
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.
Chapter 5: Making Networks Work
Click to edit Master subtitle style
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
Layer 1 of the TCP/IP protocol stack: Network Access Layer (NAL)
Ethernet and Token Ring LAN Networks
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model The Seven Layers
OSI Model OSI MODEL.
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Unit – III Network Essentials
Presentation transcript:

Section 3.1 Describe data packets Explain the role of network interface cards Compare analog and digital signals Section 3.2 Explain the OSI reference model Identify the layers of the OSI reference model

Section 3.3 Explain the role of protocols Identify industry standard protocol stacks Describe how protocols work within a reference model

pp Main Ideas Two important components needed to transfer data are data packets and network interface cards. Data can be transmitted using a digital or analog signal. Key Terms data packet cyclical redundancy check (CRC) bus parallel transmission serial transmission analog broadband transmission digital baseband transmission multiplexing Guide to Reading How Network Traffic Gets from Here to There

pp data packets Networks are very fast, but there is a limit to the amount of traffic networks can transport at one time. The solution to this problem is to break this traffic into small pieces known as data packets. A data packet, also called a packet, is a very small part of the entire piece of data that needs to be sent. data packet Data that consist of three parts—a header, the data itself, and a trailer. (p. 70) Data Packets How Network Traffic Gets from Here to There

pp cyclical redundancy check (CRC) A cyclical redundancy check (CRC) is performed at the sending and receiving computers to make sure the data packet arrived with no errors. cyclical redundancy check (CRC) Error checking used in networks. A sending node performs a mathematical calculation on the packet and the result is attached to the packet’s trailer. The receiving node performs the same calculation on the packet it received. If the calculations differ, the CRC signals the source computer to retransmit the packet. (p. 71) Data Packets How Network Traffic Gets from Here to There

pp Data Packets The job to neatly chunk, address, and deliver the information in a network is handled by the network interface card (NIC) in each computer. The NIC does the following: Provides the source, or hardware, address of the computer. Prepares the data from the computer for the network cable. Sends data to another computer. Controls the flow of data between the computer and the cabling. Receives incoming data from another computer. Translates electrical impulses from the cable into binary code that the computer understands. How Network Traffic Gets from Here to There

pp bus Within the computer itself, information travels along pathways known as buses. A bus consists of multiple “lanes” (wires) set side by side. bus A data pathway that connects components in a computer using parallel cabling or wire. (p. 72) Data Packets How Network Traffic Gets from Here to There

pp parallel transmission serial transmission Data packets travel in parallel transmission within the computer, but in serial transmission on a cable. Data on a network move from the “multilane” computer cable to a “single-lane” network cable. parallel transmission The orderly procession of transmitted data in computers in which groups of bits are transferred simultaneously side by side over two or more wires. (p. 72) serial transmission The procession of transmitted data in which bits are sent over network cables and travel bit by bit one at a time. (p. 73) Data Packets How Network Traffic Gets from Here to There

pp Transmitting Data Packets Baseband and broadband are two techniques used to transmit data packets over cable. Bandwidth is the maximum speed at which a particular communications medium, such as cables, can transfer information. Bandwidth measurement depends on the type of signal (analog or digital) and the media used to carry the information. Type of Signal (analog or digital) + Type of Media = Bandwidth How Network Traffic Gets from Here to There

pp analog In an analog signal, information travels as a continuously changing wave. This signal cycles up and down in a wavelike pattern. analog A signal that travels as a continuously variable wavelike pattern. (p. 74) Transmitting Data Packets How Network Traffic Gets from Here to There

pp Broadband transmissions Broadband transmissions can be divided into multiple channels separated by small bands of unused frequencies to avoid one channel interfering with the signal being transmitted on its neighbors. Broadband is unidirectional—it moves in one direction only. To send and receive, the communications bandwidth is divided into two channels, one for each direction. broadband transmission Transmissions that rely on an analog signal, a range of frequencies, and a communications medium. Broadband signals can be divided into multiple channels separated by small bands of unused frequencies to avoid interference. (p. 74) Transmitting Data Packets How Network Traffic Gets from Here to There

pp Transmitting Data Packets An example of broadband transmissions are digital signals. Digital signals encode information numerically, using 0s and 1s. These simple signals convey information in separate on/off pulses over the communications medium, such as cables. How Network Traffic Gets from Here to There

pp Baseband transmissions multiplexing Baseband transmissions send digital signals over a single channel. Multiple transmissions can be sent through the channel simultaneously through a technique known as multiplexing. baseband transmission Transmissions of digital signals over a single channel, typical of most current LANs. One signal at a time travels over the network cable. (p. 75) multiplexing Multiple transmissions sent through a channel simultaneously and are interwoven into a single signal. (p. 75) Transmitting Data Packets How Network Traffic Gets from Here to There

pp Transmitting Data Packets This is an example of multiplexing, in which several signals from different sources can be fed into one cable for transmission. How Network Traffic Gets from Here to There

pp Main Ideas Network models describe how different network devices communicate with each other. The OSI model consists of seven layers that describe the tasks a network component must handle. Key Terms protocol Open Systems Interconnection (OSI) reference model interface session data frame Transmission Control Protocol/Internet Protocol (TCP/IP) reference model Advanced Program to Program Communications (APPC) Internetworking Guide to Reading Network Models

pp To ensure that products from various manufacturers can communicate with each other, network models have been created. protocol A protocol, which is part of software, is what makes a network work. The model describes what needs to be done, and the protocol performs the work. protocol Rules that define how network devices communicate with each other and perform specific tasks. (p. 78) Models Versus Protocols Network Models

pp Open Systems Interconnection (OSI) reference model The Open Systems Interconnection (OSI) reference model consists of seven layers that define how data are sent from a computer, through the network, and into a receiving computer. Understanding each layer and how each one interacts with other layers helps you understand how networks operate. Open Systems Interconnection (OSI) reference model An international standard that is a guide for networking. Defines how data are sent from a computer, through the network, and into a receiving computer. Also called the OSI model. (p. 79) The OSI Reference Model Network Models

pp The OSI Reference Model The OSI model provides a description of how network hardware and software work together in a layered fashion to make communications between computers possible. Each layer includes different network activities, equipment, or protocols. Network Models

pp interfaces Layers are separated from each other by boundaries called interfaces. interface The connection that provides communication between layers. It also shields neighboring layers from the details of how services are implemented. (p. 80) The OSI Reference Model Network Models

pp OSI Layers Beginning at the top of the OSI model (Layer 7), we work down to the bottom (Layer 1). The lower layers in the OSI model support the tasks that are performed at the upper layers. Network Models

Layer Number Layer NameDescription 7Application Relates to services that directly support user applications 6Presentation Defines the format used to exchange data among networked computers 5Session Allows two applications on different computers to open, use, and close a connection between computers 4Transport Ensures that data packets are delivered error-free, in sequence, and without data losses or duplications 3Network Responsible for addressing messages and finding the best path to move data across the network 2Data Link Sends data frames from the Network Layer to the Physical Layer 1Physical Carries the signals to transmit the data over the cable to the network pp OSI Layers Network Models

pp Layer 5, the Session Layer, allows two applications on different computers to open, use, and close a connection called a session. The Session Layer is responsible for managing this dialogue. session A highly structured dialog between two workstations. (p. 81) OSI Layers Network Models

pp data frame Layer 2, the Data Link Layer, sends data frames from the Network Layer to the Physical Layer. A data frame is like a vehicle, in which the data are the people, or cargo, who ride inside the vehicle across the network. data frame An organized, logical structure in which data can be placed. (p. 82) OSI Layers Network Models

pp OSI Layers A data frame is used to transport data across the network. Network Models

pp Two other models, also layered, tend to pop up in descriptions of network architectures. Systems Network Architecture (SNA) Transmission Control Protocol/Internet Protocol (TCP/IP) reference model Transmission Control Protocol/Internet Protocol (TCP/IP) reference model Transmission Control Protocol/Internet Protocol (TCP/IP) reference model An Internet-related network architectural model. (p. 84) Other Networking Models Network Models

pp Advanced Program to Program Communications (APPC) SNA was originally designed around the mainframe/terminal relationship, but was later modified, in a specification known as Advanced Program to Program Communications (APPC), to include minicomputers and personal computers. Advanced Program to Program Communications (APPC) The SNA mainframe communication model was modified in a specification known as APPC to include minicomputers and personal computers. (p. 84) Other Networking Models Network Models

pp The birth and evolution of the Internet gave rise to yet another model. This is the TCP/IP reference model, also referred to as the Internet reference model. internetworking The TCP/IP reference model reflects the world of internetworking. internetworking The transfer and routing of information between and among varied workstations and networks. (p. 84) Other Networking Models Network Models

pp Other Networking Models This image below shows the difference between the TCP/IP and OSI models, as well as rough—though not exact—equivalents between the layers in the two models. Network Models

pp You Try It Activity 3A – Learning the OSI Reference Model (p. 83) Network Models

pp Main Ideas Protocols are rules and procedures used to make network communications possible. Multiple protocols can be used by a NIC. Many protocols that operate in conjunction perform the various tasks needed to send and receive data. Key Terms protocol stack binding process binding order Media Access Control (MAC) Guide to Reading Protocols

pp The Function of Protocols When data are transmitted over a network, they are sent in steps. A single step includes certain actions that cannot take place at any other step. Each step has its own rules and procedures, or protocols. There are four points to keep in mind about protocols: There are many protocols. Some protocols work only at particular OSI layers. Some protocols work at multiple layers. Protocols are consistent. Protocols

pp protocol stack A protocol stack is a combination of protocols. Layers within the stack, which generally correspond to the OSI model, specify various protocols for handling a function or subsystem of the communication process. Each layer in the stack has its own set of rules. protocol stack Multiple layers of protocols that work together. (p. 88) Protocols in a Layered Architecture Protocols

pp binding process The binding process is used to connect protocols, or protocol stacks, to the NIC. Protocols and NICs can be mixed and matched on an as-needed basis. The binding order determines the sequence in which the operating system runs the protocol. binding process The process of tying the protocols together to provide data with a route from the application level to the NIC. (p. 88) binding order The sequence in which the operating system runs the protocol. (p. 88) Protocols in a Layered Architecture Protocols

pp Protocols in a Layered Architecture The computer industry has designated several kinds of protocol stacks as standard models. Hardware and software manufacturers can develop their products to meet any one or a combination of these protocol stacks. The most important protocol stacks include: OSI protocol suite Digital DECnet Novell NetWare AppleTalk TCP/IP IBM SNA Protocols

pp Protocols in a Layered Architecture Protocols exist at each layer of these stacks, performing the tasks specified by that layer. However, the communication tasks that networks need to perform are grouped into one of the three following types: application protocols transport protocols network protocols Protocols

pp The Data Link Layer is divided into two sublayers: Logical Link Control (LLC) Media Access Control (MAC) Media Access Control (MAC) The lower of two sublayers that make up the Data Link Layer. The MAC manages access to the physical network, delimits frames, and handles error control. (p. 92) Protocols in a Layered Architecture Protocols

pp You Try It Activity 3B – Discovering What Protocols You Use (p. 89) Protocols

Resources For more resources on this chapter, go to the Introduction to Networks and Networking Web site at Chapter 3