The Web HTTP request HTTP response Your Machine Web Server Web browser sends a separate request for each object (e.g., embedded image) on the web page.

Slides:



Advertisements
Similar presentations
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 22 World Wide Web and HTTP.
Advertisements

 To create page, Komodo Editor  To share web page, UNC SERVER, ISIS (  To transfer page to ISIS,
CPSC 203 Introduction to Computers Tutorial 59 & 64 By Jie (Jeff) Gao.
February 2006Colby College ITS Publishing a Personal Web Site.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
CIS101 Introduction to Computing
World Wide Web1 Applications World Wide Web. 2 Introduction What is hypertext model? Use of hypertext in World Wide Web (WWW) – HTML. WWW client-server.
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.
COMP 110 Introduction to Programming Mr. Joshua Stough.
ETT 429 Spring 2007 Web Design Basics II. Publishing Web Pages Activating your NIU website Go to this.
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.
HTML & Dreamweaver 101 Aman Yadav. Definitions HTTP – The Web uses a protocol called HTTP (Hyper Text Transport Protocol) to communicate between the Web.
13 February Building a Web Page. Links Links: One always links to an anchor point Every page has an implicit anchor point at the start In addition, can.
Introduction to Web Lingo
Creating your website Using Plain HTML. What is HTML? ► Web pages are authored in HyperText Markup Language (HTML) ► Plain text is marked up with tags,
Browsing the World Wide Web. Spring 2002Computer Networks Applications Browsing Service Allows one to conveniently obtain and display information that.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
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 
Intro to MIS – MGS351 Building a Webpage. Chapter Overview m The World Wide Web – Web servers, Web browsers and Web pages m HTML Introduction m Using.
Computer Networks  Network - A system of computers interconnected in order to share information.  Data transmission - consists of sending and receiving.
CPSC 203 Introduction to Computers Lab 21, 22 By Jie Gao.
1 HTML (Set Up Public Folder) Some material on these slides is taken directly from
1 John Magee 9 November 2012 CS120 Lecture 17a: Publishing Web pages.
Parts of a URL (Uniform Resource Locator). Let’s study more closely what the parts of this string indicate.
Tutorial #2 Creating Links. Tutorial #1 Review Basic Page (DOCTYPE, HTML, Head, Title, Body) Tags Structure( ),,,,,, Nested Tags content Tag Attributes.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
Web Design (5) Navigation (1). Creating a new website called ‘Navigation’ In Windows Explorer, open the folder “CU3A Web Design Group”; and then the sub-folder.
TCP/IP Protocols Dr. Sharon Hall Perkins Applications World Wide Web(HTTP) Presented by.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
Enhancing Your Web Site—Adding Links Web Page **YOU MUST HAVE COMPLETED THE 1ST 3 WEB PAGES BEFORE YOU CAN DO THIS ONE. **YOU SHOULD HAVE COMPLETED THE.
1 © Copyright 2000 Ethel Schuster The Web… in 15 minutes Ethel Schuster
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
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.
Copyright Jim Martin The World Wide Web Dr. Jim Martin
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Murach's HTML5 and CSS3, C1© 2012, Mike Murach & Associates, Inc. Slide 1.
Chapter 29 World Wide Web & Browsing World Wide Web (WWW) is a distributed hypermedia (hypertext & graphics) on-line repository of information that users.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
Introduction to Web & HTML
Make Up Your Own Home Page in Waseda Hiroshi Toyoizumi.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
1 More About HTML Images and Links. 22 Objectives You will be able to Include images in your HTML page. Create links to other pages on your HTML page.
Setup Folders in public_html, create folder web in web, create folder images NO index.htm or index.html in public_html in public_html, create folder web.
Web programming Part 1: environment 由 NordriDesign 提供
The Internet. Important Terms Network Network Internet Internet WWW (World Wide Web) WWW (World Wide Web) Web page Web page Web site Web site Browser.
WWW11 World Wide Web 1. WWW12 Networks allow computers to talk to each other.
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
How Web Servers and The Internet Work The Basic Process.
Cloud, Internet, and Browsers. Filezilla Checklist  ISIS access  COMP101 file on your computer  FILEZILLA installed  Saved passwords and certificate.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 2 Creating Links.
COMP3121 E-Commerce Technologies Richard Henson University of Worcester December 2009.
Section 6.3 Server-side Scripting
CISC103 Web Development Basics: Web site:
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.
Protocols and networks in the TCP/IP model initially.
CISC103 Web Development Basics: Web site:
HyperText Transfer Protocol
The Internet and Electronic mail
File Transfer Protocol
Presentation transcript:

The Web HTTP request HTTP response Your Machine Web Server Web browser sends a separate request for each object (e.g., embedded image) on the web page Requests are usually much shorter than responses HyperText Transfer Protocol

The Web What Happens When You Click A Link? Browser examines the URL and determines the protocol and remote machine it must access –protocol = http –remote machine = (web server in the CS dept) Browser uses TCP/IP protocols to establish a connection with remote machine

The Web What Happens When You Click A Link? Once connection established, send HTTP message GET specifying page to access –GET ~mcweigle/index.html Remote machine sends a copy of page to your browser using TCP/IP Your browser receives and displays its contents

Setting Up Your Web Page Choose "Subscribe to Services" Choose WWW –creates a public_html folder in your AFS space (H: drive) Anything you put in your public_html folder will be accessible at

index.html Use Notepad to create index.html –should be saved in your new public_html folder Sample: My Web Page My Web Page Welcome to my web page! I'm a student at the University of North Carolina at Chapel Hill.

index.html Another Sample My Web Page My Web Page Welcome to my web page! I'm a student at the University of North Carolina at Chapel Hill. In Spring 2004, I took COMP 14. Check out the awesome Blackjack applet I wrote.