What does the browser do as a client?
It renders the UI, handles user input, stores local state, and sends requests to the server when it needs data or actions.
Verify This Answer
Cross-check this information using these trusted sources:
More FAQs in Client-Server Architecture for Web Apps
It is a model where the client handles user interaction and the server handles data processing, storage, and business logic.
It lets frontend and backend evolve independently and makes it easier to scale each side for its own workload.
No. The client can be modified by users, so important validation and authorization must always be enforced on the server.
Still have questions?
Browse all our FAQs or reach out to our support team
