What computers talk about and how. (Networking & the Internet.) COS 116: 4/3/2008 Sanjeev Arora.

Slides:



Advertisements
Similar presentations
Internet and WWW CS216. Open System Interconnection (OSI)
Advertisements

Introduction 2 1: Introduction.
Chapter 3 Internet. Physical Components of the Internet Servers Networks Routers.
The Internet and Java Sockets ICW Lecture 5 Tom Chothia.
Network Services Networking for Home & Small Business.
(4.4) Internet Protocols Layered approach to Internet Software 1.
Network Layer and Transport Layer.
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.
1 Java Networking – Part I CS , Spring 2008/9.
COS 125 DAY 2. Agenda Questions from last Class?? Review ISOC presentation on Internet History Today’s topic TCP/IP Software Structure of The Internet.
Networking DSC340 Mike Pangburn. Networking: Computers on the Internet  1969 – 4  1971 – 15  1984 – 1000  1987 – 10,000  1989 – 100,000  1992 –
The Internet!!. The Internet is not the only network! Can connect a bunch of computers without connecting to the Internet, and those computers can communicate.
Understanding Networks Charles Zangla. Network Models Before I can explain how connections are made from across the country, I would like to provide you.
The internet and the WWW
CP476 Internet ComputingCh.1 # 1 Lecture 2. A Brief Introduction to the Internet The objective is to understand The history of Internet What the Internet.
Introduction to Networks. Objectives The purpose and uses of networks The Key components of a computer network The Different types of network and the.
Chapter 3 The Basics of Networking
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
How the Internet Works: What happens when information is sent from your computer?
Tools of Web Development 1: Internet Protocols. Goals Understand what a protocol is. Understand how TCP/IP works. Understand how IP addresses work. Understand.
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
CSCI N241: Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Tools of Web Development 1: Module B: Internet Protocols.
Characteristics of Communication Systems
© 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.
What computers talk about and how. (Networking & the Internet.) COS 116, Spring 2011 Sanjeev Arora.
1.1 What is the Internet What is the Internet? The Internet is a shared media (coaxial cable, copper wire, fiber optics, and radio spectrum) communication.
Communications, Networks, the Internet and the World Wide Web Chapter 2.
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.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
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.
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.
Follow the Data Data (and information) move from place to place in computer systems and networks. As it moves it changes form frequently. This story describes.
Created by, Nancy Harris, James Madison University, VA FLUENCY WITH INFORMATION TECNOLOGY Skills, Concepts, and Capabilities.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
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.
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)
Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 3-1.
ECEN “Internet Protocols and Modeling”, Spring 2012 Course Materials: Papers, Reference Texts: Bertsekas/Gallager, Stuber, Stallings, etc Class.
Lecture Number One History of the internet and a bit about how it works.
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
TCP/IP (Transmission Control Protocol / Internet Protocol)
1 OSI and TCP/IP Models. 2 TCP/IP Encapsulation (Packet) (Frame)
Network and the internet Part eight Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information.
The Internet!!. Like with history, I don’t expect you to memorize everything I’m about to say. You’ll have a homework problem asking you to articulate.
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.
1. Layered Architecture of Communication Networks: TCP/IP Model
Transmission Control Protocol (TCP) Internet Protocol (IP)
Topic 6, Lesson 3: The Internet Computer Communications and Networking.
The Internet Technological Background. Topic Objectives At the end of this topic, you should be able to do the following: Able to define the Internet.
COMPUTER NETWORKS Hwajung Lee. Image Source:
Comparing Communication Types
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Networking for Home and Small Businesses – Chapter 6
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Networking for Home and Small Businesses – Chapter 6
CS222 Web Programming Course Outline
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Modelling the internet
Web Design & Development
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Modelling the internet
Internet Basics Videos
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
Presentation transcript:

What computers talk about and how. (Networking & the Internet.) COS 116: 4/3/2008 Sanjeev Arora

Brief history Local area networks & university networks Military communication networks  ARPANET [’68] (a.k.a. DARPANET), etc. Early 1980s: US government decides on new way to connect various networks: the “Internet” 1989: World Wide Web; html, browsers 1998: Responsibility for Internet naming system handed over to private non-profit corporation ICANN.

Rest of Internet Modern Internet Collection of computers (including devices, servers, etc.) connected by wires, optical cables, wireless, etc. To join, need:  Device capable of “speaking the right protocol” (TCP/IP)  IP “address” given by an Internet provider  Connection to provider’s servers (via modem, DSL, wireless, etc.) Your PC IP Address:

Today: A Peek Underneath the ‘Net Dominant technological artifact of second half of 20 th century Interesting example of design of a large, heterogeneous system (decentralized, yet fairly robust). Why?

Caveat: Internet ≠ W W W Internet: network connecting computers, devices, etc. WWW: hyperlinked content (webpages) stored on servers; requested and served using http protocol Built on top of the internet Internet

Theme 1: Building reliability on top of unreliable protocols

The (shaky) foundation of the Internet: TCP/IP Protocol All transmissions broken up into packets Destination addressBook-keeping infoData 32 bits Often about 1500 bytes (but can vary) A Packet:

Hopping along Internet is actually a bunch of connected computers called routers Packets hop from router to router until they reach destination Internet See, for example:

“Best effort transmission” Packet not guaranteed to arrive in a timely fashion (or ever!) If many packets sent, may arrive out of order Internet Sender Receiver

Discussion Is there some unreliable communications device you use everyday? How do you cope with the cellphone’s unreliability?

Some mechanisms Retransmission (“Could you say that again?”) Timeout (“Let me hang up and try redialing?”) Acknowledgements (“Finally understood you. Go on.”) (In TCP/IP: if sequence of packets, number them and sort at receiver end.)

Theme 2: Decentralized control

What is a suitable postal system for this “army”? Political and Military Setup in Medieval Europe (?) King Duke Knight Peasants Count

How should a peasant in one town send mail to a peasant in another town? Discussion Time What happens if a knight leaves the army?

First example of decentralization: Physical network 12 major providers Many local providers Princeton Schools McCarter USLEC Princeton homes & businesses

The Second Decentralization: Domain Name System.com.edu.net.uk.in.princeton.edu.cs.princeton.edu.econ.princeton.edu

What happens when you type a URL? Address translated by asking appropriate DNS server up/down the DNS hierarchy   query to.com server  Physical routing of packets up/down the physical network hierarchy based upon address Other stuff

Theme 3. Dependence upon the kindness of strangers

Congestion Queue full  packets are dropped Router 1 Router 2 Queue

How does a good netizen respond to congestion? Packets getting dropped?  Halve the transmission rate All packets getting through?  Increase transmission rate a little. Done in all TCP/IP software But, no enforcement mechanism! (Allows “cheating”, as well as VoIP Telephony, Streaming media, etc.)

What’s in the future? 128-bit instead of 32-bit addresses.  Can send to your toaster. (Especially if it lives in Asia) Mechanisms for pricing, security, quality of service, etc.  NSF’s GENI initiative