Welcome to SerpentsPoison!
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

CBC Encryption

Wed Mar 25, 2015 6:41 pm by ORLP2

For those who don't know me, I am ORLP (lowercase or upper-case will do, I honestly aren't fussed). I am a Computer Science and cryptography enthusiast. I am looking to broaden my horizon within the "computer security" scene, even if that means joining a newly-crafted forum to get my name across and meet other people who have similar interests as me.

I would like to start by saying I'm …

Comments: 0

Operating System Poll

Tue Mar 17, 2015 7:34 pm by Orianthi

So what operating systems do y'all use?

I use: Windows(7), Linux(Debian, Ubuntu, Mint, Arch Linux, Bieban, Fedora), OS X(Yosemite, Maveriks)

Comments: 0

Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

Most users ever online was 14 on Mon Jun 01, 2020 9:21 pm

Introduction to CPUs

2 posters

Go down

Introduction to CPUs Empty Introduction to CPUs

Post  Daniel Wed Mar 18, 2015 6:28 pm

The CPU (Central Processing unit) is the heart of a computer. It is responsible for executing instructions sent from program(s). CPUs function a very particular way; first, they fetch instructions from the system memory. Then the instructions are decoded into commands by the control unit located inside the CPU. Next the commands are executed inside the ALU (Arithmetic Logic Unit - Look below for more information). Finally, it stores the results back into the system memory.

    There are two types of CPUs, 32-bit and 64-bit. The difference between the two is that the 32-bit CPUs can only handle a maximum of 4GB's of ram in a system while the 64-bit version can handle 16.8 million terabytes. Having that much ram is theoretical and impossible, it's simply the maximum amount of ram 64-bit can support.

    CPUs over the years have continuously grown and advanced, and the clock speed of them is no exception. The clock speed of a CPU is how many operations per second it can perform. A modern CPU can do about 200,000,000 (2Ghz) operations/instructions per second.

     Back in the day there used to only be individual CPU cores, however the most current processors combine two or more cores. This allows them to chew through multiple instructions at once, which in turn means you can run more programs smoothly as once. Of course, you can multitask on a single core CPU, but this is not truly simultaneous processing. Modern applications, can be divided into multiple threads, which can cut down processing times by 1/2, 1/4, 1/8, depending on your CPU. These can prove incredibly helpful when rendering a video, or encoding /encrypting. 

     Hyper-Threading (*Only certain Intel CPUs contain this* - Check below for more information) is used to gain addition processing power. Each core in a Hyper-Threaded CPU appears to the operating system as two virtual cores. If you were to look at this in reality, the single core can only process a single instruction at once, but it has two sets of registers. Because of this feature, it has the ability to switch back and forth between two threads very efficiently. In most situations it can give performance boosts up to 30%! Take this with a grain of salt because not all programs utilize the abilities of hyper-threading, and some tasks are even slower because of hyper-threading Sad. Nonetheless this is a great feature if your CPU has it.

--------------------------------------------More Information------------------------------------------------------
    The ALU is a part of the CPU that performs all arithmetic computations such as, addition, subtraction, multiplication, and division. The ALU is the fundamental building block of the CPU. Modern CPUs have very complex ALUs, and some even contain more than one. The ALU has direct input and output to the following: Processor controller, system memory, and input/output devices.

     To check if your CPU contains hyper-threading (Windows Only), click the start button to open the start menu, (Or go to the far right in windows 8.1) and type in "System Information". Once here, you'll see a row labeled as "Processor", Type the name of the processor into google and click on the link that goes to Intel's website. Once here scroll down to "Advanced Technologies" and look next to "Intel Hyper-Threading Technology". *****NOTE THIS ONLY APPLIES TO INTEL CPUs*****


Last edited by Daniel on Thu Mar 19, 2015 3:58 am; edited 7 times in total

Daniel
New Member

Posts : 1
Join date : 2015-03-16

Back to top Go down

Introduction to CPUs Empty Re: Introduction to CPUs

Post  Shadow19 Wed Mar 18, 2015 8:18 pm

Nice explanation of CPU's and the difference between bit architectures.
Shadow19
Shadow19
Moderator
Moderator

Posts : 4
Join date : 2015-03-16

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum