SlideShare a Scribd company logo
Web-Based Design
(IT210)
chapter 1
Introduction To
Computers & The
Internet
1
ο‚ž Introduction
ο‚ž The evolution of the internet
ο‚ž Web basics
ο‚ž Define URL and domain names
ο‚ž Static and Dynamic Websites
ο‚ž Client-Side Scripting versus Server-
Side Scripting.
ο‚ž World Wide Web Consortium (W3C)
2
 Define Internet basics
 Understand world wide web basics
 Distinguish between Static and Dynamic
Web Sites
 Differentiate between client-side
language and Server-Side Script
language
3
Introduction
 Welcome to the exciting and rapidly evolving
world of Internet and web programming!
 The Internet and web programming technologies
are designed to be portable
 allowing you to design web pages and
applications that run across an enormous range
of Internet-enabled devices.
4
Introduction
Moore’s Law:
β€œEvery year or two, the capacities of
computers have approximately
doubled inexpensively”.
 This remarkable trend often is
called Moore’s Law, named for the
person who identified it, Gordon
Moore, co-founder of Intelβ€”the
leading manufacturer of the
processors in today’s computers
and embedded systems.
Read more about Moore’s Law
5
The
evolution
of the
internet
ο‚ž The Internet is a worldwide collection of networks
that links millions of businesses, government
agencies, educational institutions, and individuals.
ο‚ž In the late 1960s, ARPA (the Advanced Research
Projects Agency) rolled out blueprints for
networking. The main computer systems of about a
dozen ARPA-funded universities and research
institutions.
ο‚ž ARPA proceeded to implement the ARPANET,
which eventually evolved into today’s Internet.
THE INTERNET
6
ο‚ž Rather than enabling researchers to share each
other’s computers, it rapidly became clear that
communicating quickly and easily via electronic
mail. this was the key early benefit of the
ARPANET.
ο‚ž ARPANET had two main goals:
Allow scientists at different physical locations to
share information and work
Function even if part of the network were disabled or
destroyed
β‘ 
β‘‘
The
evolution
of the
internet
7
1969
ARPANET
becomes
functional
1984
ARPANET has
More than
1000 individual
computers
linked as hosts
1986
Connects NSFnet
(National Science
Foundation
Network) to ARPANET
and becomes known
as Internet
1995
NSFNet
terminates its
network on
the Internet
and resumes
status as
research
network
Internet 2 is
founded
Today more
than 550
million hosts
connect to
the Internet
1996
The evolution of the internet
8
The evolution of the internet
 Many home and small business users connect to the Internet
