Utility software

From Wikipedia, the free encyclopedia

Utility software (also known as service program, service routine, tool, or utility routine) is a type of computer software. It is specifically designed to help manage and tune the computer hardware, operating system or application software, and perform a single task or a small range of tasks; as opposed to application software which tend to be software suites. Utility software has long been integrated into most major operating systems.

[edit] Examples

  • Disk defragmenters. Examples include a Disk defragmenter can detect computer files whose contents have been stored on the hard disk in disjointed fragments, and move the fragments together to increase efficiency; a Disk checker can scan the contents of a hard disk to find files or areas that are corrupted in some way, or were not correctly saved, and eliminate them for a more efficiently operating hard drive; a Disk cleaner can find files that unnecessary to computer operation, or take up considerable amounts of space. Disk cleaner helps the user to decide what to delete when his hard disk is full.
  • System Profilers. A System profiler can provide detailed information about the software installed and hardware attached to the computer. Backup software can make a copy of all information stored on a computer, and restore either the entire system (e.g. in an event of disk failure) or selected files (e.g. in an event of accidental deletion). Disk compression software can transparently compress the contents of the hard disk, in order to fit more information to the drive.
  • Virus scanners. Virus Scanners scan for computer viruses among files and folders.
  • Binary/Hex/Text Editor utility directly modify the text or data of a file without the WYSIWYG view in editor suites. These files could be data or an actual program.
  • Archive utilities output a stream or a single file when provided with a directory or a set of files. Archive utilities, unlike archive suites, usually do not include compression or encryption capabilities. Some archive utilities may even have a separate un-archive utility for the reverse operation.
  • Compression utilities output a shorter stream or a smaller file when provided with a stream or file.
  • Encryption utilities use a specific algorithm to produce an encrypted stream or encrypted file when provided with a key and a plaintext.