InterviewSolution
Saved Bookmarks
| 1. |
In _________ model, the configuration server is checked periodically for updates. |
|
Answer» • In the Push and Pull model, the configuration server is checked periodically for updates. • In DSC systems that means the Desired STATE Configuration system has two configuration modes. • Those are called Push and Pull modes • In push MODE, the user initiates configuration processing via the start command. • In pull mode, the user configuration NEEDS a series of steps to be taken on the pull server and target nodes. • These two modes are ESSENTIAL for the MAINTENANCE of windows based servers. |
|