Software Archive
Read-only legacy content

hack-proof

bkon
Beginner
311 Views
with the latest virtualization softwares and the multi threading technology, how will the the intel multi cores help for a hack-proof environment?
0 Kudos
1 Reply
David_O_Intel1
Employee
311 Views
I don't think Intel multi-core or hyper-threading technologies provideany contributionto system security. Rather, they provide increased parallelism which greatly improves processing power.

System security is handled on a coarse-grained level by the VMM which ensures isolation between VMs, and on the fine-grained level by each OS which ensures isolation between processes running within a VM and the enforcement of user privilege levels.

Intel VT-x provides features related to VMM traps and privilege levels. Take a look at the journal articles in

http://www.intel.com/technology/itj/2006/v10i3/1-hardware/1-abstract.htm?iid=tech_vt_tech+itj

for more information.

David Ott


0 Kudos
Reply