šŸŽ® From Game Glitches to Internet Mastery: How Fixing "A Way Out" Led Me Down the DNS Rabbit Hole šŸ•µļøā€ā™‚ļø

Ever had a moment where a small tech issue unexpectedly unlocked a whole new plethora for learning?

Thatā€™s exactly what happened to me. One minute, I was just trying to troubleshoot a connection error while playing A Way Out, an adrenaline-packed co-op game by EA, and the next thing I knewā€”I was knee-deep in exploring how the internetā€™s nervous system (DNS) works. What started as a frustrating error message, ā€œCannot connect to EA servers,ā€ ended up unlocking an entirely new realm of knowledge about DNS servers, public IPs, ISP routing, and how the internet stitches everything together behind the scenes.

Back in my college days, I was more focused on writing code than worrying about the underlying mechanics of the internet. Sure, I knew about DNS, IP addresses, and networking fundamentalsā€”but I never really gave them much thought beyond what was needed to pass an exam. Little did I know, a simple gaming frustration would lead to one of the biggest "aha!" moments of my day. What I learned left me amazedā€”and Iā€™m about to take you on that same journey. Buckle up! šŸš€

šŸŽ® The Problem: "Cannot Connect to EA Servers"

It all began when I launched A Way Out for a quick multiplayer session. Everything was fineā€”until I was hit with the dreaded error:

šŸ›‘ "Cannot connect to EA servers."

Like any gamer, I followed the basic troubleshooting steps:
āœ… Restarted the game.
āœ… Restarted my PC.
āœ… Checked my internet.

But nothing worked. Frustration level: MAX.

Thatā€™s when I turned to YouTube tutorials and came across various fixes. Some suggested:

  • Running ipconfig /flushdns

  • Setting public DNS servers like Googleā€™s 8.8.8.8 or 8.8.4.4

At the time, I blindly followed the steps without fully understanding them. And guess what?

Nothing changed.

šŸ’” The Game-Changer: A Simple Network Reset

I was about to give up when I decided to try one last thingā€”resetting all network settings and restarting my PC. To my surprise...šŸŽ‰ Voila! Multiplayer was back. But thatā€™s when the real curiosity kicked in.

Why did this work?
What had actually happened behind the scenes?

I was determined to uncover the truth. And thatā€™s when I began asking myself a series of related questions that would eventually lead me to unlock a wealth of knowledge.

šŸ›’ An Unexpected Tech Spiral: The Shopping Trip That Helped

Later that evening, I was out shopping with my mom. She was deep in her shopping spree, and I was... well, bored.

So, I started scrolling through Hashnode blogs on my phone.

I stumbled upon an article about Gradle, Maven, and npmā€”common build tools in software development. The blog mentioned something about Groovy and Domain-Specific Languages (DSLs).

That wordā€”Domainā€”sparked a mental connection.

Wait... wasnā€™t I just dealing with something called Domain Name System (DNS)?

Thatā€™s when it clicked:
šŸ”¹ DNS is literally ā€œDomain Name System.ā€
šŸ”¹ Itā€™s why we can type ea.com instead of some long IP address.
šŸ”¹ And maybe... just maybe... I should finally understand what the hell just happened.

And just like that, my curiosity pulled me back into the world of networking. I had to dig deeper. šŸš€

šŸŒ The 13 Questions That Led to Clarity

To get to the bottom of this, I started asking questionsā€”lots of them.

Hereā€™s a list of the exact 13 questions (or prompts) I asked ChatGPT (and myself) along the way:

  1. What is DNS?

  2. What is the use of ipconfig /flushdns?

  3. Do you know anything about the game A Way Out? Why couldnā€™t I connect to EA servers?

  4. I reset the network settings, and it worked. What could the problem have been?

  5. What is the DNS of A Way Out game currently?

  6. How can a public DNS connect me to the EA server?

  7. Does using Googleā€™s DNS mean configuring my PC to use a public DNS?

  8. How do ISP DNS servers work in real-time? Can you explain with an example and diagram?

  9. Can we say that our deviceā€™s DNS cache is similar to an ISPā€™s DNS server?

  10. Is my ISP responsible for storing all the DNS mappings globally?

  11. Does Googleā€™s DNS server store all the IP mappings?

  12. Where is all the DNS mapping of the internet stored?

  13. What organizations manage and maintain this entire system?

Each question led me deeper and deeper into the mechanics of DNS. And with every answer, I felt like I was uncovering secrets that most people donā€™t even think about.

Let me share glimpses from the vast amount of information I received.

Q1: What is DNS?

DNS (Domain Name System) is like the phonebook of the internet.

When you type a URL like ea.com, DNS translates it into a numerical IP addressā€”like 159.153.64.173ā€”that computers can understand.

How DNS Works (Simplified):

1ļøāƒ£ You type ea.com into your browser.
2ļøāƒ£ Your system checks its local DNS cache for a saved IP.
3ļøāƒ£ If not found, it queries a DNS server.
4ļøāƒ£ The DNS server returns the correct IP address.
5ļøāƒ£ Your browser connects to that IP, and youā€™re in!

Q2: What is the use of ipconfig /flushdns?

When I ran ipconfig /flushdns, I was actually clearing my systemā€™s local DNS cache.

This cache temporarily stores DNS lookups to speed up future requests. But if the cached record becomes stale or outdatedā€”like if EA changed their server IPā€”your system might still try to use the wrong IP.

