How Does Data Travel the Internet?

Slides:



Advertisements
Similar presentations
How does a network identify computers and transmissions?
Advertisements

Networks & Components Discuss the components required for successful communications Explain the purpose of communications software Identify various sending.
Computer Networks and the Internet CMPT 109 Montclair State University.
Networks Adapting Computers to Telecommunications Media.
Lesson 5 – Understanding Network Hardware. Repeaters Hubs and concentrators Bridges Routers Switches Gateways Firewalls Short-haul modems OVERVIEW.
Introduction of Web programming Ins. Elaf Alhazmi LECTURE 2.
Hardware & Software Needed For LAN and WAN
Damian Gordon.  When we hook up computers together using data communication facilities, we call this a computer network.
Communications & Networks
Telecommunications and Networks Chapter 6 – Understanding Technology (Third Edition)
AS Computing F451 F451 Data Transmission. What data is transmitted? Phone SMS Radio TV Internet.
Chapter 4. After completion of this chapter, you should be able to: Explain “what is the Internet? And how we connect to the Internet using an ISP. Explain.
Common Devices Used In Computer Networks
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
Network Parts. Network Interface Card (NIC) 2 This used to be a separate card as shown. As many computers these days need access to a network, the technology.
©G. Millbery 2001Communications and Networked SystemsSlide 1 Purpose of Network Components  Switches A device that controls routing and operation of a.
Part 7 Chapters Client/Server Networks Local Area Network (LAN) –Made up of servers and clients Servers or ‘hosts’ are computers that perform specific.
Living Online Module Lesson 23 — Networks and Telecommunication
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
Networks CS105. What is a computer network? A computer network is a collection of computing devices that are connected in various ways so that they can.
Overview of computer communication and Networking Communication VS transmission Computer Network Types of networks Network Needs Standards.
Chapter 1 What is the Internet?. The Wired World of the Internet Who runs the Internet? Collection of thousands of networks RFCs, users’ agreement about.
Networks and Protocols CE Week 2a. Network hardware.
LAN Devices  Purposes: Dividing the network into subnets Dividing the network into subnets Joining two networks together Joining two networks together.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 2. How Computer Networks Send Data Across the Internet.
WXET1143 Lecture5: Internet: How it Works? (Continuation)
What is a Network? Living Online Lesson 1 Mrs. Elzey.
NETWORK HARDWARE CABLES NETWORK INTERFACE CARD (NIC)
D. Beecroft Fremont High School Networks.
Living Online Module Lesson 23 — Networks and Telecommunication Computer Literacy BASICS.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
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 Network Components. Learning Objectives Describe different media for transmitting data and their carrying capabilities. Explain the different.
Computer Network Compiled by: GF Kalumuna January 2015.
Local Area Networks Honolulu Community College
Router Basics MM Clements.
Topic 6, Lesson 3: The Internet Computer Communications and Networking.
Data Communication and Networks Chapter 5. What’s a Network? a network consists of two or more computers that are connected together to share information.
CHAPTER -II NETWORKING COMPONENTS CPIS 371 Computer Network 1 (Updated on 3/11/2013)
Networks DEVICES. Repeater device to amplify or regenerate digital signals received while setting them from one part of a network into another. Works.
Network media, protocols and networking standards, networking hardware.
Data Communications Chapter 1 – Data Communications, Data Networks, and the Internet.
Ethernet, WiFi & Protocols
Unit Communication Hardware
Chapter Objectives In this chapter, you will learn:
UNIT 4 NETWORK ENVIRONMENTS.
Internetworking (Part II)
Chapter 4 Computer Networks – Part 2
Local Area Networks Honolulu Community College
Networking Devices.
Connecting Devices LANs or WANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs or WANs, we.
Chapter 3 Computer Networking Hardware
3 Computing System Fundamentals
Internet Hardware.
NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the Bus Ring Star.
Connecting Networks Repeater: physical layer Bridge: data link layer
Web Development & Design Chapter 1, Sections 4, 5 & 6
Wednesday, September 19, 2018 What Is the Internet?
Computer Technology Notes #4
Chapter 16: Distributed System Structures
Telecommunication ELEC503
Networks.
Intro To Computer Networks
INTRODUCTION TO COMPUTER NETWORKS
AbbottLink™ - IP Address Overview
Protocol Application TCP/IP Layer Model
Computer Networks Lesson 2.
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
Internetworking (Part II)
Presentation transcript:

