© 2000 – All Rights Reserved - Page 1 The World Wide Web The World Wide Web.

Slides:



Advertisements
Similar presentations
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Advertisements

1 Networks and Internet Objectives Understand basic concepts in Networking Network Types Understand basic concepts in Internet Internet Services Become.
Introduction to Web Pages. Slide 2 Lecture Overview Evolution of the Internet and Web Web 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.
Internet. Common Terms b The documents placed on the World Wide Web? b The language in which Web pages are written? b The element of a Web page that connects.
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.
The Internet A brief overview Internet - An interconnected system of networks that connects computers around the world via the TCP/IP protocol. What.
1 Internet History Internet made up of thousands of networks worldwide No one in charge of Internet - No governing body Internet backbone owned by private.
Web Design Terms and Concepts Ms. Scales. Q. What is a Server? A. A server is a computer that stores information many people can access. It runs special.
Chapter ONE Introduction to HTML.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
1 Accessing the Global Database The World Wide Web.
CNIT 132 Intermediate HTML and CSS Course Overview.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Internet Information ISYS 105B. What is the Internet? Comprised of network of computers Started in 1969 by U.S. Defense Dept.
The Internet COM 366 Web Design & Production. Brief history Internet began as nationwide network for Department of Defense in 1960s –Expanded to universities.
Internet Technology I د. محمد البرواني. Project Number 3 Computer crimes in the cybernet Computer crimes in the cybernet Privacy in the cybernet Privacy.
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. Revised 1/12/2015 by William Pegram 1.
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
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.
Operating Systems Concepts 1/e Ruth Watson Chapter 12 Chapter 12 Introduction to the Internet Ruth Watson.
CS117 Introduction to Computer Science II Lecture 1 Introduction to WWW and HTML Instructor: Li Ma Office: NBC 126 Phone: (713)
Introduction to the Internet Your Name Goes Here.
Microsoft Office XP Illustrated Introductory, Enhanced Started with Internet Explorer Getting.
Microsoft Office 2003 Illustrated Introductory Started with Internet Explorer Getting.
The Internet  Internet Hardware connected together Creates a massive worldwide network  Hardware Computers Communication lines  Interlinked collection.
 Internet network of connected computer › No company owns the internet › Purpose is to share information  World Wide Web (Web) one of the ways information.
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.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
HTML ~ Web Design.
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
The Internet. Network - Collection of computers and devices connected together via communications devices Internet - Worldwide collection of networks.
Introduction to the Internet and World Wide Web. The Internet n A network of networks n Began in 1969 as ARPAnet (Advanced Research Projects Agency) n.
Introduction to the Internet and HTML. Objectives Students develop an understanding of the origins of the internet Students will be able to identify the.
Structure of the Internet. Internet Structure LAN ISP Internet Backbone.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 1.
HTML, Third Edition--Illustrated Brief 1 HTML, Third Edition Illustrated Brief Unit A Creating an HTML Document.
Chapter 1: The Internet تال 311 Prepared by: Mr. Hassen HAMOUDA.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
CSCI-235 Micro-Computers in Science The Internet and World Wide Web.
JavaScript and Ajax (Internet Background) Week 1 Web site:
Introduction to the World Wide Web & Internet CIS 101.
Web Design New Brighton High School Exploring the History of the World Wide WebWorld Wide Web.
ULI101 – XHTML Basics (Part I) Internet / Web Concepts Brief History TCP/IP Web Servers / Web Browsers URL HTTP / HTML.
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.
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)
05/01/02Joel Boydston - South Florida Community College CHAPTER 1 FOUNDATIONS OF WEB SITE CREATION 20 Slides.
Introduction to … Internet. Introducing the World Wide Web A network is a structure linking computers together for the purpose of sharing resources such.
 Internet Hardware connected together Creates a massive worldwide network  Hardware Computers Communication lines  Interlinked collection of smaller.
Website Design and Construction Services and Standards.
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.
How Much Do You Know About the Internet?. What is the Internet? The Internet is the world’s largest computer network, connecting more than 4 million computers.
4.01 How Web Pages Work.
Introduction to the Internet and World Wide Web
JavaScript and Ajax (Internet Background)
CNIT 131 Internet Basics & Beginning HTML
Introduction to Web Pages
Introduction to Computers
Project 1 Introduction to HTML.
Microsoft Office Illustrated Introductory, Premium Edition
The Internet and the World Wide Web (ch. 7)
Computer Networks and Internet
Web Page Concept and Design :
Introduction to the Internet and World Wide Web
4.01 How Web Pages Work.
Presentation transcript:

© 2000 – All Rights Reserved - Page 1 The World Wide Web The World Wide Web

© 2000 – All Rights Reserved - Page 2 The Web The Web Descendant of ARPAnet Subset of Internet Created in 1989 –Tim Berners-Lee –CERN Particle Physics Laboratory, Switzerland

© 2000 – All Rights Reserved - Page 3 A Very Big Client/Server Net A Very Big Client/Server Net Clients (browsers) –Netscape Navigator –Microsoft Internet Explorer –Microsoft WebTV Servers –Internet Service Provider (ISP) –Gateways –HyperText Transfer Protocol (HTTP) –File Transfer Protocol (FTP) –UNIX and Microsoft Windows NT

© 2000 – All Rights Reserved - Page 4 Key Players Key Players Standards –World Wide Web Consortium (W3C) Domain Names –InterNIC, a division of Network Solutions –Authorized by the National Science Foundation Gatekeepers –Netscape & Microsoft –AOL, CompuServe, Yahoo, et.al. Search Engines

© 2000 – All Rights Reserved - Page 5 Bandwidth Bandwidth Dial-up telecommunications Dedicated telecommunications Corporate Intranet Cable-modem

© 2000 – All Rights Reserved - Page 6 Universal Languages Universal Languages Cross-platform HTML - Hypertext Markup Language DHTML - Dynamic HTML JavaScript

© 2000 – All Rights Reserved - Page 7 What is a Web Site? What is a Web Site? Multi-level hierarchy Non-linear document Home Page ProductsServicesDealers Audio Video Home Theatre Consulting & Training Best Buy Circuit City

© 2000 – All Rights Reserved - Page 8 Web Designers Web Designers Information Designer –favors content and navigation –clean and user friendly Artist –favors visual –creative, challenging imagery Graphic Designer –type design –professional layout

© 2000 – All Rights Reserved - Page 9 The World Wide Web The World Wide Web