How WWW works? Speaker : Frank Liu

Slides:



Advertisements
Similar presentations
... Objective Internet Working ISP TOT, TT&T, CAT,SAMART Dial up ADSL Leased Line Satellite.
Advertisements

Communicating Information: Web Design. It’s a big net HTTP FTP TCP/IP SMTP protocols The Internet The Internet is a network of networks… It connects millions.
CPSC 203 Introduction to Computers T43, 46 & 68 By Jie (Jeff) Gao.
Web basics Keywords: Web Server, Browser, Local, Remote, HTML, URL.
The Internet Useful Definitions and Concepts About the Internet.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
1 Networks and Internet Objectives Understand basic concepts in Networking Network Types Understand basic concepts in Internet Internet Services Become.
Multiple Tiers in Action
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Browsing the World Wide Web. Spring 2002Computer Networks Applications Browsing Service Allows one to conveniently obtain and display information that.
Computers in Principle and Practice Servers and Operating Systems.
Website Development & Management Introduction & Overview CIT Fall Instructor: John Seydel, Ph.D.
? INTERNET WHAT, WHY, HOW. DEFINITION The Internet is a massive public spiderweb of computer connections. It connects personal computers, laptops, tablets,
Getting started! Module 1: Creating and publishing web pages Your class “home page”
1 HTML (Set Up Public Folder) Some material on these slides is taken directly from
CPSC203 Introduction to Computers Lab 69 By Jie Gao.
Tutorial #2 Creating Links. Tutorial #1 Review Basic Page (DOCTYPE, HTML, Head, Title, Body) Tags Structure( ),,,,,, Nested Tags content Tag Attributes.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 4. Understanding the Internet’s Software Structure.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
Tutorial: Web Publishing. Web Publishing Tutorial IS for Management2 Web Publishing Web pages are stored on a Web server: a computer with a unique Web.
How did the internet develop?. What is Internet? The internet is a network of computers linking many different types of computers all over the world.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
World Wide Web Raghunath M D BSNL Mobile Services, Ernakulam, Ph:
1 Welcome to CSC 301 Web Programming Charles Frank.
1 © Copyright 2000 Ethel Schuster The Web… in 15 minutes Ethel Schuster
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Web Servers: The Engines that Drive the World Wide Web Dr. William Farmer Reza Sherafat McMaster University May 3, 2006.
Murach's HTML5 and CSS3, C1© 2012, Mike Murach & Associates, Inc. Slide 1.
HTML, Third Edition--Illustrated Brief 1 HTML, Third Edition Illustrated Brief Unit A Creating an HTML Document.
Chapter 29 World Wide Web & Browsing World Wide Web (WWW) is a distributed hypermedia (hypertext & graphics) on-line repository of information that users.
Chapter 4 Applets Cop Why Applets? WWW makes huge information available to anyone with web browser. Web server send web pages and images to your.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
Newsgroup World Wide Web (WWW) Conservation Over the Internet e.g.ICQ File Transfer Protocol (FTP) Includes 6 main services: Electronic Mail Remote.
Internet FTP to network. Preliminary Steps a FTP program is used and executed such as WS_FTP LE Information needed –host name –user id –password.
Web programming Part 1: environment 由 NordriDesign 提供
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
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)
How Web Servers and The Internet Work The Basic Process.
Introduction to HTML 4.0 Getting Started – Basic Terminology Teacher: Mr. Ho.
Computer Basics Introduction CIS 109 Columbia College.
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.
2015 暑期電腦課程 -H3 HOW FTP WORKS? By
How FTP works ? & Send you web pages to server Speaker : Frank Liu.
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.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Distributed Control and Measurement via the Internet
Active Server Pages Computer Science 40S.
Warm Handshake with Websites, Servers and Web Servers:
E-commerce | WWW World Wide Web - Concepts
E-commerce | WWW World Wide Web - Concepts
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.
Web Design Introduction to the Internet Week One
Professional Web Designing For Absolute Beginners
The Client Server Model
Web Page Concept and Design :
Why can’t others see my Wepage?
Document Structure & HTML
The Client Server Model
4.01 How Web Pages Work.
Computer Networks Protocols
Your computer is the client
The Internet and Electronic mail
File Transfer Protocol
Presentation transcript:

How WWW works? Speaker : Frank Liu

Definition WWW:World Wide Web A client – server model Server:a machine waiting for serving other machines,usually running for 7day24hrs Client:a machine send request to server Browser:an application for viewing HTML file,running on client.

How WWW operates? The first step user run a browser on their computer (ex:Internet Explorer,FireFox) The second step type an address of a web server (ex:www.oc.com.tw,home.fysh.tc.edu.tw)

How WWW operates?(con’d) The third step Your browser will act as a client , send a request to server via network Client browser Internet Server

How WWW operates?(con’d) The forth step server will looking for file that you want then send it back to client via network If you do not specify filename, then file named “index.html” will be sent to you Client browser Internet Server

How WWW operates?(con’d) The final step Browser running on client will interpret ‘index.html’ ,then show it on screen

Introduction of our web server Concept of students’ home s111001 s111002 s511350 ……… Homework Photo public_html Index.html Image1.gif Image2.jpg s111999

Things that you should remember Your server : home.fysh.tc.edu.tw Your account : s511XXX Your password : ****** Your home page should be named “index.html”(attention:lower case please)

What you should DO in this hours? Try to have a look at your home server http://home.fysh.tc.edu.tw/s111XXX Writing your journal by notepad

What you should learn in next hours? Make a simplest homepage then see how it looks How to use ftp and where to get it ? (Ws-ftp or cuteftp) Upload your first web page to your web space