Please enable JavaScript.
Coggle requires JavaScript to display documents.
1.5 Systems software - Coggle Diagram
1.5 Systems software
1.5.2 Utility software
-
Utility system software
Encryption software
-
-
Encryption utility software is responsibly for applying encryption algorithms and decrypting using a key
Data is encrypted for transferring data securely across a network to prevent it from being understood if intercepted
-
Defragmentation
Software that looks at all the data on a hard drive and reorganises it so related data is stored together
To start off, everything is saved together
As files are deleted and new files are added your computer will save data in the first available space
If that space is too small for all the data needed for the file, the available space is used up first and the remaining data is saved elsewhere on the hard drive
-
If related data becomes separated, the hard drive's read/write heads need to move to different areas of the disk in order to retrieve or save files
-
Once data is stored together, the read/write head preforms the task of retrieving or saving data in less time
-
SSDs don't require disk defragmentation as SSDs read blocks of data that are fragmented as quickly as they read data stored sequentially
-
-