1 Internet and Networking • Client-Server Model वेब सर्वर का उपयोग करके किसी वेबसाइट या वेब सामग्री को देखने के लिए क्लाइंट सर्वर को क्या भेजता है? When using a web server to view a website or web content, what does the client send to the server? A. जानकारी Information B. संदेश Message C. अनुरोध Request D. प्रतिक्रिया Response उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: C Correct Answer: C क्लाइंट, जैसे वेब ब्राउजर, वेब सर्वर को HTTP अनुरोध भेजता है। सर्वर उस अनुरोध को संसाधित करके क्लाइंट को HTTP प्रतिक्रिया के रूप में वेब सामग्री भेजता है। A client, such as a web browser, sends an HTTP request to the web server. The server processes the request and returns the web content to the client as an HTTP response.