Flushing the DNS cache clears all previous entries and forces the system to query fresh DNS information.

Q3: Why couldnā€™t I connect to EA servers?

After some digging, I realized that EAā€™s servers had likely changed their IP addresses or updated their DNS records.

Since my system was still relying on a cached DNS record with the old IP, it was unable to connect.

Lesson learned: Even if a site or game changes its IP, cached DNS entries can still point to outdated locations.

Q4: I reset my network, and it worked. Why?

Resetting my network did more than just flush the DNS. It:

  • Wiped all previous network configurations.

  • Requested fresh IP and DNS settings from my ISP.

  • Allowed my system to establish a new connection path.

In essence: Resetting the network not only refreshed the DNS but also corrected any lingering misconfigurations that could have been causing the issue.

Q5: What is the DNS of A Way Out game currently?

Interestingly, EA games like A Way Out rely on a set of distributed servers with dynamically changing IPs.

Their DNS records are handled by content delivery networks (CDNs) that optimize routing and reduce latency.

This explains why sometimes DNS changes donā€™t propagate immediately, leading to temporary connectivity issues.

Q6: How can a public DNS connect me to EA servers?

Most people use their ISPā€™s default DNS servers, but these can be:
āŒ Slow
āŒ Clogged with traffic
āŒ Outdated

Public DNS serversā€”like Google DNS (8.8.8.8 and 8.8.4.4)ā€”are faster, more reliable, and globally distributed.

By switching to Googleā€™s DNS, it bypassed the ISPā€™s DNS servers and got a direct, faster route to EAā€™s servers.

Q7: Does using Googleā€™s DNS mean configuring my PC to use a public DNS?

Absolutely. When you configure your PC to use Googleā€™s DNS:

  • Your DNS queries bypass your ISPā€™s DNS servers.

  • Queries go directly to Googleā€™s global DNS infrastructure, which tends to be faster and more up to date.

Q8: How do ISP DNS servers work in real time?

When you type a URL:
1ļøāƒ£ Your browser checks the local DNS cache.
2ļøāƒ£ If the record isnā€™t there, it asks the ISPā€™s DNS server.
3ļøāƒ£ The ISP checks its own cache.
4ļøāƒ£ If not found, it queries higher-level DNS servers until it gets the answer.
5ļøāƒ£ It returns the IP to your device.

Fun Fact: DNS resolution usually takes millisecondsā€”but even that slight delay can impact game performance.

Q9: Can we compare a deviceā€™s DNS cache to an ISPā€™s DNS server?

Kind of. But thereā€™s a key difference:

  • Local DNS cache stores results temporarily for your device.

  • ISP DNS servers cache results for all their users and query upstream DNS servers when needed.

Think of it as:
šŸ§  Your deviceā€™s DNS cache = A personal notepad.
šŸ¢ ISPā€™s DNS cache = A company-wide knowledge base.

Q10: Is my ISP responsible for storing all the DNS mappings globally?

Not quite. ISPs only cache DNS records to improve local performance.

But the actual DNS mapping for the entire internet is handled by a hierarchical system:

  • Root DNS Servers

  • TLD Servers

  • Authoritative DNS Servers

ISPs query these higher-level servers when they donā€™t have cached records.

Q11: Does Googleā€™s DNS server store all the IP mappings?

No, Googleā€™s DNS servers donā€™t store all the worldā€™s DNS mappings.

They act as resolvers, querying authoritative DNS servers and caching responses temporarily to serve future requests faster.

Think of Googleā€™s DNS like an ultra-fast, globally distributed librarian who fetches and remembers answers quickly.

Q12: Where is all the DNS mapping of the entire internet stored?

DNS data isnā€™t stored in a single place. Instead, itā€™s hierarchical and distributed:

  • Root DNS Servers (handle top-level domains like .com, .org)

  • TLD Servers (handle domains like ea.com)

  • Authoritative DNS Servers (store the actual IP mappings)

Q13: Who manages this massive system?

  • ICANN (Internet Corporation for Assigned Names and Numbers) ā€“ Governs DNS and IP address allocation.

  • IANA (Internet Assigned Numbers Authority) ā€“ Manages global IP address allocation.

  • Regional Internet Registries (RIRs) ā€“ Allocate IPs regionally.

šŸš€ From Gaming to Global Networks: The Power of Curiosity

A simple gaming issue turned into an eye-opening journey into networking, DNS, and the backbone of the internet.

If thereā€™s one thing I learned, itā€™s this:

Every problem is an opportunity to learn something new.

Next time a game wonā€™t connect, donā€™t just get frustratedā€”get curious. Who knows? It might just lead you to your next big discovery. Sometimes, fixing a game can teach you how the world works. And thatā€™s a lesson worth sharing. šŸ˜‰


šŸ’” Whatā€™s your story? Whatā€™s the most unexpected way youā€™ve ever learned something new? Drop a comment below-Iā€™d love to hear your stories!

7
Subscribe to my newsletter

Read articles from Subhendu Kumar Jena directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Subhendu Kumar Jena
Subhendu Kumar Jena

I am an Engineering graduate of 2024 in the field of Computer Science. I have a keen interest in digital and IT technologies since I was in High-School. 4 years of engineering has taught the values of being a student, and watching videos from YouTube and reading blogs made me know the hard way that making it to the top in this field requires patience and hard work. So here I am taking a small step for a bigger change and a greater opportunity. Thanks.