0%

ALL meanings of fragmentation

frag·men·ta·tion
F f
  • noun fragmentation splintering or disintegration 1
  • noun Definition of fragmentation in Technology 1.   (networking)   segmentation. 2. The process, or result, of splitting a large area of free memory (on disk or in main memory) into smaller non-contiguous blocks. This happens after many blocks have been allocated and freed. For example, if there is 3 kilobytes of free space and two 1k blocks are allocated and then the first one (at the lowest address) is freed, then there will be 2k of free space split between the two 1k blocks. The maximum size block that could then be allocated would be 1k, even though there was 2k free. The solution is to "compact" the free space by moving the allocated blocks to one end (and thus the free space to the other). As modern file systems are used and files are deleted and created, the total free space becomes split into smaller non-contiguous blocks (composed of "clusters" or "sectors" or some other unit of allocation). Eventually new files being created, and old files being extended, cannot be stored each in a single contiguous block but become scattered across the file system. This degrades performance as multiple seek operations are required to access a single fragmented file. Defragmenting consolidates each existing file and the free space into a continuous group of sectors. Access speed will be improved due to reduced seeking. The rate of fragmentation depends on the algorithm used to allocate space and the number and position of free sectors. A nearly-full file system will fragment more quickly. See garbage collection. 1
  • noun fragmentation the act or process of fragmenting; state of being fragmented. 1
  • noun fragmentation the disintegration, collapse, or breakdown of norms of thought, behavior, or social relationship. 1
  • noun fragmentation the pieces of an exploded fragmentation bomb or grenade. 1
  • noun fragmentation Computers. the process, or result, of storing a file in non-contiguous sectors on a disk. As files are created, modified, deleted, etc., both the allocation of the files and the remaining free space on the disk become fragmented, slowing down data access speed on the disk. 1
  • noun fragmentation The process or state of breaking or being broken into small or separate parts. 1
  • noun fragmentation the act of fragmenting or the state of being fragmented 0
  • noun fragmentation the disintegration of norms regulating behaviour, thought, and social relationships 0
  • noun fragmentation the steel particles of an exploded projectile 0
  • noun fragmentation of or relating to a weapon designed to explode into many small pieces, esp as an antipersonnel weapon 0
  • noun fragmentation The act of fragmenting or something fragmented; disintegration. 0
  • noun fragmentation The process by which fragments of an exploding bomb scatter. 0
  • noun fragmentation (computing) The breaking up and dispersal of a file into non-contiguous areas of a disk. 0
  • noun fragmentation (computing) The breaking up of a data packet when larger than the transmission unit of a network. 0
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?