What happens if an ISP isolates a portion of nodes?

0

I came to believe that an ISP can easily detect full nodes, BTC connections and isolate them from reaching any other nodes.

When and if an ISP decided to do so, could they easily perform a 51% attack and do everything they want?

qkhanhpro

Posted 2018-02-05T14:01:04.277

Reputation: 101

Answers

1

Yes, but this would only work if said ISP would host more than 50% of all the full nodes in the network. This is simply not the case, the nodes in the network are too widely distributed for that.

Glorfindel

Posted 2018-02-05T14:01:04.277

Reputation: 310

An ISP can isolate all TCP connection with the message signature corresponding to BTC protocol and completely control all the nodes under its host / letting only the nodes inside that ISP talk to eachother, is that right? I mean, divide and conquer, not trying to attack the whole BTC networkqkhanhpro 2018-02-05T14:16:07.223

0

I came to believe that an ISP can easily detect full nodes, BTC connections and isolate them from reaching any other nodes.

This is true. An ISP could easily block all Bitcoin traffic or, just prevent Bitcoin traffic from entering/exiting their network and isolate the nodes.

When and if an ISP decided to do so, they could easily perform a 51% attack and do everything they want?

In the case of isolated nodes, said ISP would still need enough hashing power to present blocks with sufficient PoW to be accepted (a LOT!) and, would have to also block Tor.

Willtech

Posted 2018-02-05T14:01:04.277

Reputation: 2 657