Week 1 Flashcards
Server
Software or a machine that provides services to other software or machines
Procurement
First stage of the hardware life cycle. This is when the hardware is purchased for use by an employee.
Deployment
This is when the hardware is set up so the employee can do their job
Maintenance
Stage when software is updated and issues are fixed if/when they occur
Retirement
When hardware is unusable or no longer needed
Rollback
Reverting to a previous state
What commands will start scripting what you are doing and put it in a file when you exit scripting mode for linux and Windows?
script (Linux)
Start-Transcript (Windows)
Production
The parts of the infrastructure where a certain service is executed and served to its users
Test environment
A virtual machine running the same configuration as the production environment, but isn’t actually serving any users of the service
Secondary or Standby machine
This machine will be exactly the same as the production machine, but won’t receive any traffic from actual users until you enable it to do so
Canaries
Small group of servers used to check for changes that will ultimately be used for the larger system if all goes well
Reproduction case
Creating a roadmap to retrace the steps that led the user to an unexpected outcome