Appendix D.

Slides:



Advertisements
Similar presentations
OSI Model Overview Application (Upper) Layers Session Presentation Application.
Advertisements

Cisco 1 - Networking Basics Perrine. J Page 15/20/2015 Chapter 10 Performing the Boolean function as a router would on the IP addresses and.
The OSI Model and the TCP/IP Protocol Suite
CCNA 1 v3.1 Module 2 Review. 2 Which types of networks pass a token sequentially to each host? Token Ring FDDI.
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
CS 350 Chapter-2.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
© Wiley Inc All Rights Reserved. CCNA: Cisco Certified Network Associate Study Guide CHAPTER 1: Internetworking.
DISCLAIMER:  If you think you know it all, don’t shout out the answers! Go here:  game.shtml
1 Review of Important Networking Concepts Introductory material. This slide uses the example from the previous module to review important networking concepts:
Sistem Jaringan dan Komunikasi Data #5. History  Rapid growth of computer networks caused compatibility problems  ISO recognized the problem and released.
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
7 Layer OSI Model EECE 542 August 25, History Rapid growth of computer networks caused compatibility problems ISO recognized the problem and released.
Chapter 2 The OSI Model By Dr.Sukchatri PRASOMSUK School of ICT, University of Phayao.
IP Network Basics. For Internal Use Only ▲ Internal Use Only ▲ Course Objectives Grasp the basic knowledge of network Understand network evolution history.
LINDA FISCHER, MCSA Network Communications and Telehealth.
Copyright CCNA 1 Chapter 2 Networking Fundamentals By Your Name.
NetworkProtocols. Objectives Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk Understand position of network protocols in OSI Model.
Chapter 1 Overview Review Overview of demonstration network
OSI Model Honolulu Community College Cisco Academy Training Center
OSI Reference Model & Layered Communication Sritrusta Sukaridhoto.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
Chapter Three Network Protocols By JD McGuire ARP Address Resolution Protocol Address Resolution Protocol The core protocol in the TCP/IP suite that.
Networking Fundamentals Chapter 1 Introducing Networks.
TCP/IP Basic Theory V1.2. Course Outline OSI model and layer function TCP/IP protocol suite Transfer Control Protocol Internet Protocol Address Resolution.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
1 Figure 3-2: TCP/IP Standards (Study Figure) Origins  Defense Advanced Research Projects Agency (DARPA) created the ARPANET  An internet connects multiple.
NSH0503/01/11041 Overview Computer Network Technology By Diyurman Gea.
Computer Security Workshops Networking 101. Reasons To Know Networking In Regard to Computer Security To understand the flow of information on the Internet.
© 1999, Cisco Systems, Inc. 2-1 Chapter 2 Internetworking Concepts Overview.
OSI means Open System Interconnect model. OSI means Open System Interconnect model. Developed by the International Organization for Standardization in.
Slide #1 CIT 380: Securing Computer Systems TCP/IP.
© 2000, Cisco Systems, Inc. D-1 Appendix D. © 2000, Cisco Systems, Inc. ICND v1.0a—D-2 Application Presentation Session Transport Network.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
THE OSI REFERENCE MODEL
Cisco I Introduction to Networks Semester 1 Chapter 3 JEOPADY.
How the computer passport system works
Networking Using the OSI Model.
OSI LAYERS.
Network Communication Overview
Jeopardy IST 201 Test 2 Review.
Computer Networks.
Data transfer through the internet (OSI Model)
Annex B Basic Networking
Unix System Administration
7 Layer OSI Model.
Internetworking Concepts Overview
Click to edit Master subtitle style
The OSI Model and the TCP/IP Protocol Suite
Extreme Semester One Jeopardy Review of Semester One
OSI Protocol Stack Given the post man exemple.
NT2640 Unit 1 Activity 1 Handout
Computer Network.
The OSI Model and the TCP/IP Protocol Suite
Layered Task, OSI Model, TCP/IP Model
Protocols and the TCP/IP Suite
Find the Critical Path and the Time Required
Layered Task, OSI Model, TCP/IP Model
Computer Network.
The OSI 7 Layer Model Ben, Stuart, Charles.
Network Architecture Models
Protocols and the TCP/IP Suite
OSI Reference Model Kashif Ishaq.
The OSI Model and the TCP/IP Protocol Suite
CCNA 2 1 JEOPARDY MIDTERM REVIEW S2C01 Jeopardy Review.
Open System Interconnect (OSI).
Presentation transcript:

Appendix D

Functional Responsibilities Written Exercise: OSI Model OSI Model PDU Functional Responsibilities Examples Application User Interface Telnet, HTTP ASCII, EBCDIC, JPEG Presentation Defines how data is presented Keeping different applications’ data separate Operating System/ Application Access Scheduling Session Defines reliable or unreliable delivery TCP, UDP SPX Transport Segment Provide logical addressing which routers use for path determination Network IP, IPX Packet Combines bits into bytes and bytes into frames, offers access to media using MAC address and performs error detection not correction 802.3 / 802.2 HDLC Data Link Frame Specifies voltage, wire speed and pin-out cables and moves bits between devices TIA/EIA-232 V.35 Physical Bits

IP Address Classes Exercise Answers Network Host 10.2.1.1 A 10.0.0.0 0.2.1.1 128.63.2.100 B 128.63.0.0 0.0.2.100 (17 of 17 layers) 201.222.5.64 C 201.222.5.0 0.0.0.64 192.6.141.2 C 192.6.141.0 0.0.0.2 130.113.64.16 B 130.113.0.0 0.0.64.16 256.241.201.10 Nonexistent

Subnet Mask Exercise Answers Address Subnet Mask Class Subnet 172.16.2.10 255.255.255.0 B 172.16.2.0 10.6.24.20 255.255.240.0 A 10.6.16.0 (Seven of seven layers) 10.30.36.12 255.255.255.0 A 10.30.36.0

Broadcast Addresses Exercise Answers Subnet Mask Class Subnet Broadcast 201.222.10.60 255.255.255.248 C 201.222.10.56 201.222.10.63 15.16.193.6 255.255.248.0 A 15.16.192.0 15.16.199.255 128.16.32.13 (13 of 13 layers) 255.255.255.252 B 128.16.32.12 128.16.32.15 153.50.6.27 255.255.255.128 B 153.50.6.0 153.50.6.127

Written Exercise: Answers S/T NT1 U BRI 0 U R TA S/T NT1 S 0 Customer Premises Local Loop Service Provider Label the functional elements and reference points

Written Exercise: IPX Parameter Planning R3 Interface Name Network Address Encapsulation S0 d100 hdlc S1 c0b0 hdlc E1 b1b0 novell-ether Network c0b0 S1 S0 hdlc Slide 7 of 7 Purpose: Emphasize: R2 R3 S0 Network b001 S1 hdlc E1 Network b1b0 Network d100 E1 E0 SAP E0 novell-ether R1 R4 Write the IPX addresses and encapsulation types for R3

Blank for pagination