2 Flashcards

1
Q

Hypertext Transfer Protocol(HTTP)

A

HTTP is a protocol for transferring information on the www. It sends requests from browsers to servers and uses URLs, starting with “http://”, to access resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Web Architecture

A

Web architecture is the design of websites, focusing on user needs, content, usability , and structure. It includes two-tier and three-tier models for organizing web systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Web Architecture - Two-tier Architecture

A

A client connects directly to a server, with no intervening server.

It is typically used in small environments (less than 50 users).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Web Architecture -Three-tier Architecture

A

clients connect to an application server, which then communicates with a database server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Client-Server Environment

A

The client-server environment separates clients (like browsers) from servers. Clients request services, creating a scalable network where devices can be either clients or servers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly