What is the difference between a web server, web farm and web garden? How would your web application need to change for each?



What is the difference between a web server, web farm and web garden? How would your web application..

Answer / Nitin Tenguriya

"A web server is a computer or software that serves web pages over the internet. A web farm is a collection of multiple servers working together to handle web requests, often used to increase availability and scalability. A web garden refers to a single server running multiple instances of a web application for better performance. The web application would need to be configured to run on each server in a web farm or web garden, with load balancing mechanisms in place to distribute traffic evenly."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Embedded Systems AllOther Interview Questions

Please write a program to show the functionality of power-save super loop?

1 Answers  


What are little endian and big endian types of storage? How can you identify which type of allocation a system follows?

1 Answers  


What is the order of calling for the constructors and destructors in case of objects of inherited classes?

1 Answers  


Tell me what are the uses of the keyword volatile?

1 Answers  


How to reduce function call overhead in arm based systems

1 Answers  


Explain what is the difference between mutexes and semaphores?

1 Answers  


How are local and global variables are allocated by compiler.

1 Answers  


What is refactoring? Have you used it and it is important? Name three common refactorings.

1 Answers  


What is the function of watchdog timer in embedded system?

1 Answers  


What is isr? Can they be passed any parameter and can they return a value?

1 Answers  


Please explain what is semaphore?

1 Answers  


What are the advantages and disadvantages of separation of concerns?

1 Answers  


Categories