Tuesday, May 12, 2009

Would it be possible to break the data density barrier?

Hard disks available in the current market ar makde of ferromagnetic materials like cobalt alloys. Data bits are stored as magnetized regions of the material, alignment of magnetic filed defining 0's and 1's. As data densities (number of bits per square inch) goes up, bit sizes goes down. For 1Tb per square inch, bit size reaches few tens of nanometers across. In this situation, the grains become unstable, a small amount of heat can flip magnetization directions.

Today's hard disks mostly have 500 gigabits per square inch and the above hints that 1Tb is the upper limit here. This is called the data density barrier.

But wait, there may be a way to break the barrier. A new scheme of data-recording is being studies (mainly in Segate). The new technology is HAMR, Heat Assisted Magnetic Recording.

The main problem with traditional ferromagnetic materials are their unstability in high data density. But, there exists some other material which can hold stability of the data bits. They can hold magnetization in spots just a few nanometers across.

Then why are we using cobalt alloy instead of those materials? Because, recording on such material requires a very large magnetic field. This is a problem, such large magnetic field cannot be used inside a hard disk. If we could change magnetic field directions of the single data bit areas on our will, the problem would have been solved.

This is where HAMR comes to rescue. Study showed that if the area is heated up first, data can be recorded with small magnetic field! In HAMR, the bit area is heated up with tightly focused light sopt. Sounds like a problem solved? Not fully really. Another challenge comes in when we try to heat up a single bit area with light. Light's diffraction limit prevents lenses from focusing it down to less than half of its wavelength. So, the lower limit here is around 200nm with the best lenses around.

“One of the main issues is to be able to deliver an adequate amount of light energy into a small spot size,” says Sakhrat Khizroev, an electrical engineering professor at the University of California, Riverside

Segate designed a recording-head which is reported to be able to concentrate light onto spots just 70nm wide.

Other technologies are also competing for a role in future hard-disk drive recording. Khizroev, for example, is making lasers for a HAMR disk that focus power on 30-nm spots. He deposits aluminum films on semiconducting diode lasers and then etches tiny apertures in the film to focus the emitted light. The technique, which he says has generated commercial interest, can be pushed to 10 nm or even less.

Meanwhile, hard-disk maker Hitachi Global Storage Technologies, in San Jose, Calif., is working on bit-patterned media. The idea is to create isolated islands of magnetic material on a nonmagnetic disk to serve as bits. Instead of hundreds of grains, each bit could then contain just a few magnetic grains, which stay strongly coupled, or even one grain, so they don’t flip their magnetization due to heat. Bit-patterned media could even be combined with HAMR.

Which of these technologies will eventually replace present-day magnetic recording is anyone’s guess.

=========================================
Source:
IEEE Spectrum March 2009
Online edition of the article available at:
http://www.spectrum.ieee.org/mar09/8367
=========================================

Sunday, February 15, 2009

How long RSA will survive?

Till now, we are mostly using RSA and ECC for securely transmitting sensitive data (like passwords, credit card numbers etc). These are based on the computational limitations of the classical computer hardware.

Most public-key cryptography based system uses RSA. In RSA, a message is encrypted with a publicly available key and decrypted with a secret key, which is mathematically related with the public key. This is proven to be an effective one and being used successfully.

But, in future, RSA (and similar) cryptography may not survive. The reason is Quantum Computing. Researchers are optimist to built practical Quantum Computer within next 10/15 years. Now, the question is, how Quantum Computer can be a threat to RSA.

Quantum Computers uses Qubits (instead of bits of classical computing) for computations. A Qubit is essentialy an atom showing quantum mechanical behavior. Like normal bit, Qubits can be used to represent 0/1 by up or down spin of the atom. But, Qubit has the advantage of quantum superposition. A classical bit has exact probability (0.5) to be in the state 0 or 1. But, Qubit in quantam mechanics has a probability distribution function of any value between them in a given time. In short, at any given time:
- n bits can be one of 2^n states
- n Qubits can be in upto 2^n states simultaneously.
This can be a great advantage for parallel computing. And, that would shorten the time needed to break a strong 1024-bit RSA code from billions of years to a matter of minutes (though not in all cases, but still this is a threat)

Using larger sized key may do sometimes. Fortunately, not all types of cryptography are vulnerable. There are four types of schemes that are immune to quantum computing:
- Hash based signature scheme
- Error correcting code scheme
- Multivariate public-key cryptosystems
- Lattice system scheme (still research ongoing)

For the time being, our systems are safe. But after 10/20 years we may need new schemes or use primenumbers consisting of thousands of digits for RSA.

Time will say, but seems in future there are good research and contribution potentials in the field of cryptography.