The College of Saint Rose CIS 111 – Introduction to Computer Science David Goldschmidt, Ph.D. from Fluency with Information Technology, 4th edition by.

Slides:



Advertisements
Similar presentations
Rensselaer Polytechnic Institute CSCI-4220 – Network Programming David Goldschmidt, Ph.D.
Advertisements

Introduction to Multimedia Professor: Jim Habermas Professor: Jim Habermas
HTTP Presented By: Holly Mortinson Amy Drout Kyle Balmer & Matt Conklin.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
Using the WWW in Teaching and Learning Barbara Watson Andrew Stansfield IT Service.
Creating your website Using Plain HTML. What is HTML? ► Web pages are authored in HyperText Markup Language (HTML) ► Plain text is marked up with tags,
WEB BROWSERS BTT101 DIGITAL LITERACY (Credit Mr. Spinelli)
Internet Basics مهندس / محمد العنزي
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
The College of Saint Rose CIS 521 / MBA 541 – Introduction to Internet Development David Goldschmidt, Ph.D. selected material from Fluency with Information.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Magda Delroy Dwayne Beth Joyce Michelle EDUCATIONAL ARCHITECTS, Inc.
Rensselaer Polytechnic Institute CSCI-4220 – Network Programming David Goldschmidt, Ph.D.
Chapter 1: Introduction to Web
Computer Science 101 Introduction to Web Pages. Origins of the Web Vannevar Bush (Memex, 1945) Ted Nelson (Xanadu, 1968) Doug Englebart and Alan Kay (
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Chapter 3 Fluency with Information Technology 4th edition
The Internet in Education Objectives Introduction Overview –The World Wide Web –Web Page v. Web Site v. Portal Unique and Compelling Characteristics Navigation.
Basics of Web Design 1 Copyright © 2016 Pearson Education, Inc., Hoboken NJ.
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
Lecture#2 on Internet and World Wide Web. Internet Applications Electronic Mail ( ) Electronic Mail ( ) Domain mail server collects incoming mail.
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.
IT Introduction to Information Technology. The Internet & World Wide Web Began in 1969 with the ARPANET (Advanced Research Project Agency Network)
HTML ~ Web Design.
Data Streams David Meredith Source Chapter 19 of – Shiffman, D. (2008). Learning Processing. Morgan Kaufmann, Burlington, MA. ISBN:
CIS 250 Advanced Computer Applications Internet/WWW Review.
World Wide Web.
The College of Saint Rose CIS 521 / MBA 541 – Introduction to Internet Development David Goldschmidt, Ph.D. selected material from Fluency with Information.
Kingdom of Saudi Arabia Ministry of Higher Education Al-Imam Muhammad Ibn Saud Islamic University College of Computer and Information Sciences Chapter.
The Internet and the World Wide Web (ch. 7) Internet-based communications other Internet services the World Wide Web.
The College of Saint Rose CSC 460 / CIS 560 – Search and Information Retrieval David Goldschmidt, Ph.D. from Search Engines: Information Retrieval in Practice,
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 1 Key Concepts 1.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Operating Systems David Goldschmidt, Ph.D. Computer Science The College of Saint Rose CIS 432.
INTRODUCTION TO WEB APPLICATION Chapter 1. In this chapter, you will learn about:  The evolution of the Internet  The beginning of the World Wide Web,
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Common Terms in the Internet Adnan Iqbal MCS-MIT-WD-A+ The College of Law.
Alex Leifheit NETWORKS. NETWORK A number of interconnected computers, machines, or operations. Key Components Network components, Network Architecture,
Introduction to Web & HTML
Forcier and Descy The Computer as an Educational Tool (Fifth Edition) Copyright © 2008 by Pearson Education, Inc. Columbus, Ohio All rights reserved.
The College of Saint Rose CSC 202 – Introduction to Programming David Goldschmidt, Ph.D.
 In the 1960s, ARPANET (Advanced Research Projects Agency Network), the internet’s predecessor, was invented  ARPANET used two technologies that are.
Created by, Ronald Mummaw, AVC FLUENCY WITH INFORMATION TECNOLOGY Skills, Concepts, and Capabilities.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
By: The Immigrants :D I mean the Mexican and the Colombian I mean Daniel and Felipe.
HOW THE INTERNET WORKS. Introduction : The internet has brought revolutionary changes Has become a medium for interaction and information Can access to.
Week-7 (Lecture-1) Internet Protocols: TCP/IP, Client Server: Protocol: Specification in networking and Communications It defines the procedures to be.
Internet and World Wide Web Introduction to the Internet.
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.
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.
Chapter 4: Communication
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.
Our Lady of the Rosary College S3 Computer Literacy
Protocols and networks in the TCP/IP model initially.
Internet.
Understanding the internet
Internet.
Computer Network Definition
The Internet and the World Wide Web (ch. 7)
ACT102 Introduction to web design
Web Design & Development
CS134 Web Design & Development
Computer Networks and Internet
ACT102 Introduction to web design
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"
Cloud-Enabling Technology
Educational Computing
Internet, the Web, and E-commerce
Presentation transcript:

The College of Saint Rose CIS 111 – Introduction to Computer Science David Goldschmidt, Ph.D. from Fluency with Information Technology, 4th edition by Lawrence Snyder, Addison-Wesley, 2010, ISBN

 The Internet (1969) is a network that’s  Global  Decentralized  Redundant  Made up of many different types of machines  What do we use the Internet for?  How many machines make up the Internet?

 Synchronously  Sender and receiver are active at the same time  Sending and receiving occur (almost) simultaneously  Asynchronously  Sending and receiving occur at different times

 Messages are divided into individual packets

 Internet revolution (1990s/2000s)  Sir Tim Berners-Lee

 The World Wide Web (or just Web) is:  Global  Decentralized  Redundant (sometimes)  Made up of Web pages and interactive Web services  How many Web pages are on the Web?

 Three key building blocks of the Web:  Uniform Resource Locator (URL)  HyperText Transfer Protocol (HTTP)  HyperText Transfer Markup Language (HTML)  The original intent of the Web was to provide a networked medium to share information

 Read Chapter 3  Do all of the Multiple Choice and Short Answer questions