CCNA Guide to Cisco Networking Fundamentals Fourth Edition

Slides:



Advertisements
Similar presentations
OSI Model OSI MODEL.
Advertisements

Open System Interconnection
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
1-1 Introduction to Computer Networks and Data Communications.
Communicating over the Network
OSI Model.
Open System Interconnection (OSI) Model
11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
Chapter 2 Network Models.
Protocol Reference Model of OSI
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.
 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
Lecture slides prepared for “Business Data Communications”, 7/e, by William Stallings and Tom Case, Chapter 8 “TCP/IP”.
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
OSI Model Honolulu Community College Cisco Academy Training Center
Chapter 2 Network Models
OSI Reference Model & Layered Communication Sritrusta Sukaridhoto.
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.
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.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
1 Protocols and Reference Models Babu Ram dawadi.
Networking Fundamentals Chapter 1 Introducing Networks.
Cisco – Semester 1 – Chapter 2 Network Fundamentals And The OSI Model.
The OSI Model.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
NSH0503/01/11041 Overview Computer Network Technology By Diyurman Gea.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
First, by sending smaller individual pieces from source to destination, many different conversations can be interleaved on the network. The process.
William Stallings Data and Computer Communications
An Introduction to Networking
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
Introduction Chapter 1. Metropolitan Area Networks A metropolitan area network based on cable TV.
COMPUTER NETWORK AND DESIGN CSCI 3385K. Host-to-Host Communications Model Older model Proprietary Application and combinations software controlled by.
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.
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
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Networking Using the OSI Model.
Chapter 5: Making Networks Work
Computer Networks.
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
CHAPTER 2 THE OSI MODEL.
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model OSI MODEL.
Network Architecture Models
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

CCNA Guide to Cisco Networking Fundamentals Fourth Edition Chapter 1 Introducing Networks

CCNA Guide to Cisco Networking Fundamentals, Fourth Edition Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the reasons why the networking industry uses a layered model Define and explain the conversion steps of data encapsulation Define and describe the function of a MAC address Describe connection-oriented network service and connectionless network service, and identify the key differences between them CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

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 computer using the following: Public telephone system Wire cable Fiber-optic cable Infrared equipment Radio equipment CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

CCNA Guide to Cisco Networking Fundamentals, Fourth Edition Origin of Networking Industry experts find it difficult to date the precise origin of networking Because many devices have been networked throughout history Mainframe computers were sometimes connected to each other by cables Today, systems that are part of a network do not have to be identical A modern network can include a wide variety of computers, peripheral components, and even other networks CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

CCNA Guide to Cisco Networking Fundamentals, Fourth Edition Why Do We Use Networks? This question can be answered in one word: convenience People expect interoperability from electronic devices Computer networks allow: For the transfer of files, data, and even shared applications without copying anything to floppy disk Computers to share items such as printers, scanners, fax machines, processors, disk drives, and other resources Networked computers can share data and peripherals CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Networking Terminology Media Refers to the wire cabling that form the connections in most networks Some networks use wireless transmission media, such as infrared or radio signals Client/server networks Servers host the resources for the clients to use and provide security A client is the computer that requests resources from the server CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Networking Terminology (continued) Client/server networks (continued) Types of servers include: Print server File server Database server Remote access server (RAS) Web server Peer-to-peer network When every computer on a network acts as both a client and a server Also known as “workgroups” CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Networking Terminology (continued) LAN, WAN, MAN, SAN Local area network (LAN) is contained within a company or department and located in a single geographic area Wide area network (WAN) spans multiple geographic areas and is usually connected by common telecommunication carriers Metropolitan area network (MAN) refers to the intermediate stage between a LAN and a WAN CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Networking Terminology (continued) LAN, WAN, MAN, SAN (continued) Storage area network (SAN) refers to a series of storage devices that are networked together to provide very fast data storage for a network or subnetwork Network Operating System (NOS) Allows communication, security, and distribution of data, files, and applications over a network Network Interface Card (NIC) A device that allows a computer or other device to connect to a network through the media CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Networking Terminology (continued) Networking hardware Describes all the physical components of a network, such as the NIC, cable, hub, switch, router, and any related connectors or devices Networking software The programs used to run a network Virtual private networks Network that uses a public communications infrastructure (like the Internet) to facilitate private communication between a company LAN and remote employees CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Networking Terminology (continued) Virtual private networks (continued) Extranet is the part of the company’s network that allows access to nonemployees Intranet is the part of the company’s network that allows access to employees CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Understanding the OSI Model Open Systems Interconnection (OSI) model Presented in 1984 by the International Organization for Standardization (ISO) Based on examination of existing protocols, ISO recommended a seven-layer network model Allows vendors to implement networks that permit communication among the wide variety of network implementations The OSI model is not an absolute standard for computer networks Used as a reference model CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

