Week 11 - operating system security Flashcards
Operating systems?
collection of software that provides an interface, manages components (storage, memory, process) and peripherals (displays, printers, audio)
whats a kernal?
manages the lower level tasks of the OS such as memory management, disc access and task scheduling.
basic OS?
simple architecture, all elements within a single trust environment, authorised user has unrestricted access
monolithic OS
separates breaks the system down into several trust zones, allows,allocated different memory storage, preventing access or corruption of other applications. improved performance. used by windows, linux and macOS
server hardening
process applied to server with many facets which involves actions to make data, hardware, applications and accounts as secure as possible using configuration, firmware, hardware and segregation as well as intrusion detection and logging.
system hardening
the process of securing a system’s configuration and settings to reduce IT vulnerability.
basic input/output system (BIOS)
The basic input and output system is the program used to start the system up and load the operating system (OS) when it is powered on. It also manages the connections between the OS and attached devices.
unified extensible firmware interface (UEFI)
Similar to Basic Input-Output System (BIOS) but with extended capabilities where initialisation information is stored in a file such that it can be updated more easily, larger discs can be supported and booting is faster and more secure.
master boot record (MBR)
consists of a program and information stored on the first sector of a main hard disk that identifies how and where the operating system is located so that it can be loaded into the computer’s memory. It also includes information about disc partitions.