Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)

Slides:



Advertisements
Similar presentations
BTT 101 / 2O1 Lesson 10 Dundas Valley Secondary Mr. Young.
Advertisements

© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
OSI Model.
Review on Networking Technologies Linda Wu (CMPT )
Data Networking Fundamentals Unit 7 7/2/ Modified by: Brierley.
COMPUTER NETWORKS.
Understanding Networks Charles Zangla. Network Models Before I can explain how connections are made from across the country, I would like to provide you.
NETWORKS – NETWORK FUNDAMENTALS. How do computers connect to each other? Wired vs. Wireless Network cards Special device on computer that lets the computer.
Connecting one computer to another computer creates a network.
Presentation on Osi & TCP/IP MODEL
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
INTERNET DATA FLOW Created by David Whitchurch for ISDS 4120 Louisiana State University.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
IT Introduction to Information Technology. The Internet & World Wide Web Began in 1969 with the ARPANET (Advanced Research Project Agency Network)
Networks QUME 185 Introduction to Computer Applications.
Transport Layer Layer #4 (OSI-RM). Transport Layer Main function of OSI Transport layer: Accept data from the Application layer and prepare it for addressing.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
I. Basic Network Concepts. I.1 Networks Network Node Address Packet Protocol.
Okay, here’s a scenario… You’re sitting at a computer…. Type in www. yourcompany.com As soon as you click on search your browser will ask your Operation.
NETWORKING COMPONENTS AN OVERVIEW OF COMMONLY USED HARDWARE Christopher Johnson LTEC 4550.
IP BROS Presentation by: Amen Ahmed. Mario and Luigi are here to help us find our way through the internet. Mario will act as our browser and Luigi will.
Presented by Rebecca Meinhold But How Does the Internet Work?
TCP/IP (Transmission Control Protocol / Internet Protocol)
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Networks. Ethernet  Invented by Dr. Robert Metcalfe in 1970 at Xerox Palo Alto Research Center  Allows group of computers to communicate in a Local.
Networks Part 2: Infrastructure + Protocols NYU-Poly: HSWP Instructor: Mandy Galante.
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.
Linux Operations and Administration Chapter Eight Network Communications.
Cisco Discovery Semester 1 Chapter 6 JEOPADY RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
ISDS 4120 Project 1 DWAYNE CARRAL JR 3/27/15. There are seven layers which make up the OSI (Open Systems Interconnection Model) which is the model for.
Transmission Control Protocol (TCP) Internet Protocol (IP)
THE NETWORKS Theo Chakkapark. Open System Interconnection  The tower of power!  The source of this power comes from the model’s flexibility.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
DIYTP Network Basics  How do computers communicate?  Network Interface Card (NIC)  Media Access Control Address (MAC)  Unique to each NIC 
Internet Flow By: Terry Hernandez. Getting from the customers computer onto the internet Internet Browser
Data Communication Network Models
How Information Flows via the Internet By: Lee Farrell.
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.
Also known as hardware/physi cal address Customer Computer (Client) Internet Service Provider (ISP) MAC Address Each Computer has: Given by NIC card.
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.
Ad Hoc – Wireless connection between two devices Backbone – The hardware used in networking Bandwidth – The speed at which the network is capable of sending.
Networks – Network Fundamentals
OSI LAYERS.
Chapter 5 Network and Transport Layers
The OSI Model and the TCP/IP Protocol Suite
Using MIS 2e Chapter 6 Appendix
Networking for Home and Small Businesses – Chapter 6
How does IT enable our business?
Data Networking Fundamentals
Network Architecture Introductory material
Networking for Home and Small Businesses – Chapter 6
How Data Flows through the Internet
The OSI Model and the TCP/IP Protocol Suite
CS222 Web Programming Course Outline
Review of Important Networking Concepts
I. Basic Network Concepts
Network Models, Hardware, Protocols and number systems
TCP/IP Protocol Suite: Review
Network Hardware and Protocols
The OSI 7 Layer Model Ben, Stuart, Charles.
How Our Customers Communicate With Us
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
The OSI Model and the TCP/IP Protocol Suite
INFORMATION FLOW ACROSS THE INTERNET
Kyle Broussard, Alexandra Mikolai,
Presentation transcript:

Information Flow Across the Internet

What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)

What is Needed to Connect to the Internet? Device that needs to connect to the internet Computer, Laptop, Smartphone Client Application that a client uses to view a webpage Internet Explorer, Safari, Google Chrome Web Browser Distributes an internet connection to multiple devices Needed in order to connect to the internet wirelessly Router or Switch Translates analog signals into digital signals so that they can be used to provide internet access Modem A company that provides internet service to its clients Cox Communications, Century Link Internet Service Provider

OSI Model Layer 6- Presentation Layer 7- Application Layer 5-Session Layer 4- Transport Layer 3- Network Layer 2- Data Link Layer 1- Physical Includes the hardware needed to transfer information across the internet, such as wire cabling. Used to describe the process of how information travels from one device to another. Describes how data travels through the internet. Includes a Network Interface Card (NIC), which is the hardware that allows the device to connect to the internet. The NIC contains a MAC Address, which uniquely identifies each device connecting to the internet. Also creates a frame, which contains the MAC address, Source MAC address, data, and a frame check sequence. The frame makes sure that the data arrives correctly. Breaks frame into multiple pieces of information called “packets”. Then, a router or switch is used to direct packets to its desired destination using an IP (Internet Protocol) Address. The IP Address is a numerical label assigned to each device, which is used for communication. The TCP port number is added to the end of the IP Address, which completes the destination for a communication session. Ensures that the information is delivered in the correct order that they were originally sent. Manages and coordinates different sessions between applications. Translates data into an application type format. Includes the application where the data enters the destination client device, such as a web browser.

TCP/IP Model Application Layer Contains application layer protocols, such as HTTP, DNS, and DHCP Transport Layer Provides connection oriented and connectionless communications Internet Layer Deals with IP addressing and routing Link Layer Handles physical elements, such as cabling and physical addresses Demonstrates the protocol that a device should use when sending data across the internet.

How Does it Work? 1.Make a request by typing a web address into your web browser ( 2.Requested information is broken down into packets. 3.Router then directs packets to your Internet Service Provider (ISP). 4.ISP directs information to the Domain Name Server, which decodes into it’s IP Address. 5.DNS directs packets to it’s destination based on it’s IP Address. 6.Server reassembles packets into original data. 7.Server reads request and sends the requested website ( back to your computer.