Introduction to the Web

Slides:



Advertisements
Similar presentations
Introduction to e-Business. History of WWW Late 1960s, ARPA (Advanced Research Project Agency) of Dept of Defense sponsored some of MIT graduate student.
Advertisements

The Internet and the Web
Evolution of the Internet Mrs. Wilson Internet Basics & Beyond Rocky Point High School.
4.01 How Web Pages Work.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
Lecture 19: Internet Intro to IT COSC1078 Introduction to Information Technology Lecture 19 Internet James Harland
Multimedia and The World Wide Web
© 2010, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet 1.
Origins of the Internet The Internet was started as a research project sponsored by the Advanced Research Projects Agency (ARPA) within the U.S. Dept.
© 2004, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet.
Lesson 19 Internet Basics.
Evolved from ARPANET (Advanced Research Projects Agency of the U.S. Department of Defense) Was the first operational packet-switching network Began.
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. 1.
CSI315 Lecture 1 WEEK 1. The Internet A world-wide network of millions of computers connected to share information and communication. The interconnected.
1 Accessing the Global Database The World Wide Web.
Internet Infrastructure 1 (Review) University of Khartoum.
Connecting one computer to another computer creates a network.
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Copyright © Curt Hill The Internet An Introduction.
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. Revised 1/12/2015 by William Pegram 1.
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.
Networks QUME 185 Introduction to Computer Applications.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of the Internet.
1. Introduction to Internet and to the Web. Motto People are using the web to build things they have not built or written or drawn or communicated anywhere.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Internet Overview (Chapter 1 in [2]). 2 Outline History of the Internet History of the Internet Seven Layers of the OSI Model Seven Layers of the OSI.
JavaScript and Ajax (Internet Background) Week 1 Web site:
Website Design and Construction Services and Standards.
CIS 1203 Web Technologies Introduction to the Internet and the WWW.
 World wide web is a set of protocols that allows you to access any document on the net through the naming system based on URLs. www also specifies the.
A BRIEF HISTORY OF THE INTERNET, WEB, AND HTML. Internet vs. World Wide Web What is The Internet? The Internet is a massive network of networks, a networking.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
Internet and World Wide Web Introduction to the Internet.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
LECTURE 1 (ETCS-308) Subject teacher : Ms. Gunjan Beniwal
BASIC CONCEPTS ON INTERNET &
A bit of Computer History
CISC103 Web Development Basics: Web site:
JavaScript and Ajax (Internet Background)
Chapter 1 Into the Internet.
CNIT 131 Internet Basics & Beginning HTML
HISTORY OF COMPUTERS AND TECHNOLOGY
Introduction to Computers
Introduction to Computers and the Internet
Internet and the web Summary of terms discusses and review
The Internet and World Wide Web
Website Design Chp 2
Evolved from ARPANET (Advanced Research Projects Agency of the U.S. Department of Defense) Was the first operational packet-switching network Began.
Who is Tim Berners-Lee? Born 8 June 1955 in London (age 59)
Introduction to Internet, WWW, and Web browsers
Lecture 1: Facts of network technologies developments
1 Introduction to the Internet.
Web Design & Development
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
A worldwide system of interconnected computer networks.
Educational Computing
4.01 How Web Pages Work.
Lesson 19 Internet Basics.
4.01 How Web Pages Work.
The Internet and Electronic mail
Internet and the world wide web (www)
Lecture 1: Facts of network technologies developments
Lecture 1: Facts of network technologies developments
Presentation transcript:

Introduction to the Web ARPANET Beginning late 1960’s Included about a dozen ARPA sponsored Universities ARPA: Advanced Research Projects Agency (US Defense Dept.) Goal was to provide a network of interconnected computers Main intention was to provide access to remote computers to facilitate research Operating at 56 Kbaud (56k bits/second)! Conventional telephone communication at the time was 110 b/s Unexpected consequence – email (electronic mail)!

Network communication Packet Switching Divide message into discrete “packets” Send then independently Reassemble on the receiving end Allowed for simultaneous transmissions by multiple users No central control “nodes” behave independently Network can expand/contract as needed

Transmission Protocols TCP (Transmission Control Protocol) Developed for original ARPANET Ensured messages were properly routed between sender and receiver within the network IP (Internet Protocol) more networks developed IP invented to handle communication between networks Combination is known as TCP/IP Allows for a “network of networks”

Network Expansion Initial network use limited Universities and research institutions Later, it was expanded to military use Eventually, the government opened it up to commercial use Initially - resentment in academic community But, it led to substantial investment, competition, and expansion by businesses Increase in “bandwidth”

World Wide Web Two inventions provided standardization for information sharing Both in content formatting and transmission Developed by Tim Berners-Lee of CERN (European Nuclear Research Organization) HTML HyperText Markup Language Enables hyperlinked text documents HTTP HyperText Transfer Protocol Communication protocol for sending info across the web Mosaic (1993) Web-browser led to explosive growth of web use developed by University of Illinois - Marc Andressen (later developed Netscape) Today: Firefox (Netscape), Chrome, IE/Edge, Safari, …

World Wide Web Consortium (W3C) Founded by Time Berners-Lee in 1994 Developed nonproprietary, interoperable technologies for the WWW Q: What is meant by nonproprietary???? Q: What is meant by interoperable??? Primary goal – make the web universally accessible Also a standardization organization Web technologies standardized by the W3C are called Recommendations Some recommendations include HTML, XHTML, CSS and XML www.w3.org

Web Technology Web is client/server technology Client (web browser) requests resources from web servers Resource – any object retrieved from a web server, such as an XHTML document, image, video, audio, Database information, etc. Web servers Service the request Use specialized software (apache, IIS)

Web 2.0 Term coined in 2003 by Dale Dougherty of O’Reilly Media Refers to a shift in web usage towards more collaborative, community-based sites and usage Prior usage was primarily information dissemination from businesses and other providers (Web 1.0) Social networking sites, blogs, wikis, etc. Facebook, Wikipedia, YouTube, Ebay, … Involves the user – they create, organize, share, critique, update, etc. the content The future: Semantic Web Instead of just sending and reading data on the web, obtain meaning from the data (semantics)