What are the types of Scaling?


There are two types of scaling: Vertical Scaling and Horizontal Scaling.
Vertical Scaling - When multiple server clones of an application server are defined on the same physical m/c, it is called Vertical Scaling. The objective is to use the processing power of that m/c more efficiently.
Horizontal Scaling - When Clones of an application server are defined on multiple physical m/c, it is called Horizontal Scaling. The objective is to use more than one less powerful m/c more efficiently.



Explore posts in the same categories: EJB Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What are the fundamental differences between value types and reference types?
  • C# divides types into two categories - value types and reference types. Most of the intrinsic types (e.g. int, char)...
  • What is Reference type and value type ?
  • Reference Type: Reference types are allocated on the managed CLR heap, just like object types. A data type that is...
  • What is the difference between Value Types and Reference Types?
  • Value Types uses Stack to store the data where as the later uses the Heap to store the data....
  • What are the data types of Internal Tables?
  • There are three types: 1)Line 2)Key 3)Table...
  • What is the CTS?
  • CTS = Common Type System. This is the range of types that the .NET runtime understands, and therefore that .NET...
  • What is the CTS?
  • CTS = Common Type System. This is the range of types that the .NET runtime understands, and therefore that .NET...
  • Different types of Lock Types?
  • RdConcurReadOnly 0 (Default) RdConcurLock 1 (Pessimistic Locking) RdConcurRowver 2 (Optimistic Lociking) RdConcurValues 3 RdConcurBatch 4...
  • Name the eight primitive Java types.
  • The eight primitive types are byte, char, short, int, long, float, double, and boolean....
  • What are data types?
  • They are attributes of columns, literals, and host variables. The data types are SMALLINT, INTEGER, FLOAT, DECIMAL, CHAR, VARCHAR, DATE...
  • What are the different types of ABAP statements?
  • There are six types of ABAP statements: 1) Declarative - Types, Data, Tables 2) Modularization - Event Keywords and Defining Keywords 3) Control...

    Comment:

    You must be logged in to post a comment.