Chemistry Reference and  Research
           
 
Periodic Table
- standard table
- large table
 
Chemical Elements
- by name
- by symbol
- by atomic number
 
Chemical Properties
 
Chemical Reactions
 
Organic Chemistry
 
Branches of Chemistry
Analytical chemistry
Biochemistry
Computational Chemistry
Electrochemistry
Environmental chemistry
Geochemistry
Inorganic chemistry
Materials science
Medicinal chemistry
Nuclear chemistry
Organic chemistry
Pharmacology
Physical chemistry
Polymer chemistry
Supramolecular Chemistry
Thermochemistry

Scalability

In telecommunications and software engineering, scalability indicates the capability of a system to increase performance under an increased load when resources (typically hardware) are added. Scalability is a highly significant issue in electronics systems, database, routers, networking, etc. and implies performance. A system whose performance improves after adding hardware, proportionally to the capacity added, is said to be a scalable system.

Scalability can measured in three different dimensions:

  • Load scalability - A distributed system should make it easy for us to expand and contract its resource pool to accommodate heavier or lighter loads.
  • Geographic scalability - A geographically scalable system is one that maintains its usefulness and usability, regardless of how far apart its users or resources are.
  • Administrative scalability - No matter how many different organizations need to share a single distributed system, it should still be easy to use and manage.

For example, a scalable online transaction processing system or database management system is one that can be upgraded to process more transactions by adding new processors, devices and storage, and which can be upgraded easily and transparently without shutting it down.

A routing protocol is considered scalable with respect to network size, if the size of the necessary routing table on each node grows as O(log N), where N is the number of nodes in the network.

To scale vertically or scale up, means to add resources to a single node in a system, such as adding memory or a faster hard drive to a computer. To scale horizontally or scale out, means to add more nodes to a system, such as adding a new computer to a clustered software application.

It is often advised to focus system design on hardware scalability rather than on capacity. It is typically cheaper to add a new node to a system in order to achieve improved performance than to partake in performance tuning to improve the capacity that each node can handle.

See also

01-04-2007 01:16:19
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy