Web Development & Design Foundations With XHTML
Web Development & Design Foundations With XHTML
Chapter 1
Key Concepts
1
Learning Outcomes
In this chapter, you will learn about:
◦ The evolution of the Internet, Internet standards
organizations, and the difference between the
Internet, intranets, and extranets.
◦ The beginning of the World Wide Web, ethical
use of information on the Web, Web
Accessibility, and future Internet trends.
◦ The Client/Server Model, Internet Protocols,
Networks, URLs and Domain Names, and
Markup Languages.
2
The Evolution of the Internet
Internet
◦ Interconnected network of computer networks
◦ ARPAnet
Advanced Research Project Agency
1969 – four computers connected
◦ NSFnet
National Science Foundation
3
Intranet & Extranets
Intranet
◦ A private network contained within an organization or
business used to share information and resources
among coworkers.
Extranet
◦ A private network that securely shares part of an
organization’s information or operations with external
partners
4
Growth of the Internet
Hobbes Internet Timeline
◦ http://www.zakon.org/robert/internet/timeline/
6
The World Wide Web
The graphical user interface to
information stored on some of the
computers connected to the Internet.
7
Internet Standards & Coordination
The Internet Society
◦ A professional organization that provides
leadership in addressing issues related to the
future of the Internet
8
Internet Standards & Coordination
ICANN - The Internet Corporation for
Assigned Numbers & Names
◦ Non-profit organization
◦ Main function is to coordinate the
assignment of:
Internet domain names
IP address numbers
Protocol parameters
Protocol port numbers.
9
Web Standards
and the W3C Consortium
W3C – World Wide Web Consortium
◦ Develops recommendations and prototype
technologies related to the Web
10
Web Accessibility
WAI – Web Accessibility Initiative
◦ Develops recommendations for
web content developers,
web authoring tool developers,
developers of web browsers, and
developers of other user agents to facilitate use
of the web by those with special needs.
◦ WCAG
Web Content Accessibility Guidelines
http://www.w3.org/WAI/WCAG20/quic
kref/
11
Web Accessibility
Section 508 of the Rehabilitation Act
◦ requires that government agencies must
give individuals with disabilities access to
information technology that is comparable
to the access available to others
12
Checkpoint 1.1
1. Describe the difference between the
Internet and an intranet.
13
Network Overview
Network -- two or more computers connected together for
the purpose of communicating and sharing resources
14
Networks
LAN -- Local Area Network
◦ Usually confined to a single building or group of
buildings
15
A WAN connecting two LANs
16
Internet Infrastructure
Internet Backbone
A high capacity communication link that carries data
gathered from smaller links that interconnect with it.
17
The Client/Server Model
18
The Client/Server Model
19
Web Client
Connected to the Internet when needed
Usually runs web browser (client) software
such as Internet Explorer or Netscape
Uses HTTP (Hypertext Transfer Protocol)
Requests web pages from server
Receives web pages and files from server
20
Web Server
Continually connected to the Internet
Runs web server software (such as Apache or
Internet Information Server)
Uses HTTP (Hypertext Transfer Protocol)
Receives request for the web page
Responds to request and transmits status code,
web page, and associated files
21
MIME Type
Multi-Purpose Internet Mail Extension
◦ a set of rules that allow
multimedia documents
to be exchanged among
many different computer systems
22
Internet Protocols
Protocols
◦ Rules that describe the methods used for
clients and servers to communicate with each
other over a network.
24
E-mail Protocols
Sending E-mail
◦ SMTP Simple Mail Transfer Protocol
Receiving E-mail
◦ POP (POP3) Post Office Protocol
◦ IMAP Internet Mail Access Protocol
25
HTTP
Hypertext Transfer Protocol
A set of rules for exchanging files such as text,
graphic images, sound, video, and other
multimedia files on the Web.
HTTP Request
HTTP Response
26
TCP/IP
Transmission Control Protocol/Internet Protocol
27
TCP
Transmission Control Protocol
Purpose is to ensure the integrity of communication
Breaks files and messages into individual units called
packets
28
IP
Internet Protocol
A set of rules that controls how data is sent between
computers on the Internet.
IP routes a packet to the correct destination address.
Thepacket gets successively forwarded to the next
closest router (a hardware device designed to move
network traffic) until it reaches its destination.
http://visualroute.visualware.com/
http://www.tracert.com/cgi-bin/trace.pl
29
IP Address
Each device connected to the Internet has a
unique numeric IP address.
30
Domain Name
Locates an organization or other
entity on the Internet
Domain Name System
◦ Divides the Internet into logical groups
and understandable names
◦ Associates unique computer IP Addresses
with the text-based domain names you
type into a web browser
◦ Browser: http://google.com
◦ IP Address: 74.125.95.104
31
URL
Uniform Resource Locator
URL
Represents the
address of a
resource on the
Internet.
32
TLD
Top-Level Domain Name
A top-level domain (TLD) identifies the
right-most part of the domain name.
33
County Code
TLDs
Two character codes originally intended to
indicate the geographical location (country) of
the web site.
Examples:
◦ .tv, .ws, .au, .jp, .uk
◦ See http://www.iana.org/cctld/cctld-whois.htm
34
Domain Name System
The Domain Name System (DNS) associates
Domain Names with IP addresses.
Web Domain Name
Browser
IP Address DNS
Use TCP/IP
to send HTTP Responses
with web page files & images
Web Browser
displays web page 35 35
Markup Languages
36
Markup Languages (2)
XML – eXtensible Markup Language
37
Markup Languages (3)
XHTML – eXtensible Hypertext Markup
Language
38
Markup Languages (4)
HTML 5
◦ http://www.w3.org/html/
39
Markup Languages (5)
Therelationship between
XHTML, HTML, and XML
40
Checkpoint 1.2
1.Describe the components of the client/server
model as applied to the Internet.
41
Future Internet & Web Trends
Continued importance of E-Commerce
Wireless Web access
Need for skilled technical workers
IPV6
Web Services
Blogs
RSS
Wikis
Twitter
Web 2.0
Constant Change!
42
Summary
This chapter provided a brief overview of
Internet, Web, and introductory
networking concepts.
43