SlideShare a Scribd company logo
Basics of
Web Design
Chapter 1
Internet & Web Basics
Key Concepts
1
Learning Outcomes
 Describe the evolution of the Internet and the Web
 Explain the need for web standards
 Describe universal design
 Identify benefits of accessible web design
 Describe the purpose of web browsers and web servers
 Identify Internet protocols
 Define URIs and domain names
 Describe XHTML and HTML
 Create your first web page
 Use the body, head, title and meta elements
 Name, save, and test a web page
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
– Use of the Internet was originally limited to government,
research and academic use
– 1991 Commercial ban lifted
3
Reasons for
Internet Growth in the 1990s
• Removal of the ban on commercial activity
• Development of the World Wide Web by Tim Berners-Lee at
CERN
• Development of Mosaic, the first graphics-based web
browser at NCSA
• Convergence of technologies:
₋ Affordable personal computers with GUI Operating Systems
₋ Affordable Internet service providers
4
Web Standards
and the W3C Consortium
W3C – World Wide Web Consortium
 Develops recommendations and prototype
technologies related to the Web
 Produces specifications, called Recommendations, in
an effort to standardize web technologies
 WAI – Web Accessibility Initiative
5
Web Accessibility
“The power of the Web is in its universality. Access by
everyone regardless of disability is an essential aspect.”
– Tim Berners-Lee
 Accessible Websites
provide accommodations that help individuals to individuals
with visual, auditory, physical, and neurological disabilities
overcome barriers
6
Network Overview
Network
two or more computers connected together for the purpose
of communicating and sharing resources
7
Internet, Packets and Routing
• Internet is a network of computer networks
• Data is transmitted by packet switching using the
standard Internet Protocol (IP)
• Packet – a unit of information carriage
• Packet switching – process of moving packets from
one node (computer device) to another
8
Internet, Packets and Routing
• At the sender, data is broken into packets and sent
to the nearest node (router)
• At each router, it sends the packet to another router
that is closer to the final destination
• At the receiver, packets are reassembled to get the
original data
• A simple analogy: mailing system
9
Internet v.s. Web
• The Internet
a inter-connected computer networks, linked by wires,
cables, wireless connections, etc.
• Web
a collection of interconnected documents and other
resources.
• The world wide web (WWW) is accessible via the
Internet, as are many other services including email, file
sharing, etc.
10
How does the Internet Work?
• Through
• communication protocols
set of Rules that describe the methods used for clients
and servers to communicate with each other over a
network.
– IP (Internet Protocol)
– TCP (Transmission Control Protocol)
– UDP (User Datagram Protocol)
– DNS (Domain Name Service),
– SMTP (Simple Mail Transmission Protocol)
– FTP (File Transmission Protocol)
11
TCP/IP Protocol Suites
HTTP, FTP, Telnet, DNS,
SMTP, etc.
TCP, UDP
IP (IPv4, IPv6)
12
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.
 Web browsers send HTTP requests for web pages and their
associated files.
 Web servers send HTTP responses back to the web browsers.
