Welcome Back Cisco Semester 1 & 2 Review. Why are Networks Complex Environments?? They involve: They involve: –Interconnections to networks outside an.

Slides:



Advertisements
Similar presentations
OSI Model OSI MODEL.
Advertisements

OSI MODEL Maninder Kaur
Chapter 7 Data Link Layer
Chapter 2 Network Models.
© 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.
Communicating over the Network
Protocols and the TCP/IP Suite
OSI Model.
Review on Networking Technologies Linda Wu (CMPT )
 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.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding the Host-to-Host Communications Model.
OIS Model TCP/IP Model.
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
IP Network Basics. For Internal Use Only ▲ Internal Use Only ▲ Course Objectives Grasp the basic knowledge of network Understand network evolution history.
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.
Cisco – Semester 3 – Chapter 1 Review of OSI Model and Routers.
OSI Model Honolulu Community College Cisco Academy Training Center
Chapter 2 Network Models
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.
Copyright 2003 By Your Name CCNA 3 Chapter 1 Review: The OSI Reference Model and Routing.
Building a Simple Serial Network © 2004 Cisco Systems, Inc. All rights reserved. Understanding the OSI Model INTRO v2.0—1-1.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
CCNA Network Fundamentals.  Elements of communication –Source (encoding data before transmission) –Transmission Media (Channel) – Information sent –
1 Layer 2: Concepts Honolulu Community College Cisco Academy Training Center Semester 1 Version
Networking and Internet Dr. John P. Abraham Professor UT-RGV.
Cisco – Semester 1 – Chapter 2 Network Fundamentals And 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.
 LANs – A Definition - A local area network (LAN) is a computer network covering a small physical area, like a home, office, or small group of buildings,
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Ethernet Network Fundamentals – Chapter 9.
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.
1 Chapter Overview Network Communications The OSI Reference Model.
1 Chapter Overview Network Communications The OSI Reference Model.
An Introduction to Networking
BASIC NETWORK PROTOCOLS AND THEIR FUNCTIONS Created by: Ghadeer H. Abosaeed June 23,2012.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Chapter 2 Network Models
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
8/28/ Network Models - Lin 1 CPET/ECET Network Models Data Communications and Networking Fall 2004 Professor Paul I-Hai Lin Electrical and.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
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.
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.
Connecting Network Components
Chap. 2 Network Models.
© 2003, Cisco Systems, Inc. All rights reserved.
CHAPTER 2 THE OSI MODEL.
Lecturer, Department of Computer Application
DEPARTMENT OF COMPUTER SCIENCE
Networking and Internet
Networking and Internet
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model The Seven Layers
Network Model.
OSI Model OSI MODEL.
Protocols and the TCP/IP Suite
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

Welcome Back Cisco Semester 1 & 2 Review

Why are Networks Complex Environments?? They involve: They involve: –Interconnections to networks outside an organization’s central office. –Multiple media –Multiple protocols

Goal for Networks Well-designed, carefully installed networks can reduce the most network problems

The OSI Reference Model Layer 1 through 4 are the focus for network infrastructures. Layer 1 through 4 are the focus for network infrastructures. These four layers define the following: These four layers define the following: –The type and speed of LAN and WAN media to be implemented. –How data is sent across the media. –The type of addressing scheme used –How data will be reliably sent across the network and how flow control will be accomplished. –The type of routing protocol implemented.

The Separation of Networking Functions in the OSI Model is Called Layering. Layers divide the aspects of network operation into less complex elements. Layers divide the aspects of network operation into less complex elements. Layers define standard interfaces for plug-and- play compatibility. Layers define standard interfaces for plug-and- play compatibility. Layers enable engineers to specialize design and development efforts on modular functions. Layers enable engineers to specialize design and development efforts on modular functions. Layers promote symmetry in the different network modular functions so that they work together. Layers promote symmetry in the different network modular functions so that they work together. Layers prevent changes in one area from affecting other areas, so each area can evolve more quickly. Layers prevent changes in one area from affecting other areas, so each area can evolve more quickly. Layers divide the complexity of networking into separate, easy to learn operations. Layers divide the complexity of networking into separate, easy to learn operations.

Why Do We Use a Layered Model? Reduces complexity Reduces complexity Standardizes interfaces for plug-and-play compatibility Standardizes interfaces for plug-and-play compatibility Facilitates design and development Facilitates design and development Ensures symmetry in different network modular functions so they work together Ensures symmetry in different network modular functions so they work together Accelerates learning or evolution Accelerates learning or evolution Simplifies learning Simplifies learning

