Uniform Memory Access

Uniform Memory Access (UMA) is a shared memory architecture used in parallel computers.

All the processors in the UMA model share the physical memory uniformly. In a UMA architecture, access time to a memory location is independent of which processor makes the request or which memory chip contains the transferred data.

Uniform Memory Access computer architectures are often contrasted with Non-Uniform Memory Access (NUMA) architectures.

In the UMA architecture, each processor may use a private cache. Peripherals are also shared in some fashion, The UMA model is suitable for general purpose and time sharing applications by multiple users. It can be used to speed up the execution of a single large program in time critical applications.

Read more about Uniform Memory Access:  Types of UMA Architectures

Famous quotes containing the words uniform, memory and/or access:

    Thus for each blunt-faced ignorant one
    The great grey rigid uniform combined
    Safety with virtue of the sun.
    Thus concepts linked like chainmail in the mind.
    Thom Gunn (b. 1929)

    ‘I’m sorry that I spelt the word:
    I hate to go above you,
    Because’Mthe brown eyes lower fell—
    ‘Because, you see, I love you!’

    Still memory to a grey-haired man
    That sweet child-face is showing.
    Dear girl! the grasses on her grave
    Have forty years been growing.
    John Greenleaf Whittier (1807–1892)

    The Hacker Ethic: Access to computers—and anything which might teach you something about the way the world works—should be unlimited and total.
    Always yield to the Hands-On Imperative!
    All information should be free.
    Mistrust authority—promote decentralization.
    Hackers should be judged by their hacking, not bogus criteria such as degrees, age, race, or position.
    You can create art and beauty on a computer.
    Computers can change your life for the better.
    Steven Levy, U.S. writer. Hackers, ch. 2, “The Hacker Ethic,” pp. 27-33, Anchor Press, Doubleday (1984)