there are device known as server web server / http server each computer has unique number known as...

12
How The Web Work? Bayu Priyambadha, S.Kom [email protected] [email protected]

Upload: silvia-west

Post on 19-Jan-2016

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: There are device known as Server  Web Server / HTTP Server  Each computer has unique number known as IP Address  Domain Name

How The Web Work?Bayu Priyambadha, S.Kom

[email protected][email protected]

Page 2: There are device known as Server  Web Server / HTTP Server  Each computer has unique number known as IP Address  Domain Name

Serving Up Your Information

There are device known as Server Web Server / HTTP Server Each computer has unique number

known as IP Address Domain Name

Page 3: There are device known as Server  Web Server / HTTP Server  Each computer has unique number known as IP Address  Domain Name

A Word About Browsers

Browser means clients Send requests to servers Ex : IE, Firefox, Safari,Opera, and

Netscape.

Page 4: There are device known as Server  Web Server / HTTP Server  Each computer has unique number known as IP Address  Domain Name

Web Page Addresses (URLs) (1)

URL (Uniform Resource Locator) = URI (Uniform Resource Identifier)

The parts of a URL :

Page 5: There are device known as Server  Web Server / HTTP Server  Each computer has unique number known as IP Address  Domain Name

Web Page Addresses (URLs) (2)

Default files :› http://www.oreilly.com› http://www.jendesign.com/resume/

Actually is :› http://www.oreilly.com/index.html› http://www.jendesign.com/resume/index.html

Page 6: There are device known as Server  Web Server / HTTP Server  Each computer has unique number known as IP Address  Domain Name

The Anatomy of a WebPage (1)

<html>

<head><title>Jen's Kitchen</title>

</head>

<body><img src="kitchen.gif" alt="Jen's Kitchen banner" /><h1>Welcome to the future home of Jen's Kitchen</h1><p>If you love to read about <strong>cooking and eating</strong>, would like to

learn of someof the best restaurants in the world, or just want a few choice recipes to add to yourcollection, <em>this is the site for you!</em></p><p><img src="spoon.gif" alt="spoon illustration" />We're busy putting the site

together.Please check back soon.</p><hr /><p>Copyright 2006, Jennifer Robbins</p>

</body>

</html>

Page 7: There are device known as Server  Web Server / HTTP Server  Each computer has unique number known as IP Address  Domain Name

The Anatomy of a WebPage (2)

Page 8: There are device known as Server  Web Server / HTTP Server  Each computer has unique number known as IP Address  Domain Name

Website Architecture

Page 9: There are device known as Server  Web Server / HTTP Server  Each computer has unique number known as IP Address  Domain Name

web server› Software› Run at server

Example :› Apache (Linux & Windows)› MS Internet Information Server / IIS

(Windows)› Tomcat, for Java (Windows & Linux)

Web Server

Page 10: There are device known as Server  Web Server / HTTP Server  Each computer has unique number known as IP Address  Domain Name

CGI, Server Side scripting

› PHP› ASP› JSP› Phyton

Client Side Scripting› JavaScript› Jscript› VBScript

plug-in, applet, ActiveX, Flash

Web Programming

Page 11: There are device known as Server  Web Server / HTTP Server  Each computer has unique number known as IP Address  Domain Name

MySql (Windows, Linux) PostgreSQL (Windows, Linux) Oracle (Windows, Linux) MsSQL (Windows) dll.

Database Server

Page 12: There are device known as Server  Web Server / HTTP Server  Each computer has unique number known as IP Address  Domain Name

TERIMA KASIH