You are on page 1of 2

ISP

- Internet Service Provider

To connect with the internet you must have:

1. Client (browser)
- URL address (domain name)
ex. facebook.com
- will be interpreted by the Domain Name Server (DNS)
- Domain Name > IP address (1 comp = 1 unique IP)
ex. 124.256.123.254
(cannot have the same IP with another network).
- DNS is important. If there's no DNS, you have to type
the IP Address which is connected to ISP.

2. SERVER
- a program running 24/7 waiting for a request.
- BROWSER > SERVER
- gives the page of Facebook back to the client.

3. WWW
- HTTP (Hypertext Transfer Protocol)
- HTML (Hypertext Markup Language)
- grinder or interprets the tags.

Server
- Apache (PHP/Linux)
- IIS (windows)

Scripting Languages
- PHP (Apache/Linux)
- ASP.NET (windows)
- HTML

-------

* WEB SERVER IS NEED TO BE INSTALLED IN YOUR LAPTOPS (XAMPP) *

Where to save: xampp/htdocs


To check: localhost/foldername

COMPILED vs INTERPRETED PROGRAM


- COMPILED
source code > converted into binary/bytcodes/

- INTEPRETED
Browser interprets the HTML tags.

-------
BASIC FORMAT

<html>
<head>
<title> </title>
</head>

<body>
</body>
</html>

You might also like