COMP 101 Introduction.

Slides:



Advertisements
Similar presentations
4.01 How Web Pages Work.
Advertisements

SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions Server Web Server.
 Question: What film character is a good analogy to a computer?  Answer Answer  It is actually a very simple machine: It executes exactly what it.
 Introductions › Who am I? › Who are you?  Logistics  What is technology fluency and why should you care?  Browsers, servers, software.
SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions Server Web.
8 February How Computers Work: Algorithms The Internet.
The Internet Useful Definitions and Concepts About the Internet.
HTML & Dreamweaver 101 Aman Yadav. Definitions HTTP – The Web uses a protocol called HTTP (Hyper Text Transport Protocol) to communicate between the Web.
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.
The Internet & The World Wide Web Notes
Web Client/Server Communication A290/A590, Fall /09/2014.
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.
Website Publishing. Publishing Basics Early Web Sites Obtain a Domain Name IP Address (Internet Protocol Address) – A number that uniquely identifies.
INTRODUCTION TO WEB DATABASE PROGRAMMING
IT 210 The Internet & World Wide Web introduction.
CS490 Web Design, AJAX, JQuery
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
Chapter 1: Introduction to Web
CPS120: Introduction to Computer Science The World Wide Web Nell Dale John Lewis.
COMP 101 Fluency in Technology Diane Pozefsky 19 August 2014.
Anatomy of a URL: Finding Broken Links Dr. Steve Broskoske Misericordia University.
 Internet network of connected computer › No company owns the internet › Purpose is to share information  World Wide Web (Web) one of the ways information.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Kingdom of Saudi Arabia Ministry of Higher Education Al-Imam Muhammad Ibn Saud Islamic University College of Computer and Information Sciences Chapter.
CS 7: Introduction to Computer Programming Java and the Internet Sections ,2.1.
SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions Server Web Server.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
● A system of Internet servers that support specially formatted documents. The documents are formatted in a markup language called HTML. What is the World.
Slide No. 1 Slide No. 1 HTML and Web Publishing CS 104 CS 104.
 How a computer works  The Internet  Browsers  Web Pages.
SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions Server Web Server.
Introduction to the World Wide Web & Internet CIS 101.
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
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.
Uniform Resource Locator URL protocol URL host Path to file Every single website on the Internet has its own unique.
By: The Immigrants :D I mean the Mexican and the Colombian I mean Daniel and Felipe.
Cloud, Internet, and Browsers. Filezilla Checklist  ISIS access  COMP101 file on your computer  FILEZILLA installed  Saved passwords and certificate.
Tutorial 1 Getting Started with Adobe Dreamweaver CS5.
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.
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.
Pre-Production Meet with the client to create a project plan:
4.01 How Web Pages Work.
Tonga Institute of Higher Education IT 141: Information Systems
IS1500: Introduction to Web Development
CISC103 Web Development Basics: Web site:
Application Layer Honolulu Community College
Evolution of Internet.
E-commerce | WWW World Wide Web - Concepts
Introduction to Computers
E-commerce | WWW World Wide Web - Concepts
Some bits on how it works
COMP 101 Introduction.
CISC103 Web Development Basics: Web site:
Tonga Institute of Higher Education IT 141: Information Systems
Web Design & Development
What is the World Wide Web (www)
COMP 101 Introduction.
HTTP and Abstraction on the Internet / The Need for DNS
Tonga Institute of Higher Education IT 141: Information Systems
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Introduction to World Wide Web
4.01 How Web Pages Work.
Information Retrieval and Web Design
4.01 How Web Pages Work.
The Internet and Electronic mail
Presentation transcript:

COMP 101 Introduction

The Team

Enrolling

The Website

The Class

How a Computer Works It is actually a very simple machine: It executes exactly what it is told to do Rather like Forrest Gump

Seriously, … Computers Execute algorithms Need to be told what to do And to whom to do it

Algorithm Just a recipe What do recipes do? Steps Tests Repetitions

Internet

What is the Internet? The machines The connections The content

The Internet in 1980

The Internet Circa 1998

What made the Internet succeed? Early users shared information Command lines 1993: Browser invented! Mosaic Marc Andressen Brought Graphical Interface Easy access No technical skill needed

Browsers

Viewing a Web Page Server Web Server Pages SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions 2 1 3 Client Browser

Viewing a Web Page Server Web Server Pages SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions 2 1 3 Client Browser

What is http and https? HyperText Transfer Protocol Protocol: set of rules Transfer: move it from one place to another Hypertext: the essence of the web – the links HTTPS is the secure version Tells the browser that it has to go to the internet to find it

Retrieving a web page That’s a file You type the URL How does your computer find it? Up to the first slash is the SERVER name Everything after that is folders until the last one That’s a file

Routing: Getting to the Server Server names don’t tell me where anything is They DO tell me who gave them the name cs.unc.edu: organization that manages edu gave the university unc Unc gave the department cs Translate the name to a number called the IP address Example: 149.72.62.234 Each value ranges from 0 to 255! Translation is done through a table called the Domain Name System (DNS)

Browser Instructions

What do the instructions look like Open Chrome We want to look at a page View Page Source Only TEXT Even though the page has a picture on it!

Web Instructions: Three Legs HTML Content CSS Presentation JavaScript Behavior

Creating HTML All we have to do is edit a page CANNOT use a word processor Word, Pages, Writer Why? They add all sorts of gorp Do NOT need special software We WILL use it: Komodo Editor It HELPS

First Step Need to be able to put content on the web FILE TRANSFER Work on your machine and then post it so the world can see