The use of MVC as a design pattern

What is Model View Controller (MVC) ? Why is it useful? What are the components of a MVC? Explain how the components of the MVC communicate with each other.Discuss the use of MVC in designing web applications. When would it be a wrong decision to consider MVC as the design pattern choice?
