resilience to sybil attack - public vs private

0

1

it appears that although not totally water-proof to Sybil attacks, Bitcoin network seems quite resilient to these kind of attack Preventing Sybil attacks. Is it true to assert that permissioned or private blockchain are less exposed since there is a certain level control of the participant allowed to enter the network ?

user2478159

Posted 2018-01-23T13:08:21.943

Reputation: 1

Answers

1

Definate yes.

The Sybil attack in computer security is an attack wherein a reputation system is subverted by forging identities in peer-to-peer networks.

If nodes are required to proove their identity before they can join the network, just like in permissioned or private blockchains, then they will not be able to forge the identities.

Preet

Posted 2018-01-23T13:08:21.943

Reputation: 393