CIS 1310 – HTML & CSS 1 Introduction to the Internet.

Slides:



Advertisements
Similar presentations
Project 1 Introduction to HTML.
Advertisements

1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
CIS 1300 – Web Design SoftwareMichael J. Losacco The Internet An Overview.
Internet and the web Summary of terms discusses and review.
© 2010, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet 1.
The Internet Useful Definitions and Concepts About the Internet.
Introduction to Web Pages. Slide 2 Lecture Overview Evolution of the Internet and Web Web Protocols.
Professor Michael J. Losacco CIS 1110 – Using Computers Internet & World Wide Web Chapter 2.
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.
© 2004, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet.
1st Project Introduction to HTML.
Evolved from ARPANET (Advanced Research Projects Agency of the U.S. Department of Defense) Was the first operational packet-switching network Began.
Chapter ONE Introduction to HTML.
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. 1.
1 Web Developer & Design Foundations with XHTML Chapter 1 Key Concepts.
CNIT 132 Intermediate HTML and CSS Course Overview.
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
Connecting one computer to another computer creates a network.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Lesson 2 — The Internet and the World Wide Web
1 Web Developer Foundations: Using XHTML Chapter 1 Key Concepts.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 1 Key Concepts 1.
The Internet COM 366 Web Design & Production. Brief history Internet began as nationwide network for Department of Defense in 1960s –Expanded to universities.
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. Revised 1/12/2015 by William Pegram 1.
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.
THE INTERNET Chapter 13. Internet- Interconnection and Networks “the Net” Computers have played a significant role in our everyday life Growth in popularity.
Fundamentals.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
Web Development & Design Foundations with HTML5 7th Edition
Communication, Networks, The internet and the Worldwide Web.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. 1.
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.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
INTERNET. Objectives Explain the origin of the Internet and describe how the Internet works. Explain the difference between the World Wide Web and the.
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
Internet Essentials. The History of the Internet The Internet started when the Advanced Research Projects Agency (ARPA) of the United States Defense Department.
JavaScript and Ajax (Internet Background) Week 1 Web site:
 In the 1960s, ARPANET (Advanced Research Projects Agency Network), the internet’s predecessor, was invented  ARPANET used two technologies that are.
Website Design and Construction Services and Standards.
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.
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.
Introduction to the Internet
4.01 How Web Pages Work.
Web Development & Design Foundations with HTML5 8th Edition
Introduction to the Web
Project 1 Introduction to HTML.
Internet and the web Summary of terms discusses and review
School of Business Administration Introduction & Key Concepts
Web Development & Design Chapter 1, Sections 4, 5 & 6
Web Development & Design
Basics of Web Design Chapter 1 Internet & Web Basics Key Concepts
1 Introduction to the Internet.
E-commerce Infrastructure
Part of Chapter 1 Key Concepts Networks
Protocol Application TCP/IP Layer Model
Basics of Web Design Chapter 1 Internet & Web Basics Key Concepts
Presentation transcript:

CIS 1310 – HTML & CSS 1 Introduction to the Internet

CIS 1310 – HTML & CSS Learning Outcomes  Describe the Evolution of the Internet and the Web  Explain the Need for Web Standards  Identify Networking Protocols  Define Addressing and Domain Names  Describe HTML, XHTML, and HTML5

CIS 1310 – HTML & CSS The Internet  Worldwide Collection of Networks  Links Millions of: Businesses Government Agencies Educational Institutions Individuals

CIS 1310 – HTML & CSS Internet Services  World Wide Web   File Transfer  Message Board  Instant Messaging

CIS 1310 – HTML & CSS History of the Internet  Origination Originated as ARPANET in Sept 1969 Goals Allow Scientists in Different Places to Collaborate Function Even if Part of Network Disabled Renamed Internet in the Late 1980s World Wide Web Proposed In 1989 Tim Berners-Lee

CIS 1310 – HTML & CSS Reasons for Internet Growth in the 90’s  Removal of the Ban on Commercial Activity  Development of the World Wide Web By Tim Berners-Lee at CERN  Development of Mosaic First Graphics-based Web Browser at NCSA  PCs Were Increasingly Available and Affordable  ISPs Offered Low-cost Connections to the Internet

CIS 1310 – HTML & CSS Growth of the Internet Internetworldstats.com6/2012

