Jordan Howell Frank Geiger. Table of Contents  Question  Overview of example  Packets  OSI Model  Network Layer  Data Link Layer  Physical Layer.

Slides:



Advertisements
Similar presentations
TCP/IP MODEL Maninder Kaur
Advertisements

Transport Layer3-1 Transport Overview and UDP. Transport Layer3-2 Goals r Understand transport services m Multiplexing and Demultiplexing m Reliable data.
Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
OSI Model OSI LAYER / MODEL.
OSI MODEL Maninder Kaur
Chapter 3 CCNA Discovery Encapsulation - Explanations and Clarifications CCNA Discovery Encapsulation - Explanations and Clarifications.
1 The 7 layer OSI model Sending an . 2 The seven layers.
Network Layer and Transport Layer.
OSI Model MIS 416 – Module II Spring 2002 Networking and Computer Security.
Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07.
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
Interoperability Interconnectivity Remote connection Logical connection Local connection Application Presentation Session Transport Network Data Link Physical.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system.
Chapter 4: Managing LAN Traffic
Chapter 2 The Infrastructure. Copyright © 2003, Addison Wesley Understand the structure & elements As a business student, it is important that you understand.
Presentation on Osi & TCP/IP MODEL
Semester 1 CHAPTER 3 Le Chi Trung
Introduction to Computer Networks Introduction to Computer Networks.
Kashif Bashir Chapter 2 Network Models.
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
COP 5611 Operating Systems Spring 2010 Dan C. Marinescu Office: HEC 439 B Office hours: M-Wd 2:00-3:00 PM.
Layer Architecture Layer architecture simplifies the network design. It is easy to debug network applications in a layered architecture network. The network.
The OSI Model and the TCP/IP Protocol Suite Outline: 1.Protocol Layers 2.OSI Model 3.TCP/IP Model 4.Addressing 1.
TCOM 509 – Internet Protocols (TCP/IP) Lecture 04_a Transport Protocols - UDP Instructor: Dr. Li-Chuan Chen Date: 09/22/2003 Based in part upon slides.
Network Applications and Layered Architectures Protocols OSI Reference Model.
OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –
Protocols Rules governing the communication process, the language of the deal between the devices, must reflect Layers protocols define format, order of.
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
MODULE I NETWORKING CONCEPTS.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
OSI Model. Switches point to point bridges two types store & forward = entire frame received the decision made, and can handle frames with errors cut-through.
WXET1143 Lecture5: Internet: How it Works? (Continuation)
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
Chapter 2. Network Models
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
Chapter 2 Network Models
Individual Project 1 Sarah Pritchard. Fran, a customer of your company, would like to visit your company’s website from her home computer… How does your.
Network Models.
Computer Networks Syed Md. Ashraful Karim Lecturer, CSE BU.
8/28/ Network Models - Lin 1 CPET/ECET Network Models Data Communications and Networking Fall 2004 Professor Paul I-Hai Lin Electrical and.
Chapter 2. Network Models
SYSTEM ADMINISTRATION Chapter 2 The OSI Model. The OSI Model was designed by the International Standards Organization (ISO) as a structural framework.
CSCI 465 D ata Communications and Networks Lecture 2 Martin van Bommel CSCI 465 Data Communications & Networks 1.
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.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
ENGS 112 Lecture 3 Packet Switching Chapter 3, Walrand WWW links, eg.
ATM Protocol Architecture Mode. ATM architecture uses a logical reference model to describe its functions ATM functions correspond to physical layer and.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Computer Network Lab. 1 3 장 OSI 기본 참조 모델 n OSI : Open System Interconnection n Basic Reference Model : ISO-7498 n Purpose of OSI Model ~ is to open communication.
# 1 6/8/2016 CS 147- Computer Architecture Network Communication and YOU By Ali Farsio.
Network Models. 2.1 what is the Protocol? A protocol defines the rules that both the sender and receiver and all intermediate devices need to follow,
Network Models.
The OSI Model Prof. Choong Seon HONG.
Chap. 2 Network Models.
Part I. Overview of Data Communications and Networking
The OSI Model and the TCP/IP Protocol Suite
Layered Architectures
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
Lec 5 Layers Computer Networks Al-Mustansiryah University
The OSI Model and the TCP/IP Protocol Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Research Paper Progress
OSI Model. Overview:  Review  OSI Model  Layer 1 - The Physical Layer  Layer 2 - The Data Link Layer  Layer 3 - The Network Layer  Layer 4 - The.
The OSI Model and the TCP/IP Protocol Suite
Data Communication and Computer Networks
Presentation transcript:

Jordan Howell Frank Geiger

Table of Contents  Question  Overview of example  Packets  OSI Model  Network Layer  Data Link Layer  Physical Layer  Answer

Question  How do packets take the best and fastest route to their destination?

Overview  Request Packet leaves and gets confirmed.  File is turned into packets and leave network.  Receiving computer makes sure all packets are there and if not it handles all errors.  Sending computer sends missing packets.  Receiving computer reassembles packets.  File is available to receiver.

What does your computer send?

Packets  1,000 to 1,500 bytes  Includes header and footer  Wrapper  Accountability of packets  Type  Destination

How does your computer send it?

OSI(Open Systems Interconnection) Model A Reference tool for understanding data communications between any two networked systems

Network Layer  Breaks data up into packets.  Responsible for addressing, determining routes and managing network problems such as congestion.  Translate Logical Network Addresses and names to their physical address.  Gives packets a number

Data Link Layer  Adds wrappers to packets.  Communicates between Network Layer and Physical.  Organizes packets so they can be accounted for.  Handles issues for the physical layer.

Physical Layer  Takes packets and translates them into bits to be able to go over a physical wire.  In charge of also reassembling when it receives the packets for the Data Link Layer.

Putting it together  Confirmation packet  Information segmented  packets given destination and route  packets numbered.  packets given data type  packets given wrapper  packets turned into bits

How do ISPs decide traffic

Distance  Distance from Node  Distance from Destination

Traffic Shaping  QOS  File types  Live Stream>  <  User Bandwidth

QUESTIONS?