via high-speed broadband Internet service
Cable
Interne
service
DSL
Fiber to
the
Premises
)
FTTP
(
Fixed
wireless
Cellular
Radio
Network
Wi-Fi
Satellite
Internet
Service
9
The evolution of the internet
How to access the Internet?
 Many organization and businesses have direct access to the Internet using
special high-speed communication lines and equipment.
 Another way to access the Internet is through Internet Service Provider (ISP)
(A commercial organization with permanent connection to the Internet
that sells temporary connections to subscribers).
 To access the Internet, an existing network need to pay a small registration
fee.
10
ο‚§ WWW (World Wide Web ):
1. allows computer users to execute web-based applications
2. locate and view multimedia-based documents on almost any subject
over the Internet.
ο‚§ HTML (HyperText Markup Language):
In 1989, Tim Berners-Lee of CERN (the European Organization for Nuclear
Research) began to develop a technology for sharing information via
hyperlinked text documents.
ο‚§ HTTP (Hypertext Transfer Protocol ):
Tim Berners-Lee also wrote the (HTTP) witch is a communications
protocol used to send information over the web.
Web Basics Concepts.
11
ο‚§ Web client: is an application that
communicates with a web server,
using HTTP.
ο‚§ Web server is software and hardware
that uses HTTP and other protocols to
respond to client requests made over
the World Wide Web.
ο‚§ The main job of a web server is to
display website content through
storing, processing and delivering
webpages to users.
Web Basics Concepts.
ο‚§ Web browser: is a software
application for accessing information
on the World Wide Web.
ο‚§ E.g., Google Chrome, Apple Safari, Mi
crosoft Internet
Explorer (Edge), Mozilla Firefox,
Opera.
ο‚§ Web site: A collection of linked Web
pages that has a common theme or
focus.
ο‚§ E.g., IAU website
β€’ Home page: The main page that all
the pages on a particular Web site
are organized around and link back
to it
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.
When the user clicks a hyperlink in the web page , a web server
locates the requested web page and sends it to the user’s web
browser.
ο‚ž Web browsers send HTTP requests for web pages and their
associated files.
ο‚ž The two most common HTTP request types (HTTP request methods) are
GET and POST.
ο‚ž Web servers send HTTP responses back to the web
browsers.
HTTP Request
(GET / POST)
HTTP Response
Web Basics Concepts.
13
Web Basics Concepts.
 IP address (Internet Protocol): is a unique identification for each
device on the internet.
 These addresses consist of a set of four groups of numbers
Activity: Can you provide your computer IP address ?
 A domain name is a unique name associated with a specific IP
address.
For example: IP: 91.227.24.32 will get you to IAU website
 Domain Name System (DNS): is a program, which coordinates the IP
addresses and domain names for all computers attached to it.
 Domain name server is the host computer that runs DNS software.
14
Web Basics Concepts.
 The IP address and the domain name each identify a particular device
on the Internet.
 However, they do not indicate where a Web page’s HTML document
exist in on that device.
 To identify a Web pages exact location, Web browsers rely on Uniform
Resource Locator (URL)
 URL : is a unique identifiers used to locate a particular resource on
the network.
15
Web Basics Concepts.
Structure of a Uniform Resource Locators:
http://www.chicagosymphony.org/civicconcerts/index.htm
protocol
Domain name
pathname
filename
ο‚ž URL is a four-part addressing scheme that tells the Web
browser:
οƒ˜ What transfer protocol to use for transporting the file
οƒ˜ The domain name of the computer on which the file exists in
οƒ˜ The pathname of the folder or directory on the computer on which the file
resides
οƒ˜ The name of the file
16
Static and
Dynamic
Websites
17
Static Web Sites
static web site
ο‚ž consists only of HTML pages that look identical users at
all times.
Static Web Pages
ο‚ž exist as individual files has extension .htm or .html
ο‚ž typically contain text, hyper links, photos, and graphics
ο‚ž may also contain animated or interactive media such as:
οƒ˜ Movie Clips (YouTube etc.)
οƒ˜ Adobe Flash Presentations
οƒ˜ Other media types
18
STATIC
WEB SITES
19
Dynamic Web Sites
Dynamic web site
ο‚ž consists of Pages that its contents continually
changing from external information sources.
Dynamic Web Pages
ο‚ž can provide Create, Retrieve, Update , and Delete
functions for company records
ο‚ž exist as files with extensions based on the type of
programming used .jsp ,.php, .asp, .aspx
20
DYNAMIC
WEB SITES
21
client-side language
Client-Side Scripts
ο‚ž Scripts that execute locally within an HTML document in
the user’s web browser
ο‚ž For client-side scripts we will primarily utilize Javascript &
JQuery, are placed within HTML
ο‚ž For example
οƒ˜ client-side scripting could check the user’s form for errors
before submitting it
οƒ˜ When click the submit button, an alert box appears telling them
about the mistake 22
Server-Side Languages
Server-Side Script
 Scripts that execute on the server and return resulting
documents to the client
 For server-side scripts we will primarily utilize the PHP
language
Server-side scripts are used for various purposes:
 Browser detection
 Database connectivity
 Logon scripts (verification of username and password)
 File uploading and downloading 23
CLIENT-SIDE LANGUAGE VS. SERVER-SIDE LANGUAGES
24
client-side language Vs. Server-Side
Languages
BASIS FOR
COMPARISON CLIENT-SIDE SCRIPTING SERVER-SIDE SCRIPTING
BASIC Works at the front end and script are visible
among the users.
Works in the back end which is not visible at
the client end.
PROCESSING Does not need interaction with the server. Requires server interaction.
LANGUAGES
INVOLVED
HTML, CSS, JavaScript, etc. PHP, ASP.net, Ruby , Python, etcetera.
AFFECT Can reduce the load to the server. Could effectively customize the web pages
and provide dynamic websites.
SECURITY Insecure Relatively secure.
25
W3C Consortium
 Stands for "World Wide Web Consortium." The
W3C is an international community that includes
a full-time staff, industry experts, and several
member organizations. These groups work
together to develop standards for the World
Wide Web.
 Their mission is to lead the World Wide Web to its
full potential by developing protocols and
guidelines that ensure long-term growth for the
Web.
 Produces specifications, called
Recommendations, in an effort to standardize
web technologies 26
Any
Questions?
27

More Related Content

PPTX
Evolution of the World Wide Web
PPTX
world wide web
PPTX
World wide web An Introduction
PPTX
The Internet and World Wide Web
PPTX
The Internet and World Wide Web
PPTX
Internet
PPTX
Presentation on World Wide Web (WWW)
Evolution of the World Wide Web
world wide web
World wide web An Introduction
The Internet and World Wide Web
The Internet and World Wide Web
Internet
Presentation on World Wide Web (WWW)

What's hot (20)

PDF
How the Web Works
PDF
Introduction to web development
PPTX
First step to internet
PDF
Web Development Presentation
PPTX
Web browsers
PPT
Web development | Derin Dolen
PPTX
Computer virus
PPTX
Web development
PPTX
Acceptable use policy
Β 
PPTX
Web Browser
PDF
WEB I - 01 - Introduction to Web Development
PPTX
Web Development
PDF
Web development ppt
PPTX
Web development presentation.pptx
PPTX
Introduction to Web Development
PPTX
WWW, Website & Webpage
PPTX
Web Development
PPTX
Web design - How the Web works?
PPT
Web Development Ppt
PPT
Introduction to Internet
How the Web Works
Introduction to web development
First step to internet
Web Development Presentation
Web browsers
Web development | Derin Dolen
Computer virus
Web development
Acceptable use policy
Β 
Web Browser
WEB I - 01 - Introduction to Web Development
Web Development
Web development ppt
Web development presentation.pptx
Introduction to Web Development
WWW, Website & Webpage
Web Development
Web design - How the Web works?
Web Development Ppt
Introduction to Internet
Ad

Similar to Lecture 1- Introduction to Computers and the Internet.pptx (20)

PPTX
Introduction_to_computershfffffffffffffffffffffffffffffffffffffffffffffff_and...
PPT
Introduction to web design basically html, css and javascript
PPT
ch01-internet.ppt
PPT
ch01-Internet & Web Basics &.ppt
PDF
Fundamental Internet Programming.pdf
PPTX
ch1.pptx
PPTX
01-Lecture Web System & Technology Introduction.pptx
PPTX
Web Technologies Introduction to web technologies
PPTX
Lec 01 Introduction.pptx
PPTX
Internet tech & web prog. p1,2,3-ver1
PPTX
Internet
PPTX
Unit 1 introduction to web programming
PPTX
Inroduction to the world wide web technology
PPTX
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
PDF
1. web technology basics
PPTX
Internet
PPTX
web course focus on main informantion of bukifing websitech1.pptx
DOCX
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
PDF
Multimedia- How Internet Works
PPTX
Module 1 Basic.pptx
Introduction_to_computershfffffffffffffffffffffffffffffffffffffffffffffff_and...
Introduction to web design basically html, css and javascript
ch01-internet.ppt
ch01-Internet & Web Basics &.ppt
Fundamental Internet Programming.pdf
ch1.pptx
01-Lecture Web System & Technology Introduction.pptx
Web Technologies Introduction to web technologies
Lec 01 Introduction.pptx
Internet tech & web prog. p1,2,3-ver1
Internet
Unit 1 introduction to web programming
Inroduction to the world wide web technology
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
1. web technology basics
Internet
web course focus on main informantion of bukifing websitech1.pptx
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
Multimedia- How Internet Works
Module 1 Basic.pptx
Ad

Recently uploaded (20)

PPT
tcp ip networks nd ip layering assotred slides
PDF
The Internet -By the Numbers, Sri Lanka Edition
Β 
PPTX
Introduction to Information and Communication Technology
PDF
APNIC Update, presented at PHNOG 2025 by Shane Hermoso
Β 
PPTX
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
PPTX
SAP Ariba Sourcing PPT for learning material
PPTX
INTERNET------BASICS-------UPDATED PPT PRESENTATION
PDF
The New Creative Director: How AI Tools for Social Media Content Creation Are...
PPTX
Job_Card_System_Styled_lorem_ipsum_.pptx
PDF
Sims 4 Historia para lo sims 4 para jugar
PPTX
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
PPTX
Module 1 - Cyber Law and Ethics 101.pptx
PPTX
Digital Literacy And Online Safety on internet
PDF
Triggering QUIC, presented by Geoff Huston at IETF 123
Β 
PDF
Automated vs Manual WooCommerce to Shopify Migration_ Pros & Cons.pdf
PDF
πŸ’° π”πŠπ“πˆ πŠπ„πŒπ„ππ€ππ†π€π πŠπˆππ„π‘πŸ’πƒ π‡π€π‘πˆ 𝐈𝐍𝐈 πŸπŸŽπŸπŸ“ πŸ’°
Β 
PPTX
Slides PPTX World Game (s) Eco Economic Epochs.pptx
PPTX
presentation_pfe-universite-molay-seltan.pptx
PDF
Cloud-Scale Log Monitoring _ Datadog.pdf
PDF
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
tcp ip networks nd ip layering assotred slides
The Internet -By the Numbers, Sri Lanka Edition
Β 
Introduction to Information and Communication Technology
APNIC Update, presented at PHNOG 2025 by Shane Hermoso
Β 
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
SAP Ariba Sourcing PPT for learning material
INTERNET------BASICS-------UPDATED PPT PRESENTATION
The New Creative Director: How AI Tools for Social Media Content Creation Are...
Job_Card_System_Styled_lorem_ipsum_.pptx
Sims 4 Historia para lo sims 4 para jugar
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
Module 1 - Cyber Law and Ethics 101.pptx
Digital Literacy And Online Safety on internet
Triggering QUIC, presented by Geoff Huston at IETF 123
Β 
Automated vs Manual WooCommerce to Shopify Migration_ Pros & Cons.pdf
πŸ’° π”πŠπ“πˆ πŠπ„πŒπ„ππ€ππ†π€π πŠπˆππ„π‘πŸ’πƒ π‡π€π‘πˆ 𝐈𝐍𝐈 πŸπŸŽπŸπŸ“ πŸ’°
Β 
Slides PPTX World Game (s) Eco Economic Epochs.pptx
presentation_pfe-universite-molay-seltan.pptx
Cloud-Scale Log Monitoring _ Datadog.pdf
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...

Lecture 1- Introduction to Computers and the Internet.pptx

  • 1. Web-Based Design (IT210) chapter 1 Introduction To Computers & The Internet 1
  • 2. ο‚ž Introduction ο‚ž The evolution of the internet ο‚ž Web basics ο‚ž Define URL and domain names ο‚ž Static and Dynamic Websites ο‚ž Client-Side Scripting versus Server- Side Scripting. ο‚ž World Wide Web Consortium (W3C) 2
  • 3.  Define Internet basics  Understand world wide web basics  Distinguish between Static and Dynamic Web Sites  Differentiate between client-side language and Server-Side Script language 3
  • 4. Introduction  Welcome to the exciting and rapidly evolving world of Internet and web programming!  The Internet and web programming technologies are designed to be portable  allowing you to design web pages and applications that run across an enormous range of Internet-enabled devices. 4
  • 5. Introduction Moore’s Law: β€œEvery year or two, the capacities of computers have approximately doubled inexpensively”.  This remarkable trend often is called Moore’s Law, named for the person who identified it, Gordon Moore, co-founder of Intelβ€”the leading manufacturer of the processors in today’s computers and embedded systems. Read more about Moore’s Law 5
  • 6. The evolution of the internet ο‚ž The Internet is a worldwide collection of networks that links millions of businesses, government agencies, educational institutions, and individuals. ο‚ž In the late 1960s, ARPA (the Advanced Research Projects Agency) rolled out blueprints for networking. The main computer systems of about a dozen ARPA-funded universities and research institutions. ο‚ž ARPA proceeded to implement the ARPANET, which eventually evolved into today’s Internet. THE INTERNET 6
  • 7. ο‚ž Rather than enabling researchers to share each other’s computers, it rapidly became clear that communicating quickly and easily via electronic mail. this was the key early benefit of the ARPANET. ο‚ž ARPANET had two main goals: Allow scientists at different physical locations to share information and work Function even if part of the network were disabled or destroyed β‘  β‘‘ The evolution of the internet 7
  • 8. 1969 ARPANET becomes functional 1984 ARPANET has More than 1000 individual computers linked as hosts 1986 Connects NSFnet (National Science Foundation Network) to ARPANET and becomes known as Internet 1995 NSFNet terminates its network on the Internet and resumes status as research network Internet 2 is founded Today more than 550 million hosts connect to the Internet 1996 The evolution of the internet 8
  • 9. The evolution of the internet  Many home and small business users connect to the Internet via high-speed broadband Internet service Cable Interne service DSL Fiber to the Premises ) FTTP ( Fixed wireless Cellular Radio Network Wi-Fi Satellite Internet Service 9
  • 10. The evolution of the internet How to access the Internet?  Many organization and businesses have direct access to the Internet using special high-speed communication lines and equipment.  Another way to access the Internet is through Internet Service Provider (ISP) (A commercial organization with permanent connection to the Internet that sells temporary connections to subscribers).  To access the Internet, an existing network need to pay a small registration fee. 10
  • 11. ο‚§ WWW (World Wide Web ): 1. allows computer users to execute web-based applications 2. locate and view multimedia-based documents on almost any subject over the Internet. ο‚§ HTML (HyperText Markup Language): In 1989, Tim Berners-Lee of CERN (the European Organization for Nuclear Research) began to develop a technology for sharing information via hyperlinked text documents. ο‚§ HTTP (Hypertext Transfer Protocol ): Tim Berners-Lee also wrote the (HTTP) witch is a communications protocol used to send information over the web. Web Basics Concepts. 11
  • 12. ο‚§ Web client: is an application that communicates with a web server, using HTTP. ο‚§ Web server is software and hardware that uses HTTP and other protocols to respond to client requests made over the World Wide Web. ο‚§ The main job of a web server is to display website content through storing, processing and delivering webpages to users. Web Basics Concepts. ο‚§ Web browser: is a software application for accessing information on the World Wide Web. ο‚§ E.g., Google Chrome, Apple Safari, Mi crosoft Internet Explorer (Edge), Mozilla Firefox, Opera. ο‚§ Web site: A collection of linked Web pages that has a common theme or focus. ο‚§ E.g., IAU website β€’ Home page: The main page that all the pages on a particular Web site are organized around and link back to it 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. When the user clicks a hyperlink in the web page , a web server locates the requested web page and sends it to the user’s web browser. ο‚ž Web browsers send HTTP requests for web pages and their associated files. ο‚ž The two most common HTTP request types (HTTP request methods) are GET and POST. ο‚ž Web servers send HTTP responses back to the web browsers. HTTP Request (GET / POST) HTTP Response Web Basics Concepts. 13
  • 14. Web Basics Concepts.  IP address (Internet Protocol): is a unique identification for each device on the internet.  These addresses consist of a set of four groups of numbers Activity: Can you provide your computer IP address ?  A domain name is a unique name associated with a specific IP address. For example: IP: 91.227.24.32 will get you to IAU website  Domain Name System (DNS): is a program, which coordinates the IP addresses and domain names for all computers attached to it.  Domain name server is the host computer that runs DNS software. 14
  • 15. Web Basics Concepts.  The IP address and the domain name each identify a particular device on the Internet.  However, they do not indicate where a Web page’s HTML document exist in on that device.  To identify a Web pages exact location, Web browsers rely on Uniform Resource Locator (URL)  URL : is a unique identifiers used to locate a particular resource on the network. 15
  • 16. Web Basics Concepts. Structure of a Uniform Resource Locators: http://www.chicagosymphony.org/civicconcerts/index.htm protocol Domain name pathname filename ο‚ž URL is a four-part addressing scheme that tells the Web browser: οƒ˜ What transfer protocol to use for transporting the file οƒ˜ The domain name of the computer on which the file exists in οƒ˜ The pathname of the folder or directory on the computer on which the file resides οƒ˜ The name of the file 16
  • 18. Static Web Sites static web site ο‚ž consists only of HTML pages that look identical users at all times. Static Web Pages ο‚ž exist as individual files has extension .htm or .html ο‚ž typically contain text, hyper links, photos, and graphics ο‚ž may also contain animated or interactive media such as: οƒ˜ Movie Clips (YouTube etc.) οƒ˜ Adobe Flash Presentations οƒ˜ Other media types 18
  • 20. Dynamic Web Sites Dynamic web site ο‚ž consists of Pages that its contents continually changing from external information sources. Dynamic Web Pages ο‚ž can provide Create, Retrieve, Update , and Delete functions for company records ο‚ž exist as files with extensions based on the type of programming used .jsp ,.php, .asp, .aspx 20
  • 22. client-side language Client-Side Scripts ο‚ž Scripts that execute locally within an HTML document in the user’s web browser ο‚ž For client-side scripts we will primarily utilize Javascript & JQuery, are placed within HTML ο‚ž For example οƒ˜ client-side scripting could check the user’s form for errors before submitting it οƒ˜ When click the submit button, an alert box appears telling them about the mistake 22
  • 23. Server-Side Languages Server-Side Script  Scripts that execute on the server and return resulting documents to the client  For server-side scripts we will primarily utilize the PHP language Server-side scripts are used for various purposes:  Browser detection  Database connectivity  Logon scripts (verification of username and password)  File uploading and downloading 23
  • 24. CLIENT-SIDE LANGUAGE VS. SERVER-SIDE LANGUAGES 24
  • 25. client-side language Vs. Server-Side Languages BASIS FOR COMPARISON CLIENT-SIDE SCRIPTING SERVER-SIDE SCRIPTING BASIC Works at the front end and script are visible among the users. Works in the back end which is not visible at the client end. PROCESSING Does not need interaction with the server. Requires server interaction. LANGUAGES INVOLVED HTML, CSS, JavaScript, etc. PHP, ASP.net, Ruby , Python, etcetera. AFFECT Can reduce the load to the server. Could effectively customize the web pages and provide dynamic websites. SECURITY Insecure Relatively secure. 25
  • 26. W3C Consortium  Stands for "World Wide Web Consortium." The W3C is an international community that includes a full-time staff, industry experts, and several member organizations. These groups work together to develop standards for the World Wide Web.  Their mission is to lead the World Wide Web to its full potential by developing protocols and guidelines that ensure long-term growth for the Web.  Produces specifications, called Recommendations, in an effort to standardize web technologies 26