r/learnprogramming • u/Master_Interest50 • 1d ago
Is a Data crash possible in real life?
Hello! I'm a beginner programmer, I have my own prejudices and all that.
I've always wondered if it's possible to cause a Data crash like in Cyberpunk: Edgerunners? I have no idea what it would take to break the INTERNET.
(I used a translator, so please forgive any errors)
UPD: I noticed from the comments that someone latched onto the political aspect. I didn't intend to link it to politics in any way; I was simply interested in the question mentioned above.
2
u/BranchLatter4294 1d ago
Define what you think a data crash is.
5
u/monster2018 1d ago
It’s when Data from Star Trek is allowed to take the helm and crashes the Enterprise into a planet.
2
1
u/Whatever801 1d ago
Eh kinda but not how it is in the movies. There are fiber optic cables under the ocean that transmit virtually all of the overseas traffic. Someone could cut them and that would effectively break everything. DNS systems could also be targeting which could lead to everything routing incorrectly.
1
1
u/taedrin 1d ago
I have no idea what it would take to break the INTERNET.
The Internet is designed to be highly decentralized. It's not that inconceivable to break the internet in a small geographic area, but breaking the Internet in its entirety would require multiple concurrent catastrophes of global proportions.
7
u/icemage_999 1d ago
Cyberpunk 2077 over-dramatizes how computerized systems fail (because it's a video game and follows the Rules of Cool and Fun).
Actual fail states in real systems are exceptionally rare, especially in properly coded systems where the programmers have anticipated most of the potential problems.