How Does Data Travel the Internet? Presented by: Dixie Fjeld 11/7/2018 Dixie Fjeld

Starting the Data Travel To understand – compare this journey to an interstate car trip. A personal computer is connected to either a LAN (local area network) or by a modem connected through a phone, cable, or DSL to a network. The browser – asks the web server to retrieve information and sent it back to the browser. Netscape Navigator Windows Internet Explorer 11/7/2018 Dixie Fjeld

Process of Data Travel Once connected on your network, your computer will make a connection to another network. If distance is far enough, your LAN may need to go through a router. Router – a device that connects networks, which is a switching device that routes Internet messages to their destination. Purpose of a router – determines available connections and chooses best path for travel to continue. 11/7/2018 Dixie Fjeld

Continued Travels Some networks might be grouped into a mid-level network called a WAN (wide area network). A WAN covers a large geographic area and can make connections through orbiting satellites. Router may also send information directly by using high-speed phone lines, fiber-optic connections, or microwave links. 11/7/2018 Dixie Fjeld

Traveling Continues As the request passes from network to network, a set of protocols creates packets. Protocols are the rules or standards that define how the Internet works. Packets contain the data itself as well as the addresses, error checking, and other information needed to make sure the request arrives intact at the destination. Each message or file is disassembled and placed into packets for routing over the Internet. 11/7/2018 Dixie Fjeld

Travels Continuing If destination isn’t on the same WAN as your host network, the router sends the request to a network access point (NAP) NAP – (network access point) where regional backbones connect to national backbone networks (like the freeway on-ramp) Backbones – a collection of networks that link extremely powerful supercomputers (like the freeway) 11/7/2018 Dixie Fjeld

Still Traveling - Getting Slower Through the process, your request might pass through repeaters, hubs, bridges, and gateways. Repeaters – amplify or refresh the stream of data, which deteriorates the farther it travels from your PC. These allow the data signals to reach more remote PCs. 11/7/2018 Dixie Fjeld

Getting Tired of Traveling–Help! Hubs – in a LAN, a hub connects several workstations and enables them to exchange data. Bridges – link LANs so that data from one network can pass through another network on its way to other LANs. Gateways – they translate data between one type of network and another. 11/7/2018 Dixie Fjeld

Final Destination When the request reaches its destination, the packets of data, addresses, and error-corrections are read. The remote computer then takes the appropriate action, such as running a program, sending data back to your PC, or posting a message on the Internet. 11/7/2018 Dixie Fjeld

Data Travel Over the Internet A router – determines the best path to get the request moving on the right track Protocols - rules WAN – covers a large geographic location and can incorporate connections through orbiting satellites. Repeaters – amplify and refresh data Hubs – link groups of networks that all can talk to any other networks Packets – contain the data itself as well as addresses, error checking, and other info needed to make sure the request arrives intact at the destination. LAN – Local Area Network – connects to other networks Bridges – link LANS so data can pass from network to network NAP- regional backbones connect - supercomputers Gateways – similar to bridges – translate data between one type of network and another e.g.: Intel based to a Unix system. You at your computer When the request reaches its destination, the packets of data, addresses, and error-correction are read and then sends the data back to your PC. 11/7/2018 Dixie Fjeld

Sources of Information www.prenhall.com/pfaffenberger (2002). Pfaffenberger, Bryan.(2004). Computers in your Future. New Jersey: Prentice-Hall. Long, Larry and Long, Nancy. (2004) Computers – Information Technology in Perspective. New Jersey: Prentice-Hall. 11/7/2018 Dixie Fjeld

Summary: There is more to sending a message or researching information than you thought! Thanks! 11/7/2018 Dixie Fjeld