TUXDB - LINUX GAMING AGGREGATE
by NuSuey
NEWSFEED
▪️ GAMES
▪️ STEAM DECK ▪️ DEALS ▪️ CROWDFUNDING ▪️ COMMUNITY
tuxdb.com logo
Support tuxDB on Patreon
Currently supported by 8 awesome people!

🌟 Special thanks to our amazing supporters:


✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Arch Toasty][Benedikt][David Martínez Martí]


Between the Lanes: Denying Denial of Service


Welcome back to Between the Lanes, a blog feature where members of our development team walk through some of the challenges, bugfixes, and occasional happy accidents we encounter while working on a game as unique as Dota. This is a story about the internet, and how it doesnt work like it should, when it works at all, except when it doesnt. Its a story about how the internet stopped working for our customers, and how we fixed it. The internet is more of a wild frontier than we give it credit for being. Stray from the safe confines of your two-factor identification and trusted cookies, and it can be a bit of a wilderness out there, full of random trolls with the maliciousnessand, increasingly, the abilityto make your life pretty miserable for no other reason than because they can. Back in 2014, the method those trolls were using was distributed denial-of-service (DDoS) attacks. Distributed refers to a large number of internet hosts maliciously flooding a particular target IP with traffic in an effort to overwhelm the network stack. This is called a volumetric attack, and the intent isnt to try to get into the network. Its just trying to deny service. A distributed denial of service means that legitimate people who want legitimate service are crowded out by the bad traffic. The problem with DDoS attacks was that, by late 2014, they werent being committed by data-exfiltrating super-hackers with advanced computer science degrees. They were being committed by just about anybody who wanted to pay a service or a bot to do it for them. And its pretty obvious why. Although some people were happy to do it purely for vandalisms sake, others had a motive: A DDoS attack was a surefire way to shut down a match that either you or someone you were rooting for were losing. This wasnt just an occasional irritation anymore. It was turning into an outright assault on any game where players competed. By the opening months of 2015, we were seeing a huge uptick in DDoS attacks on Dota and CS:GO, with other companies reporting a huge jump as well. Someone had, very suddenly, made it very easy for anyone to do this. In August 2015, The International was disrupted with DDoS attacks. Although the pros playing the match werent affected, for more than two hours, the broadcasters couldnt get into the matches to give play-by-play and color commentary. Sending out the stream as a TV broadcast became an issue. The players were suddenly playing in a void. This was a professional gaming event with millions watching and millions of dollars on the line, and it was being disrupted by random people with five-dollar software. It was a problem Valve couldnt ignore.
We tried several solutions to deal with DDoS attacks before we arrived at one that worked. Initially, we attempted to filter the traffic with a powerful network switch. Unfortunately, this type of filtering is inherently difficult to do with game traffic. It is the nature of game servers to receive unsolicited UDP (User Datagram Protocol) traffic from arbitrary IP addresses. Imagine you had a post office that weeded out unwanted junk mail for you. But now imagine your job is as an advice columnist, and you receive tons of legitimate mail from random strangers all the time. For you, the post office doesn't know what's junk mail and what isn't. That's how traffic to game servers tends to look. Furthermore, the source IP in UDP packets is not secured, and can be easily spoofed. Our post office cannot even look at the return address on the envelope for clues, because the senders of junk mail forge that. Steam delivers a lot of bits for game content, and has built up a large network for doing so. We were already taking advantage of this network to deliver game traffic over dedicated links, obtaining good peering, ensuring that networking engineering best practices were used, etc. This kept player ping times low, but did not protect against DDoS attack. The problem is that UDP protocols are not secure, so while we had our own network, it wasn't private. To prevent attackers from using our own network to attack our servers, we needed to control all the entrances and secure them. We accomplished this by creating proxies for game traffic, routing every single packet of data transmitted across the network through relays. Now when a client wanted to talk to a game server, it had to do so through a relay that both authenticated it and proxied that traffic to the game server. This meant the IP address of the server was always hiddenthe attacker simply had no idea where to attack. To re-use our antiquated post office metaphor from earlier, our spammer no longer had an address to send junk mail to. They could send it to every post office in the area and ask them to mail it, but without authorization, that post office isnt going to. (Moreover, that post office would find it a little suspicious that someone was trying to send a single person 100,000 letters.)
But couldnt you just attack the relay? Technically, you could. But we have an essentially limitless number of them, and we built them to be attacked. A relay is just another word for a computer running software. You can attack it or take it offline, but the protocol was designed with that assumption in mind. If a client is trying to play a game and loses contact with a relay, it just switches to another. Relays are like hundreds of pawns scattered around the world with the singular purpose of guarding the game server. (Incidentally, taking out a relay is harder than it sounds. Theyre engineered pretty well and positioned in a specific part of the network, so although they were built to be taken offline, we havent lost one yet.) The solution was straightforward but effective. Before, if someone wanted to disrupt a game, they could just overpower a single game server (a very low bar to clear). Now they had to overpower essentially the entire data centera much, much, much higher bar. Are there attacks that could still accomplish this? Of course. Are there attacks that can do this that anyone online could buy for five dollars? No. An attack this sophisticated was officially out of the price range of most people. With this new system up and running, we had an epiphany: If we controlled our own private network, we wouldnt be beholden to how the normal internet works. We could use it to make the customer experience even better. With the normal internet, when you send a packet from one IP address to another, the route you use is determined by Border Gateway Protocol (BGP). This is a routing algorithm that decides how your packet will travel across a network, and you have no choice in the route it picks. But with a virtual private network composed of hundreds of global relays and data centers, we could essentially choose our own route from the client to the game serveroften a faster shortcut than the default route. If youre using Steam Datagram Relay (SDR), the Steam overlay will show your ping time and what route were giving you, so you can see for yourself how it gets optimized.
A feature that started as a way to protect Dota game servers has grown past what anyone could have expected. The SDR network routinely delivers as much as 140M packets and 550GBit per second. We have relays in 31 data centers with a capacity of over 5TBit. What we now call the Steam Datagram Relay not only protects against DDoS attacks, but also increases connectivity and lowers ping for every Dota customer. And it doesnt just do this for Dota, but for any game on Steam that wants to take advantage of it. We hope you enjoyed another peek between the lanes of Dota. This was a pretty technical one, thanks for hanging in there for it! And feel free to let us know what youd like us to cover next.


