Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

Slides:



Advertisements
Similar presentations
Learning Objectives Tell whether a communication technology (Internet, radio, LAN, etc.) is synchronous or asynchronous; broadcast or point-to-point Explain.
Advertisements

The Internet Useful Definitions and Concepts About the Internet.
Chapter 3_1 Making the Connection: The Basics of Networking.
Chapter 3 _2 Making the Connection: The Basics of Networking.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley The Basics of Networking Making the Connection lawrence snyder c h a p t.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
How the World Wide Web Works
The internet and the WWW
1 Announcements Assignment 2 due today Office hours have been posted on the class Web Page Reminder of the Day : This class will have unannounced quizzes.
Chapter 2 Making the Connection: The Basics of Networking.
Chapter 3 The Basics of Networking
Connecting one computer to another computer creates a network.
Lecturer: Ghadah Aldehim
Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 3-1 Networked Computers Change Our Lives The Information Age has brought profound changes.
© 2006 Pearson Education 1  Obj: 1.2, to understand networks HW: Review sheet  Quiz next class Sections 1.0 – 1.2  Do Now: p.47 #1.4 and 1.5 C1 D3.
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
Chapter 3 Fluency with Information Technology 4th edition
Chapter 4 Networking and the Internet Introduction to CS 1 st Semester, 2015 Sanghyun Park.
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
Introduction to the Internet. What is the Internet The Internet is a worldwide group of connected networks that allows public access to information and.
Networking and the Web.
Anatomy of a URL: Finding Broken Links Dr. Steve Broskoske Misericordia University.
Lecture 10: 9/26/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
Tom Rebold, MPC FLUENCY WITH INFORMATION TECNOLOGY Skills, Concepts, and Capabilities.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 3-1.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
Identifying Domains and Directories What makes up a web address?
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
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 Agenda The World Wide Web Search Engines Video Streaming 3.
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 and World Wide Web Introduction to the Internet.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
4.01 How Web Pages Work.
Introduction to the Internet
4.01 How Web Pages Work.
4.01 How Web Pages Work.
More on WANs Fiber Optic Cables Used in Internet backbone
IS1500: Introduction to Web Development
Comparing Communication Types
Introduction to the WWW
CISC103 Web Development Basics: Web site:
Introduction To Web Design
E-commerce | WWW World Wide Web - Concepts
E-commerce | WWW World Wide Web - Concepts
Internet and the web Summary of terms discusses and review
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Web Development & Design Chapter 1, Sections 4, 5 & 6
Making the Connection: The Basics of Networking
CISC103 Web Development Basics: Web site:
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Digital Planet: Tomorrow’s Technology and You
Modelling the internet
ACT102 Introduction to web design
Networking INFO/CSE 100, Spring 2005 Fluency in Information Technology
Web Design & Development
CS134 Web Design & Development
Introduction to the Internet and Web
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
ACT102 Introduction to web design
Modelling the internet
Chapter 3: The Basics of Networking
Lesson 3: Introduction to Internet Technology
4.01 How Web Pages Work.
Lesson 19 Internet Basics.
4.01 How Web Pages Work.
The Internet and Electronic mail
Presentation transcript:

Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

The Client/Server Structure Server is the computer that stores the web page Client is the computer that accesses the web page When you click link, your computer enters client/server relationship with web server Once the page is sent to you, the client/server relationship ends Server can form many brief relationships so it can serve many clients at the same time Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

The Medium of the Message The Name Game of Computer Addresses IP addresses: Each computer connected to the Internet is given a unique numerical address Domain Names: Human-readable symbolic names, based on domain hierarchy Easier to read and remember Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

DNS Servers The Domain Name System translates the human-readable names into IP addresses Internet host knows the IP address of its nearest DNS server, a computer that keeps a list of domain names and corresponding IP addresses When you use a domain name to send information, your computer asks the DNS server to look up the IP address If the DNS server doesn't know the IP address, it asks a Root name server, which keeps the master list of name-to-address relationships Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

Top-level Domains Domain is a related group of networked computers Top-level domains appear in the last part of domain name: .edu educational institutions .org organizations .net networks .mil military .gov government agencies Mnemonic two-letter country designators such as .ca (Canada) Many more have been added – see: http://data.iana.org/TLD/tlds-alpha-by-domain.txt Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

Following Protocol Protocol is how the information is actually sent TCP/IP (Transmission Control Protocol/ Internet Protocol) Information is broken into a sequence of small fixed-size units called IP packets Each packet has space for the unit of data, the destination IP address, and a sequence number The packets are sent over the Internet one at a time using whatever route is available Because each packet can take a different route, congestion and service interruptions do not delay transmissions Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

Moving Packets: Wires and More Internet uses electrical, electronic, and optical communication means Telephone lines, dedicated fiber optic lines, etc. The technology used to move the packet is independent from the protocol; transmission of a single file may use multiple technologies Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

The World Wide Web Web servers: Computers programmed to send files to browsers running on other computers connected to the Internet Web servers and their files make up the World Wide Web The World Wide Web is a subset of the Internet Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

Requesting a Web Page Web request creates a client/server interaction Universal Resource Locator (URL) has three main parts Protocol: http:// Hypertext Transfer Protocol Tells the computer how to handle the file Server computer's name: Server's IP address given by the domain hierarchy Page's pathname: Tells the server which file (page) is requested and where to find it. Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

Describing a Web Page Pages are stored as a description of how they should appear on the screen Web browser created the image from the description file Browser can adapt the source image more easily Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

Hypertext Hypertext Markup Language (HTML) Markup languages describe the layout of a document Margin width Font Text style Image placement Etc. Hypertext provides a way to jump from point to point in documents (non-linear) Combination of hypertext with markup language lets us build nonlinear documents for the dynamic and interconnected Net and Web Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

The Internet and the Web When is the "www" required and when is it optional? WWW is just a name; web pages do not have to use it In order for DNS to work, user must give the exact domain name To help users reach them, organizations do two things: Redirection: browser inserts the "www" Registering multiple domain names Museum of Modern Art has registered both "moma.org" and "www.moma.org" to the same IP address Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

File Structure Directory, or folder, is a named collection of files, other directories, or both Directory Hierarchy: Directories can contain other directories, which can contain other directories, etc. Down, or lower in the hierarchy, means moving into subdirectories Up, or higher in the hierarchy, means into enclosing directories Copyright © 2006 Pearson Addison-Wesley. All rights reserved.

File Structure (cont'd) Part of the directory hierarchy is shown in the pathnames of URL's. http://www.nasm.si.edu/galleries/ga1100/pioneer.html Page is given by pathname: /galleries/ga1100/pioneer.html Each time we pass a slash (/), we move into a subdirectory or into the file (lower in the hierarchy) Copyright © 2006 Pearson Addison-Wesley. All rights reserved.