multithreading - Difference between multi-core and hyper threading -


I am trying to understand the obvious similarities in the processor, but how the multi-core processor Concepts vary in concept from Symmetrical Multi Threading (Marketing as hyperthreading).

Multi-core

There are several physically separated processor cores on the same chip in a multi-core processor. Here only one chip is used so it is cheap Chip contains additional I / O registers. There may also be hyper-threading in multi-core processors.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -