Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)

Slides:



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

4.01 How Web Pages Work.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
The Internet Useful Definitions and Concepts About the Internet.
Layer 7- Application Layer
The Internet and the World Wide Web. Una DooneyThe Internet and WWWSlide 2 What is the Internet? A collection of networks (LANS and WANS) around the world.
1 Networks and Internet Objectives Understand basic concepts in Networking Network Types Understand basic concepts in Internet Internet Services Become.
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.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
1st Project Introduction to HTML.
Internet basics, Browsers, application, advantages and disadvantages, architecture, WWW, URL, HTML Week 10 Mr. Mohammed Rahmath.
Internet Basics مهندس / محمد العنزي
Chapter ONE Introduction to HTML.
A global, public network of computer networks. The largest computer network in the world. Computer Network A collection of computing devices connected.
1 Web Developer & Design Foundations with XHTML Chapter 1 Key Concepts.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Connecting one computer to another computer creates a network.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
1 Web Developer Foundations: Using XHTML Chapter 1 Key Concepts.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
The Internet in Education Objectives Introduction Overview –The World Wide Web –Web Page v. Web Site v. Portal Unique and Compelling Characteristics Navigation.
Copyright © Curt Hill The Internet An Introduction.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
IT Introduction to Information Technology. The Internet & World Wide Web Began in 1969 with the ARPANET (Advanced Research Project Agency Network)
Networks QUME 185 Introduction to Computer Applications.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
THE INTERNET Chapter 13. Internet- Interconnection and Networks “the Net” Computers have played a significant role in our everyday life Growth in popularity.
Introduction to Internet terms. Topics to Study What is Internet HTTP URL SMS MMS Wi-Fi Video Conferencing Social Webisites.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of the Internet.
How Does the Internet Work? Protocols Protocols are rules that describe how computers communicate and exchange data. The Internet has a series of these.
Communication, Networks, The internet and the Worldwide Web.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 3-1.
INTERNET. Objectives Explain the origin of the Internet and describe how the Internet works. Explain the difference between the World Wide Web and the.
ECEN “Internet Protocols and Modeling”, Spring 2012 Course Materials: Papers, Reference Texts: Bertsekas/Gallager, Stuber, Stallings, etc Class.
The Internet Lecture 16 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
CHAPTER 7 THE INTERNET AND INTRANETS 1/11. What is the Internet? 2/11 Large computer network ARPANET (Dept of Defense) It is international and growing.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
Internet Infrastructure Mapping the World Wide Web.
CHAPTER 9 THE INTERNET. RECAP: COMPUTER NETWORKS LAN WAN.
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)
HOW THE INTERNET WORKS. Introduction : The internet has brought revolutionary changes Has become a medium for interaction and information Can access to.
CIS 1203 Web Technologies Introduction to the Internet and the WWW.
Internet Essentials. The History of the Internet The Internet started when the Advanced Research Projects Agency (ARPA) of the United States Defense Department.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
Internet and World Wide Web Introduction to the Internet.
4.01 How Web Pages Work.
Introduction to the Internet
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Introduction to the WWW
The Internet & World Wide Web
CISC103 Web Development Basics: Web site:
Introduction To Web Design
Web Design Introduction to the Internet Week One
Web Development & Design Chapter 1, Sections 4, 5 & 6
1 Introduction to the Internet.
ACT102 Introduction to web design
Web Design & Development
CS134 Web Design & Development
ACT102 Introduction to web design
4.01 How Web Pages Work.
4.01 How Web Pages Work.
The Internet and Electronic mail
Presentation transcript:

Web Mastering Module Internet Fundamentals

What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages) How was the Internet Created? –grew out of a network in the 1960's created by the U.S. Dept. of Defense (ARPANET) –In 1985, Nat’l Science Foundation created NSFNET for education and research

Internet Fundamentals How does it work? –Data is sent in packets –Routers direct packets to their destination using TCP/IP protocol How does TCP/IP work? –Transmission Control Protocol controls how data is broken into packets –Internet Protocol defines how data is routed over the Internet

Internet Fundamentals How do routers know where to send the Internet packets? –Every device on the Internet has a unique address (IP address) –Each IP address has four numbers separated by dots Example: –The Domain Name System associates names with the IP addresses:

Internet Fundamentals How does the Domain Name System work? –All computers are grouped into hierarchical domains –Top level domains are:.com,.org,.edu,.gov,.net,.mil –Name servers know your domain name Example: google.com

Internet Fundamentals How does the Domain Name System work? –A master database keeps track of which domain name servers (DNS servers) are authority for each and every domain –DNS servers store names of domains they have looked up recently

Internet Fundamentals Who runs the Internet? –No one organization –Certain groups establish standards –Internet Society (ISOC) is responsible for standards for Internet infrastructure –Internet Architecture Board (IAB) makes technical recommendations to ISOC

Internet Fundamentals Who runs the Internet? –Internet Corporation for Assigned Names and Numbers (ICANN) coordinates assignment of Internet addresses and domain names

Internet Fundamentals What is the World Wide Web? –A collection of electronic documents stored on servers around the world that are running on the Internet Who develops standards for the WWW? –World Wide Web Consortium (W3C)

Internet Fundamentals How does a Web Browser work? –It downloads and displays pages from a Web Server How does a browser know how to display the pages? –It interprets specially coded text called HTML (Hypertext Markup Language)

Internet Fundamentals What makes a computer a Web Server? –Special software designed to “serve up” web pages and related files How do Web Servers communicate with Browsers? –Using HTTP (Hypertext Transport Protocol)

Internet Fundamentals Anatomy of a URL (Uniform Resource Locater): protocol servername directory filename domain name

Internet Fundamentals Steps to Retrieve a Web Page: 1.User enters URL 2.Web browser communicates with DNS to get IP address 3.Web browser sends request to server using http protocol

Internet Fundamentals Steps to Retrieve a Web Page: 4.Web server receives request and retrieves file and graphics 5.Web server sends file and graphics to Web Browser of requesting (client) computer 6.Web browser interprets the HTML code and displays the page and graphics

Internet Fundamentals Types of Files Served by Web Servers: –Graphics (.jpg,.gif,.png) –Audio (.mp3,.wav,.ra) –Multimedia (.mpeg,.mov,.qt,.avi) –Flash and Shockwave (.swf require plug-ins)

Internet Fundamentals Role of a Webmaster: –Manage a web site –Use the Web to: Communicate a message Evoke an emotion Interact with people

Internet Fundamentals Impact of Internet on Society: –Reduces personal interaction with online shopping and banking, etc. –Enables working from home (telecommuting) –Brings people closer together through , instant messages, auctions, etc. –Makes communicating from a distance easier

Internet Fundamentals Purpose of Acceptable Use Policy: –Defines the rules for use of the Internet –Identifies consequences for misuse of the Internet Types of AUPs –District AUP –Web Mastering Class AUP