which server type will be the first point of contact for anything you request using a browser?\na) web…

which server type will be the first point of contact for anything you request using a browser?\na) web server\nb) application server\nc) database server\nd) network server
Answer
Brief Explanations:
When using a browser to make a request, the web - server is the first to receive it. It handles HTTP requests and serves web pages. Application servers handle application - level logic, database servers manage data storage and retrieval, and network servers manage network - related tasks. But for browser requests, the web server is the initial contact point.
Answer:
a) Web server