InterviewSolution
Saved Bookmarks
| 1. |
A ______ is a program running on the server which accepts requests from a browser and sends HTML documents(a) Web server(b) Web transmitter(c) Web intermediate(d) Web multitasker |
|
Answer» Right choice is (a) Web server The explanation: A Web Server is a program running on the server which accepts requests from a browser and sends HTML documents. The browser and the web server communicate via HTTP. |
|