Changes between Initial Version and Version 1 of Ticket #2425
- Timestamp:
- 2015-05-16T16:37:22Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2425 – Description
initial v1 1 An important development to keep a network clean from sybil and malicious attacs it's a way to blacklist and detectmalicious storage nodes1 An important development to keep a network clean from pseudospoofing ("Sybil") and malicious attacks is a way to detect and blacklist unreliable or malicious storage nodes 2 2 3 A malicious storage node it's defined like a node that it's saying thatit's storing data, but it isn't.3 An unreliable storage node is defined as a node that says it's storing data, but it isn't. 4 4 5 Those parts of files that it's rec iving, are lost.5 Those parts of files that it's receiving, are lost. 6 6 7 To prevent maliciousstorage nodes, each client will check file integrity to be sure files are accessible.7 To prevent use of unreliable storage nodes, each client will check file integrity to be sure files are accessible. 8 8 9 Client keeps a relation of parts uploaded to each node. When a storage node where file were al ocated there, is not giving the file, or it's answering it doesn't have your file or is not online, after few retries in different days this node it's marked as malicious.9 Client keeps a relation of parts uploaded to each node. When a storage node where file were allocated there, is not giving the file, or answers that it doesn't have your file or is not online, after few retries in different days this node is marked as unreliable. 10 10 11 Each client will have a list of what he detected as a maliciousstorage node.11 Each client will have a list of what he detected as an unreliable storage node. 12 12 13 Those list can be done in the introducer, too. In this way, introducer would prevent to notice about a maliciousstorage node to possible clients.13 Those list can be done in the introducer, too. In this way, introducer would prevent to notice about an unreliable storage node to possible clients.