Specifications of a CPU: part 2

Rest of the specifications of a CPU to be considered are:

  • Instruction Set Size: Size of the instructions the processor can address simultaneously. It also defines the maximum amount of memory that the CPU can address. Currently, 32-bit and 64-bit.
  • Memory Type: The standard and speed of RAM that the CPU is designed to address efficiently. If the RAM used in the system is other than the one specified by the CPU manufacturer, it may cause the system to lag.
  • Max Memory Size: The maximum amount of physical memory that the CPU can support. If more RAM is installed than this, it may result in an unstable system.
  • Number of Memory Channels: It specifies the number of RAM slots the CPU can work with efficiently. If the CPU is installed on a motherboard with more slots than this, it will cause the system to lag.
  • PCI-E Support: Number of PCI Express slots supported and the PCI-E standard supported.
  • Integrated Graphics: If the CPU has integrated graphics unit, then the graphics frequency is also to be considered.
  • Socket Size: If you need to replace your processor, you need to be sure that the processor's socket size matches with the socket size of your existing motherboard.
Just keep in mind all of the above mentioned specifications while choosing a processor and you will have a super performance system.

Specifications of a CPU: part 1

The processors also have performance specifications that a buyer must know accurately before purchasing the product. As in the case of Hard Disks, better specs of the CPU will make the system perform faster. This topic has been divided into two posts to make them short and readable. The specification categories are:

  • Number of Cores: Cores are the physical sub-units of a processor that can process individually. Each core has its own computing units, CPU caches and lookaside buffer. More the number of cores, more instructions can be executed independently at the same time.
  • Number of Threads: Number of Threads are the hardware ability of a processor to execute that many logical processes within a single core or processor. More the number of threads, more instructions can be executes on the same processing unit.
  • Clock Speed: It is the frequency at which the CPU executes the instructions. It is measured in billions of cycles per second (GHz). This determines the actual processing speed of the processor. But, having a processor clocked at 3.4 GHz isn't the sole factor to guarantee a fast computer.
  • CPU cache: Integrated on the CPU die itself, the CPU cache is the fastest memory unit of the system. It is responsible to make the processing of data faster in processes where data has to be transferred between the processor and the RAM.
  • DMI/FSB: Direct Media Interface or DMI is the technology that is used in Intel's i3, i5, i7 processors that has separate channel of buses for transfers to and fro. One channel each is provided for RAM, PCI-E and other devices. Front Side Bus or FSB was the technology that was used in processors prior to i3. FSB has a single channel of buses for transfers to all the components and devices of the system.
Rest of the specifications to be continued in the next post.

Specifications of a Hard Disk

Hard Disks have a few performance specifications that a buyer must always know accurately before purchasing the hard disk. Better specs will obviously make the system perform faster. The specifications are:
  • Capacity: The amount of data that the disk can store. Usually 100's of GB's or TB's.
  • Cache: A small memory chip that stores a fraction of frequently accessed data that can be accessed extremely fast. Usually 8 or 16 or 32 or 64 MB.
  • Spin Speed: The speed at which the hard disk platter rotates. Usually, 5400 or 7200 or 10000 rpm.
  • Average Seek Time: The average time in which the R/W head can be positioned over the requested track for random read/write requests. Usually, ~8-10 ms.
  • Average Latency: The average time for the disk to rotate the platter and position the correct sector under the R/W head. Usually, ~3-5 ms.
  • Interface: The interface that the hard disk uses and the port that it will use to connect to the system. The interfaces also have transfer speeds of their own. For example, a max. of 167 MBps for IDE, 600 MBps for SATA.