[ 2024-03-06 00:21:46 CET ] [ Original post ]



Dota 2
Valve
  • Developer

  • Valve
  • Publisher

  • 2013-07-09
  • Release

  • Action Strategy F2P Coop
  • Tags

  • Game News Posts 664  
    🎹🖱️Keyboard + Mouse
  • Controls

  • Very Positive

    (2335110 reviews)


  • Review Score

  • http://www.dota2.com/
  • Website

  • https://store.steampowered.com/app/570 
  • Steam Store

  • The Game includes VR Support

    OPEN VR Support

     1 

     

    SteamVR

     1 

     

    Room width requirement

     2 

     

    Room depth requirement

     1.5 

     

    Standing

     1 

     

    Seated

     1 

     

    Dota 2 Linux [674.97 M]

  • Public Linux depots

  • The International 10 Battle Pass
    Nemestice 2021 Battle Pass
    The Aghanim’s Labyrinth Battle Pass
  • Available DLCs

  • Dota is a competitive game of action and strategy, played both professionally and casually by millions of passionate fans worldwide. Players pick from a pool of over a hundred heroes, forming two teams of five players. Radiant heroes then battle their Dire counterparts to control a gorgeous fantasy landscape, waging campaigns of cunning, stealth, and outright warfare.

    Irresistibly colorful on the surface, Dota is a game of infinite depth and complexity. Every hero has an array of skills and abilities that combine with the skills of their allies in unexpected ways, to ensure that no game is ever remotely alike. This is one of the reasons that the Dota phenomenon has continued to grow. Originating as a fan-made Warcraft 3 modification, Dota was an instant underground hit. After coming to Valve, the original community developers have bridged the gap to a more inclusive audience, so that the rest of the world can experience the same core gameplay, but with the level of polish that only Valve can provide.

    Get a taste of the game that has enthralled millions.
    MINIMAL SETUP
    • OS: Ubuntu 12.04 or newer
    • Processor: Dual core from Intel or AMD at 2.8 GHzMemory: 4 GB RAM
    • Memory: 4 GB RAM
    • Graphics: AMD GCN+. NVIDIA Kepler+. or Intel HD 5000-series or newerNetwork: Broadband Internet connection
    • Storage: 60 GB available space
    GAMEBILLET

    [ 5901 ]

    8.25$ (17%)
    8.27$ (17%)
    12.74$ (15%)
    33.97$ (15%)
    24.87$ (17%)
    17.99$ (28%)
    7.79$ (40%)
    24.98$ (17%)
    16.79$ (16%)
    16.79$ (16%)
    21.22$ (15%)
    15.99$ (20%)
    16.57$ (17%)
    33.57$ (16%)
    10.00$ (60%)
    3.35$ (16%)
    24.89$ (17%)
    16.99$ (15%)
    4.12$ (17%)
    8.39$ (16%)
    26.68$ (11%)
    20.65$ (17%)
    8.47$ (15%)
    7.50$ (50%)
    8.49$ (15%)
    16.99$ (15%)
    16.79$ (16%)
    4.19$ (16%)
    2.47$ (17%)
    11.25$ (75%)
    GAMERSGATE

    [ 1903 ]

    3.38$ (77%)
    7.34$ (48%)
    14.99$ (25%)
    2.1$ (70%)
    0.51$ (83%)
    1.84$ (74%)
    6.0$ (60%)
    7.49$ (63%)
    1.8$ (85%)
    5.63$ (62%)
    5.62$ (44%)
    0.75$ (92%)
    1.88$ (62%)
    0.64$ (87%)
    3.0$ (70%)
    2.25$ (85%)
    2.93$ (77%)
    1.5$ (85%)
    8.8$ (65%)
    0.53$ (92%)
    1.13$ (89%)
    1.13$ (92%)
    4.69$ (81%)
    5.0$ (50%)
    0.75$ (85%)
    0.6$ (92%)
    15.0$ (70%)
    1.31$ (81%)
    0.23$ (92%)
    0.53$ (92%)

    FANATICAL BUNDLES

    Time left:

    3 days, 19 hours, 21 minutes


    Time left:

    26 days, 19 hours, 21 minutes


    Time left:

    8 days, 19 hours, 21 minutes


    Time left:

    39 days, 19 hours, 21 minutes


    HUMBLE BUNDLES

    Time left:

    6 days, 13 hours, 21 minutes


    Time left:

    6 days, 13 hours, 21 minutes


    Time left:

    15 days, 13 hours, 21 minutes

    by buying games/dlcs from affiliate links you are supporting tuxDB
    🔴 LIVE