Internet Flow By: Terry Hernandez. Getting from the customers computer onto the internet Internet Browser www.Google.com.

Slides:



Advertisements
Similar presentations
Click to continue Network Protocols. Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when.
Advertisements

Network Certification Preparation. Module - 1 Communication methods OSI reference model and layered communication TCP/IP model TCP and UDP IP addressing.
Network Services Networking for Home & Small Business.
BTT 101 / 2O1 Lesson 10 Dundas Valley Secondary Mr. Young.
Network Layer and Transport Layer.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
Prepared By E.Musa Alyaman1 Networking Theory Chapter 1.
Understanding Networks Charles Zangla. Network Models Before I can explain how connections are made from across the country, I would like to provide you.
Introduction to Information and Computer Science Networks Lecture e This material (Comp4_Unit7e) was developed by Oregon Health and Science University,
The internet and the WWW
CECS 5460 – Assignment 3 Stacey VanderHeiden Güney.
Rhys McBreen (How the internet works) X. Contents The Layers and what they do IP Addressing X.
AS Computing F451 F451 Data Transmission. What data is transmitted? Phone SMS Radio TV Internet.
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Computer Networks.  The OSI model is a framework containing seven layers that defines the protocols and devices used at each stage of the process when.
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.
Networks QUME 185 Introduction to Computer Applications.
Network Services Networking for Home & Small Business.
© 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.
How Does the Internet Work? Protocols Protocols are rules that describe how computers communicate and exchange data. The Internet has a series of these.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
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.
The seven layers of the OSI Model are: Basics of Networking.
NETWORK HARDWARE CABLES NETWORK INTERFACE CARD (NIC)
Presented by Rebecca Meinhold But How Does the Internet Work?
TCP/IP (Transmission Control Protocol / Internet Protocol)
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
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.
WHAT IS E-COMMERCE? E-COMMERCE is a online service that helps the seller/buyer complete their transaction through a secure server. Throughout the past.
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.
Data Communication Network Models
How Information Flows via the Internet By: Lee Farrell.
Mr. Sathish Kumar. M Department of Electronics and Communication Engineering I’ve learned that people will forget what you said, people will forget what.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
# 1 6/8/2016 CS 147- Computer Architecture Network Communication and YOU By Ali Farsio.
Also known as hardware/physi cal address Customer Computer (Client) Internet Service Provider (ISP) MAC Address Each Computer has: Given by NIC card.
Computing: Computer Networking Fundamentals Ian Eyre Part 4 Data Transmission.
Assignment 3 Jacob Seiz. Hub A hub provides a central access point for a network. Through multiple I/O ports a hub can connect multiple Ethernet devices.
Ethernet, WiFi & Protocols
Chapter 5 Network and Transport Layers
The OSI Model and the TCP/IP Protocol Suite
Layered Architectures
Using MIS 2e Chapter 6 Appendix
Networking for Home and Small Businesses – Chapter 6
How does IT enable our business?
Networking for Home and Small Businesses – Chapter 6
How Data Flows through the Internet
The OSI Model and the TCP/IP Protocol Suite
Topic 5: Communication and the Internet
I. Basic Network Concepts
TCP/IP Networking An Example
Modelling the internet
Network Protocol Layers
Modelling the internet
Computer communications
The OSI 7 Layer Model Ben, Stuart, Charles.
Protocols 2 Key Revision Points.
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:

Internet Flow By: Terry Hernandez

Getting from the customers computer onto the internet Internet Browser

IP Address When a client wants to go to a specific site they type into the URL the name of where they would like to go. What this does is tell the browser to go to a specific IP address. An IP address is a specific address for everything from your home computer to the name of a website. The reason we name websites things like is because this: is not something as easy to remember. Entering both into the URL however both go to the same place. The router in your house will generally give your computer a IP address every time it goes online automatically. This address is here so after a request is sent out the signal has a return address to come back to. It also will make sure what you request doesn’t go to the computer next to you also on the same network. Each local machine has a NIC or Network Interface Card. This is basically a unique identifier to the system physical address. This is what sends and receives all the data from your computer. Ethernet Addresses AKA MAC(Media Access Control) Addresses are also used here. MAC addresses are usually assigned by the NIC and are stored in its hardware. Some people refer to them as burned in addresses since they don’t change like the IP address does.

OSI Model The OSI model begins with the physical layer. As mentioned earlier the router usually links the physical layer via wireless or a direct wire. The data link layer is next up and at this point data packets are all split up into bits. This is pretty much separating all the data you are sending out into many more manageable little files that get put back together at destination. The network layer is like a post office. It labels everything being sent out so it doesn’t get lost. The Router gives your computer a unique IP address. It routes your messages to the server site it is to go to.

The Transport layer is the layer that makes sure everything goes error free. This layer will also break up messages to even smaller sizes than they already are if necessary to make the trip. Also message acknowledgment happens during this layer. This layer also labels all the broken up pieces that get sent out to ensure they get put back together in the correct order at their destination. Some people refer to part of this layer as the 3 way handshake. What happens is your computer will send a SYN packet to the server. This is sending a request to start a connection. Once at the destination the server will send back a acknowledgment of the request. Finally your computer will acknowledge that it received the acknowledgment and start to transfer data. This data transfer uses ports Ports are like specific doorways will go into one port Data transfer from youtube would use another They are numbered like 80 or 53

Once a customers request data from our server it first gets through the port number. If port number was invalid or bad it never gets to our server. Once through it is in our company’s local network and hits our router. Once verified to be a valid address it comes to the switches. Switches are here to decide where every packet transfer that comes in gets bumped into the correct direction. The switch will read the address out the packet and forward it onto where it needs to go to reach that address.

Now we have reached the Session layer. This is when the clients home computer has connected to our server and both are ready to send data back and forth Now the Presentation layer can begin. During this layer data sent across the network is encrypted and transformed into a format that the next layer the application layer can read it. It helps reduce compatibility problems. Finally we come to the final layer the Application layer. This is the layer we use to communicate with the network. clients, browsers, and FTP are all things we use on the application layer. Anything that involves the user to do something is supported on this layer. So basically the user interface that you physically can see on your computer is here.