distributed hash table operations(GET,PUT,TRANSFER) implementation

Hi, i want to implement [ distributed ] hash table (put, get and transfer operations) using c in unix. so give some nice infromation on how to write my code.

I believe K&R is what you are looking for.

Its a C book written by Kernighan & Ritchie which you might find very useful for learning C.

Note: If you have a very generic question then you will get a very generic answer !

I welcome, and expect better answers for this anyway.