HTTP Request
HTTP Response
13
IP Address
• Each device connected to the Internet has a
unique numeric IP address.
• These addresses consist of a set of four groups of
numbers, called octets.
74.125.73.106 will get you Google!
• An IP address may correspond to a domain name.
14
• The World Wide Web (commonly shortened to the Web) is a
system of interlinked, hypertext documents accessed via the
Internet.
• It is created to share files/documents and overcome the
barrier of different file formats
• Hypertext refers to text on a computer that will lead the user
to other, related information on demand.
The World Wide Web (WWW)
15
Basics of the WWW
• Hypertext:
a format of information which allows one to move from
one part of a document to another or from one
document to another through hyperlinks
• Uniform Resource Locator (URL):
unique identifiers used to locate a particular
resource on the network
• Markup language:
• defines the structure and content of hypertext
documents. Ex: HTML
• A browser
is a software program which interprets the HTML
documents and displays it on the user’s screen.
16
Putting it All Together
17
Client-Server Model
• WWW use classical client / server architecture
• Client :web browsers, used to surf the Web
• Server :web server , used to supply information to browsers
Page request
Client running a Web
Browser
Server running Web
Server Software (IIS,
Apache, etc.)
Server response
HTTP
HTT
P
18
How do Web Servers work?
– Client specifies document at a specific web
address that is desired (specified by a URL)
• Ex: http://www.cs.pitt.edu/
– If the document is HTML or text, the server simply
forwards it back to the client
• If it is text, it is shown unaltered in the browser
• If it is HTML it is rendered in the client's browser
– HTML tags are interpreted and result is shown to the user
19
What is a Web Page?
• Web pages are text files containing HTML
• HTML – Hyper Text Markup Language
– A notation for describing
• document structure (semantic markup)
• formatting (presentation markup)
• The markup tags
provide information about the page content structure
20

More Related Content

What's hot

Web Programming Assignment
Web Programming AssignmentWeb Programming Assignment
Web Programming Assignment
Vijayananda Mohire
 
PHP Form Validation Technique
PHP Form Validation TechniquePHP Form Validation Technique
PHP Form Validation Technique
Morshedul Arefin
 
Html
HtmlHtml
Html Intro2
Html Intro2Html Intro2
Html Intro2mlackner
 
Dynamic HTML (DHTML)
Dynamic HTML (DHTML)Dynamic HTML (DHTML)
Dynamic HTML (DHTML)
Himanshu Kumar
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
Gil Fink
 
HTML5: features with examples
HTML5: features with examplesHTML5: features with examples
HTML5: features with examples
Alfredo Torre
 
Php Lecture Notes
Php Lecture NotesPhp Lecture Notes
Php Lecture Notes
Santhiya Grace
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Kannika Kong
 
Browser security
Browser securityBrowser security
Browser security
RitikRathaur
 
Presentation on HTML
Presentation on HTMLPresentation on HTML
Presentation on HTML
satvirsandhu9
 
Bootstrap ppt
Bootstrap pptBootstrap ppt
Bootstrap ppt
Ishtdeep Hora
 
Front end web development
Front end web developmentFront end web development
Front end web development
viveksewa
 
Static and Dynamic webpage
Static and Dynamic webpageStatic and Dynamic webpage
Static and Dynamic webpage
Aishwarya Pallai
 
CSS for Beginners
CSS for BeginnersCSS for Beginners
CSS for Beginners
Amit Kumar Singh
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
WordPress Memphis
 
Lecture 2 introduction to html
Lecture 2  introduction to htmlLecture 2  introduction to html
Lecture 2 introduction to html
palhaftab
 
WEB DEVELOPMENT
WEB DEVELOPMENTWEB DEVELOPMENT
WEB DEVELOPMENT
khushi74
 
Web development
Web developmentWeb development
Web development
Kanan Rahimov
 

What's hot (20)

Web Programming Assignment
Web Programming AssignmentWeb Programming Assignment
Web Programming Assignment
 
PHP Form Validation Technique
PHP Form Validation TechniquePHP Form Validation Technique
PHP Form Validation Technique
 
Html
HtmlHtml
Html
 
Html Intro2
Html Intro2Html Intro2
Html Intro2
 
Dynamic HTML (DHTML)
Dynamic HTML (DHTML)Dynamic HTML (DHTML)
Dynamic HTML (DHTML)
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
HTML5: features with examples
HTML5: features with examplesHTML5: features with examples
HTML5: features with examples
 
Php Lecture Notes
Php Lecture NotesPhp Lecture Notes
Php Lecture Notes
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3
 
Browser security
Browser securityBrowser security
Browser security
 
Dhtml ppt (2)
Dhtml ppt (2)Dhtml ppt (2)
Dhtml ppt (2)
 
Presentation on HTML
Presentation on HTMLPresentation on HTML
Presentation on HTML
 
Bootstrap ppt
Bootstrap pptBootstrap ppt
Bootstrap ppt
 
Front end web development
Front end web developmentFront end web development
Front end web development
 
Static and Dynamic webpage
Static and Dynamic webpageStatic and Dynamic webpage
Static and Dynamic webpage
 
CSS for Beginners
CSS for BeginnersCSS for Beginners
CSS for Beginners
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
Lecture 2 introduction to html
Lecture 2  introduction to htmlLecture 2  introduction to html
Lecture 2 introduction to html
 
WEB DEVELOPMENT
WEB DEVELOPMENTWEB DEVELOPMENT
WEB DEVELOPMENT
 
Web development
Web developmentWeb development
Web development
 

Similar to ch01-Internet & Web Basics &.ppt

CS8651 Internet Programming - Basics of HTML, HTML5, CSS
CS8651   Internet Programming - Basics of HTML, HTML5, CSSCS8651   Internet Programming - Basics of HTML, HTML5, CSS
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
Vigneshkumar Ponnusamy
 
Module 1 Basic.pptx
Module 1 Basic.pptxModule 1 Basic.pptx
Module 1 Basic.pptx
reddragon32
 
Web Technologies Introduction to web technologies
Web Technologies Introduction to web technologiesWeb Technologies Introduction to web technologies
Web Technologies Introduction to web technologies
Vigneshkumar Ponnusamy
 
Internet and web by Gulshan K Maheshwari(QAU)
Internet and web by Gulshan  K Maheshwari(QAU)Internet and web by Gulshan  K Maheshwari(QAU)
Internet and web by Gulshan K Maheshwari(QAU)
GulshanKumar368
 
ch1.pptx
ch1.pptxch1.pptx
ch1.pptx
AbelAteme
 
Introduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxIntroduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptx
hishamousl
 
Internet tech & web prog. p1,2,3-ver1
Internet tech & web prog.  p1,2,3-ver1Internet tech & web prog.  p1,2,3-ver1
Internet tech & web prog. p1,2,3-ver1
Taymoor Nazmy
 
Internet
InternetInternet
Internet
Cloudbells.com
 
Introduction to internet technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technology
Online
 
Introduction to html four lecture notes.pptx
Introduction to html  four lecture notes.pptxIntroduction to html  four lecture notes.pptx
Introduction to html four lecture notes.pptx
stephen972973
 
ITFT- Basic internet concept
ITFT- Basic internet conceptITFT- Basic internet concept
ITFT- Basic internet concept
Navneet Kaur
 
ch02.ppt
ch02.pptch02.ppt
Week two lecture
Week two lectureWeek two lecture
Week two lecture
Harry Essel
 
INTERNET TECHNOLOGY
INTERNET  TECHNOLOGYINTERNET  TECHNOLOGY
INTERNET TECHNOLOGY
subhradeep mitra
 
web world wide defination introduction.pptx
web world wide defination introduction.pptxweb world wide defination introduction.pptx
web world wide defination introduction.pptx
ubaidullah75790
 
Html
HtmlHtml
Html
kousika
 
PPT-Internet growth, IP, Anatomy.pptx
PPT-Internet growth, IP, Anatomy.pptxPPT-Internet growth, IP, Anatomy.pptx
PPT-Internet growth, IP, Anatomy.pptx
VijayaLakshmiPS3
 
Ch 2: How the Web Works
Ch 2: How the Web WorksCh 2: How the Web Works
Ch 2: How the Web Works
Steve Guinan
 

Similar to ch01-Internet & Web Basics &.ppt (20)

CS8651 Internet Programming - Basics of HTML, HTML5, CSS
CS8651   Internet Programming - Basics of HTML, HTML5, CSSCS8651   Internet Programming - Basics of HTML, HTML5, CSS
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
 
