This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.c_hwarch:server [2021/07/29 13:39] murphy [About] |
dido:public:ra:xapend:xapend.c_hwarch:server [2021/10/04 13:40] (current) 50.19.247.197 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== C.2 Servers ====== | ====== C.2 Servers ====== | ||
| - | [[dido:public:ra:xapend:xapend.c_hwarch| Return to Hardware Architectures ]] | + | [[dido:public:ra:xapend:xapend.c_hwarch:start| Return to Hardware Architectures ]] |
| ===== About ===== | ===== About ===== | ||
| - | The term **Server** is an overloaded term which can sometimes lead to confusion. All the uses of the term Server imply a [[dido:public:ra:xapend:xapend.a_glossary:c:client-server|Client-Server]] model wherein a Client makes a request to a Server that fulfills that request and provides a response back to the [[dido:public:ra:xapend:xapend.a_glossary:c:client|Client]]. The Client/Server model can be chained together so that a Server can become Client to other Servers. | + | The term **[[dido:public:ra:xapend:xapend.a_glossary:s:server|Server]]** is an overloaded term which can sometimes lead to confusion. All the uses of the term Server imply a [[dido:public:ra:xapend:xapend.a_glossary:c:client-server|Client-Server]] model wherein a Client makes a request to a Server that fulfills that request and provides a response back to the [[dido:public:ra:xapend:xapend.a_glossary:c:client|Client]]. The Client/Server model can be chained together so that a Server can become Client to other Servers. |
| A Server is either a computer program or device providing services to other computer programs or devices. The users of the service is referred to as a client. Some examples of software servers are mail servers, database servers, web servers, application servers, etc. The physical device (i.e., computer) that hosts the software servers is also referred to as a server. The physical server can be dedicated to host a single software service (i.e., mail server) or it can be used to host multiple services. Complicating the issue is that sometimes a single software service might span across multiple physical servers. | A Server is either a computer program or device providing services to other computer programs or devices. The users of the service is referred to as a client. Some examples of software servers are mail servers, database servers, web servers, application servers, etc. The physical device (i.e., computer) that hosts the software servers is also referred to as a server. The physical server can be dedicated to host a single software service (i.e., mail server) or it can be used to host multiple services. Complicating the issue is that sometimes a single software service might span across multiple physical servers. | ||