Parameters For Server Sizes? [closed]

There are various ways to size servers depending on the workload. However, there are some rough categories from which you can choose servers to be build. Generally, you can mix things and build very different servers.

CPU

  • small: single socket dual-core
  • medium: single socket quad/hexa/octo core
  • large / huge: dual/quad socket systems

Memory

  • small: < 4 GB
  • medium: 8-32 GB
  • large: 32-96 GB
  • huge: > 96 GB

Disks

  • small: 2 disks without fancy HBAs
  • large: Multiple disks in a RAID setup or SAN (e.g. Fiber channel)
  • And the optional inclusion of SSDs.

The exact configuration depends largly on your needs. In certain situations it might make sense to have a small dual-core system with 32 GB RAM in others it would be totally out of place. Maybe you need a high disk throughput, maybe you just need to store a huge dataset without much speed, maybe you need to crunch numbers and decide to use the highest specs CPUs available and even add some GPUs.

It all depends on what you are actually trying to do. So you will never be able to get an actuall answer based on vague ideas. The best advice I can give you is to benchmark your applications and find out what they need, where they perform well and where they dont. With this information at hand you can select server offerings with match your needs. It doesn't work the other way round.


There are no "standard server sizes", servers are built based on the customer's needs; most servers are sold in a "barebone" configuration, i.e. you get the server without any CPU/RAM/disk, and you have to add whatever you want in order to get a fully working server.

Any reseller may of course have its "standard" offerings, but if you get offered a machine with 4 cores and 8 GB, there's nothing stopping you from ordering additional cores or memory.

It also doesn't make much sense to say, f.e. "4 cores, 4 GB, 300 GB SAS RAID-1 SAS disks": different workload require very different amounts of processing power, memory or storage. A database server has a very different configuration from a front-end web server, a domain controller, a virtualization host, a web proxy or a mail server. Even with something as clearly defined as "an Exchange server" you will need completely different hardware setups for a Mailbox, CAS or Hub server.

Does it store data? It needs disks.
Does it process data? It needs CPU cores.
Does it handle large amount of data? It needs memory.

But there is no "standard size" or "one size fits all" approach.