DATABASE FUNDAMENTALS
CLOUD COMPUTING AND DATABASES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Secure Sockets Layer (SSL)
|
|
Domain Name System (DNS)
|
|
Authentication
|
|
Software Configuration Management (SCM)
|
Detailed explanation-1: -In software engineering, version control (also known as revision control, source control, or source code management) is a class of systems responsible for managing changes to computer programs, documents, large web sites, or other collections of information.
Detailed explanation-2: -Version control, also known as source control, is the practice of tracking and managing changes to software code. Version control systems are software tools that help software teams manage changes to source code over time.
Detailed explanation-3: -In revision control the emphasis is on managing the change (besides the version) while in version control the emphasis (obviously) is on managing versions which might not include merging, branching and so on.
Detailed explanation-4: -Git is one of the best version control tools that is available in the present market. Provides strong support for non-linear development. Distributed repository model.
Detailed explanation-5: -With centralized version control systems, you have a single “central” copy of your project on a server and commit your changes to this central copy. You pull the files that you need, but you never have a full copy of your project locally.