The speed of the processor generally depends on the following factors:-
- Number of transistor
- Bandwidth
- Clock speed
- Cache memory
3.Clock speed:-It is the speed by which processor execute or process any instruction.The clock speed varies from 66 MHZ to 3.8 GHz.
4.Cache memory:-Processor retrives the information form external storage RAM which consumes more time and slow down processing so in microprocessor cache is built so it process fast.In latest processor L1,L2 cache is built which stores the data and instruction for process. processor first check the data and instruction to cache memory if it find it know as cache hit if not then cache miss. After processor find it to external storage RAM.
Pentium I has L1(level 1) cache and Pentium II & Pentium III has L2(level 2) cache.Processor retrives data and instruction form cache at full speed.Cache size varies from processor to processor like 256 KB to 8 MB of L2 cache.
Interface of the processor:-
1.FSB(front side bus):-It refers to the bus which connects the CPU to system memory. It is the speed by which processor communicates with RAM.It also connects CPU to north bridge (MCH(memory controller hub)).Its speed varies from 66 to 1333 MHz. We can also adjust the speed of FSB by adjusting the BIOS setting or jumpher setting on motherboard.
2.BSB(back side bus):-It refers to the bus which connects the CPU to the L2 cache.Its speed is totally dependent on the speed of processor.BSB transfer data directly to CPU so it is faster than FSB.