Outline. Internet and World Wide Web. History of the Internet. What is the Internet? How Does Data Travel Through the Internet?

Size: px
Start display at page:

Download "Outline. Internet and World Wide Web. History of the Internet. What is the Internet? How Does Data Travel Through the Internet?"

Transcription

1 Outline Internet and World Wide Web Internet World Wide Web Creating Web Pages CS 1410 Intro to Computer Tecnology Internet and World Wide Web 2 What is the Internet? The internet is a network of networks of computers connected together via devices and media such as cables, telephone lines, modems, satellites. History of the Internet The Internet was originated from the ARPANET developed by Advanced Research Projects Agency, a branch of Department of Defense in The purpose is to link researchers in the US. In early 1980s, the original ARPARNET split into MILNET and ARPANET, called DARPANET. CS 1410 Intro to Computer Tecnology Internet and World Wide Web 3 CS 1410 Intro to Computer Tecnology Internet and World Wide Web 4 Connecting to the Internet Dial-up access with Point-to-Point Protocol (PPP) Modem and Phone line, or ISDN line DSL--Digital subscriber Line High speed and permanent online connection Cable and Satellite access LAN access Permanent IP address CS 1410 Intro to Computer Tecnology Internet and World Wide Web 5 How Does Data Travel Through the Internet? IP Internet Protocol IP address Domain Name System (DNS) Domain-- edu, com, mil, gov, net, org Domain for foreign countries au, ca, de, jp, uk TCP Transmission Control Protocol CS 1410 Intro to Computer Tecnology Internet and World Wide Web 6 1

2 World Wide Web The World Wide Web (WWW) is a vast collection of online documents and information (Web pages) formatted in HyperText Markup Language (HTML) distributed over the Internet. In 1989, Tim Berners-Lee and associates proposed the World Wide Web at CERN, The European High-Energy Physics Center, in Geneva, Switzerland. The Web has ability to combine text with graphics and other multimedia CS 1410 Intro to Computer Tecnology Internet and World Wide Web 7 HTTP Hypertext Transfer Protocol HTTP The HyperText Transfer Protocol request/response model The language used by a WWW client (e.g. Netscape, Internet Explorer) to request documents from a WWW server (i.e. the program running at Web sites like amazon.com or yahoo.com) Interaction between client and server requires a request/response exchange (not like stand alone GUI) HTML The HyperText Markup Language The language used to design web pages CS 1410 Intro to Computer Tecnology Internet and World Wide Web 8 How the Web Works A Web page is an electronic document. A Web site is a collection of related Web pages. A home page is a starting page. Each Web page on a Web site has a unique address called URL Uniform Resource Locator How the Web Works A Web page URL starts with which stands for hypertext transfer protocol, the communication protocol that transfers pages on the Web. A browser is an application software used to view the Web page. CS 1410 Intro to Computer Tecnology Internet and World Wide Web 9 CS 1410 Intro to Computer Tecnology Internet and World Wide Web 10 Creating Web Pages What is the HTML? A Web page consists of HTML code. can be created using Web editors. A Web editor is an application software used to generate HTML code. CS 1410 Intro to Computer Tecnology Internet and World Wide Web 11 HTML stands forhypertext Markup Language HTML is a source language of Webformatted documents A Web-formatted document is an ASCII text file punctuated with HTML tags. Tags are HTML labels enclosed in angle brackets < > CS 1410 Intro to Computer Tecnology Internet and World Wide Web 12 2

3 HyperText Markup Language Text Mixed with Markup Tags Tags Enclosed in Angle Brackets (<H1>Introduction</H1>) What Does Markup Describe? Appearance Layout Content (Can t Enforce an Exact Look) CS 1410 Intro to Computer Tecnology Internet and World Wide Web 13 Creating and Publishing a Web Page 1. Create an HTML document 2. Place the document in a world-accessible directory (often public_html or www) on a system running an HTTP server 3. Access the web page through E.g. If the filename is omitted, a system default filename is assumed (often index.html) E.g. refers to the file index.html in hall s public_html directory CS 1410 Intro to Computer Tecnology Internet and World Wide Web 14 HTML Document Template HTML Tags HTML tags identify structural elements such as links <A> </A> headings <H1> </H1> subheadings body text paragraph <PR> numbered and indented lists <OL> </OL> line breaks <BR> </BR> CS 1410 Intro to Computer Tecnology Internet and World Wide Web 15 CS 1410 Intro to Computer Tecnology Internet and World Wide Web 16 HTML Tags HTML tags also indicate where to insert graphics how to emphasize characters where to insert horizontal lines Review Questions CS 1410 Intro to Computer Tecnology Internet and World Wide Web 17 3

