Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Systems Analysis and Design Methods
Quiz 13: Application Architecture and Modeling
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Question 41
True/False
A distributed presentation client/server system is a solution in which the application logic, data manipulation and data layers are shifted from the legacy system to reside on the client. The presentation and presentation logic layers remain on the server (usually a mainframe.
Question 42
True/False
A distributed data client/server system is a solution in which the data and data manipulation layers are placed on the server(s), and the application logic, presentation logic, and presentation layers are placed on the clients.
Question 43
True/False
It is important to understand the difference between file server systems and distributed data client/server systems. Both store their actual databases on a server. But only client/server systems execute all data manipulation commands to create, read, update and delete records on a server.
Question 44
True/False
It is important to understand the difference between file server systems and distributed data client/server systems. Both store their actual databases on a server. But only file server systems execute all data manipulation commands to create, read, update and delete records on a server.
Question 45
True/False
A distributed data and application client/server system is a solution in which: (1) the data and data manipulation layers are placed on their own server(s); (2) the application logic is placed on its own server; and (3) only the presentation logic and presentation layers are placed on the clients.
Question 46
True/False
The benefit of the distributed data and application client/server system is that by moving the application logic to its own server, that logic need only be maintained on the server instead of all of the clients.