Explain the importance of configuration management change ma
Explain the importance of configuration management, change management, and source code control to the implementation, testing, and deployment of a system
Solution
Solution:
Configuration management: configuration management arranges the specified parts, so that the system can better perform. It indentifies the documented functional and physical characteristics of a product, service and result or component. This specifies the actual specification of the product of a project. When we are doing any project the configuration management is the most important thing. It defines those items that are configurable that means that if any changes in the project it configures the best so that by changing the items we can get the better result. It identifies the best software, hardware compatibility and different versions so the it can run on the server. It enables the team which is compatible and not compatible and which is upgraded or not. It gives the best specifications for the project. It guides the best configuration only.
Change management: change management plans how the changes will be done. It defines the changing process basically. It guides the project manager that what kind of changes can be done and how it will be impact on the project like time, scope, cost etc. By using the change management guidelines the project can be updated with latest and sophisticated versions of software and other things so that the project will be performed in a better way.
The source code control is used to avoid the changes of source code or source files by more than one person at a time. This is used in the projects where many number of users are working with a source file. It gives the coordination and services between members of project. It provides control to avoid the over write each other’s changes.