CCNA Guide to Cisco Networking Fundamentals, Fourth Edition Reasons for Layering Advantages Simplifies the networking model Enables programmers to specialize in a particular level or layer Provides design modularity Encourages interoperability Allows networking vendors to produce standardized interfaces CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Reasons for Layering (continued) Protocol Defined method for communicating between systems Computers must use a common protocol to communicate properly Examples: TCP/IP and IPX/SPX CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Peer OSI Communication Peer communication Each layer will only talk to its peer on the opposite side of the communications process Each layer is unaware of the activities of all other layers of the model Allows error checking to occur on two separate layers simultaneously Each layer does provide services to the layer above it and receives services from the layer below it Layers do not acknowledge these services in any way CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

CCNA Guide to Cisco Networking Fundamentals, Fourth Edition Layer Functions The OSI model was developed as an industry standard For companies to use when developing network hardware and software to ensure complete compatibility Each layer in the OSI model performs a specific function in the transmission process Most modern networks do not implement the OSI model exactly as it is defined CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Don’t Get Confused. ISO - International Organization for Standardization OSI - Open System Interconnection IOS - Internetwork Operating System The ISO created the OSI to make the IOS more efficient. The “ISO” acronym is correct as shown. To avoid confusion, some people say “International Standard Organization.”

CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Layer Functions (continued) Physical (Layer 1) responsibilities Defines the physical characteristics of the network hardware, including cable and connectors Represents binary digits as voltages (encoding) Transmits signals on the wire CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

CCNA Guide to Cisco Networking Fundamentals, Fourth Edition EIA/TIA: Electronic Industrial Association / Telecommunication Industrial Association : The 568B specification define a wiring system for data grad cable CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Layer 1 - The Physical Layer This is the physical media through which the data, represented as electronic signals, is sent from the source host to the destination host. Examples:  CAT5 (what we have)  Coaxial (like cable TV)  Fiber optic PDU - Bits 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical

