A chronology of computing power


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? A chronology of computing power
# 1  
Old 11-07-2010
A chronology of computing power

This is a brief overview of where computing performance is heading. The exponential rise in CPU performance as predicted by Moore's law is apparently also true for individual components, at least when looking at historical data.

RAM / working memory
The following is an overview of the year in which the first computer came to the mass market with the given amount of working memory. The numbers are extrapolated to reflect that there is a thousandfold increase every 17 years.

Code:
Year	Name 	Symbol	Exponent
1971	kilo- 	k	3
1988	mega- 	M	6
2005	giga- 	G	9
2022	tera- 	T	12
2039	peta- 	P	15
2056	exa- 	E	18
2073	zetta- 	Z	21
2090	yotta- 	Y	24
2107	xona- 	X	27
2124	weka- 	W	30
2141	vunda- 	V	33
2158	uda- 	U	36
2175	treda- 	TD	39
2192	sorta- 	S	42
2209	rinta- 	R	45
2226	quexa- 	Q	48
2243	pepta- 	PP	51
2260	ocha- 	O	54
2277	nena- 	N	57
2294	minga- 	MI	60
2311	luma- 	L	63

The years may be one year off and the exponential growth has only been achieved for 3 generations, so the extrapolation may start to deviate substantially after another 5 generations or so. Hence, this should only serve as an idea as to when you will be able to buy your first exa-computer, roughly.
Also note that a luma-computer would require the same amount of atoms as the earth is built up of.

HDD / mechanical storage
There appears to be a 17 year cycle for storage devices too. The list below contains the years in which the first storage device came to the mass market with given amount of capacity:

Code:
1957	3	K
1974	6	M
1991	9	G
2008	12	T
2025	15	P
2042	18	E

Perhaps grid storage or cloud storage will replace the majority of local storage in the next 10 years, even for home computers. By 2042 there may be no HDD needed for any computer as mechanical devices for storage will have been replaced by other means of storage, making these numbers meaningless.

FLOPS
The following article assumes an 11-year cycle in thousandfold increases in computing power:
All hail Roadrunner's petaflop record; now, what about the exaflop? - Computerworld

Code:
1986	9	G
1997	12	T
2008	15	P
2019	18	E
2030	21	Z
2041	24	Y
2052	27	X
2063	30	W

# 2  
Old 11-07-2010
Quote:
Originally Posted by figaro
Perhaps grid storage or cloud storage will replace the majority of local storage in the next 10 years, even for home computers.
There'll have to be a whole new communications revolution before traffic over the internet becomes as fast as traffic over a local bus. Though I'm sure Gates will love the licensing opportunities and sheer control of remote Windows booting.
Quote:
By 2042 there may be no HDD needed for any computer as mechanical devices for storage will have been replaced by other means of storage, making these numbers meaningless.
Que? What else will it be measured in?
# 3  
Old 11-07-2010
The requirement in electrical power for running all the server of the world has become greater than the human electrical used for just living.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Programming

Computing an MD5Sum in C

Is it possible to call the unix command md5sum from within a C program. I am trying to write a C program that scans a directory and computes the MD5Sum of all the files in the directory. Whenever I use md5sum 'filename' I get the error 'md5sum undeclared'. Is there a header file or some library... (3 Replies)
Discussion started by: snag49ers
3 Replies

2. High Performance Computing

how to do GRID COMPUTING?

Hello, I want to know how to combine the processing power of given 2 FEDORA machines in LAN. Can you please tell me the commands,etc used to perform such an operations.Can you please give me the links where I can find more info on this topic. (5 Replies)
Discussion started by: nsharath
5 Replies

3. Virtualization and Cloud Computing

Event Cloud Computing - IBM Turning Data Centers Into ?Computing Cloud?

Tim Bass Thu, 15 Nov 2007 23:55:07 +0000 *I predict we may experience less*debates*on the use of the term “event cloud”*related to*CEP in the future, now that both IBM and Google* have made announcements about “cloud computing” and “computing cloud”, IBM Turning Data Centers Into ‘Computing... (0 Replies)
Discussion started by: Linux Bot
0 Replies

4. Cybersecurity

Trusted Computing

About a year ago, a friend of mine who worked on the OReilly Snort book took a propsal he and I had worked on for a book on Trusted Computing. Though the editor thought the content was good and worthwhile, he felt that there wasn't enough of a market to justify printing such a work. How many... (0 Replies)
Discussion started by: kduffin
0 Replies

5. Shell Programming and Scripting

computing go/no-go dates in script

I am working on a bash script to backup selected servers and am trying to come up with a simpler solution to this problem: Each server to be backed up has a config file that is read by the script, in the config file are the following values: LEVEL0=12 #this is the day of the month on which... (3 Replies)
Discussion started by: thumper
3 Replies
Login or Register to Ask a Question