NDAS documents
In this page, we will add the documents of NDAS concept, NDAS APIs, any known problem, and so on that can help to develop and enhance the NDAS driver for the various OS and platform including Linux OS.
1. About NDAS
NDAS stands for Network Direct Attached Storage. XIMETA's patented disk storage technology.
Pros.
- Higher performance. (faster than tcp based protocols)
- Lower cost (no os, no cpu, no dram on storage side).
- Easier to use. (no ip setup)
Cons.
- You should install the device driver.
Performance.
- 11 MB/s 100Mbps wired network
- 70 ~ 100+ MB/s on Gigabit network
- This is the same speed of the local hard disk (IDE).
- Using SATA technology Hard Disk with NDAS
- Potential to exceed TCP/IP transfer speed in all cases (Need test case for 10 Gbps LAN )
2. NDAS cross platform concept
We abstracted the NDAS core to port the driver over the platforms easily.
http://code.ximeta.com/trac-ndas/attachment/wiki/Document/xplat.png
- NDAS Block device driver - The raw block device of NetDisk that can host a file system.
- NDAS core - Library that can access the NDAS device.
- NDAS system abstracted layer(SAL) - Primitive APIs to implement the NDAS core .
3. See Also
Attachments
- xplat.png (13.8 kB) -
NDAS cross platform concept diagram
, added by jhpark on 02/09/06 22:41:00.
