Client-server architecture is a system consisting of more than one nodes/machines. Generally, these types of systems consist of one node capable of executing all user applications and performing database related operations. The second node will operate as a database server where actual database/data resides. It is a high end machine capable of operating numerous database related operations.
Example: Students appearing for online exam attempt the exam from client end and their
answers will get saved on the server side.