1.web Development Introduction - Presentation

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

Web

Development
Introduction
Sir Tim Berners-Lee invented the World Wide Web in 1989
World Wide Web - Η αρχή...

● 1980: “Enquire-Within-Upon-Everything”, Tim Berners-Lee, CERN

● 1984: Domain Name System (DNS)

● 1989: “Information Management: A Proposal”, Tim Berners-Lee, CERN

● 1990: HTML, URI, HTTP, “WorldWideWeb.app”, “httpd”, Tim Berners-Lee, CERN

● 1994: World Wide Web Consortium (W3C), Tim Berners-Lee


World Wide Web - Παγκόσμιος Ιστός

URL
URL

Internet WWW
URL

URL
URL
Uniform Resource Locator (URL)

scheme:[//[user[:password]@]host[:port]][/path][?query][#fragment]

https://www.collegelink.gr/privacy_policy.html

mailto:gfilippakis@sleed.gr
Domain Name System (DNS)

collegelink.gr →93.174.125.233
Internet Protocol Suite (RFC 1122)

● Link → Ethernet

● Internet → IP

● Transport → TCP, UDP

● Application → HTTP
Hypertext Transfer Protocol - HTTP

GET /privacy_policy.html HTTP/1.1 HTTP/1.1 200 OK


Host: www.collegelink.gr Content-Length: 25450
Content-Type: text/html; charset=UTF-8
Date: Mon, 12 Mar 2018 23:19:11 GMT

<!DOCTYPE...
Αρχιτεκτονική πελάτη-εξυπηρετητή (client-server)

Internet

Web request
Web request

Content
Content

Client side
Server side
Web development - Ανάπτυξη Εφαρμογών Διαδικτύου

HTML

SQL
CSS
.NET

JS
Front-end Back-end

You might also like