Navigating the Internet Alphabet Soup

Slides:



Advertisements
Similar presentations
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Advertisements

Internet and the web Summary of terms discusses and review.
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
MIS 2211 The Internet from a Technology Perspective A network of networks Comprised of hundreds of thousands of networks (nodes) throughout the world Very.
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.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
The Internet & Web Browsers Business Webpage Design Kelly Seale.
Website Publishing. Publishing Basics Early Web Sites Obtain a Domain Name IP Address (Internet Protocol Address) – A number that uniquely identifies.
Introduction of Web programming Ins. Elaf Alhazmi LECTURE 1.
NAVIGATING THE INTERNET ALPHABET SOUP.  A global network that connects millions of computers all over the world.  The Internet backbone is the central.
What IS the Web? Mrs. Wilson Internet Basics & Beyond.
The Internet Writer’s Handbook 2/e Introduction to World Wide Web Terms Writing for the Web.
T ELECOMMUNICATIONS Networks & the Internet. T ELECOMMUNICATIONS Communicating and transmitting information electronically (includes transmitting data,
Lecture#2 on Internet and World Wide Web. Internet Applications Electronic Mail ( ) Electronic Mail ( ) Domain mail server collects incoming mail.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
The INTERNET A worldwide network of computers linked together. Web Pages, , Instant Messaging, Xbox Live, iTunes downloads, etc. are all part of.
The Internet  Internet Hardware connected together Creates a massive worldwide network  Hardware Computers Communication lines  Interlinked collection.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
- is a global system of interconnected computer networks that use the standard internet protocol suite to serve billions of users worldwide. INTERNET.
HTML ~ Web Design.
CIS 250 Advanced Computer Applications Internet/WWW Review.
The INTERNET Worldwide network of computers linked together.
Internet Presentation. What is the Internet? The worlds largest computer network. A collection of local, regional and national computer networks linked.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
01 - Introduction Informatics Department Parahyangan Catholic University.
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
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.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Uniform Resource Locator URL protocol URL host Path to file Every single website on the Internet has its own unique.
The Internet & Web Browsers Business Webpage Design Created by Kelly Seale Adapted by Jill Einerson.
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.
World Wide Web. The World Wide Web is a system of interlinked hypertext documents accessed via the Internet The World Wide Web is a system of interlinked.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
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.
Introduction to the Internet
4.01 How Web Pages Work.
Services of the Internet
4.01 How Web Pages Work.
Chapter 10: Web Basics.
The Internet & World Wide Web
Technologies and Applications
CISC103 Web Development Basics: Web site:
Chapter 1 Introduction to HTML.
Introduction To Web Design
XHTML Basics.
E-commerce | WWW World Wide Web - Concepts
Introduction to Computers
Project 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
Introducing the World Wide Web
Some bits on how it works
Internet and the web Summary of terms discusses and review
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Internet.
Web Development & Design Chapter 1, Sections 4, 5 & 6
Internet.
CISC103 Web Development Basics: Web site:
XHTML Basics.
XHTML Basics.
Web Site Development.
1 Introduction to the Internet.
browser search engine web page
Web Design & Development
Computer Networks and Internet
The Internet and Electronic Mail
XHTML Basics.
XHTML Basics.
Dreamweaver.
4.01 How Web Pages Work.
Presentation transcript:

Navigating the Internet Alphabet Soup

What is the Internet? A global network that connects millions of computers all over the world. The Internet backbone is the central network that links all the parts of the Internet together.

How do we get access to the InTERNET? ISP: Internet Service Providers sell Internet access to customers NSP: Network Service Providers supply direct backbone access to ISPs

WHAT Internet service providers are available in this area?

What is the world wide web? A system of computers that allows you to communicate with other computers talking the same language (protocol)

What is Protocol? Protocol: rules for communicating between two electronic devices Internet Protocol (IP): rules for communicating on the Internet Hypertext Transfer Protocol (HTTP): rules for transferring web pages (HTML documents) on the Internet

Protocol Simple Mail Transport Protocol (SMTP): protocol used for transmitting electronic mail File Transfer Protocol: a protocol designed to transfer files between an FTP server and a computer—example: downloading software VOIP? Voice over Internet protocol—protocol for transmitting voice communications over the Internet

What does URL stand for? Uniform Resource Locator Example: Specifies the internet address of a file stored on a host computer Example: http://www.d1baseball.com/conferences/standings_sec.htm

What is the format of a URL? Protocol – host – path – filename Example: http://www.d1baseball.com/conferences/standings_sec.htm Protocol: http:// Host: www.d1baseball.com Path: conferences Filename: standings_sec.htm

URL vs DNS Computers use a domain name system to translate URLs into numeric addresses The numeric address is known as the Internet Protocol (IP) address; a unique address is assigned to EVERY computer or device that connects to the Internet An IP address is a four-part number, each part consisting of a digit from 0 to 255. Example: 207.46.192.254

What is a Top-level domain? TLD – Top level domain; suffix at the end of a web address .com—commercial; generic .edu—educational institution—higher ed .gov—state or federal government .mil—U.S. military .net—network service provider (can be used generically) .org—usually nonprofit but can be generic .pro—professional—like physicians, lawyers, CPAs, etc. .name—reserved for individuals

What is a country code? A domain name that identifies the location of a server Example: bkps.k12.ar.us .us—United States .jp—Japan .uk—United Kingdom .ca—Canada .mx—Mexico Find country codes for the following: Brazil, Egypt, Jamaica, Cayman Islands

What is Web Browser Software? Provides our connection to the Internet Reads hypertext documents Examples: Google Chrome Safari Firefox Internet Explorer

What is hypertext? A document written in HTML that contains words/images that connect to another document

What language is used to create hypertext? Hypertext Markup Language: the language used to write web pages <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <title>Warren G. Harding - Wikipedia, the free encyclopedia</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="generator" content="MediaWiki 1.16alpha-wmf" /> <link rel="apple-touch-icon" href="http://en.wikipedia.org/apple-touch-icon.png" /> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)" /> <link rel="copyright" href="http://creativecommons.org/licenses/by-sa/3.0/" /

What is a plug-in? A program that works WITH the web browser to display multimedia. Flash Java Quicktime Typically not a stand-alone program