Understanding Servers: John Ryan B. Lorca Instructor I

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 13

Understanding Servers

John Ryan B. Lorca Instructor I

What is a Server?
A computer that provides shared resources, such as files or printers, to network users

Client-Server Architecture
A computer (server) is used for a specialized task of serving the needs of all the other computers (client) All shared resources within the network are accessed from the server

What is a Web Server?


A computer that stores information (such as web pages or files) and makes that information available over the Internet

10

What is a Database Server?


A computer that stores database records that may be accessed by other computers (client or server application) even over the Internet

11

Server-Side Scripting Language


The counter part of client-side scripting language (e.g. JavaScript) that works on the client browser Serves as a middle software between HTML and a database server application Some server-side scripting language:
PHP (PHP: Hypertext Preprocessor) ASP (Active Server Pages)
12

Simulating Servers
For educational purpose, instructors/students may set up a web and database server in one computer Some web server apps: Apache, IIS (Microsoft) Some database servers: MySQL, PostGreSQL

13

You might also like