Layer Functions Binary Representation Binary Representation –Physical Code Formatting Code Formatting –Presentation Data Representation Data Representation –Presentation Determines the best way to move data from one place to another Determines the best way to move data from one place to another –Network End-to-end connections End-to-end connections –Session Ensures that the data that arrives from the network can be used by the application, and that information sent by the application can be transmitted on the network –Presentation Establishes, maintains, and manages sessions between applications –Session

Layer Functions (cont.) FTP FTP –Application Handles error notification, network topology, and flow control Handles error notification, network topology, and flow control –Transport Has the potential to guarantee a connection and offer reliable transport Has the potential to guarantee a connection and offer reliable transport –Transport Negotiation of data transfer syntax –Session Provides physical transmission across the medium –Data link Provides the electrical, mechanical, procedural, and functional means for activating and maintaining the physical link between systems –Physical

Layer Functions (cont.) Segments and reassembles data into a data stream Segments and reassembles data into a data stream –Transport Services user applications Services user applications –Application The router operates at this layer The router operates at this layer –Network Uses logical addressing schemes that can be managed by an administrator –Network Uses Media Access Control (MAC) addresses –Physical Uses the Internet Protocol (IP) addressing scheme, along with Apple-Talk, DECnet, VINES, and IPX addressing schemes –Network

Two Categories of the OSI Model Host Layers Host Layers –Application –Presentation –Session –Transport Media Layers –Network –Data Link –Physical

Protocol Data Units Each layer’s protocol exchanges information, called… Each layer’s protocol exchanges information, called… –Protocol data units

Primary Task of Each Layer Although each Host A layer communicates with its adjacent layers, each layer in a host has a primary task it must perform. Although each Host A layer communicates with its adjacent layers, each layer in a host has a primary task it must perform. The primary task of each layer is to communicate… The primary task of each layer is to communicate… –With its peer layer in Host B

Layers and Their Corresponding PDU Transport Transport –Segments Network Network –Packets Data Link Data Link –Frames Physical Physical –Bits

Each layer depends on the service function of the OSI reference model layer below it. To provide this service, the lower layer uses encapsulation to put the PDU from the upper layer into its data field; then, it can add whatever headers and trailers the layer will use to perform its function

Ethernet and IEEE Currently maintain the greatest share of any local-area network (LAN) protocol used. The term Ethernet is synonymous with CSMA/CD which stands for Carrier Sense Multiple Access/Collision Detect.

Ethernet When it was developed, Ethernet was designed to fill the middle ground between long-distance, low-speed networks and specialized, computer room networks. When it was developed, Ethernet was designed to fill the middle ground between long-distance, low-speed networks and specialized, computer room networks. Ethernets or LANs carry data at high speeds for very limited distances. Ethernets or LANs carry data at high speeds for very limited distances. Ethernet is good for applications were a local communication medium must carry sporadic heavy traffic at fast data rates. Ethernet is good for applications were a local communication medium must carry sporadic heavy traffic at fast data rates.

Ethernet The term Ethernet refers to the family of LAN implementations that includes three principal categories: The term Ethernet refers to the family of LAN implementations that includes three principal categories: –Ethernet and IEEE LAN specifications, which operate at 10 Mbps over coaxial and twisted-pair cable. –100-Mbps Ethernet—A single LAN specification, also known as Fast Ethernet, which operates at 100 Mbps over twisted pair cable. –1000 Mbps Ethernet—A single LAN specification, also known as Gigabit Ethernet, which operates at 1000 Mbps (1 Gbps) over fiber and twisted-pair cables.

Ethernet & IEEE Wiring Standards 10Base2 – Known as thin Ethernet allows network segments up to 185 meters on coaxial cable. 10Base2 – Known as thin Ethernet allows network segments up to 185 meters on coaxial cable. 10Base5 – Known as thick Ethernet allows network segments up to 500 meters on coaxial cable. 10Base5 – Known as thick Ethernet allows network segments up to 500 meters on coaxial cable. 10BaseT – Carries Ethernet frames on inexpensive twisted-pair wiring. 10BaseT – Carries Ethernet frames on inexpensive twisted-pair wiring.

Mac Addresses Physical address Physical address Hardware address Hardware address Hexadecimal Hexadecimal NIC manufacturer assigned NIC manufacturer assigned Base 16 Base Bit 48 Bit xx-xx-xx-xx-xx-xx or xxxx.xxxx.xxxx xx-xx-xx-xx-xx-xx or xxxx.xxxx.xxxx

IP Address Logical address Logical address Software address Software address Network Administrator assigned base 2 Network Administrator assigned base 2 32 bit 32 bit