0. Introduction Flashcards
1
Q
What is another name for the client-server model in web servers? And why?
A
Browser/Server Model.
This is because in web services the primary client is the web browser, while the physical server or server program is the web browser.
2
Q
Why Would you use the client-server model in web services?
A
Since this model is server-centric, meaning the majority of processing is done on the server, that means web applications can Load and install faster.
3
Q
What are web services?
A
Web services are standardized methods for devices or programs to communicate, and share data over the internet.