02 Flashcards
____________ Implements file and file system related interfaces provided to user mode programs.
VFS
___________ Part of process management that shares CPU time between multiple LWPs.
Scheduler
____________ Elements of the Linux kernel that an architecture must use for normal operations and efficiency.
Board Support Package
_____________ Ensures the proper and timely execution of processes.
process management
__________ Provides an API to resources that send data across a network.
network subsystem
______ Converts a process running in user mode to a protected kernel mode process.
SCI
_________________ This component of the Linux architecture runs in the most privileged ring (0).
Kernel Mode
____________ This component of the Linux architecture runs in the least privileged ring (3).
User Mode
The application that actually makes the Linux OS work is the ________________ software, consisting of a GUI, compilers, shells, tools, and editors.
GNU software
Libraries fall under the ______________ mode (user or kernel) of the Linux OS.
user mode
______________ Contains the SCI and handles mappings between user requests and device driver actions. It also manages system resources and performs system services.
Kernal Mode
______________ Computer programs used to perform certain tasks, functions, or activities and originate in user mode.
Applications
__________ This mode includes components such as shells, Linux commands, utilities, and user application programs.
User mode
_________ An implementation of the standard C library used by many operating systems and programs on those systems.
GNU-C
__________ When memory is exhausted and pages of memory are moved onto the disk.
Swapped
__________ The most common API for UNIX based systems that closely resemble those of the C library.
POSIX