Module 1 Basic.pptx
Module 1 Basic.pptxModule 1 Basic.pptx
Module 1 Basic.pptx
 
Web Technologies Introduction to web technologies
Web Technologies Introduction to web technologiesWeb Technologies Introduction to web technologies
Web Technologies Introduction to web technologies
 
Internet and web by Gulshan K Maheshwari(QAU)
Internet and web by Gulshan  K Maheshwari(QAU)Internet and web by Gulshan  K Maheshwari(QAU)
Internet and web by Gulshan K Maheshwari(QAU)
 
ch1.pptx
ch1.pptxch1.pptx
ch1.pptx
 
Introduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptxIntroduction to the Internet and Web.pptx
Introduction to the Internet and Web.pptx
 
Internet tech & web prog. p1,2,3-ver1
Internet tech & web prog.  p1,2,3-ver1Internet tech & web prog.  p1,2,3-ver1
Internet tech & web prog. p1,2,3-ver1
 
Internet
InternetInternet
Internet
 
Introduction to internet technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technology
 
Introduction to html four lecture notes.pptx
Introduction to html  four lecture notes.pptxIntroduction to html  four lecture notes.pptx
Introduction to html four lecture notes.pptx
 
ITFT- Basic internet concept
ITFT- Basic internet conceptITFT- Basic internet concept
ITFT- Basic internet concept
 
ch02.ppt
ch02.pptch02.ppt
ch02.ppt
 
Week two lecture
Week two lectureWeek two lecture
Week two lecture
 
INTERNET TECHNOLOGY
INTERNET  TECHNOLOGYINTERNET  TECHNOLOGY
INTERNET TECHNOLOGY
 
web world wide defination introduction.pptx
web world wide defination introduction.pptxweb world wide defination introduction.pptx
web world wide defination introduction.pptx
 
Html
HtmlHtml
Html
 
world wide web
world wide webworld wide web
world wide web
 
PPT-Internet growth, IP, Anatomy.pptx
PPT-Internet growth, IP, Anatomy.pptxPPT-Internet growth, IP, Anatomy.pptx
PPT-Internet growth, IP, Anatomy.pptx
 
Presentation1
Presentation1Presentation1
Presentation1
 
Ch 2: How the Web Works
Ch 2: How the Web WorksCh 2: How the Web Works
Ch 2: How the Web Works
 

More from GmachImen

التحول_الرقمي (2).pptx
التحول_الرقمي (2).pptxالتحول_الرقمي (2).pptx
التحول_الرقمي (2).pptx
GmachImen
 
ch04-css-basics_final.ppt
ch04-css-basics_final.pptch04-css-basics_final.ppt
ch04-css-basics_final.ppt
GmachImen
 
Lecture 3CSS part 1.pptx
Lecture 3CSS part 1.pptxLecture 3CSS part 1.pptx
Lecture 3CSS part 1.pptx
GmachImen
 
التحول_الرقمي الوحدة الأولى الجلسة الأولى 15-03.pptx
التحول_الرقمي الوحدة الأولى الجلسة الأولى  15-03.pptxالتحول_الرقمي الوحدة الأولى الجلسة الأولى  15-03.pptx
التحول_الرقمي الوحدة الأولى الجلسة الأولى 15-03.pptx
GmachImen
 
access complet.pptx
access complet.pptxaccess complet.pptx
access complet.pptx
GmachImen
 
acces presentation 1].ppt
acces presentation 1].pptacces presentation 1].ppt
acces presentation 1].ppt
GmachImen
 
module_6_training_pack_3_ar (1).ppt
module_6_training_pack_3_ar (1).pptmodule_6_training_pack_3_ar (1).ppt
module_6_training_pack_3_ar (1).ppt
GmachImen
 
35277801.ppt
35277801.ppt35277801.ppt
35277801.ppt
GmachImen
 
مقدمة حول التقدم الرقمى.ppt
مقدمة حول التقدم الرقمى.pptمقدمة حول التقدم الرقمى.ppt
مقدمة حول التقدم الرقمى.ppt
GmachImen
 
35277801.ppt
35277801.ppt35277801.ppt
35277801.ppt
GmachImen
 
acces presentation 1].ppt
acces presentation 1].pptacces presentation 1].ppt
acces presentation 1].ppt
GmachImen
 
chapter 5.pdf
chapter 5.pdfchapter 5.pdf
chapter 5.pdf
GmachImen
 
chapter 9 place.ppt
chapter 9 place.pptchapter 9 place.ppt
chapter 9 place.ppt
GmachImen
 
chapter 7 Price.ppt
chapter 7 Price.pptchapter 7 Price.ppt
chapter 7 Price.ppt
GmachImen
 
10_2019_01_13!10_51_54_PM (1).pptx
10_2019_01_13!10_51_54_PM (1).pptx10_2019_01_13!10_51_54_PM (1).pptx
10_2019_01_13!10_51_54_PM (1).pptx
GmachImen
 
Access_Tables (1).ppt
Access_Tables (1).pptAccess_Tables (1).ppt
Access_Tables (1).ppt
GmachImen
 
Access_Tables.ppt
Access_Tables.pptAccess_Tables.ppt
Access_Tables.ppt
GmachImen
 
chapter 8.pdf
chapter 8.pdfchapter 8.pdf
chapter 8.pdf
GmachImen
 
National Transformation Initiative 2020 & the Role of MoE_Dr Obaidalla Al-Leh...
National Transformation Initiative 2020 & the Role of MoE_Dr Obaidalla Al-Leh...National Transformation Initiative 2020 & the Role of MoE_Dr Obaidalla Al-Leh...
National Transformation Initiative 2020 & the Role of MoE_Dr Obaidalla Al-Leh...
GmachImen
 
Copywriting_for_Advertising.ppt
Copywriting_for_Advertising.pptCopywriting_for_Advertising.ppt
Copywriting_for_Advertising.ppt
GmachImen
 

More from GmachImen (20)

التحول_الرقمي (2).pptx
التحول_الرقمي (2).pptxالتحول_الرقمي (2).pptx
التحول_الرقمي (2).pptx
 
ch04-css-basics_final.ppt
ch04-css-basics_final.pptch04-css-basics_final.ppt
ch04-css-basics_final.ppt
 
Lecture 3CSS part 1.pptx
Lecture 3CSS part 1.pptxLecture 3CSS part 1.pptx
Lecture 3CSS part 1.pptx
 
التحول_الرقمي الوحدة الأولى الجلسة الأولى 15-03.pptx
التحول_الرقمي الوحدة الأولى الجلسة الأولى  15-03.pptxالتحول_الرقمي الوحدة الأولى الجلسة الأولى  15-03.pptx
التحول_الرقمي الوحدة الأولى الجلسة الأولى 15-03.pptx
 
access complet.pptx
access complet.pptxaccess complet.pptx
access complet.pptx
 
acces presentation 1].ppt
acces presentation 1].pptacces presentation 1].ppt
acces presentation 1].ppt
 
module_6_training_pack_3_ar (1).ppt
module_6_training_pack_3_ar (1).pptmodule_6_training_pack_3_ar (1).ppt
module_6_training_pack_3_ar (1).ppt
 
35277801.ppt
35277801.ppt35277801.ppt
35277801.ppt
 
مقدمة حول التقدم الرقمى.ppt
مقدمة حول التقدم الرقمى.pptمقدمة حول التقدم الرقمى.ppt
مقدمة حول التقدم الرقمى.ppt
 
35277801.ppt
35277801.ppt35277801.ppt
35277801.ppt
 
acces presentation 1].ppt
acces presentation 1].pptacces presentation 1].ppt
acces presentation 1].ppt
 
chapter 5.pdf
chapter 5.pdfchapter 5.pdf
chapter 5.pdf
 
