The Internet CSCI 101.

Slides:



Advertisements
Similar presentations
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Advertisements

© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Network Layer and Transport Layer.
The Internet Useful Definitions and Concepts About the Internet.
The Internet and the World Wide Web. Una DooneyThe Internet and WWWSlide 2 What is the Internet? A collection of networks (LANS and WANS) around the world.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
TCP/IP Web Design & Layout January 23, TCP/IP For Dummies  The guts and the rules of the Internet and World Wide Web. A set of protocols, services,
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
Connecting one computer to another computer creates a network.
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
Networks QUME 185 Introduction to Computer Applications.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of the Internet.
How Does the Internet Work? Protocols Protocols are rules that describe how computers communicate and exchange data. The Internet has a series of these.
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
SETTING UP AN INTERNET NETWORK What you’ll need Your options How does data travel the Internet? Different terminology.
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
Internet Essentials. The History of the Internet The Internet started when the Advanced Research Projects Agency (ARPA) of the United States Defense Department.
Internet Concept of protocols INTERNET Internet Service Provider (ISP) has connected to the Internet.
HOW THE INTERNET WORKS. Introduction : The internet has brought revolutionary changes Has become a medium for interaction and information Can access to.
CIS 1203 Web Technologies Introduction to the Internet and the WWW.
Internet Basics. The Internet: Then and Now The Internet was created by the Advanced Research Projects Agency (ARPA) and the U.S. Department of Defense.
The Internet: What is it? How does it work? There are supposedly at least 14 billion pages on the internet and, as per Smithsonian, “from every single.
Internet Essentials. The History of the Internet The Internet started when the Advanced Research Projects Agency (ARPA) of the United States Defense Department.
Internet and World Wide Web Introduction to the Internet.
VCE IT Theory Slideshows
Internet.
4.01 How Web Pages Work.
Web fundamentals: Clients, Servers, and Communication
Chapter 5 Network and Transport Layers
4.01 How Web Pages Work.
Introduction to the WWW
Technologies and Applications
CISC103 Web Development Basics: Web site:
Chapter 5 Network and Transport Layers
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Introduction To Web Design
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Web Design Introduction to the Internet Week One
Networking for Home and Small Businesses – Chapter 6
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
Web Development & Design Chapter 1, Sections 4, 5 & 6
Networking for Home and Small Businesses – Chapter 6
CS222 Web Programming Course Outline
Packet Sniffing.
CISC103 Web Development Basics: Web site:
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
1 Introduction to the Internet.
ACT102 Introduction to web design
Web Design & Development
CS134 Web Design & Development
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
ACT102 Introduction to web design
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
Unit 1.4 Wired and Wireless Networks Lesson 3
Inside of a computer… What happens when you turn your computer on? What loads? Where are applications stored? How are do they run? In what form is information.
HTTP and Abstraction on the Internet / The Need for DNS
A worldwide system of interconnected computer networks.
How Our Customers Communicate With Us
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
4.01 How Web Pages Work.
Lesson 19 Internet Basics.
4.01 How Web Pages Work.
The Internet and Electronic mail
Presentation transcript:

The Internet CSCI 101

What is the Internet? The largest computer network in the world A giant network of networks. Connecting billions of users.

Internet History Concept of the internet was made in late 1950s During the cold war they had two goals in mind for the internet Secure communication Enable all computers to communicate

ARPANET The original internet was called the Advanced Research Projects Agency Network (ARPANET) Began with university research institution attempting to communicate with each other Vinton Cerf and Robert Kahn are considered the “fathers” of the internet as they developed the first communication protocols. First message was sent from the University of California to the Stanford Research Institute

ARPANET

Web is not the Internet The world wide web is a subset of the internet which is responsible for rendering information via html pages through browsers.

Communication Protocols Computer network protocols are just like conversations, with requests and responses. Hi Network connection req Well Hello there! Network connection response Got the time? It’s 2:00 Get http://www.winthrop.edu time <file>

Internet Protocol (IP) Address When you connect to the internet you are given a unique identification number (IP address) A set of four groups of numbers separated by periods, e.g. 123.45.245.91 Each website has it’s own Unique IP address For example Amazon’s website is 72.21.211.176 we give it the user friendly name www.amazon.com so it’s easier for us to remember.

Sending Data over the internet Data is broken into smaller chunks called packets Packets are sent via various routes when the packets get to their destination to message is reassembled

Why Break into Packets Sending large chunks of data ties up the line and slows communication. It’s easier to recover form error with packets, as you simply resubmit the packet rather than the entire message. The packets can take different routes to balance the load.

What does each Data Packet Contain? Senders IP Address Receivers IP address Reassembly instructions (How many packets are in message, and which packet this is) Data begin sent Max size 64Kb

Sending a Message Cidney is sending a message to her parents back home. Rock Hill Seattle Cidney Mom and Dad I miss you both Breaks up into packets I mis s you both

Sending a Message Cidney is sending a message to her parents back home. Rock Hill Seattle both I mis Cidney s you Mom and Dad I miss you both

Sending a Message Cidney is sending a message to her parents back home. Rock Hill Seattle Cidney Mom and Dad I miss you both Message received and put back together

Firewalls Designed to block unauthorized access into and out of the network. Packet screening: examine incoming data packets to ensure they are properly authorized before letting them through.. Firewall

How it all works http://www.youtube.com/watch?v=PBWhzz_Gn10 This video is a good illustration of how message are sent over the internet http://www.youtube.com/watch?v=PBWhzz_Gn10

World Wide Web Servers scattered all throughout the world, that communicate with each other. Communicate through internet protocols

TCP/IP The main protocols used throughout the internet are TCP/IP Named after Transmission Control Protocol / Internet Protocol TCP prepares the data for transmission, and provides error checking and resending lost data. The IP is the protocol that sends the packets from router to router

Ping A program used to test the reachability of network designations. (CSI). Computers running IP software send out ping requests, which can be sued to test who is on the NTWK. Ping was the name used when submarines send out a sonar pulse and wait for a response. (CSI)

HTTP (Hypertext Transfer Protocol) Transfer html data (web pages) from the server to the client (your computer) http request e.g. Enter www.amazon.com in browser url http response sends Amazon webpage to browser

URL (Uniform Resource Locator) The address of a webpage. Most websites have multiple webpages each with their own unique URL, just like every house on a block has it’s own address http://recipes.com/breads/bananabread.html Protocol domain Path or subdirectory File

DNS (Domain Name System) Phone book for the internet. Just like people can be uniquely identified by their SSNs, computers, and websites can be identified by their IP address, or the user friendly version, domain name)

Domain Names The number of top level domains keeps increasing. ICANN is responsible for organizing the top level domains.

How To Get Your Own Domain Name Buy a server, or server space Buy a domain name that is freely available on ICANN Associate your domain name with your server