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 multitaskerI got this question in an international level competition.My question is from Web Fundamentals in division Application Design and Development of RDBMS |
|
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. |
|