CIS 1310 – HTML & CSS Internet Standards & Coordination  IETF (Internet Engineering Task Force) Develop New Internet Protocol Specifications HTTP/2 Reduce Latency (Enable Full Request & Response Multiplexing) Minimize Protocol Overhead (Efficient Compression of Headers) Add Support For Request Prioritization & Server Push

CIS 1310 – HTML & CSS Internet Standards & Coordination  ICANN Internet Corporation for Assigned Numbers & Names Coordinate the Assignment of: Internet Domain Names IP Address Numbers Protocol Port Numbers

CIS 1310 – HTML & CSS Internet Standards & Coordination  World Wide Web Consortium (W3C) Develops Prototype Technologies Related to the Web Produces Recommendations Specifications to Standardize Web Technologies Tim Berners-Lee, Director Web Accessibility Initiative (WAI) Facilitate Use by Those with Special Needs

CIS 1310 – HTML & CSS Internet Mechanics  Access Providers ISP (Internet Service Provider) Regional - Access to Specific Geographical Area National - Access in Cities & Towns Nationwide OSP (Online Service Provider) Member-only Features e.g., Comcast WISP (Wireless Internet Service Provider)

CIS 1310 – HTML & CSS Internet Mechanics  Web Client Connected to the Internet when Needed Usually Runs Web Browser (Client) Software e.g., Chrome, Internet Explorer, Firefox, Safari Uses HTTP (Hypertext Transfer Protocol) Requests Web Pages from Server Receives Web Pages & Files from Server

CIS 1310 – HTML & CSS Internet Mechanics  Web Browser Program that Allows Access to Web Pages Netscape Internet Explorer Spent $1.25 B Mozilla Firefox Safari Chrome Microbrowser Mobile Devices

CIS 1310 – HTML & CSS Internet Mechanics  Web Server Continually Connected to the Internet Runs Web Server Software e.g., Apache, Internet Information Server Uses HTTP (Hypertext Transfer Protocol) Receives Request for Web Page Transmits Status Code, Web Page, & Associated Files

CIS 1310 – HTML & CSS Protocols  Rules Used for Clients & Servers to Communicate No Single Protocol Makes the Internet & Web Work  Sending SMTP (Simple Mail Transfer Protocol) Receiving POP / POP3 (Post Office Protocol) IMAP (Internet Mail Access Protocol)

CIS 1310 – HTML & CSS Protocols  FTP Allows Exchange of Files Over the Internet Commonly used by Web Developers Transfer Web Pages From Their Computers to Web Servers  HTTP (Hypertext Transfer Protocol) Rules for Exchanging Files on the Web Text, Graphics, Sound, Video, Other Multimedia Files

CIS 1310 – HTML & CSS Protocols  TCP/IP (Transmission Control Protocol/Internet Protocol) Official Communication Protocol of the Internet TCP Ensure Integrity of Communication Breaks Files and Messages into Individual Units (Packets) IP Controls how Data is Sent Between Computers on the Internet Routes a Packet to the Correct Destination Address Packet Gets Forwarded to Next Closest Router Until Destination is Reached

CIS 1310 – HTML & CSS Addressing  IP Address Identifies Each Device Connected to Internet Unique Number  IPv6 8 Groups of 4 Hex Digits Separated by Colons Benefits Increased Address Space More Efficient Routing Better Mobility Support Multi-homing

CIS 1310 – HTML & CSS Addressing  Domain Name Text Version of IP Address  TLD (Top Level Domain) Identifies Type of Organization ICANN Assigns & Controls TLDs  DNS (Domain Name System) DNS Server Translates Domain Name to IP Address

CIS 1310 – HTML & CSS Addressing  Web URL (Uniform Resource Locator) Unique Address for Page Located on Server

CIS 1310 – HTML & CSS Markup Languages  SGML (Standard Generalized Markup Language) Standard for Specifying a Markup Language or Tag Set  HTML (Hypertext Markup Language) Set of Markup Codes Used to Display Pages in a Web Browser  XML (eXtensible Markup Language) Designed to Describe, Deliver, & Exchange Structured Data e.g., Display Data from Databases on Web Pages

CIS 1310 – HTML & CSS Markup Languages  XHTML (eXtensible Hypertext Markup Language) Developed by the W3C Reformulation of HTML 4.0 as an Application of XML Formatting Strengths of HTML 4.0 Data Structure & Extensibility Strengths of XML  HTML 5 Next Version of HTML 4 & XHTML

CIS 1310 – HTML & CSS Markup Languages History