Archive for the ‘Uncategorized’ Category
Python Testing
Monday, June 22nd, 2009DHT Links
Thursday, March 5th, 2009- Distributed Hash Tables Links
- Serving DNS using a Peer-to-Peer Lookup Service
- Wide-area cooperative storage with CFS
- LOOKING UP DATA IN P2P SYSTEMS
- www.openp2p.com
- O’Reilly P2P Directory
- IRIS: Infrastructure for Resilient Internet Systems
- MIT RON (Resilient Overlay Networks) project
- Efficient Replica Maintenance for Distributed Storage Systems
- An Analysis of the Skype Peer-to-Peer Internet Telephony Protocol
- Glacier: Highly durable, decentralized storage despite massive correlated failures
Events vs. Threads
Monday, March 2nd, 2009IKEv1 vs IKEv2
Monday, November 17th, 2008- Design of IPsec and IKE version 1 and 2
- IKEv1 and IKEv2: A Quantitative Analyses
- IKE/ISAKMP considered harmful (IKEv1)
- Analysis of the IPSec Key Exchange Standard (IKEv1)
- AH is unnecessary
- the power of IPSec cannot be exploited until the API is changed to inform the application of the endpoint identifier, and the application is modified to use the information in the modified API.
- IKE is far too complex, and the specifications are so difficult to understand that it has not gotten a thorough review
- IKE’s second phase should be removed.
- The public encryption key variants of IKE should be removed.
- Modify IKE to allow stateless cookies
- RFC 2408, Internet Security Association and Key Management Protocol (ISAKMP), Section 2.5.3 Anti-Clogging Token (”Cookie”) Creation
ISAKMP requires that the cookie be unique for each SA
establishment to help prevent replay attacks, therefore, the date and
time MUST be added to the information hashed.==> no stateless cookies in IKEv1
- IKEv2 Wikipedia