In operating system each process has its own?
Question: In operating system each process has its own?
In an operating system, each process has its own virtual address space. This means that each process has a separate memory space that it can access, and it cannot access the memory space of other processes. This is done for security reasons, to prevent one process from interfering with the memory space of another process. Additionally, each process has its own set of resources, such as file descriptors and environment variables. By providing each process with its own virtual address space and resources, the operating system can ensure that processes run independently of each other, and can provide a stable and secure computing environment.
0 Komentar
Post a Comment