chapter 9 place.ppt
chapter 9 place.pptchapter 9 place.ppt
chapter 9 place.ppt
 
chapter 7 Price.ppt
chapter 7 Price.pptchapter 7 Price.ppt
chapter 7 Price.ppt
 
10_2019_01_13!10_51_54_PM (1).pptx
10_2019_01_13!10_51_54_PM (1).pptx10_2019_01_13!10_51_54_PM (1).pptx
10_2019_01_13!10_51_54_PM (1).pptx
 
Access_Tables (1).ppt
Access_Tables (1).pptAccess_Tables (1).ppt
Access_Tables (1).ppt
 
Access_Tables.ppt
Access_Tables.pptAccess_Tables.ppt
Access_Tables.ppt
 
chapter 8.pdf
chapter 8.pdfchapter 8.pdf
chapter 8.pdf
 
National Transformation Initiative 2020 & the Role of MoE_Dr Obaidalla Al-Leh...
National Transformation Initiative 2020 & the Role of MoE_Dr Obaidalla Al-Leh...National Transformation Initiative 2020 & the Role of MoE_Dr Obaidalla Al-Leh...
National Transformation Initiative 2020 & the Role of MoE_Dr Obaidalla Al-Leh...
 
Copywriting_for_Advertising.ppt
Copywriting_for_Advertising.pptCopywriting_for_Advertising.ppt
Copywriting_for_Advertising.ppt
 

Recently uploaded

clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
Fresher’s Quiz 2023 at GMC Nizamabad.pptx
Fresher’s Quiz 2023 at GMC Nizamabad.pptxFresher’s Quiz 2023 at GMC Nizamabad.pptx
Fresher’s Quiz 2023 at GMC Nizamabad.pptx
SriSurya50
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
kitab khulasah nurul yaqin jilid 1 - 2.pptx
kitab khulasah nurul yaqin jilid 1 - 2.pptxkitab khulasah nurul yaqin jilid 1 - 2.pptx
kitab khulasah nurul yaqin jilid 1 - 2.pptx
datarid22
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
What is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptxWhat is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptx
christianmathematics
 
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Ashish Kohli
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 

Recently uploaded (20)

clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
Fresher’s Quiz 2023 at GMC Nizamabad.pptx
Fresher’s Quiz 2023 at GMC Nizamabad.pptxFresher’s Quiz 2023 at GMC Nizamabad.pptx
Fresher’s Quiz 2023 at GMC Nizamabad.pptx
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
kitab khulasah nurul yaqin jilid 1 - 2.pptx
kitab khulasah nurul yaqin jilid 1 - 2.pptxkitab khulasah nurul yaqin jilid 1 - 2.pptx
kitab khulasah nurul yaqin jilid 1 - 2.pptx
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
What is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptxWhat is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptx
 
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 

