1 / 7

Introduction to Web Computing

Introduction to Web Computing. By J. H. Wang Sep. 26, 2011. What’s the Web. World Wide Web: WWW (or the Web) Proposed by Tim-Berners Lee in 1989 Based on ideas from hypertext systems

chloe
Télécharger la présentation

Introduction to Web Computing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to Web Computing By J. H. Wang Sep. 26, 2011

  2. What’s the Web • World Wide Web: WWW (or the Web) • Proposed by Tim-Berners Lee in 1989 • Based on ideas from hypertext systems •  "... to link and access information of various kinds as a web of nodes in which the user can browse at will"

  3. World Wide Web • Client: browser (e.g. IE, firefox) • To view web pages that may contain text, images, videos, and other multimedia and navigate between them via hyperlinks • Server (e.g. Apache httpd) • To host web pages and multimedia files

  4. Three Major Technologies • URL (Uniform Resource Locator) or URI (Uniform Resource Identifier): a system of globally unique identifiers for resources on the Web and elsewhere • HTML (HyperText Markup Language): the publishing language • HTTP (Hypertext Transfer Protocol): the protocol

  5. What’s Related to Web Computing • Web protocols and formats • Versions, new features, security issues • Web search and other Web services • Information retrieval • Web mining • Web content mining • Web structure mining • Web usage mining

  6. Some Interesting Problems • What’s the size of the Web? • At least 11.49 billion pages, according to http://www.worldwidewebsize.com/ • How to search the Web efficiently? • Crawling (Ch.20) • How to identify the most linked pages? • Link analysis (Ch.21) • How to identify the spam pages? • (Ch.19)

More Related