The World Wide Web Dr. Jim Martin

Slides:



Advertisements
Similar presentations
The Internet and the Web
Advertisements

XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
The Internet Useful Definitions and Concepts About the Internet.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
COMPUTERS AND INFORMATION SYSTEMS HTML. How the Web Works To access a web site  Enter its address (URL) in the address box of your browser 
Connecting one computer to another computer creates a network.
1 The Internet Dr. Jim Martin Clemson’s Emerging Scholars Partnership, Summer 2005.
With your friendly Web Developer, Chris.. Terminology  HTML - > Hypertext Markup Language  CSS -> Cascading Style Sheet  open tag  close tag  HTTP->Hypertext.
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
Website Designers Goal Evolve from know-nothing, nat-brain rookies … into Incredible Website Designers Reference Websites:
CS 101 – Dec. 2 Download speed Internet vs. Web Domains HTML.
Tutorial #2 Creating Links. Tutorial #1 Review Basic Page (DOCTYPE, HTML, Head, Title, Body) Tags Structure( ),,,,,, Nested Tags content Tag Attributes.
 The tag to create a link is called, which stands for anchor.  You put the address of the page to link to in quotes after href=, like the following:
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
HTML ~ Web Design.
Copyright Jim Martin The Internet Dr. Jim Martin
1 Chinese Information Processing : Using Computers to Teach and Learn Chinese Week 6 and 7: Creating and maintaining web pages - html and ftp.
Using the Internet. (WWW) and the Internet The World Wide Web (WWW) is a small part of the Internet. The Internet relates to all the hardware and software.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
The Web and Web Services Jim Graham NR 621 Spring 2009.
Copyright Jim Martin The World Wide Web Dr. Jim Martin
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
Chapter 29 World Wide Web & Browsing World Wide Web (WWW) is a distributed hypermedia (hypertext & graphics) on-line repository of information that users.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
Introduction to Web & HTML
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
Web Design Vocabulary #3. HTML Hypertext Markup Language - The coding scheme used to format text for use on the World Wide Web.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Introduction to HTML (Web Design) IT Fundamentals.
Copyright 2007 Jim Martin1 Internet and the WWW Dr. Jim Martin
World Wide Web. The World Wide Web is a system of interlinked hypertext documents accessed via the Internet The World Wide Web is a system of interlinked.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
Objectives At the end of this session students will: Define the following terms in two sentences or less Website Web page Browser Html URL Hyperlink Explain.
Basic concepts of web design
Introduction to the Internet
4.01 How Web Pages Work.
4.01 How Web Pages Work.
CS7026: Authoring for Digital Media HTML Authoring
Technologies and Applications
CISC103 Web Development Basics: Web site:
Chapter 1 Introduction to HTML.
WEB PAGES: CREATING AND MAINTAINING **
Sec (4.3) The World Wide Web.
Project 1 Introduction to HTML.
CASE STUDY -HTML,URLs,HTTP
Some bits on how it works
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
HTTP: the hypertext transfer protocol
Web Development & Design Chapter 1, Sections 4, 5 & 6
Wednesday, September 19, 2018 What Is the Internet?
Introduction to Web & HTML
CISC103 Web Development Basics: Web site:
1 Introduction to the Internet.
Introduction to the Internet and Web
Introduction to Web & HTML
Chapter 16 The World Wide Web.
INFS 230 L Internet Technology
4.01 How Web Pages Work.
The Internet and Electronic mail
HTTP and HTML HTML HTTP HTTP – Standardize the packaging
Presentation transcript:

Dr. Jim Martin jim.martin@cs.clemson.edu The World Wide Web Dr. Jim Martin jim.martin@cs.clemson.edu Clemson’s Emerging Scholars Partnership, Summer 2005

The World Wide Web Clemson Southside High School Internet Web browser: A client program Dialup connection 117A Clemson Southside High School Internet Access Network (Internet Service Provider or ISP) Server Room The Internet is made up of separate networks that can communicate with each other. TCP/IP the ‘magical’ networking software (a protocol) that enables your browsing experience from home, high school or Clemson to be identical. www.usatoday.com www.cs.clemson.edu Web servers: A server program Clemson’s Emerging Scholars Partnership, Summer 2005

What is a protocol? A specification for a set of message exchanges Computer protocols: much more precise rules. For example, getting the base web page from a web server Human protocols: conventions used to accomplish a task. For example, mailing a letter 1.Create the letter 2.Package it 3.Address it and add postage 4.Send it Time Open a connection US Postal System Issues: — Errors: Planned for errors (“function not implemented,” “service unavailable”), and unexpected errors (message corrupted). — Lack of a response (“timeout”). Acknowledge the connection Request the file 1.Receive the letter 2.Rip it open 3.Read it Send the file

Web browsers and servers Web browser: A client program Internet www.usatoday.com This interaction might take less than 1 millisecond or it might take 10 seconds. It depends on: Speed of the connections How busy the server is Client program sends a packet of data that contains the command: Get me this web page Server program replies by sending a variable number of packets That collectively contain the web page Computers break the data into packets which are usually 1500 Bytes large Client program assembles the web page from the received packets and displays the page, it Then sends an ACK packet to the server saying it received the page.

Web browsers and servers Web browser: A client program Internet www.usatoday.com The rules for that the client and server follow to transfer web pages are defined by HTTP: Hypertext Transport Protocol. The rules that Web Pages must follow are defined by HTML: Hypertext Markup Language

HTML <html> <head> <title> Hi welcome to Dr Martin's web page !!!! </title> </head> <body> <hr> <div align="Center"> <h1> Dr. Jim Martin's Web Page </h1> </div> <br> <p>This is a paragraph block. </p> <h2>There are up to 9 levels of section headings. <h3>Section heading 3 </h3> </h2> <p> To have a link in your web page, there are two pieces of information that you need in the tag line. First, the href is the actual link pointer. This must be the full pointer that includes the actual file name. Second, you need to add the name of the link that will be displayed. In the example below, the link is to webmonkey.wired.com. The page will just show Web Monkey. <a href="http://webmonkey.wired.com/webmonkey/kids/meta/powered.html"> Web Monkey</a> </p> </body> </html>

Exercise Create a file (index.html) using notepad Cut and paste the previous html code into your file Save your file and open with a browser Start a browser and select File and then Open File Extend the page (refer to “A Beginner’s Guide to HTML”): Create a list of pointers to your 3 favorite web sites (please nothing nasty!!!) Add to your page the paw.gif image available from the class web site