P2P Security issues - anonymizing


The TCP/IP headers are like an envelope which bears the addresses of source and destination and contains the user data. In a peer-to-peer system, we can discard one (when routing) or both (when broadcasting) of those addresses by routing our messages through our own P2P application level protocol, replacing source and destination addresses with virtual addresses or aliases, thus delivering only the now anonymized content.

Prev Next Index