106
GB
In a client-server model where ‘n clients’ are sending request or receiving data from ‘m servers’. There are ‘x intermediate servers’ present which re-route the request (coming from Clients) to appropriate server based on the type of request. The intermediate server also returns the response to the client user-interface. What is the role of the intermediate server here?
IN
क्लाइंट-सर्वर मॉडल में जहां 'एन क्लाइंट' 'एम सर्वर' से अनुरोध भेज रहे हैं या डेटा प्राप्त कर रहे हैं। इसमें 'एक्स इंटरमीडिएट सर्वर' मौजूद हैं जो अनुरोध के प्रकार के आधार पर अनुरोध (ग्राहकों से आने वाले) को उचित सर्वर पर पुनः रूट करते हैं। इंटरमीडिएट सर्वर क्लाइंट यूजर-इंटरफ़ेस को प्रतिक्रिया भी देता है। यहां इंटरमीडिएट सर्वर की क्या भूमिका है?
A
prototype factory design pattern
प्रोटोटाइप फ़ैक्टरी डिज़ाइन पैटर्न
B
virtual prototype design pattern
वर्चुअल प्रोटोटाइप डिज़ाइन पैटर्न
C
abstract prototype design pattern
सार प्रोटोटाइप डिजाइन पैटर्न
D
prototype design pattern
प्रोटोटाइप डिज़ाइन पैटर्न
✅ Correct Answer: