Fragmentation Fragmentation

Fragmentation - Definition and Overview

In a computer operating system, fragmentation is a consequence of allocating and freeing differently-sized blocks of data storage. It results in the accumulation of small regions of free storage that are too small to be useful for allocation, even though in sum there may be more than sufficient free space. See defragmentation.

Fragmentation occurs both in memory allocation in RAM and in secondary storage devices such as hard drives.

Fragmentation is of two types: internal and external. In general, internal fragmentation results from only partially filling a reserved piece of space, while external fragmentation refers to the unallocated space left between portions of allocated space, particularly when this space is not useful, for example because it's too small. Defragmentation utilities can only get rid of external fragmentation. Internal fragmentation is generally identified and removed by data compression utilities.

In mass communication, fragmentation refers to how audiences and the content of media is divided up into pieces, according to the interests of media(as business)and audiences.

Examples

On a hard drive, files always start at the beginning of a sector. Any space left over between the last byte of the file and the first byte of the next sector is internal fragmentation. Operating systems also try to use consecutive sectors for the contents of each file, because it's faster to read a file when all of its sectors are consecutive than when they are scattered all over the disk. Sectors between files, which contain no useful data, are external fragmentation.

Letters are often stored in 8-bit bytes, even though in many character strings the 8th bit of each byte is always zero. The "wasted" bits are internal fragmentation.

In dynamic memory allocation, when a program requests a block of memory that is bigger than any available space, it is denied the request, even though more than enough space may be available in total. The program has fallen victim to external fragmentation. Similarly, a program which allocates a single byte is often allocated many more bytes, to use for metadata and alignment. In this case, the extra space is internal fragmentation.


In a mass communication, fragmentation is how audiences and the content of media are divided up into pieces, according to the interests of media (as business) and audiences.


In music fragmentation is the use of fragments or the "division of a musical idea (gesture, motive, theme, etc.) into segments." It is used in tonal and atonal music and is used in musical development and closure. Called liquidation by Arnold Schoenberg, it is a common musical technique used by composers including Bela Bartok.

Further reading

  • Caplin, William. Classical Form: A Theory of Formal Functions, p. 10-11.

Source

  • Stein, Deborah (2005). Engaging Music: Essays in Music Analysis, "Introduction to Musical Ambiguity", p.87. New York: Oxford University Press. ISBN 0195170105.

Example Usage of Fragmentation

environmentinst: Today's science seminar is Melanie Lancaster talking about marsupials, genetics and habitat Fragmentation, 1pm Benham Lecture Theatre
enjoylifeluoxu: What if Fragmentation never happened? http://ff.im/bJbqz
OnlyMelbourne: Social Inclusion Week Dr Jonathon Welch AM draw attention to the issue of social Fragmentation November 23-29 http://bit.ly/4btWQh
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.