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.
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.
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.
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
CPS120: Introduction to Computer Science The World Wide Web Nell Dale John Lewis.
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.
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%
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 1 Key Concepts 1.
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 ________.
Application Layer Honolulu Community College Cisco Academy Training Center Semester 1 Version
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.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
 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.
Glencoe Introduction to Multimedia Chapter 2 Multimedia Online 1 Internet A huge network that connects computers all over the world. Show Definition.
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.
4.01 How Web Pages Work.
IS1500: Introduction to Web Development
HTTP and Abstraction on the Internet
CISC103 Web Development Basics: Web site:
Application Layer Honolulu Community College
Warm Handshake with Websites, Servers and Web Servers:
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
CISC103 Web Development Basics: Web site:
COMP 101 Introduction.
Web Design & Development
What is the World Wide Web (www)
COMP 101 Introduction.
HTTP and Abstraction on the Internet / The Need for DNS
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Introduction to World Wide Web
Unit-3.
Exploring Web Page Design
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