Dimm Memory Server
Jan/100
Dimm Memory Server

help about computers?
1] A node on a network that allows individual users on the network to access common data files & to launch software applications is best known as a; [server or router or gateway or repository?
2] In contrast to volative memory, a Rom chip;
includes the part of the CPU that performs arithmetic operations or
is a type of dual in-line memory module [DIMM] or
loses what ever data was stored in it when a computer is turned off or
holds the same data even when a computer is turned off?
1-Gateway
2- volatile memory is computer memory that requires power to maintain the stored information-SDRAM (DIMM)
|
|
Crucial Technology 8 GB 240-pin DIMM DDR2 Server Memory $219.99 |
|
|
Dell Precision 690 Server Memory 4GB PC2-5300 FB-DIMM $149.00 |
|
|
Dell Precision 490 Server Memory 4GB PC2-5300 FB-DIMM $149.00 |
|
|
4 DELL 1GB ECC FB-DIMM MEMORY 667MHZ WORKSTATION SERVER $50.00 |
|
|
IBM 93H4702 128MB DIMM Server Memory Wholesale LOT! A5 $9.99 |
|
|
IBM 7L9030 256MB DIMM Server RAM ECC Memory Stick N2 $6.99 |
|
|
Dell Precision 490 Server Memory 8GB PC2-5300 FB-DIMM $275.00 |
|
|
Dell Precision 690 Server Memory 8GB PC2-5300 FB-DIMM $275.00 |
|
|
Dell Precision T7400 Server Memory 8GB PC2-5300 FB-DIMM $275.00 |
|
|
Dell Precision 490 Server Memory 8GB PC2-5300 FB-DIMM $275.00 |
|
|
STT DDR2 FB-DIMM 800 MHZ PC2 6400 4GB ECC Server Memory $125.99 |
|
|
STT DDR2 FB-DIMM 800 MHZ PC2 6400 4GB ECC Server Memory $125.99 |
|
|
IBM 1GB PC2100 DDR 266 ECC Server Dimm Memory, 184-pin $25.00 |
|
|
Samsung 256MB ECC DIMM SDRAM Server Memory Stick A5 $6.99 |
|
|
HP A6098-60001 1GB ECC SDRAM DIMM Server Memory RAM K2 $19.99 |
|
|
Kingston 266MHZ PC2100 ECC RAM DIMM Server PC memory $24.99 |
|
|
Mitsubishi 128MB DIMM ECC Server Memory MH8M144DTJ-6 H7 $3.99 |
|
|
DDR2-667 MHZ 4GB(2x 2GB) ECC FB-DIMM Server Memory Kits $127.99 |
|
|
512MB ECC DDR 266 PC2100 DIMM Memory, for Server $12.95 |
|
|
1GB ECC DDR 266 PC2100 DIMM Memory, for Server, 2x 512M $19.95 |
|
|
1GB ECC DDR 266 PC2100 DIMM Memory, for Server, 2x 512M $15.95 |
ZFS Server File System
What is unique about ZFS?
In a lot of the documentation that you might read on ZFS you will find the word ‘pool’. I found one good analogy for the ZFS pool.
‘By comparison, when you have a server and you want to upgrade its memory, the process is pretty straightforward. You power down the server, plug in some DIMMs, power it back on, and you’re done. You don’t run dimmconfig, you don’t edit /etc/dimmtab, and you don’t create virtual DIMMs that you mount on applications. The memory is simply a pooled resource that’s managed by the operating system on behalf of the application. If Firefox wants another megabyte of memory, it asks for it, and if it’s available, it gets it. When it’s done, it frees it, and back it goes into the pool for other applications to use. It’s a very simple, very natural way of thinking about storage.With ZFS, we asked this question: why can’t your on-disk storage be the same way? That’s exactly what we do in ZFS. We have a pooled storage model. The disks are like DIMMs, and the file systems are like applications. You add devices into the storage pool, and now the file system is no longer tied to the concept of a physical disk. It grabs data from the pool as it needs to store your files, and as you remove or delete your files, it releases that storage back to the pool for other file systems to use. Again, it’s a very natural, very simple way to administer large quantities of data.’
What are the advantages of ZFS?
- Easy to add additional drive space to your system without going into RAID configurations.- ZFS has snapshot support; this is usually on top end enterprise storage units. Useful if you are working on projects that need to have previous file versions logged and saved.
- ZFS can recognize the difference between different storage types. So if you have expensive high performance Solid State Drives ZFS can use this to hold data that is accessed regularly and for data that is accessed frequently ZFS will have this data stored on cheaper lower performing larger hard disk drives. This makes for a hybrid system that makes the most of economical needs.
A lot of the advantages of ZFS seem to be leaned towards large enterprises where many disks are used and added on a regular basis. Not so much for the home user.
for more tips …
data recovery
About the Author