WEB SYSTEMS UNIT 2

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:45 AM on 9/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

Client

Requests particular service from the server process.

2
New cards

Sever

Supplies services requested by clients

3
New cards

Middleware

introduced as a software which runs in between client and server processes, enabling the communication process.

4
New cards

Client-Server Architecture

refers to a shared computer network that allows large applications to be split into smaller tasks and to perform the tasks among the host and client machine.

5
New cards

1 Tier Architecture

responsible for all client server configuration setting, data logic, UIs and business logic on a single platform; known as single-tier architecture.

6
New cards

2 Tier Architecture

consists of two parts: a client and a server tier but there is a another protocol that bridges the gap.

7
New cards

3 Tier Architecture

Client sends request to server, middle layer receives the request, server obtains the request at the end.

8
New cards

N-Tier Architecture

referred as multitier architecture; scaled version of 3-tier architecture

9
New cards

Web Servers

Designed to run websites and apps through client programs.

responsible for processing, storing and delivering web content to users.

10
New cards

Application Servers

provides an environment that helps develop, process, and run web-based applications

-executes computer programs, or scripts essential for running PHP, Java, or .Net applications

11
New cards

Database Servers

Store digital files, application, files, and non-database files. responsible for handling the security and recover of DBMS.

12
New cards

Mail Servers

Facilitates email storage and management for clients.

13
New cards

DNS Servers

Translate URLs into corresponding IP addresses.

14
New cards

Proxy Server

acts an intermediary between local and worldwide networks. accepts request from one network, and forwards them using its own IP address

15
New cards

DHCP Servers

dynamically assigns IP addreses to clients.

16
New cards

File Servers

refers to a machine that provides shareable disks, that can be accessed by the workstations on a network.

17
New cards

Gaming Servers

Manages player and game data, while synchronizing player activity in the virtual world.

18
New cards

Print Servers

Connects printing devices to clients on a network. Accepts print tasks from uses and queue them.

19
New cards

DOM (Document Object Model) Interpreter

processes HTML structure; builds tree-like representation of the page

20
New cards

CSS Interpreter

applies styles to HTML elements

21
New cards

JS Engine

Executes JS code for interactivity.