Layer Functions (continued) Data Link (Layer 2) responsibilities NIC software functions, including the identification of the source and destination nodes via their physical addresses (Media Access Control addresses) Definition of how data is packaged for transport in smaller units known as frames Error notification The Institute of Electrical and Electronics Engineers (IEEE) created two sublayers to identify and isolate the separate responsibilities required at this level of the protocol stack The Data Link sublayers: Logical Link Control (LLC) layer Media Access Control (MAC) layer CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Layer Functions (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Layer Functions (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Layer 2 - The Data Link Layer 7 Application This layer provides reliable transit of data across a physical link. Makes decisions based on physical addresses (usually MAC addresses). PDU - Frames 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical

Layer Functions: Data Link (Layer 2) MAC layer defines the media access method and provides a unique identifier for the network card The unique identifier is a 48-bit address represented as 12-digit hexadecimal number given to each network card during production Every network interface card must have a unique physical address (also called the MAC address)

Layer Functions: Data Link (Layer 2) Figure 1-5: MAC address

MAC Address Format

Layer Functions: Data Link (Layer 2) Ethernet A standard networking architecture that defines the physical layout, lengths, and types of media that can be used Carrier Sense Multiple Access with Collision Detection (CSMA/CD) Network access method used by Ethernet networks

Layer Functions (continued) Network (Layer 3) functions Software/logical addressing for data packets, such as IP, IPX, and AppleTalk Data routing and connectivity Best path selection Protocols at the Network layer allow computers to route packets to remote networks using a logical address CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Layer 3 - The Network Layer 7 Application Sometimes referred to as the “Cisco Layer”. Makes “Best Path Determination” decisions based on logical addresses (usually IP addresses). PDU - Packets 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical

Layer Functions (continued) Transport (Layer 4) responsibilities End-to-end, error-free transmission and delivery between the ultimate sender and ultimate receiver Flow control Data segmentation into maximum transmission unit (MTU) size Messaging service for the Session layer Protocols that reside at the Transport layer can be connection-oriented or connectionless Data sent by a connectionless transport is called a datagram CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Layer 4 - The Transport Layer 7 Application This layer breaks up the data from the sending host and then reassembles it in the receiver. It also is used to insure reliable data transport across the network. PDU - Segments 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical

Layer Functions (continued) Session (Layer 5) services Control for data exchange (full or half duplex) Clocking or timing Failure recovery Initial link setup and link termination when communications complete The Session layer allows the transfer of a large set of data across the network Examples of Session layer protocols include NetBIOS, SQL, RPC, and X-Windows CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Layer 5 - The Session Layer 7 Application This layer establishes, manages, and terminates sessions between two communicating hosts. Example:  Client Software ( Used for logging in) PDU - Formatted Data 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical

Layer Functions (continued) Presentation (Layer 6) responsibilities Data translation Data formatting Data syntax restructuring Data encryption Data compression This layer also provides encryption services when data encryption is used in network communications CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

CCNA Guide to Cisco Networking Fundamentals, Fourth Edition Prepares the data from Application layer for transmission over the network Components include extensions and coding schemes such as: BMP WAV HTML JPEG EBCDIC ASCII CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Layer 6 - The Presentation Layer 7 Application This layer is responsible for presenting the data in the required format which may include:  Encryption  Compression PDU - Formatted Data 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical

Layer Functions (continued) Application (Layer 7) responsibilities Initiating the request for network services Providing network services to applications such as e-mail and Web browsers This layer is concerned with user interaction with the computer and the network Contains many protocols and utilities, such as telnet, FTP, HTTP, DNS, SMTP, and SNMP CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Layer Functions (continued) Data encapsulation Data is sent from one computer to another in a data packet Each layer in the protocol stack may add a protocol data unit (PDU) to the data as it is passed down the layers The addition of a header and/or trailer is called encapsulation CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Layer 7 - The Application Layer This layer deal with networking applications. Examples:  Email  Web browsers PDU - User Data 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical

Layer Functions (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

Data Encapsulation Figure 1-6: Encapsulation

Layer Functions (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

CCNA Guide to Cisco Networking Fundamentals, Fourth Edition Summary Two or more computers connected by media form a network Before computers were networked, file transfers were usually conducted by users physically walking copies of data to another computer The ISO developed the OSI model in the mid-1980s to standardize networking models Data transmission can be connection-oriented or connectionless The OSI networking model has seven layers CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

CCNA Guide to Cisco Networking Fundamentals, Fourth Edition Summary (continued) The Physical layer handles the physical transmission of data across the network The Data Link layer, the second layer of the OSI model, interacts with the networking hardware The Network layer supports logical addressing and routing of data packets The Transport layer segments data that is to be sent out on the network into MTUs The Session layer, the fifth layer, establishes and maintains connections between computers during data transfers CCNA Guide to Cisco Networking Fundamentals, Fourth Edition

CCNA Guide to Cisco Networking Fundamentals, Fourth Edition Summary (continued) The Presentation layer, the sixth layer, handles data translation, encryption, and formatting for transmission on the network or for interpretation by the Application layer The Application layer, the seventh and highest layer, handles the interface between the network and the user When the network user sends data to the network, it goes through a five-step data encapsulation process CCNA Guide to Cisco Networking Fundamentals, Fourth Edition