Computer System Resource
(Redirected from System Resource)
Jump to navigation
Jump to search
A Computer System Resource is any physical or virtual component of limited availability within a computer system.
- See: Cloud Computing, Access-Control List (ACL), Computer File, File Handle, Computer Network, Network Socket, Computer Memory, Resource Management (Computing), Resource Leak.
References
2022
- (Wikipedia, 2022) ⇒ https://en.wikipedia.org/wiki/system_resource Retrieved:2022-4-28.
- In computing, a system resource, or simply resource, is any physical or virtual component of limited availability within a computer system. All connected devices and internal system components are resources. Virtual system resources include files (concretely file handles), network connections (concretely network sockets), and memory areas.
Managing resources is referred to as resource management, and includes both preventing resource leaks (not releasing a resource when a process has finished using it) and dealing with resource contention (when multiple processes wish to access a limited resource). Computing resources are used in cloud computing to provide services through networks.
- In computing, a system resource, or simply resource, is any physical or virtual component of limited availability within a computer system. All connected devices and internal system components are resources. Virtual system resources include files (concretely file handles), network connections (concretely network sockets), and memory areas.