Data transfer through the internet (OSI Model)

Slides:



Advertisements
Similar presentations
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Advertisements

Protocols and the TCP/IP Suite
Introduction To Networking
Lecture 8 Modeling & Simulation of Communication Networks.
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.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
TCP/IP TCP/IP LAYERED PROTOCOL TCP/IP'S APPLICATION LAYER TRANSPORT LAYER NETWORK LAYER NETWORK ACCESS LAYER (DATA LINK LAYER)
OV Copyright © 2011 Element K Content LLC. All rights reserved. Networking Models  The OSI Model  The TCP/IP Model.
The Transport Layer application transport network data link physical application transport network data link physical application transport network data.
Data Communications and Networks
TCP/IP MODEL   Short overview for OSI model;  What is TCP/IP model?;  How is divided;  The TCP/IP structure;  The Application Layer;  The Transport.
Presented by Rebecca Meinhold But How Does the Internet Work?
BZUPAGES.COM Presentation on TCP/IP Presented to: Sir Taimoor Presented by: Jamila BB Roll no Nudrat Rehman Roll no
OSI means Open System Interconnect model. OSI means Open System Interconnect model. Developed by the International Organization for Standardization in.
Telecommunications Essentials John R. Durrett July 5, 2005.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
THE OSI REFERENCE MODEL
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Cisco I Introduction to Networks Semester 1 Chapter 3 JEOPADY.
Roadmap  Introduction to Basics  Computer Network – Components | Classification  Internet  Clients and Servers  Network Models  Protocol Layers.
© 2003, Cisco Systems, Inc. All rights reserved.
The OSI Model & TCP/IP model
Protocols and the TCP/IP Suite
OSI LAYERS.
Appendix D.
Network Communication Overview
Computer Networks.
A quick intro to networking
Computer Networks.
Distributed Systems.
Chapter 3 Understanding the OSI Model
Click to edit Master subtitle style
Part I. Overview of Data Communications and Networking
Course Review 2015 Computer networks 赵振刚
The OSI Model and the TCP/IP Protocol Suite
OSI Protocol Stack Given the post man exemple.
Layered Architectures
How data travels through a network The Internet
Lecture 6: TCP/IP Networking By: Adal Alashban
Network Architecture Introductory material
Net 431: ADVANCED COMPUTER NETWORKS
The Open System Interconnection (OSI) Model & Network Protocols.
NT2640 Unit 1 Activity 1 Handout
Computer Network.
TASK 4 Guideline.
The OSI Model and the TCP/IP Protocol Suite
Layered Task, OSI Model, TCP/IP Model
Protocols and the TCP/IP Suite
Review of Important Networking Concepts
I. Basic Network Concepts
Find the Critical Path and the Time Required
Review of Important Networking Concepts
Computer Network.
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
Network Model.
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Chapter 2 Network Models
Network Models CCNA Instructor Training Course October 12-17, 2009
Protocols and the TCP/IP Suite
OSI Reference Model Kashif Ishaq.
The OSI Model and the TCP/IP Protocol Suite
INFORMATION FLOW ACROSS THE INTERNET
Computer Networks DA2402.
Open System Interconnect (OSI).
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

Data transfer through the internet (OSI Model) (Open Systems Interconnection model)

Outline Introduction. Objective. The Seven Layers of OSI. How the seven layers work IP and Mac transition Conclusion

Introduction when you chat to somebody on the Net or send them an e-mail, do you ever stop to think how many different computers you are using in the process? There's the computer on your own desk, of course, and another one at the other end where the other person is sitting, ready to communicate with you. But in between your two machines, making communication between them possible, there are probably about a dozen other computers bridging the gap. Collectively, all the world's linked-up computers are called the Internet. How do they talk to one another? Let's take a closer look!

Objective How data transfer through internet

The Seven Layers of the OSI Model Define how the applications within the end stations will communicate with each other Lesson Aim <Enter lesson aim here.> Define how data is transmitted end to end.

https Client Receiver Server Sender Public Internet Need google.com Port (xxxx) Port 443 Server Sender Public Internet Need google.com https Port 443 Lesson Aim <Enter lesson aim here.> Router Client Client

How the seven layers work ?

Client Server Router

www.google.com L7 L6 L5 Example protocols Provides a user interface Sender www.google.com Data Example protocols Provides a user interface https, http, DNS, FTP, Telnet L7 Port () D Port (XX, 443 ) https Presents data. Data translation and formatting L6 SSL, SSH A P D Keeps different applications’ data separate Dialog control between devices (PPTP). L5 Netbios, PPTP S A P D

L4 L3 L2 L1 P P P Segment P IP, ICMP, EIGRP, OSPF P Packet Frame Bits D Reliable or unreliable delivery. Error correction. L4 TCP, UDP TCP S A P D Segment IP, ICMP, EIGRP, OSPF L3 Provides logical addressing. IP T S A P D Packet access to media using MAC address. Error detection. L2 ARP, RARP, PPP MAC N T S A P D Frame Specifies voltage, wire speed. Move bits. L1 DSL, 802.11, Ethernet 01 D N T S A P Bits 10011010110001010 Router

IP and Mac transition Public Internet Ip source S Mac A1 Mac A2 Mac B2 Mac C1 Ip_Destination D Mac C2

www.google.com Port 443 TCP Ip4_D Mac C2 101001101

Conclusion The Seven Layers of the OSI Model is responsible for transferring data through the internet . We saw how the data processed through transmissions . The IP address of the source and destination is constant but the Mac address is varied from machine to another.

Thank You