Question
Which design pattern is most suitable for controlling
access to a resource by limiting the number of clients that can use it concurrently?Solution
The Proxy Pattern is a structural design pattern used to control access to resources by acting as an intermediary or placeholder. It can implement restrictions like access control, caching, or logging. In the context of concurrency, the proxy ensures that only a limited number of clients access a resource at a time. For example, a proxy server can manage a pool of database connections, granting access to clients based on availability. This pattern reduces resource contention and improves system scalability and security. By isolating the resource, the Proxy Pattern adds flexibility and control over its usage. Why Other Options Are Incorrect :
- Singleton Pattern : Ensures a single instance of a class but does not control concurrent access.
- Factory Pattern : Focuses on object creation, unrelated to access control.
- Decorator Pattern : Enhances object functionality dynamically but does not manage access.
- Flyweight Pattern : Shares objects to save memory, not for controlling resource access.
A bullet is fired from a rifle which recoils after firing. The ratio of kinetic energy of the rifle to that of the bullet is –
Which of the following metals is placed at the bottom of the reactivity series?Â
How many planets are terrestrial planets?
What is the equilibrium distance for Hydrogen atoms?
What is the term used for the addition of suitable impurities into the semiconductor for modulating its properties?Â
What does a catalyst do in a reaction?
Which of the following apparatus is used to test the acidity of the aqueous solution?
Compressed natural gas (CNG) primarily consists of which gas?
Which reaction represents the correct method of extracting iron from its ore in a blast furnace?
What is the chemical name for baking soda?