Presentation is loading. Please wait.

Presentation is loading. Please wait.

The Information School of the University of Washington Oct university of washington1 Networking INFO/CSE 100, Fall 2006 Fluency in Information.

Similar presentations


Presentation on theme: "The Information School of the University of Washington Oct university of washington1 Networking INFO/CSE 100, Fall 2006 Fluency in Information."— Presentation transcript:

1 The Information School of the University of Washington Oct 4networks @ university of washington1 Networking INFO/CSE 100, Fall 2006 Fluency in Information Technology http://courses.washington.edu/info100/

2 The Information School of the University of Washington Oct 4networks @ university of washington2 Lab 2 / Homework 2 Any questions?

3 The Information School of the University of Washington Oct 4networks @ university of washington3 Readings and References Reading –Fluency with Information Technology »Chapter 3, Making the Connection

4 The Information School of the University of Washington Oct 4networks @ university of washington4 Today’s Objectives Learn Basics of networks / what they can do Understand protocols –IP –Routing –HTTP & URL Structure –DNS

5 The Information School of the University of Washington Oct 4networks @ university of washington5 Networks… Computers are useful alone, but are even more useful when connected (networked) –Access more information and software than is stored locally –Help users to communicate, exchange information.. Changing ideas about social interaction –Perform other services -- printing, audio, video –Immediate access to knowledge: for example, Google

6 The Information School of the University of Washington Oct 4networks @ university of washington6 Networking Changes Life The Internet is making fundamental changes … the FIT text gives 5 ways –Nowhere is remote -- access to information is no longer bound to a place –Connection with others -- email is great! But what about spam?!? –Revised human relationships -- too much time spent online could be bad –English is becoming a universal language –Enhanced freedom of speech, assembly

7 The Information School of the University of Washington Oct 4networks @ university of washington7 Network Structure Internet: all of the wires, fibers, switches, routers, etc… connecting named computers –Networks are physically structured differently based (mostly) on how far apart the computers are »Local area network (LAN) –A small area such as a room or building »Wide area networks (WAN) –Large area, e.g. distance is more than 1Km »What do you think a PAN might be?!?

8 The Information School of the University of Washington Oct 4networks @ university of washington8 Local Area Network Mac disk and printers available on the nearby Windows PC Windows disk and printers available on the nearby Mac

9 The Information School of the University of Washington Oct 4networks @ university of washington9 Wide Area Network router Interne t UW servers instant messenger world wide web

10 The Information School of the University of Washington Oct 4networks @ university of washington10 Exercise Our class is the Internet - lets pass some data!

11 The Information School of the University of Washington Oct 4networks @ university of washington11 Transfer Data Goal: get “data packet” to the named student Rules: (to replicate internet) –only the person with the packet can ask questions of other students –you can talk to students who physically sit next to you (all 9 directions) (as your aren’t “connected” to the others) –must hand off packet to one of 9 students for them to repeat

12 The Information School of the University of Washington Oct 4networks @ university of washington12 How Did that work? What didn’t work? –Imagine this more than 1,000,000,000,000 times per day! What can make this process better?

13 The Information School of the University of Washington Oct 4networks @ university of washington13 What is your IP Address? IP Address = ROW.COLUMN Examples: 10.1 8.13 2.3

14 The Information School of the University of Washington Oct 4networks @ university of washington14 Protocols are Important! To communicate, computers need to know how to set-up the info to be sent and to interpret the info received –Communication rules are a protocol –Example protocols: »Ethernet for physical connection in a LAN »TCP/IP -- transmission control protocol/internet protocol »HTTP -- hypertext transfer protocol (for the WWW) »FTP -- file transfer protocol (for transferring files) –Protocols often rely on or build on other protocols

15 The Information School of the University of Washington Oct 4networks @ university of washington15 LAN in the Lab Ethernet is a popular LAN protocol PC Ethernet Cable Typical MGH or OUGL Lab Connection to campus network infrastructure

16 The Information School of the University of Washington Oct 4networks @ university of washington16 Campus & The World The campus sub-networks interconnect computers of the UW domain which connects to the Internet via a gateway –The protocol used is TCP/IP Homer Dante Student CS MGH Gate way Switch washington.edu

17 The Information School of the University of Washington Oct 4networks @ university of washington17 IP -- Like Using Postcards Information is sent across the Internet using the Internet Protocol -- postcard analogy –Break message into fixed size units –Form IP Packets with destination address, sequence number, and content –Each makes its way separately to destination, possibly taking different routes –Reassembled at destination forming message »Taking separate routes lets packets by-pass congestion and out-of-service network devices

18 The Information School of the University of Washington Oct 4networks @ university of washington18 IP con’d DEST ADDRESS | SIZE | # | DATA Source Destination

