CS101 How the Internet Works.

Slides:



Advertisements
Similar presentations
Internet Basics The Internet Is… – a network of networks – a community of people, businesses, schools and organizations – , web pages, databases,
Advertisements

The Internet AIMS 2710 R. Nakatsu. History Of The Internet: Origins The Internet has its roots in the U.S. military, which funded a network in 1969 called.
COS 125 DAY 2. Agenda Questions from last Class?? Review ISOC presentation on Internet History Today’s topics Circuit versus Packet switching TCP/IP Software.
The internet and the WWW
TCP/IP (Transmission Control Protocol / Internet Protocol) : The Protocol That Made the Internet Possible. By Albert Kalim (lecture materials quoted by.
Mr C Johnston ICT Teacher
Chapter 3 The Basics of Networking
Lecturer: Ghadah Aldehim
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
1 INTERNET AND WORLD WIDE WEB TECHNOLOGIES BUS Abdou Illia, Spring 2007 (Week 11, Thursday 3/22/2007)
Lecture#1 on Internet. Internet Addressing IP address: pattern of 32 or 128 bits often represented in dotted decimal notation IP address: pattern of 32.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
G053 – Lecture 09 Domain Names Mr C Johnston ICT Teacher
CS101 Lecture 13 How the Internet Works When did the Internet start? The Internet was born in 1969 with the invention of ARPANET ARPANET was a research.
How Does the Internet Work? Protocols Protocols are rules that describe how computers communicate and exchange data. The Internet has a series of these.
Communication, Networks, The internet and the Worldwide Web.
Internet History & Your Project. Internet Timeline Once you get the text, be sure to read: Development of the Internet Timeline pp Highlights:
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
The Internet. Definition: Network of networks. Began in 1969, DOD project called ARPANET. Early 1980’s NSF creates NSFnet NSF takes over both by mid ’80’s.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
The Internet The History and Future of the Internet.
Mr C Johnston ICT Teacher
Internet Essentials. The History of the Internet The Internet started when the Advanced Research Projects Agency (ARPA) of the United States Defense Department.
THE INTERNET IP  The Internet Protocol (IP) is the principal communications protocol used for relaying datagrams (packets) across an internetwork using.
Internet Infrastructure Mapping the World Wide Web.
 In the 1960s, ARPANET (Advanced Research Projects Agency Network), the internet’s predecessor, was invented  ARPANET used two technologies that are.
Internet Flow By: Terry Hernandez. Getting from the customers computer onto the internet Internet Browser
Week-6 (Lecture-1) Publishing and Browsing the Web: Publishing: 1. upload the following items on the web Google documents Spreadsheets Presentations drawings.
1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.
Internet Essentials. The History of the Internet The Internet started when the Advanced Research Projects Agency (ARPA) of the United States Defense Department.
Introduction to the Internet
Introduction to Networking
Internet Protocol Address
Internet Essentials.
Networking Objectives
Chapter 5 Network and Transport Layers
INTERNET AND eBUSINESS (I)
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Using MIS 2e Chapter 6 Appendix
The Internet.
Internet Essentials.
Internet and the web Summary of terms discusses and review
GCE Applied ICT G053: Lesson 09 Domain Names
Networking for Home and Small Businesses – Chapter 6
Networking for Home and Small Businesses – Chapter 6
Network Services.
Evolved from ARPANET (Advanced Research Projects Agency of the U.S. Department of Defense) Was the first operational packet-switching network Began.
CS222 Web Programming Course Outline
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
1 Introduction to the Internet.
Digital Planet: Tomorrow’s Technology and You
CS101 How the Internet Works.
Modelling the internet
Web Design & Development
The Internet An Overview.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Modelling the internet
Protocols 1 Key Revision Points.
Web Server Technology Unit 10 Website Design and Development.
Computer communications
CS101 How the Internet Works.
The Internet What is the internet?
A worldwide system of interconnected computer networks.
Component 4: Introduction to Information and Computer Science Unit 7: Networks & Networking Lecture 2 Welcome to Component 4, which, as you know, is entitled.
How Our Customers Communicate With Us
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
Computer Networks Primary, Secondary and Root Servers
Read this to find out how the internet works!
The Internet and Electronic mail
Presentation transcript:

CS101 How the Internet Works

When did the Internet start? The Internet was born in 1969 with the invention of ARPANET ARPANET was a research project funded by the Defense Department The network had to be able to operate even if part of it was destroyed

When did the WWW start? The Internet is the hardware of the worlds largest network of computers. The WWW is one of the functions invented to use the hardware of the largest computer network in the world. This means the Internet is older then the WWW WWW was not invented until 1991 On August 6, 1991, Tim Berners-Lee posted a short summary of the World Wide Web project on the alt.hypertext newsgroup. This date also marked the debut of the Web as a publicly available service on the Internet.

How does information move about on a network? Packet Switching! Information represented as zeros and ones (email, web pages, IM, files, video, sound, etc) is broken into packets. Each packet has a send address, return address, and an order number Each packet then moves across the network finding the best way to its send address (routers and switches help out). Not all packets have to go the same route Once they get to their destination the packets put themselves back in order This system allows the network to keep functioning even if part of it is not working

How do the packets know where to go? When your computer (or network) becomes part of the Internet it has to agree to the TCP/IP protocols The TCP/IP protocols tell the packets what form they should be in so all computers on the network will understand the information The TCP/IP protocols makes sure that every computer has a unique IP (Internet Protocol) address The packets move from one IP address to the destination IP address

What is an IP address? There are two types of IP addresses IP version 4 (Ipv4) = the older system that is still the most widely used Ipv4address = 4 numbers between 0 and 255 separated by periods (for example 130.157.3.70) A 32 bit number IP version 6 (Ipv6) = the new system created because we are running out of numbers Ipv6 address = are 128-bit numbers and are conventionally expressed using hexadecimal strings (for example 1080:0:0:0:8:800:200C:417A) You can find your IP address in System Information (Win) or System Profiler (Mac)

Who is in charge of IP addresses? On October, 1st ,2016, IANA (Internet Assigned Number Authority) handed over control of the Internet to ICANN (Internet Corporation for Assigned Names and Numbers) The ICANN delegates the responsibility for this part of the world to ARIN (American Registry for Internet Numbers) ARIN delegates the responsibility to accredited companies who register with InterNIC

How do you get an IP address? Two ways to get an IP address 1) From your ISP (Internet Service Provider) 2) From the DNS (Domain Name System)

IP address from your ISP Your ISP will assign your computer an IP address when you contact their computer to gain access to the Internet Most of the time you will get a dynamic IP address Different address each time you access the Internet You can pay more and get a IP static address Same IP address each time you access the Internet

How do I get an IP address all by myself? You use an accredited registrar for the Domain Name System to first find some text that no else has used for their domain on the Internet Once you find your unique text you then register that unique text with the domain name system which assigns a unique IP address to the text The text and IP address that it is paired with are then stored in the Domain Name System database so that no one else can use it

How do computers find each other using IP addresses? Computers use the Domain Name System (DNS) to find each other. The DNS is managed by ICANN. The DNS breaks all the computers on the Internet into top level domains .com, .edu, .net, .org, .uk, .net, etc Each computer in a domain has a unique IP address attached to a unique string of text sonoma.edu is attached to 130.157.3.70 You can lookup an IP address at this website: http://cqcounter.com/whois/

So how does the Domain Name System work? When you enter an address such as http://www.sonoma.edu into your browser the DNS helps your computer contact the other computer by using the following method: (Explanation given in class using the whiteboard.) If you missed the lecture then read about a web address on the following web page http://www.internic.net/faqs/authoritative-dns.html