SlideShare a Scribd company logo
1 of 27
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

What's hot

ASP.NET Web API
ASP.NET Web APIASP.NET Web API
ASP.NET Web API
habib_786
ย 
Proxy Server
Proxy ServerProxy Server
Proxy Server
guest095022
ย 
Intro to Dynamic Web Pages
Intro to Dynamic Web PagesIntro to Dynamic Web Pages
Intro to Dynamic Web Pages
Jussi Pohjolainen
ย 

What's hot (20)

Web Designing Presentation
Web Designing PresentationWeb Designing Presentation
Web Designing Presentation
ย 
Web development
Web developmentWeb development
Web development
ย 
How the Web Works
How the Web WorksHow the Web Works
How the Web Works
ย 
Client side scripting and server side scripting
Client side scripting and server side scriptingClient side scripting and server side scripting
Client side scripting and server side scripting
ย 
Spring Web Services: SOAP vs. REST
Spring Web Services: SOAP vs. RESTSpring Web Services: SOAP vs. REST
Spring Web Services: SOAP vs. REST
ย 
Intro to Web Design 6e Chapter 1
Intro to Web Design 6e Chapter 1Intro to Web Design 6e Chapter 1
Intro to Web Design 6e Chapter 1
ย 
Web services SOAP
Web services SOAPWeb services SOAP
Web services SOAP
ย 
ASP.NET Web API
ASP.NET Web APIASP.NET Web API
ASP.NET Web API
ย 
Web-Development-ppt (1).pptx
Web-Development-ppt (1).pptxWeb-Development-ppt (1).pptx
Web-Development-ppt (1).pptx
ย 
Squid Proxy Server
Squid Proxy ServerSquid Proxy Server
Squid Proxy Server
ย 
Dom
Dom Dom
Dom
ย 
Proxy Server
Proxy ServerProxy Server
Proxy Server
ย 
Lecture 1 intro to web designing
Lecture 1  intro to web designingLecture 1  intro to web designing
Lecture 1 intro to web designing
ย 
Proxy server
Proxy serverProxy server
Proxy server
ย 
Difference between-web-designing-and-web-development
Difference between-web-designing-and-web-developmentDifference between-web-designing-and-web-development
Difference between-web-designing-and-web-development
ย 
Responsive web design ppt
Responsive web design pptResponsive web design ppt
Responsive web design ppt
ย 
Intro to Dynamic Web Pages
Intro to Dynamic Web PagesIntro to Dynamic Web Pages
Intro to Dynamic Web Pages
ย 
Web design - How the Web works?
Web design - How the Web works?Web design - How the Web works?
Web design - How the Web works?
ย 
Asp.net.
Asp.net.Asp.net.
Asp.net.
ย 
WebRTC
WebRTCWebRTC
WebRTC
ย 

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

abdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.pptabdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.ppt
David319172
ย 
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docxICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
Martin Mulwa
ย 
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
ย 
Web engineering lecture 3
Web engineering lecture 3Web engineering lecture 3
Web engineering lecture 3
University of Swat
ย 

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

Basics of Internet and WWW
Basics of Internet and WWWBasics of Internet and WWW
Basics of Internet and WWW
ย 
Introduction to Information Technology Lecture Slides PPT
Introduction to Information Technology Lecture Slides PPTIntroduction to Information Technology Lecture Slides PPT
Introduction to Information Technology Lecture Slides PPT
ย 
abdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.pptabdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.ppt
ย 
WP Chap 1 & 2.pptx
WP Chap 1 & 2.pptxWP Chap 1 & 2.pptx
WP Chap 1 & 2.pptx
ย 
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docxICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
ICS 2203-WEB APPLICATION DEVELOPMENT-EDUC Y2S1_MATHCOMP.docx
ย 
Internet
InternetInternet
Internet
ย 
Computer communication and internet
Computer communication and internetComputer communication and internet
Computer communication and internet
ย 
INTERNET
INTERNETINTERNET
INTERNET
ย 
fundamental of information technology (2)
fundamental of information technology  (2)fundamental of information technology  (2)
fundamental of information technology (2)
ย 
web technology
 web technology web technology
web technology
ย 
Internet Basics Unit-7
Internet Basics  Unit-7Internet Basics  Unit-7
Internet Basics Unit-7
ย 
Web Technologies Introduction to web technologies
Web Technologies Introduction to web technologiesWeb Technologies Introduction to web technologies
Web Technologies Introduction to web technologies
ย 
Lecture 2
Lecture 2Lecture 2
Lecture 2
ย 
Web engineering lecture 3
Web engineering lecture 3Web engineering lecture 3
Web engineering lecture 3
ย 
Web Browsers.pptx
Web Browsers.pptxWeb Browsers.pptx
Web Browsers.pptx
ย 
Web application development ( basics )
Web application development ( basics )Web application development ( basics )
Web application development ( basics )
ย 
introduction_to_web_technology.pdf
introduction_to_web_technology.pdfintroduction_to_web_technology.pdf
introduction_to_web_technology.pdf
ย 
Introduction about Internet
Introduction about InternetIntroduction about Internet
Introduction about Internet
ย 
Uta005 lecture1
Uta005 lecture1Uta005 lecture1
Uta005 lecture1
ย 
Introduction to the Internet
Introduction to the InternetIntroduction to the Internet
Introduction to the Internet
ย 

Recently uploaded

Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐ŸฅตLow Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Chandigarh Call girls 9053900678 Call girls in Chandigarh
ย 
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
SUHANI PANDEY
ย 
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
ย 
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
SUHANI PANDEY
ย 
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
SUHANI PANDEY
ย 

Recently uploaded (20)

๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
ย 
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐ŸฅตLow Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
ย 
VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...
VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...
VVVIP Call Girls In Connaught Place โžก๏ธ Delhi โžก๏ธ 9999965857 ๐Ÿš€ No Advance 24HRS...
ย 
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
ย 
Call Now โ˜Ž 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now โ˜Ž 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now โ˜Ž 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now โ˜Ž 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
ย 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
ย 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
ย 
Al Barsha Night Partner +0567686026 Call Girls Dubai
Al Barsha Night Partner +0567686026 Call Girls  DubaiAl Barsha Night Partner +0567686026 Call Girls  Dubai
Al Barsha Night Partner +0567686026 Call Girls Dubai
ย 
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
ย 
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
ย 
Enjoy NightโšกCall Girls Samalka Delhi >เผ’8448380779 Escort Service
Enjoy NightโšกCall Girls Samalka Delhi >เผ’8448380779 Escort ServiceEnjoy NightโšกCall Girls Samalka Delhi >เผ’8448380779 Escort Service
Enjoy NightโšกCall Girls Samalka Delhi >เผ’8448380779 Escort Service
ย 
Enjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort Service
Enjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort ServiceEnjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort Service
Enjoy NightโšกCall Girls Dlf City Phase 3 Gurgaon >เผ’8448380779 Escort Service
ย 
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft DatingDubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
ย 
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Prashant Vihar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
ย 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
ย 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
ย 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
ย 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
ย 
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
ย 

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