19 The Information School of the University of Washington Oct 4networks @ university of washington19 A Trip to Switzerland A packet sent from UW to ETH (Swiss Federal Technical University took 21 hops UW Gateway

20 The Information School of the University of Washington Oct 4networks @ university of washington20 Check Internet Hops There are numerous Trace Route utilities –Windows: tracert, OSX: Network Utility

21 The Information School of the University of Washington Oct 4networks @ university of washington21 What the Internet “looks like”

22 The Information School of the University of Washington Oct 4networks @ university of washington22 Naming Computers Computers connected to the Internet are part of a network domain –A hierarchical scheme that groups computers.eduAll educational computers.washington.eduAll computers at UW dante.u.washington.eduA UW computer.ischool.washington.eduiSchool computers.cs.washington.eduCSE computers www.ischool.washington.eduan iSchool computer

23 The Information School of the University of Washington Oct 4networks @ university of washington23 Domains.edu,.com,.mil,.gov.,.org,.net domains are some of the “top level domains” in the USA –Recently added TLD names include: ».biz,.info,.name,.pro,.aero,.coop,.museum,.tv Each country has a TLD name:.ca (Canada),.es (Spain),.de (Germany),.au (Australia),.uk (England),.us (USA) The FIT book contains the complete list of country domains

24 The Information School of the University of Washington Oct 4networks @ university of washington24 Naming Computers con’d Computers are named by IP address, four numbers in the range 0-255 called an octet –dante.u.washington.edu: 140.142.14.67 –live.xbox.com: 65.59.234.169 »Remembering IP address would be brutal for humans, so we use domain names »Computers find the IP address for a domain name from the Domain Name System (DNS) –An IP address-book for the computer

25 The Information School of the University of Washington Oct 4networks @ university of washington25 Logical vs. Physical There are 2 ways to view the Internet –Humans see a hierarchy of domains relating computers »Logical network –Computers see groups of four-number IP addresses »Physical network –Both are ideal for the “users” needs Domain Name System (DNS) relates the logical network to the physical network by translating domains to IP addresses

26 The Information School of the University of Washington Oct 4networks @ university of washington26 Anatomy of it All Domain name: dante. u. washington. edu IP address: 140.142.14.67 Top-level Second-level Fourth-level Third-level

27 The Information School of the University of Washington Oct 4networks @ university of washington27 Your DNS Name as your name IP Address = ROW.COLUMN Examples: 10.1 = Ima Student 8.13 = Will Getana 2.3 = Bob Upndown

28 The Information School of the University of Washington Oct 4networks @ university of washington28 Client/Server Structure Many internet applications rely on the client / server model to provide services –Example services: email server, web server, sftp server –UW servers: dante, students, www –Frequently, a “server” is actually many computers acting as one, e.g. dante is a group of more than 50 servers called a cluster or a farm Protocol governs the communication –Client packages a request and sends it to a server; –Server does the service and sends a reply

29 The Information School of the University of Washington Oct 4networks @ university of washington29 World Wide Web World Wide Web (WWW) is a collection of web servers on the Internet Subset of Internet computers –WWW is not the same as the Internet! They give access to information using the HTTP protocol –The “server” is a web site computer and the “client” is a web browser (like Internet Explorer) –Many Web server’s domain names begin with www by tradition, but any name is OK –Often multiple servers map to the same site: moma.org and www.moma.org

30 The Information School of the University of Washington Oct 4networks @ university of washington30 History of the WWW Web beginnings –1989: Tim Berners-Lee »URLs, http, first browser (HTTP 1.0) –1993: NCSA Mosaic »HTTP 1.1 supported images »Then Netscape, then Mozilla –1994: World Wide Web Consortium »http://w3.org/ »Standards organization for Web protocols and formats –1994-5: Web crawlers and search engines »WebCrawler, Lycos, AltaVista, Yahoo »Developed at UW CSE School

31 The Information School of the University of Washington Oct 4networks @ university of washington31 World Wide Web URL -- uniform resource locator »Web page addresses HTTP -- hypertext transfer protocol »Client-server communication rules HTML -- hypertext markup language »A specifal format for making the pages universally readable by all clients

32 The Information School of the University of Washington Oct 4networks @ university of washington32 Dissecting a URL Web addresses are URLs (uniform resource locator) –A server address and a path to a particular file http://courses.washington.edu/info100/classwork/calendar/index.html protocol= http:// Web server= courses domain= washington.edu path= /info100/classwork/calendar/ dirs(folders) file= index file extension=.html hypertext markup language

33 The Information School of the University of Washington Oct 4networks @ university of washington33 Client/Server Interaction For Web pages, the client requests a page the server returns it: there’s no permanent connection, just a short conversation –Details of the conversation are specified by HTTP Client ServerClient Server Client Server request reply

34 The Information School of the University of Washington Oct 4networks @ university of washington34 Simple HTTP Request GET /pub/WWW/TheProject.html HTTP/1.1 Host: www.w3.org method request protocol host

35 The Information School of the University of Washington Oct 4networks @ university of washington35 A Typical Browser Request GET /pub/WWW/TheProject.html HTTP/1.1 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */* Accept-Language: en-us Accept-Encoding: gzip, dflate User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; APC) Host: www.w3.org Connection: Keep-Alive

36 The Information School of the University of Washington Oct 4networks @ university of washington36 Server Response HTTP/1.1 200 OK Date: Monday, 23 May 2005 22:38:34 GMT Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) Last-Modified: Wed, 08 Jan 2003 23:11:55 GMT Etag: "3f80f-1b6-3e1cv03b" Accept-Ranges: bytes Content-Length: 438 Connection: close Content-Type: text/html A Sample Page …

37 The Information School of the University of Washington Oct 4networks @ university of washington37 Summary Networking is changing the world –Internet: named computers using TCP/IP –WWW: servers providing access to information via the HTTP protocol –Principles »Local network of domain names »Physical network of IP address »Protocols rule: LAN, TCP/IP, HTTP »Domain Name System connects the two »Client/Server, relationship on WWW


Download ppt "The Information School of the University of Washington Oct university of washington1 Networking INFO/CSE 100, Fall 2006 Fluency in Information."

Similar presentations


Ads by Google