Protection and security Protection and security require that computer resources such as CPU, software, memory, etc. are protected. This extends to the operating system as well as the data in the system. This can be done by ensuring integrity, confidentiality, and availability in the operating system. The system must be protected against unauthorized access, viruses, worms, etc. Basic definitions Threats It contains viruses, worms, trojan horses, and other dangerous software. These are generally short code snippets that may corrupt files, delete the data, replicate to propagate further, and even crash a system. Virus Viruses are generally small snippets of code embedded in a system. They are very dangerous and can corrupt files, destroy data, crash systems, etc. They can also spread further by replicating themselves as required. Trojan Horse A trojan horse can secretly access the login details of a system. Then a malicious user can use these to enter the s...
Posts
Showing posts from September, 2022
operating systems
- Get link
- X
- Other Apps
what is an operating system An operating system (OS) is a program that, after being initially loaded into the computer by a boot program, manages all of the other application programs in a computer. The application programs make use of the operating system by making requests for services through a defined application program interface ( API ). In addition, users can interact directly with the operating system through a user interface, such as a command-line interface (CLI) or a graphical UI (GUI). Functions of an operating system An operating system provides three essential capabilities: It offers a UI through a CLI or GUI; it launches and manages the application execution; and it identifies and exposes system hardware resources to those applications -- typically, through a standardized API. Characteristics of Operating System Memory Management: The operating system manages memory. It has complete knowledge of primary memory; which part of the memory is used by which ...