4 Problem 1 Which of the following networks best describes the functional structure of the Internet? a) Metropolitan area network (MAN) b) Cross-platform network c) Local area network (LAN) d) Client/server network Problem 2 Which of the following is a client program? a) hypertext b) ARPANET c) Internet address d) Web browser CS 1410 Intro to Computer Tecnology Internet and World Wide Web 19 CS 1410 Intro to Computer Tecnology Internet and World Wide Web 20 Problem 3 Which of the following is a unique address assigned to every Web page? a) IP b) URL c) TCP d) Problem 4 The top-level domain name frequently used by ISPs is what? a) gov b) edu c) net d) com CS 1410 Intro to Computer Tecnology Internet and World Wide Web 21 CS 1410 Intro to Computer Tecnology Internet and World Wide Web 22 Problem 5 Which of the following is absolutely necessary to connect to the Internet? a) Your computer must support the network access point protocols b) Communications equipment such as a modem or ISDN adapter c) Shell access d) LAN access CS 1410 Intro to Computer Tecnology Internet and World Wide Web 23 Problem 6 Which of the following is an internal network, based on TCP/IP, that gives users the same familiar tools they use on the Internet? a) Local area network (LAN) b) intranet c) extranet d) firewall CS 1410 Intro to Computer Tecnology Internet and World Wide Web 24 4

5 Problem 7 Which of the following lets you know when a friend or business associate is online? a) Client software b) Internet Explorer c) Online services d) Instant messaging systems CS 1410 Intro to Computer Tecnology Internet and World Wide Web 25 5

The Internet Advanced Research Projects Agency Network (ARPANET) How the Internet Works Transport Control Protocol (TCP)

The Internet Advanced Research Projects Agency Network (ARPANET) How the Internet Works Transport Control Protocol (TCP) The Internet, Intranets, and Extranets 1 The Internet The Internet is a collection of interconnected network of computers, all freely exchanging information. These computers use specialized software to

More information

PIC 40A. Lecture 1: The Internet. Copyright 2011 Jukka Virtanen UCLA 1 03/31/14

PIC 40A. Lecture 1: The Internet. Copyright 2011 Jukka Virtanen UCLA 1 03/31/14 PIC 40A Lecture 1: The Internet 03/31/14 Copyright 2011 Jukka Virtanen UCLA 1 What is the Internet? For this class we use the following definition: The Internet is a network of networks. Ok. What is a

More information

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore.

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. Title Search strategies and information resources Author(s) Sommerville, Joseph Citation Sommerville, J. (1998).

More information

The Internet. and the World Wide Web

The Internet. and the World Wide Web The Internet and the World Wide Web Discussion What is the internet? What do you use the internet for? History Advanced Research Projects Agency created ARPANET in the late 1960s. 1970s more universities

More information

The Internet and How It Works 12 11/21/2016. Define what a computer network is, and how networks are conceptually structured.

The Internet and How It Works 12 11/21/2016. Define what a computer network is, and how networks are conceptually structured. Chapter 12 The Internet and How It Works Learning Objectives This lesson introduces students to Internet basics. At the end of the lesson, the students will be able to: Discuss the origins of the Internet.

More information

The Internet and the World Wide Web

The Internet and the World Wide Web Technology Briefing The Internet and the World Wide Web TB5-1 Learning Objectives TB5-2 Learning Objectives TB5-3 How Did the Internet Get Started? Internet derived from internetworking 1960s U.S. Defense

More information

Overview of the Internet

Overview of the Internet Overview of the Internet IVPR 1 Outline Goals and Objectives Topics headlines Introduction Internet and WWW Client/Server Model Diagnostic commands Evolution of Internet Transmission IP Addresses and Domain

More information

An internet or interconnected network is formed when two or more networks are connected.

An internet or interconnected network is formed when two or more networks are connected. Computers I 3. The Internet An internet or interconnected network is formed when two or more networks are connected. The most notable internet is called the Internet and is composed of millions of these

More information

Chapter Topics. The History of the Internet. Chapter 7: Computer Networks, the Internet, and the World Wide Web

Chapter Topics. The History of the Internet. Chapter 7: Computer Networks, the Internet, and the World Wide Web Chapter Topics Chapter 7: Computer Networks, the Internet, and the World Wide Web CS10051: Intro. to Computer Science Kent State University History of the Internet History of the World Wide Web Internet

More information

INTERNET PROGRAMMING INTRODUCTION

INTERNET PROGRAMMING INTRODUCTION INTERNET PROGRAMMING INTRODUCTION Software Engineering Branch / 4 th Class Computer Engineering Department University of Technology ORGANIZATION Lecture Mondays, 08:30-10:30 (Hall 4). Project 1. The project

More information

Scale Yourself. Lesson 3: Introduction to Internet Technology. Computer Technology 3/13/2015

Scale Yourself. Lesson 3: Introduction to Internet Technology. Computer Technology 3/13/2015 Computer Technology Lesson 3: Introduction to Internet Technology Learning Goal: Students will be able to understand the elements of a network. Scale Yourself 4 I do understand the elements of a network.

More information

Chapter 11: Wide-Area Networks and the Internet