ch01-Internet & Web Basics &.ppt

  • 1. Basics of Web Design Chapter 1 Internet & Web Basics Key Concepts 1
  • 2. Learning Outcomes  Describe the evolution of the Internet and the Web  Explain the need for web standards  Describe universal design  Identify benefits of accessible web design  Describe the purpose of web browsers and web servers  Identify Internet protocols  Define URIs and domain names  Describe XHTML and HTML  Create your first web page  Use the body, head, title and meta elements  Name, save, and test a web page 2
  • 3. The Evolution of the Internet • Internet – Interconnected network of computer networks – ARPAnet • Advanced Research Project Agency • 1969 – four computers connected – NSFnet • National Science Foundation – Use of the Internet was originally limited to government, research and academic use – 1991 Commercial ban lifted 3
  • 4. Reasons for Internet Growth in the 1990s • Removal of the ban on commercial activity • Development of the World Wide Web by Tim Berners-Lee at CERN • Development of Mosaic, the first graphics-based web browser at NCSA • Convergence of technologies: ₋ Affordable personal computers with GUI Operating Systems ₋ Affordable Internet service providers 4
  • 5. Web Standards and the W3C Consortium W3C – World Wide Web Consortium  Develops recommendations and prototype technologies related to the Web  Produces specifications, called Recommendations, in an effort to standardize web technologies  WAI – Web Accessibility Initiative 5
  • 6. Web Accessibility “The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.” – Tim Berners-Lee  Accessible Websites provide accommodations that help individuals to individuals with visual, auditory, physical, and neurological disabilities overcome barriers 6
  • 7. Network Overview Network two or more computers connected together for the purpose of communicating and sharing resources 7
  • 8. Internet, Packets and Routing • Internet is a network of computer networks • Data is transmitted by packet switching using the standard Internet Protocol (IP) • Packet – a unit of information carriage • Packet switching – process of moving packets from one node (computer device) to another 8
  • 9. Internet, Packets and Routing • At the sender, data is broken into packets and sent to the nearest node (router) • At each router, it sends the packet to another router that is closer to the final destination • At the receiver, packets are reassembled to get the original data • A simple analogy: mailing system 9
  • 10. Internet v.s. Web • The Internet a inter-connected computer networks, linked by wires, cables, wireless connections, etc. • Web a collection of interconnected documents and other resources. • The world wide web (WWW) is accessible via the Internet, as are many other services including email, file sharing, etc. 10
  • 11. How does the Internet Work? • Through • communication protocols set of Rules that describe the methods used for clients and servers to communicate with each other over a network. – IP (Internet Protocol) – TCP (Transmission Control Protocol) – UDP (User Datagram Protocol) – DNS (Domain Name Service), – SMTP (Simple Mail Transmission Protocol) – FTP (File Transmission Protocol) 11
  • 12. TCP/IP Protocol Suites HTTP, FTP, Telnet, DNS, SMTP, etc. TCP, UDP IP (IPv4, IPv6) 12
  • 13. 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.  Web browsers send HTTP requests for web pages and their associated files.  Web servers send HTTP responses back to the web browsers. HTTP Request HTTP Response 13
  • 14. IP Address • Each device connected to the Internet has a unique numeric IP address. • These addresses consist of a set of four groups of numbers, called octets. 74.125.73.106 will get you Google! • An IP address may correspond to a domain name. 14
  • 15. • The World Wide Web (commonly shortened to the Web) is a system of interlinked, hypertext documents accessed via the Internet. • It is created to share files/documents and overcome the barrier of different file formats • Hypertext refers to text on a computer that will lead the user to other, related information on demand. The World Wide Web (WWW) 15
  • 16. Basics of the WWW • Hypertext: a format of information which allows one to move from one part of a document to another or from one document to another through hyperlinks • Uniform Resource Locator (URL): unique identifiers used to locate a particular resource on the network • Markup language: • defines the structure and content of hypertext documents. Ex: HTML • A browser is a software program which interprets the HTML documents and displays it on the user’s screen. 16
  • 17. Putting it All Together 17
  • 18. Client-Server Model • WWW use classical client / server architecture • Client :web browsers, used to surf the Web • Server :web server , used to supply information to browsers Page request Client running a Web Browser Server running Web Server Software (IIS, Apache, etc.) Server response HTTP HTT P 18
  • 19. How do Web Servers work? – Client specifies document at a specific web address that is desired (specified by a URL) • Ex: http://www.cs.pitt.edu/ – If the document is HTML or text, the server simply forwards it back to the client • If it is text, it is shown unaltered in the browser • If it is HTML it is rendered in the client's browser – HTML tags are interpreted and result is shown to the user 19
  • 20. What is a Web Page? • Web pages are text files containing HTML • HTML – Hyper Text Markup Language – A notation for describing • document structure (semantic markup) • formatting (presentation markup) • The markup tags provide information about the page content structure 20

Editor's Notes

  1. 07/16/96
  2. 07/16/96