MVC (Model View Controller) entails to divide the application logic into View (user experience) Model (data shown to the user) and Controller (business logic).