Chapter 11: Wide-Area Networks and the Internet Chapter 11: Wide-Area Networks and the Internet MULTIPLE CHOICE 1. MAN stands for: a. Manchester Access Network c. Metropolitan-Area Network b. Multiple-Area Network d. Multiple Access Network 2. Packet

More information

Internet Overview. Internet. Copyright tutorialspoint.

Internet Overview. Internet.   Copyright tutorialspoint. Internet Overview https://www.tutorialspoint.com/internet_technologies/internet_overview.htm Copyright tutorialspoint.com Internet Internet is defined as an Information super Highway, to access information

More information

Background to Internet and the web. Simon Mahony.

Background to Internet and the web. Simon Mahony. Background to Internet and the web Simon Mahony s.mahony@ucl.ac.uk This presentation contains material taken from a Master's level module, Internet Technologies, taught at the Department of Information

More information

The Internet and the World Wide Web. CIT 230 Web Design

The Internet and the World Wide Web. CIT 230 Web Design The Internet and the World Wide Web CIT 230 Web Design History of the Internet Began as ARPANET in 1950 s Funded by the Department of Defense Purpose was to share resources among DOD contractors and encourage

More information

From administrivia to what really matters

From administrivia to what really matters From administrivia to what really matters Questions about the syllabus? Logistics Daily lectures, quizzes and labs Two exams and one long project My teaching philosophy...... is informed by my passion

More information

Chapter 2A. The Internet s History

Chapter 2A. The Internet s History Chapter 2A The Internet and the World Wide Web 1 The Internet s History At about 10:30 PM on October 29th, 1969, a connection was established over a 50 kbps line provided by the AT&T telephone company,

More information

MUSIC & THE INTERNET MUMT 301

MUSIC & THE INTERNET MUMT 301 MUSIC & THE INTERNET MUMT 301 Ichiro Fujinaga Schulich School of Music McGill University Plan Review of last class Introduction to the Internet The network Review of HTML Komodo Edit Assignment #1 Review

More information

Full file at Chapter 2: Technology Infrastructure: The Internet and the World Wide Web

Full file at   Chapter 2: Technology Infrastructure: The Internet and the World Wide Web Chapter 2: Technology Infrastructure: The Internet and the World Wide Web TRUE/FALSE 1. Computer networks and the Internet form the basic technology structure that underlies all electronic commerce. T

More information

Outline. evolution of the web IP addresses and URLs client/server and HTTP. HTML, XML, MathML MathML generated by Maple. the weather forecast

Outline. evolution of the web IP addresses and URLs client/server and HTTP. HTML, XML, MathML MathML generated by Maple. the weather forecast Outline 1 Internet Basics evolution of the web IP addresses and URLs client/server and HTTP 2 Markup Languages HTML, XML, MathML MathML generated by Maple 3 Retrieving Data the weather forecast 4 CGI Programming

More information

Local area network (LAN) Wide area networks (WANs) Circuit. Circuit switching. Packets. Based on Chapter 2 of Gary Schneider.

Local area network (LAN) Wide area networks (WANs) Circuit. Circuit switching. Packets. Based on Chapter 2 of Gary Schneider. Local area network (LAN) Network of computers located close together Wide area networks (WANs) Networks of computers connected over greater distances Based on Chapter 2 of Gary Schneider. (2009). E-Business.

More information

ENG224 INFORMATION TECHNOLOGY Part I 3. The Internet. 3. The Internet

ENG224 INFORMATION TECHNOLOGY Part I 3. The Internet. 3. The Internet 1 Reference Peter Norton, Introduction to Computers, McGraw Hill, 5 th Ed, 2003 2 What is the Internet? A global network that allows one computer to connect with other computers in the world What can be

More information

The Internet, Intranets, and Extranets Chapter 7

The Internet, Intranets, and Extranets Chapter 7 The Internet, Intranets, and Extranets Chapter 7 MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan 1 Principles and Learning Objectives The Internet is like many other technologies it provides

More information

Chapter 2: Technology Infrastructure: The Internet and the World Wide Web

Chapter 2: Technology Infrastructure: The Internet and the World Wide Web Chapter 2: Technology Infrastructure: The Internet and the World Wide Web Student: 1. Networks of computers and the Internet that connects them to each other form the basic technological structure that

More information

Introduction to Web Technologies

Introduction to Web Technologies Introduction to Web Technologies James Curran and Tara Murphy 16th April, 2009 The Internet CGI Web services HTML and CSS 2 The Internet is a network of networks ˆ The Internet is the descendant of ARPANET

More information

Internetwork - B. What are. Example. Domain (Top-level domains) Other countries domain names. UserName HostName Subdomain Domain

Internetwork - B. What are. Example. Domain (Top-level domains) Other countries domain names. UserName HostName Subdomain Domain What are UserName? HostName? Internetwork - B Subdomain? Domain? CSIT100 2 UserName, HostName, Subdomain, Domain Example My e-mail is: UserName HostName Subdomain Domain kousoulism@mail.montclair.edu =

