The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.

Slides:



Advertisements
Similar presentations
4.01 How Web Pages Work.
Advertisements

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.
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.
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.
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.
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.
WWW and Internet The Internet Creation of the Web Languages for document description Active web pages.
1st Project Introduction to HTML.
COMPUTER TERMS PART 1. COOKIE A cookie is a small amount of data generated by a website and saved by your web browser. Its purpose is to remember information.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
How the World Wide Web Works
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.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Chapter 1 Introduction to HTML, XHTML, and CSS
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Chapter 16 The World Wide Web. 2 The Web An infrastructure of information combined and the network software used to access it Web page A document that.
PIZZA WEB PAGE May 28, FOR TODAY  Review Vocabulary Words (take out your worksheets!)  Pizza Web Page  Research more tags  Turn in your homework!
16-1 The World Wide Web The Web An infrastructure of distributed information combined with software that uses networks as a vehicle to exchange that information.
CPS120: Introduction to Computer Science The World Wide Web Nell Dale John Lewis.
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
Chapter 17 - Deploying Java Applications on the Web1 Chapter 17 Deploying Java Applications on the Web.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
HTML PROJECT #1 Project 1 Introduction to HTML HTML Project 1: Introduction to HTML 2 Vocabulary Internet service provider (ISP) A company that has a.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
HTML ~ Web Design.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
1 MSCS 237 Overview of web technologies (A specific type of distributed systems)
INTERNET. Objectives Explain the origin of the Internet and describe how the Internet works. Explain the difference between the World Wide Web and the.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
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.
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.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to the World Wide Web & Internet CIS 101.
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)
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.
CIS 1203 Web Technologies Introduction to the Internet and the WWW.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
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.
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.
Technologies and Applications
Chapter 1 Introduction to HTML.
Sec (4.3) The World Wide Web.
E-commerce | WWW World Wide Web - Concepts
Project 1 Introduction to HTML.
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.
Chapter 27 WWW and HTTP.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to World Wide Web
INFS 230 L Internet Technology
4.01 How Web Pages Work.
Presentation transcript:

The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE

 Aim ◦ Introduce the World Wide Web  Purpose ◦ To understand how the world wide web, an internet application, is organized and how it operates. CSC102 INTRODUCTION TO COMPUTER SCIENCE

 The world wide web is based on the concept of hypertext.  Hypertext – text documents that contain links called hyperlinks, to other documents.  Text documents were expanded to include images, audio, and video – hypermedia. CSC102 INTRODUCTION TO COMPUTER SCIENCE

 Using a GUI, the user can click on the links to go to other documents, exploring a line of thought.  A web of related information is formed by the hyperlinks  On a computer network, with documents distributed across different computers, it forms a network wide web CSC102 INTRODUCTION TO COMPUTER SCIENCE

 The web of documents on the Internet spans the globe – the World Wide Web  A hypertext or hypermedia on the world wide web is called a web page  A collection of web page is called a web site CSC102 INTRODUCTION TO COMPUTER SCIENCE

 Web browsers (clients) enable users to gain access to web pages on a website  Web servers (servers) provide access to web pages requested by users via web browsers.  Web servers run on computers that contain collections of web pages (forming websites). CSC102 INTRODUCTION TO COMPUTER SCIENCE

 Hypertext documents are transferred between webservers and web browser using the hypertext transfer protocol (HTTP)  Each document is identified using a unique address called a Uniform Resource Locator (URL). CSC102 INTRODUCTION TO COMPUTER SCIENCE

 Hypertext documents contain symbols called tags to say how documents should appear on the screen – what images are present, what links are to occur etc  The system of tags is known as Hypertext Markup Language CSC102 INTRODUCTION TO COMPUTER SCIENCE

 HTML were created to define how text is to be displayed  XML – extensible markup language was created to describe the content of the text – its meaning/semantic  XML forms the backbone of semantic web. CSC102 INTRODUCTION TO COMPUTER SCIENCE

 A note to Gerard, from Michael, containing a heading and a message: CSC102 INTRODUCTION TO COMPUTER SCIENCE

 Compare with HTML: CSC102 INTRODUCTION TO COMPUTER SCIENCE

 If we want interactive web pages, for example to enable a customer to enter flight details and the airline to provide time and cost, then we need:  Client side activities – at the browser for the user to enter information  Server side activities – at the web server for the airline to provide information for that customer CSC102 INTRODUCTION TO COMPUTER SCIENCE

 If we want interactive web pages, for example to enable a customer to enter flight details and the airline to provide time and cost, then we need:  Client side activities – at the browser for the user to enter information  Server side activities – at the web server for the airline to provide information for that customer CSC102 INTRODUCTION TO COMPUTER SCIENCE

 Client side activities are supported by such things as: ◦ JavaScript: allows program to embedded in HTML web page ◦ Applets: programs written in Java language, downloaded separately to the web page, but displayed in the web page ◦ Flash: Multimedia presentations CSC102 INTRODUCTION TO COMPUTER SCIENCE

 Client side activities are supported by such things as: ◦ JavaScript: allows program to embedded in HTML web page ◦ Applets: programs written in Java language, downloaded separately to the web page, but displayed in the web page ◦ Flash: Multimedia presentations CSC102 INTRODUCTION TO COMPUTER SCIENCE

 Server side activities are supported by such things as: ◦ Java server pages: web pages templates stored at the webserver ◦ Active server pages: developed by Microsoft ◦ PhP: (Hypertext Preprocessor) – an open source system for providing server side functionality CSC102 INTRODUCTION TO COMPUTER SCIENCE

 Client side and server side activities, and the systems that support them, provide functionality needed on the web to support business applications such as: ◦ Airline booking system ◦ Hotel booking system ◦ E-Commerce website and so on CSC102 INTRODUCTION TO COMPUTER SCIENCE