Computer Science, asked by nikita3878, 10 months ago

how many types of client server networks are there explain briefly​

Answers

Answered by iamthekingdudefun
16

Answer:

There are types of client server architecture below....

Explanation:

1-tier architecture

In this category of client-server setting, the user interface, marketing logic and data logic are present in the same system. This kind of service is reasonable but it is hard to manage due to data variance that allots replication of work. One-tier architecture consists of layers.

For example, Presentation, Business, Data Access layers within a single software package.  

2-tier architecture

In this type of client-server environment, the user interface is stored at client machine and the database is stored on the server. Database logic and business logic are filed at either client or server but it needs to be maintained. If Business Logic and Data Logic are collected at a client side, it is named as fat client thin server architecture. If Business Logic and Data Logic are handled on the server, it is called thin client fat server architecture. This is considered as affordable.

In two-tier architecture, client and server have to come in direct incorporation. If a client is giving an input to the server there shouldn’t be any intermediate. This is done for rapid results and to avoid confusion between different clients. For instance, online ticket reservations software use this two-tier architecture.

3-tier client-server architecture

3-tier architecture

In this variety of client-server context, an extra middleware is used that means client request goes to the server through that middle layer and the response of server is received by middleware first and then to the client. This architecture protects 2-tier architecture and gives the best performance. This system comes expensive but it is simple to use. The middleware stores all the business logic and data passage logic. The idea of middleware is to database staging, queuing, application execution, scheduling etc. A Middleware improves flexibility and gives the best performance.

The Three-tier architecture is split into 3 parts, namely, The presentation layer (Client Tier), Application layer (Business Tier) and Database layer (Data Tier). The Client system manages Presentation layer; the Application server takes care of the Application layer, and the Server system supervises Database layer.

In the present scenario of online business, there has been growing demands for the quick responses and quality services. Therefore, the complex client architecture is crucial for the business activities. Companies usually explore possibilities to keep service and quality meet to maintain its marketplace with the help of client-server architecture. The architecture increases productivity through the practice of cost-efficient user interfaces, improved data storage, expanded connectivity and secure services.

n-Tiers Architecture:

Often referred as Multitier Architecture. It is a client-server architecture in which presentation, application processing, and data management functions are physically separated. it is an expanded form of three-tier architecture.

HOPE IT HELPS

Answered by Anonymous
4

Answer:

Explanation:

There are types of client server architecture below....

Explanation:

1-tier architecture

In this category of client-server setting, the user interface, marketing logic and data logic are present in the same system. This kind of service is reasonable but it is hard to manage due to data variance that allots replication of work. One-tier architecture consists of layers.

For example, Presentation, Business, Data Access layers within a single software package.  

2-tier architecture

In this type of client-server environment, the user interface is stored at client machine and the database is stored on the server. Database logic and business logic are filed at either client or server but it needs to be maintained. If Business Logic and Data Logic are collected at a client side, it is named as fat client thin server architecture. If Business Logic and Data Logic are handled on the server, it is called thin client fat server architecture. This is considered as affordable.

In two-tier architecture, client and server have to come in direct incorporation. If a client is giving an input to the server there shouldn’t be any intermediate. This is done for rapid results and to avoid confusion between different clients. For instance, online ticket reservations software use this two-tier architecture.

3-tier client-server architecture

3-tier architecture

In this variety of client-server context, an extra middleware is used that means client request goes to the server through that middle layer and the response of server is received by middleware first and then to the client. This architecture protects 2-tier architecture and gives the best performance. This system comes expensive but it is simple to use. The middleware stores all the business logic and data passage logic. The idea of middleware is to database staging, queuing, application execution, scheduling etc. A Middleware improves flexibility and gives the best performance.

The Three-tier architecture is split into 3 parts, namely, The presentation layer (Client Tier), Application layer (Business Tier) and Database layer (Data Tier). The Client system manages Presentation layer; the Application server takes care of the Application layer, and the Server system supervises Database layer.

In the present scenario of online business, there has been growing demands for the quick responses and quality services. Therefore, the complex client architecture is crucial for the business activities. Companies usually explore possibilities to keep service and quality meet to maintain its marketplace with the help of client-server architecture. The architecture increases productivity through the practice of cost-efficient user interfaces, improved data storage, expanded connectivity and secure services.

n-Tiers Architecture:

Often referred as Multitier Architecture. It is a client-server architecture in which presentation, application processing, and data management functions are physically separated. it is an expanded form of three-tier architecture.

HOPE IT HELPS

Read more on Brainly.in - https://brainly.in/question/12317638#readmore

Similar questions