More information

Chapter 3 The Basics of Networking

Chapter 3 The Basics of Networking Fluency with Information Technology 7 th Edition Chapter 3 The Basics of Networking HTML Hypertext Markup Language Layout of document (Margin, font, text, image, ) Jump from point to point (non-linear)

More information

Background of HTML and the Internet

Background of HTML and the Internet Background of HTML and the Internet World Wide Web in Plain English http://www.youtube.com/watch?v=akvva2flkbk Structure of the World Wide Web A network is a structure linking computers together for the

More information

Chapter 4: Networking and the Internet. Network Classifications. Network topologies. Network topologies (continued) Connecting Networks.

Chapter 4: Networking and the Internet. Network Classifications. Network topologies. Network topologies (continued) Connecting Networks. Chapter 4: Networking and the 4.1 Network Fundamentals 4.2 The 4.3 The World Wide Web 4.4 Protocols 4.5 Security Network Classifications Scope Local area network (LAN) Metropolitan area (MAN) Wide area

More information

Chapter Ten. From Internet to Information Superhighway

Chapter Ten. From Internet to Information Superhighway Chapter Ten From Internet to Information Superhighway After reading this chapter you should be able to: Describe the nature of the Internet and the variety of functions it performs Discuss several software

More information

Introduction to Internet

Introduction to Internet 242 :: Data Entry Operations 10 Introduction to Internet 10.1 INTRODUCTION In the present age of information Technology, use of Internet is becoming quite popular for accessing information on any topic

More information

Internet. Class-In charge: S.Sasirekha

Internet. Class-In charge: S.Sasirekha Internet Class-In charge: S.Sasirekha COMPUTER NETWORK A computer network is a collection of two or more computers, which are connected together to share information and resources. Network Operating Systems

More information

Networking and the Web Reminder: Next Quiz on 4/15

Networking and the Web Reminder: Next Quiz on 4/15 Networking and the Web Reminder: Next Quiz on 4/15 World-Wide Web Wide use of computers by the general public is directly attributable to the creation of the World Wide Web Key components of the web Computer

More information

The Basics of Networking

The Basics of Networking c h a p t e r 3 The Basics of Networking Making the Connection lawrence snyder Times are Changing Nowhere Is Remote People are more interconnected Social interactions are changing Freedom of Seach and

More information

Chapter 02 Technology Infrastructure The Internet and the World Wide Web

Chapter 02 Technology Infrastructure The Internet and the World Wide Web Chapter 02 Technology Infrastructure The Internet and the World Wide Web TRUEFALSE 1. Networks of computers and the Internet that connects them to each other form the basic technological structure that

More information

How does the Internet Work? The Basics: Getting a Web Page. The Basics: Getting a Web Page. Client-Server model. The Internet: Basics

How does the Internet Work? The Basics: Getting a Web Page. The Basics: Getting a Web Page. Client-Server model. The Internet: Basics How does the Internet Work? When you type a URL (Uniform Resource Locator) into a Web Browser and press Return, what do you think happens? That is, what steps do you think are required to obtain a web

More information

Introduction to the Internet and Web

Introduction to the Internet and Web Introduction to the Internet and Web Internet It is the largest network in the world that connects hundreds of thousands of individual networks all over the world. The popular term for the Internet is

More information

3 The Internet and the electronic mail

3 The Internet and the electronic mail 3 The Internet and the electronic mail The chapter concerns the following; ² Internet operation ² Internet services ² Searching information ² Uniform Resource Locator-URL ² IP addresses ² Domain name ²

More information

Introduction to Internet, Web, and TCP/IP Protocols SEEM

Introduction to Internet, Web, and TCP/IP Protocols SEEM Introduction to Internet, Web, and TCP/IP Protocols SEEM 3460 1 Local-Area Networks A Local-Area Network (LAN) covers a small distance and a small number of computers LAN A LAN often connects the machines

More information

Full file at

Full file at ch02 True/False Indicate whether the statement is true or false. 1. Computer networks and the Internet form the basic technology structure that underlies all electronic commerce. 2. The USENET was the

More information

LECTURE SCHEDULE 14. Internet: World Wide Web (WWW), Concepts

LECTURE SCHEDULE 14. Internet: World Wide Web (WWW), Concepts LECTURE SCHEDULE 14 Internet: World Wide Web (WWW), Concepts Internet Network of interconnected computers around the world. A network of computer networks which operates world-wide using a common set of

More information

Basic Internet. Basic Internet

Basic Internet. Basic Internet Basic Internet Basic Internet What is the Internet? The Internet is a global network connecting millions of computers which are linked together around the world, cooperating and communication with each

More information

WHAT IS THE INTERNET?

WHAT IS THE INTERNET? The Internet WHAT IS THE INTERNET? A world-wide network of computers allows people to share information electronically It is a BIG book with many web-pages on different topics. It Can be accessed anywhere

More information

Persistent systems. Traditional software: Data stored outside of program. Program

Persistent systems. Traditional software: Data stored outside of program. Program Persistent systems Traditional software: Data stored outside of program Program Persistent systems: Data part of program Execution never stops Transaction systems Program 1 Development of persistent languages

More information

Collection of (1) Meta-network. Uses a standard set of protocols Also uses standards for structuring the information transferred

Collection of (1) Meta-network. Uses a standard set of protocols Also uses standards for structuring the information transferred Collection of (1) Meta-network That is, a (2) of (3) Uses a standard set of protocols Also uses standards for structuring the information transferred Collection of (1)_networks_ Meta-network That is, a

More information

Announcements Fawzi Emad, Computer Science Department, UMCP

Announcements Fawzi Emad, Computer Science Department, UMCP Announcements You must come to lecture for which you are registered! If you are going to be routinely late (or leave early) please try to adjust your class schedule. Look over class webpage Lectures slides

More information

Introduction to Networking

Introduction to Networking Introduction to Networking The fundamental purpose of data communications is to exchange information between user's computers, terminals and applications programs. Simplified Communications System Block

More information

Name: Class: Date: Multiple Choice Identify the letter of the choice that best completes the statement or answers the question.

Name: Class: Date: Multiple Choice Identify the letter of the choice that best completes the statement or answers the question. Name: Class: Date: The Internet and WWW True/False Indicate whether the sentence or statement is true or false. 1. A search engine is a program that performs keyword searches for information on the Internet.

More information

Fundamentals of Information Systems, Seventh Edition

Fundamentals of Information Systems, Seventh Edition Fundamentals of Information Systems, Seventh Edition Chapter 4 Telecommunications, the Internet, Intranets, and Extranets Fundamentals of Information Systems, Seventh Edition 1 An Overview of Telecommunications

More information

ACE Chapter 4 review. Name: Class: Date: True/False Indicate whether the statement is true or false.

ACE Chapter 4 review. Name: Class: Date: True/False Indicate whether the statement is true or false. Name: Class: Date: ACE Chapter 4 review True/False Indicate whether the statement is true or false. 1. Today s Internet joins together networks of over 300 million computers, or Internet hosts, to create

More information

HTML, XHTML, and CSS. Sixth Edition. Chapter 1. Introduction to HTML, XHTML, and

HTML, XHTML, and CSS. Sixth Edition. Chapter 1. Introduction to HTML, XHTML, and HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS Chapter Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key

More information

Typical Network Uses

Typical Network Uses Computer Networks Introduction The next Great Revolution - Computer Networks- computers connected together for exchanging information Our information-oriented society - applications in education, commerce,

More information

Downloaded from

Downloaded from RYAN INTERNATIONAL SCHOOL LUDHIANA SESSION 2014-15 COMPUTER WORKSHEET-I NAME - CLASS X, SEC. - Q1. Fill in the blanks. 1. The ARPANET project was funded by USA, (DOD) Department of Defense in 1969. 2.

More information

Objectives. Introduction to HTML. Objectives. Objectives

Objectives. Introduction to HTML. Objectives. Objectives Objectives Introduction to HTML Developing a Basic Web Page Review the history of the Web, the Internet, and HTML. Describe different HTML standards and specifications. Learn about the basic syntax of

More information

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal COMSC-030 Web Site Development- Part 1 Part-Time Instructor: Joenil Mistal Chapter 1 1 HTML and Web Page Basics Are you interested in building your own Web pages? This chapter introduces you to basic HTML

More information

and the World Wide Web

and the World Wide Web The Internet 1 The Internet and the World Wide Web The Internet is a global collection of interconnected networks Originally ARPNET had only four host computers on the network. Now tens of millions 1 http://computer.howstuffworks.com/internet-infrastructure.htm

More information

5/17/2009. Networked Computers Change Our Lives. People Are More Interconnected. Nowhere Is Remote. English Is Becoming a Universal Language

5/17/2009. Networked Computers Change Our Lives. People Are More Interconnected. Nowhere Is Remote. English Is Becoming a Universal Language Chapter 3: Making the Connection: The Basics of Networking Fluency with Information Technology Third Edition by Lawrence Snyder Networked Computers Change Our Lives The Information Age has brought profound

More information

Developing a Basic Web Page

Developing a Basic Web Page Developing a Basic Web Page Creating a Web Page for Stephen Dubé s Chemistry Classes 1 Objectives Review the history of the Web, the Internet, and HTML Describe different HTML standards and specifications

More information

TEST BANK FOR ELECTRONIC COMMERCE 11TH EDITION BY GARY SCHNEIDER

TEST BANK FOR ELECTRONIC COMMERCE 11TH EDITION BY GARY SCHNEIDER TEST BANK FOR ELECTRONIC COMMERCE 11TH EDITION BY GARY SCHNEIDER Link download full: https://testbankservice.com/download/test-bank-forelectronic-commerce-11th-edition-by-schneider/ Chapter 02: Technology

More information

A Balanced Introduction to Computer Science, 3/E David Reed, Creighton University 2011 Pearson Prentice Hall ISBN

A Balanced Introduction to Computer Science, 3/E David Reed, Creighton University 2011 Pearson Prentice Hall ISBN A Balanced Introduction to Computer Science, 3/E David Reed, Creighton University 2011 Pearson Prentice Hall ISBN 978-0-13-216675-1 Chapter 3 The Internet and the Web 1 History of Internet recall: the

More information

CHAPTER2. 1. The Internet was launched in 1969 and was originally called

CHAPTER2. 1. The Internet was launched in 1969 and was originally called CHAPTER2 Multiple Choice 1. The Internet was launched in 1969 and was originally called a) AARPNET b) CERNET c) CERN d) ARPANET Answer: D Difficulty level: Hard Page: 30 Response: The Internet was originally

More information

Web Design and Development ACS-1809

Web Design and Development ACS-1809 Web Design and Development ACS-1809 Chapter 1 9/11/2018 1 Pre-class Housekeeping Course Outline Text book : HTML A beginner s guide, Wendy Willard, 5 th edition Work on HTML files On Windows PCs Tons of

More information

and the World Wide Web

and the World Wide Web The Internet 1 The Internet and the World Wide Web The Internet is a global collection of interconnected networks Originally ARPNET had only four host computers on the network. Now over a billion people

More information

Communications and Networks The McGraw-Hill Companies, Inc. All rights reserved.

Communications and Networks The McGraw-Hill Companies, Inc. All rights reserved. Discuss connectivity, the wireless revolution, and communication systems. Describe physical and wireless communications channels. Discuss connection devices and services, including dial-up, DSL, cable,

More information

16/06/56. Communications and Networks. Communications and Networks. Communications and Networks

16/06/56. Communications and Networks. Communications and Networks. Communications and Networks Discuss connectivity, the wireless revolution, and communication systems. Describe physical and wireless communications channels. Discuss connection devices and services, including dial-up, DSL, cable,

More information

A network is a group of two or more computers that are connected to share resources and information.

A network is a group of two or more computers that are connected to share resources and information. Chapter 1 Introduction to HTML, XHTML, and CSS HTML Hypertext Markup Language XHTML Extensible Hypertext Markup Language CSS Cascading Style Sheets The Internet is a worldwide collection of computers and

More information

CHAPTER 1: GETTING STARTED WITH HTML CREATED BY L. ASMA RIKLI (ADAPTED FROM HTML, CSS, AND DYNAMIC HTML BY CAREY)

CHAPTER 1: GETTING STARTED WITH HTML CREATED BY L. ASMA RIKLI (ADAPTED FROM HTML, CSS, AND DYNAMIC HTML BY CAREY) CHAPTER 1: GETTING STARTED WITH HTML EXPLORING THE HISTORY OF THE WORLD WIDE WEB Network: a structure that allows devices known as nodes or hosts to be linked together to share information and services.

More information

WEB ADMINISTRATION AND MANAGEMENT. Internetworking: Concepts, Principles and Application

WEB ADMINISTRATION AND MANAGEMENT. Internetworking: Concepts, Principles and Application WEB ADMINISTRATION AND MANAGEMENT 3/17/2015 Internetworking: Concepts, Principles and Application jkm.cse@gmail.com 1 J. K. Mandal Professor & Ex-Dean FETM, Department of Computer Science & Engineering,

More information

The Internet and the Web. recall: the Internet is a vast, international network of computers

The Internet and the Web. recall: the Internet is a vast, international network of computers The Internet and the Web 1 History of Internet recall: the Internet is a vast, international network of computers the Internet traces its roots back to the early 1960s MIT professor J.C.R. Licklider published

More information

Web Engineering (CC 552)

Web Engineering (CC 552) Web Engineering (CC 552) Introduction Dr. Mohamed Magdy mohamedmagdy@gmail.com Room 405 (CCIT) Course Goals n A general understanding of the fundamentals of the Internet programming n Knowledge and experience

More information

Chapter 3. The Basics of Networking

Chapter 3. The Basics of Networking Chapter 3 The Basics of Networking Learning Objectives Tell whether a communication technology (Internet, radio, LAN, etc.) is synchronous or asynchronous; broadcast or point-to-point Explain the roles

More information

The World Wide Web. Internet

