answersLogoWhite

0

In 3 tier architecture, client directly interacts with intermediate server and intermediate server will directly interact with database server.

User Avatar

Neoma Donnelly

Lvl 10
2y ago

What else can I help you with?

Continue Learning about Computer Science

What is 2 tier architecture in PHP?

Client-Server model is a form of 2 Tier architecture in PHP. With use of database it becomes a 3 Tier architecture


Objective type question and answer for client server architecture?

Q 1. What is Client-server Computing? a. Client/server is a computational architecture that involves client processes requesting service from server processes. b. Client/server is a computational architecture that involves Server processes requesting service from Client processes. c. hardware and software systems containing more than one processing element or storage element Q 2. What is a Client process? a.The client is a process (program) that sends a message to a server process (program) b. Q 3. What is a Server process? a. A server process (program) fulfills the client request by performing the task requested Q 4. What is a Two-Tier Architecture? a. A two-tier architecture is where a client talks directly to a server, with no intervening serverb. A two-tier architecture is where a client can not talks directly to a server. c. A two-tier architecture introduces a server (or an "agent") between the client and the server Q 5. What is a Three-Tier Architecture? a. A three-tier architecture introduces a server (or an "agent") between the client and the server b. A three-tier architecture is where a client talks directly to a server, with no intervening server c. A two-tier architecture is where a client can not talks directly to a server. Q 6. What is Cooperative Processing? a. Cooperative processing is computing which requires two or more distinct processors to complete a single transaction b. Cooperative processing is computing which requires single processors to complete a single transaction. c. Is an architecture introduces a server (or an "agent") between the client and the server Q 7. What is Distributed Processing? a. The distribution of applications and business logic across multiple processing platforms. b. The distribution of applications and business logic inside single processing platforms. c. Computing which requires single processors to complete a single transaction. Q 8. What is Remote Data Management? a.In remote data management, the entire application resides on the client and the data management is located on a remote server/host. b. In remote data management, the entire application resides on the Server and the data management is located on a remote Client c. Is computing which requires two or more distinct processors to complete a single transaction Q 9. What is OSF-DCE? a. DCE is the Distributed Computing Environment, from the Open Software Foundation. b. Q 10. What is CORBA? a. CORBA stands for the Common Object Request Broker Architecture. b. Confederation of Regions Broker Architecture c. Certificate of Registration Broker Architecture Q 11. Which of the following protocols is used in the internet a. X.25 b. IBM c. TCP/IP d. UUCP Q 12. A port no. 2000 is used on both PCs of a network for an application. Then the following layer in a Network is needed for handling such a connection. a. Network layer b. Transport layer c. Physical layer d. Data link layer Q 13. One needs to send the data to hosts on the network at once. The data must be received only by the hosts for whom it is intended. The following topology should be used. a. Broadcast b. Point to point c. Multicast d. None of the above


What is a client tier?

Client tier is actually a 3 tier hierarchical structure which includes cliet tier, application tier and data tier.


What is the key distinguishing difference between a tier-1 isp and a tier-2 isp?

A tier-1 ISP connets to all other tier-1 ISP's; a tier-2 ISP connects to only a few of the tier-1 ISPs. Also a tier-2 ISP is a customer of one or more tier-1.


What are the Advantages of single tier architecture?

Every thing means Database, application and presentation (user interface) are at same place.The application doesn't require Network connection to work.It is easy to install on any pc and start using it.

Related Questions

What is the relationship between MVC and 3-tier architecture?

At first glance, the three tiers may seem similar to the model-view-controller (MVC) concept; however, topologically they are different. A fundamental rule in a three tier architecture is the client tier never communicates directly with the data tier; in a three-tier model all communication must pass through the middle tier. Conceptually the three-tier architecture is linear. However, the MVC architecture is triangular: the view sends updates to the controller, the controller updates the model, and the view gets updated directly from the model.


What is Three tier architecture dbms?

In 3 tier architecture, client directly interacts with intermediate server and intermediate server will directly interact with database server.


What are the three tiers in a 3-tier architecture?

Client, Middleware, Server


What is 2 tier architecture in PHP?

Client-Server model is a form of 2 Tier architecture in PHP. With use of database it becomes a 3 Tier architecture


Does PHP follow 3-tier architecture?

PHP is a scripting language and does not follow a 3-tier architecture. However, there are several popular frameworks which follow the MVC architecture:Zend FrameworkCakeSymfonyCodeIgniter


What is a single tier architecture in net?

In single tier architecture, a single executable file handles all functions related to user,business and data services.like the case of PASCAL,COBOL.


What is single-tier architecture?

Single-tier architecture is the notion of having the user interface of a web application, the middle ware and the data access all contained in one whole architecture. Usually in Software Engineer you break your application to make them more maintainable and sustainable. If you know that your software will not grow over time, you may want to do a single tier architecture.


What client server environment incorporates middleware?

3-tier architecture


Briefly describe three-tier Data warehouse architecture?

Three-Tier Architecture of Data WarehouseClient:-* GUI/Presentation logic* Query specification* Data Analysis* Report formatting* Data accessApplication/Data Mart Server:-* Summarizing* Filtering* Meta Data* Multidimensional view* Data accessData Warehouse Server:-* Data logic* Data services* Meta data* File services


What does the 'n-tier software architecture' mean?

N-tier software architecture refers to a method of designing a system. In this system, the presentation, application processing, and data management are logically done separately from each other.


What are two different architecture in software development?

Traditional architecture was monolithic: one big program, running on a mainframe. Then, two tier (two layers) architecture came, with PCs talking to servers, both having some intelligence (applications versus data). Then three tier architecture arrived, powered by internet technology, Java and .Net. Data, applications and presentation are separated in this architecture. Presentation is almost always in a browser, the application and the data run on servers, usually in the corporate data center or somewhere 'on the internet'.


What is full form of SAP R3?

real-time 3-tier architecture .