Navigating The World Wide Web

Slides:



Advertisements
Similar presentations
Imagining the Future. WORLD WIDE WEB Tim Berners-Lee invented the World Wide Web.World Wide Web A graduate of Oxford University, England, in 1989, Tim.
Advertisements

Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.
4.01 How Web Pages Work.
Developing a Web Site: Links Using a link is a quicker way to access information at the bottom of a Web page than scrolling down A user can select a link.
Project 1 Introduction to HTML.
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.
FrontPage 2003 Web Fundamentals Web Site Design. World Wide Web System based on Hypertext Transfer Protocol (HTTP) Provides access to information Information.
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.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
1st Project Introduction to HTML.
What Is A Web Page? An Introduction to the Internet.
Q.Nand HTML Hypertext Markup Language Lesson 1. Q.Nand Overview Introduction the World Wide Web Structure of the internet The Development of the World.
Internet Basics مهندس / محمد العنزي
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
1 Networks and the Internet A network is a structure linking computers together for the purpose of sharing resources such as printers and files Users typically.
BASIC UNDERSTANDING OF INTERNET AND WEB BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY Activity No. 8.
Introduction to Internet terms. Topics to Study What is Internet HTTP URL SMS MMS Wi-Fi Video Conferencing Social Webisites.
Developing a Web Site. Web Site Navigational Structures A storyboard is a diagram of a Web site’s structure, showing all the pages in the site and indicating.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
The Internet. Network - Collection of computers and devices connected together via communications devices Internet - Worldwide collection of networks.
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.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
Website design and structure. A Website is a collection of webpages that are linked together. Webpages contain text, graphics, sound and video clips.
Lesson No:12 Introduction to Internet CHBT-01 Basic Micro process & Computer Operatio.
CSCI-235 Micro-Computers in Science The Internet and World Wide Web.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
Developing a Basic Web Site HTML Tutorial 2. Objectives Define links and how to use them. Create element ids to mark specific locations within a document.
Web Design New Brighton High School Exploring the History of the World Wide WebWorld Wide Web.
XP 1 Charles Edeki AIU Live Chat for Unit 2 ITC0381.
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.
Introduction to … Internet. Introducing the World Wide Web A network is a structure linking computers together for the purpose of sharing resources such.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
Glencoe Introduction to Multimedia Chapter 2 Multimedia Online 1 Internet A huge network that connects computers all over the world. Show Definition.
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.
4.01 How Web Pages Work.
The World Wide Web.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Chapter 1 Introduction to HTML.
Developing a Basic Web Site
HTML Part I.
Warm Handshake with Websites, Servers and Web Servers:
Evolution of Internet.
E-commerce | WWW World Wide Web - Concepts
Project 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
CASE STUDY -HTML,URLs,HTTP
Introducing the World Wide Web
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.
Internet and the web Summary of terms discusses and review
A Brief Introduction to the Internet
Web Site Development.
CNIT 131 HTML5 – Anchor/Link.
The Internet An Overview.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Web Page Concept and Design :
Tutorial Developing a Basic Web Page
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Introduction to World Wide Web
WEB & HTML Background Info.
Unit-3.
INFS 230 L Internet Technology
4.01 How Web Pages Work.
4.01 How Web Pages Work.
The Internet and Electronic mail
Dar es Salaam University College of Education Chang’ombe Secondary School Using ICT in School 17th July 2014 Presented by: Geofrey Felix Kalumuna A.
An Introduction to the Internet
Presentation transcript:

Navigating The World Wide Web Lesson 1

What is the World Wide Web? Timothy Berners-Lee and other researchers at the CERN nuclear research facility near Geneva, Switzerland laid the foundations for the World Wide Web, or the Web, in 1989 They developed a system of interlinked hypertext documents that allowed their users to easily navigate from one topic to another The Internet is a global network of computers linked by high-speed data lines and wireless systems The World Wide Web (Web or WWW for short) is just one of several services provided by the Internet, which consists of a system of interconnected networks Hypertext is a way to organize information so that you can click links to jump from one piece of information to another

How the World Wide Web Works Hypertext—can read and navigate text in non linear way Graphical and Easy to Navigate—versus early days of the Internet Cross-platform Distributed—information not located in one centralized location Dynamic Information Interactive Information

Linear versus hypertext documents When you read a book, you follow a linear progression, reading one page after another With hypertext, you progress through pages in whatever way is best suited to you and your objectives Linear versus hypertext documents

Web Pages Each document on the World Wide Web is referred to as a Web page A Web site is a related collection of Web pages A home page is the first document users see when they access a Web site

Web Servers Web pages are stored on a Web server, or host, which is a computer that stores and sends (serves) requested Web pages and other files

Web Pages and Web Servers

Web Browsers A Web browser retrieves the page from the Web server and renders it on the user’s computer or other device The earliest browsers, known as text-based browsers, were incapable of displaying images

Understanding URLs To create a link to a resource on the Internet, you need to know its URL A Uniform Resource Locator (URL) specifies the precise location of a resource on the Internet A protocol is a set of rules defining how information is exchanged between two resources

Understanding URLs Your Web browser communicates with Web servers using the Hypertext Transfer Protocol (HTTP) The URLs for all Web pages must start with the scheme “http” Other Internet resources use different protocols and have different scheme names

Common Communication Protocols

A sample URL for a Web page Understanding URLs A sample URL for a Web page

Understanding URLs If a URL includes no path, then it indicates the topmost folder in the server’s directory/folder tree If a URL does not specify a filename, the server searches for a file named “index.htm” or “default.htm”

End of Presentation