The World Wide Web. Internet The World Wide Web Relies on the Internet: LAN (Local Area Network) connected via e.g., Ethernet (physical address: 00-B0-D0-3E-51-BC) IP (Internet Protocol) for bridging separate physical networks (IP

More information

CSSE280: Introduction to Web Programming

CSSE280: Introduction to Web Programming CSSE280: Introduction to Web Programming Introductions, Internet, WWW, HTML Intro Rose-Hulman Institute of Technology Intro to Course Front-end development Back-end development Node.js Data-driven application

More information

Motivation For Networking. Information access Interaction among cooperative application programs Resource sharing

Motivation For Networking. Information access Interaction among cooperative application programs Resource sharing Motivation For Networking Information access Interaction among cooperative application programs Resource sharing CS422 -- PART 1 13 2003 Practical Results E-mail File transfer/access Web browsing Remote

More information

CHAPTER 5 Introduction to Internet Technology

CHAPTER 5 Introduction to Internet Technology COMPUTER LITERACY (FSPK0012) CHAPTER 5 Introduction to Internet Technology by: Dr. Siti Hajar Othman & Dr. Nazmona Mat Ali Faculty of Computing, UTM Johor Bharu Email: hajar@utm.my / nazmona@utm.my Phone:

More information

Özgür ZEYDAN (PhD.)

Özgür ZEYDAN (PhD.) Özgür ZEYDAN (PhD.) http://cevre.beun.edu.tr/zeydan/ Computer Network A group of computer systems and other computing hardware devices that are linked together through communication channels. Purpose:

More information

FACTFILE: GCE DIGITAL TECHNOLOGY

FACTFILE: GCE DIGITAL TECHNOLOGY FACTFILE: GCE DIGITAL TECHNOLOGY AS2: FUNDAMENTALS OF DIGITAL TECHNOLOGY WEB TECHNOLOGY AND MULTIMEDIA : KEY TERMS Web Applications 1 Learning Outcomes Students should be able explain the terms: WWW The

More information

INTRODUCTION TO THE INTERNET. Presented by the Benbrook Public Library

INTRODUCTION TO THE INTERNET. Presented by the Benbrook Public Library INTRODUCTION TO THE INTERNET Presented by the Benbrook Public Library INTRODUCTION TO THE INTERNET What is the Internet? How did it come about? What is the World Wide Web? How does it work? How do I get

More information

Internet Architecture

Internet Architecture Internet Architecture Lecture 3: How TCP/IP Works & Understanding the Internet's Software Structure Assistant Teacher Samraa Adnan Al-Asadi 1 How TCP/IP Works Packet: A piece of data broken down into pieces

More information

Computer Networking. Chapter #1. Dr. Abdulrhaman Alameer

Computer Networking. Chapter #1. Dr. Abdulrhaman Alameer Computer Networking Chapter #1 Dr. Abdulrhaman Alameer What is Computer Network? It is a collection of computers and devices interconnected by communications channels that facilitate communications among

More information

2. Introduction to Internet Applications

2. Introduction to Internet Applications 2. Introduction to Internet Applications 1. Representation and Transfer 2. Web Protocols 3. Some Other Application Layer Protocols 4. Uniform Resource Identifiers (URIs) 5. Uniform Resource Locators (URLs)

More information

M3-R3: INTERNET AND WEB PAGE DESIGN

M3-R3: INTERNET AND WEB PAGE DESIGN M3-R3: INTERNET AND WEB PAGE DESIGN NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the TEAR-OFF

More information

8 9 Before: Computers are categorized into three main categories from least to most powerful: microcomputers minicomputers mainframe computers Today:

8 9 Before: Computers are categorized into three main categories from least to most powerful: microcomputers minicomputers mainframe computers Today: 1 Computer, Internet, and Network Basics 2 Computer Basics A computer system includes a computer, peripheral devices, and software Computer refers to a device that accepts data as input, processes data,

More information

Chapter 10: Web Application Development. Informatics Practices Class XII. By- Rajesh Kumar Mishra. KV No.1, AFS, Suratgarh

Chapter 10: Web Application Development. Informatics Practices Class XII. By- Rajesh Kumar Mishra. KV No.1, AFS, Suratgarh Chapter 10: Web Application Development Informatics Practices Class XII By- Rajesh Kumar Mishra PGT (Comp.Sc.) KV No.1, AFS, Suratgarh e-mail : rkmalld@gmail.com Introduction A Web Application refers an

More information

Course Overview. Week 1

Course Overview. Week 1 Course Overview Week 1 AGENDA WEBD101 Introduction Course Requirements Attendance Assignment Submissions This week 2 I live in Ohio Introduction I have worked for Franklin University as an adjunct / employee

More information

CPSC156a: The Internet Co-Evolution of Technology and Society. Lecture 4: September 16, 2003 Internet Layers and the Web

CPSC156a: The Internet Co-Evolution of Technology and Society. Lecture 4: September 16, 2003 Internet Layers and the Web CPSC156a: The Internet Co-Evolution of Technology and Society Lecture 4: September 16, 2003 Internet Layers and the Web Layering in the IP Protocols HTTP (Web) Telnet Domain Name Service Simple Network

More information

CSC 551: Web Programming. Spring 2004

CSC 551: Web Programming. Spring 2004 CSC 551: Web Programming Spring 2004 See online syllabus at: http://www.creighton.edu/~davereed/csc551 Course goals: understand the technology and protocols underlying the World Wide Web become familiar

More information

1.0 INTRODUCTION. Structure Page No.

1.0 INTRODUCTION. Structure Page No. The Internet UNIT 1 THE INTERNET Structure Page No. 1.0 Introduction 5 1.1 Objectives 6 1.2 Classification of Networks 6 1.3 Networking Models 7 1.4 What is Packet Switching? 10 1.5 Accessing the Internet

More information

DOCUMENTS ON WEB. Learning Units. V. Rajaraman The internet and the world wide web Documents and the world wide web MODULE 11

DOCUMENTS ON WEB. Learning Units. V. Rajaraman The internet and the world wide web Documents and the world wide web MODULE 11 MODULE 11 DOCUMENTS ON WEB Learning Units 11.1 The internet and the world wide web 11.2 Documents and the world wide web Learning Goals The basic technology used to build the internet How the world wide

More information

Internet and World Wide Web. The Internet. Computers late 60s & 70s. State of computers? Internet s. Personal Computing?

Internet and World Wide Web. The Internet. Computers late 60s & 70s. State of computers? Internet s. Personal Computing? Internet and World Wide Web Which came first - Internet or WWW? The Internet Internet is a network of interconnected computers that is now global Internet born in 1969 - called ARPANET 1969 ARPANET was

More information

Announcements. 1. Class webpage: Have you been reading the announcements? Lecture slides and coding examples will be posted

Announcements. 1. Class webpage: Have you been reading the announcements? Lecture slides and coding examples will be posted Announcements 1. Class webpage: Have you been reading the announcements? Lecture slides and coding examples will be posted 2. Campus is closed on Monday. 3. Install Komodo Edit on your computer this weekend.

More information

= a hypertext system which is accessible via internet

= a hypertext system which is accessible via internet 10. The World Wide Web (WWW) = a hypertext system which is accessible via internet (WWW is only one sort of using the internet others are e-mail, ftp, telnet, internet telephone... ) Hypertext: Pages of

More information

CS101 Lecture 05: The World Wide Web. What You ll Learn Today Computer Science

CS101 Lecture 05: The World Wide Web. What You ll Learn Today Computer Science CS101 Lecture 05: The World Wide Web How the Web Works Publishing Web Pages Aaron Stevens (azs@bu.edu) 20 September 2012 What You ll Learn Today How does the WWW work? What are web servers, anyway? So

More information

An electronic transmission of information that has been encoded digitally for storage and processing by computers.

An electronic transmission of information that has been encoded digitally for storage and processing by computers. An electronic transmission of information that has been encoded digitally for storage and processing by computers. Transmission of electronic data over some media. The media used to transmit may be guided

More information

Impact. Course Content. Objectives of Lecture 2 Internet and WWW. CMPUT 499: Internet and WWW Dr. Osmar R. Zaïane. University of Alberta 4

Impact. Course Content. Objectives of Lecture 2 Internet and WWW. CMPUT 499: Internet and WWW Dr. Osmar R. Zaïane. University of Alberta 4 Web Technologies and Applications Winter 2001 CMPUT 499: Internet and WWW Dr. Osmar R. Zaïane University of Alberta Impact Babyboomer after the WWII, generation X late 60s. I have the incline to call the

More information

Objectives. Connecting with Computer Science 2

Objectives. Connecting with Computer Science 2 Objectives Learn what the Internet really is Become familiar with the architecture of the Internet Become familiar with Internet-related protocols Understand how the TCP/IP protocols relate to the Internet

More information

Class 7. Choose the correct answer:

Class 7. Choose the correct answer: Class 7 Choose the correct answer: 1. The most popular services of the Internet is a) Network b) WWW c) HTML d) None of these 2. The language used for designing web page is a) BASIC b) JAVA c) HTML d)

More information

Principles of Information Systems textbook: Principles of Information Systems, Sixth Edition. Dr.Amer Alzaidi Department of Information Systems

Principles of Information Systems textbook: Principles of Information Systems, Sixth Edition. Dr.Amer Alzaidi Department of Information Systems + Principles of Information Systems textbook: Principles of Information Systems, Sixth Edition Dr.Amer Alzaidi Department of Information Systems Chapter 4 Telecommunications, the Internet, Intranets, and

More information

Internet The full name of Internet is the International Network. Internet is the world largest computer network. It is the network of network. Interne

Internet The full name of Internet is the International Network. Internet is the world largest computer network. It is the network of network. Interne Internet Basics By Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore Email: bhu261@gmail.com Internet The full name of Internet is the International Network.

More information

CS/COE 1520

CS/COE 1520 CS/COE 1520 www.cs.pitt.edu/~nlf4/cs1520/ Introduction Meta-notes These notes are intended for use by students in CS1520 at the University of Pittsburgh. They are provided free of charge and may not be

More information