<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cloud &amp; Hosting Archives - Orbit Computer Solutions</title>
	<atom:link href="https://www.orbit-computer-solutions.com/category/cloud-and-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.orbit-computer-solutions.com/category/cloud-and-hosting/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Jul 2026 12:24:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>
	<item>
		<title>Spanning Tree Protocol (STP) Explained</title>
		<link>https://www.orbit-computer-solutions.com/stp-spanning-tree-protocol-explained/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 04 Mar 2026 07:49:00 +0000</pubDate>
				<category><![CDATA[Cloud & Hosting]]></category>
		<guid isPermaLink="false">https://www.orbit-computer-solutions.com/?p=48904</guid>

					<description><![CDATA[<p>So what is Spanning Tree Protocol? Spanning Tree Protocol, usually shortened to STP, is the system that keeps the network of switches inside a building from forming loops. A loop is simply more than one path between the same two points, and on a local network a loop is surprisingly dangerous. It was invented by ... <a title="Spanning Tree Protocol (STP) Explained" class="read-more" href="https://www.orbit-computer-solutions.com/stp-spanning-tree-protocol-explained/" aria-label="Read more about Spanning Tree Protocol (STP) Explained">Read more</a></p>
<p>The post <a href="https://www.orbit-computer-solutions.com/stp-spanning-tree-protocol-explained/">Spanning Tree Protocol (STP) Explained</a> appeared first on <a href="https://www.orbit-computer-solutions.com">Orbit Computer Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<img fetchpriority="high" decoding="async" width="1289" height="721" class="gb-media-60cb1fe0" alt="spanning tree protocol STP featured image" title="spanning tree protocol STP featured image" src="https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/spanning-tree-protocol-STP-featured-image.png" srcset="https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/spanning-tree-protocol-STP-featured-image.png 1289w, https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/spanning-tree-protocol-STP-featured-image-300x168.png 300w, https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/spanning-tree-protocol-STP-featured-image-1024x573.png 1024w, https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/spanning-tree-protocol-STP-featured-image-768x430.png 768w" sizes="(max-width: 1289px) 100vw, 1289px" />



<h2 class="wp-block-heading">So what is Spanning Tree Protocol?</h2>



<p class="wp-block-paragraph"><a href="https://en.wikipedia.org/wiki/Spanning_Tree_Protocol" target="_blank" rel="noreferrer noopener">Spanning Tree Protocol</a>, usually shortened to STP, is the system that keeps the network of switches inside a building from forming loops. A loop is simply more than one path between the same two points, and on a local network a loop is surprisingly dangerous.</p>



<p class="wp-block-paragraph">It was invented by Radia Perlman back in 1985 and later written into an international standard, and the basic job hasn&#8217;t changed since: let a network have backup links for resilience, while making sure those backups never quietly form a loop that brings everything down.</p>



<p class="wp-block-paragraph">You can think of it as a referee for your cabling. It looks at every possible path through the network, picks a sensible set that reaches everywhere without doubling back, and benches the rest until they&#8217;re needed.</p>



<h2 class="wp-block-heading">Why a loop is so dangerous</h2>



<p class="wp-block-paragraph">Inside an office, switches move traffic around by flooding certain messages to every port until they learn where everything lives. If there are two paths between two switches, those messages can go round and round the loop, forever, multiplying as they go.</p>



<p class="wp-block-paragraph">Within seconds you get what&#8217;s called a&nbsp;<a href="https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst9200/software/release/16-12/configuration_guide/lyr2/b_1612_lyr2_9200_cg/configuring_spanning_tree_protocol.html" target="_blank" rel="noreferrer noopener">broadcast storm</a>: the network fills with the same traffic echoing endlessly, the switches are overwhelmed, and real traffic can&#8217;t get through. To everyone in the building it looks like the whole network has simply died, all at once.</p>



<p class="wp-block-paragraph">The cruel irony is that loops are usually created with the best of intentions. You add a second cable between two switches so there&#8217;s a backup if one fails. Without something watching over it, that act of caution is exactly what creates the loop.</p>



<h2 class="wp-block-heading">How STP keeps the peace</h2>



<p class="wp-block-paragraph">STP&#8217;s solution is rather elegant. All the switches talk to each other and elect one of them as the reference point, the root. Each switch then works out its best path back to that root and quietly switches off any other path that would create a loop. The blocked links aren&#8217;t gone; they&#8217;re held in reserve.</p>



<p class="wp-block-paragraph">The clever part is what happens when something fails. If the main link a switch was using goes down, STP notices, recalculates, and brings one of those reserved backup links into service. You get the resilience of having spare cabling without the danger of a loop. The wider internet runs on <a href='https://www.orbit-computer-solutions.com/bgp-border-gateway-protocol-explained/'>the same idea one level up</a>, healing around failures out on the backbone. You plug in two paths for safety, and STP makes sure only one of them is ever live at a time.</p>



<h2 class="wp-block-heading">Why this matters if you run a business</h2>



<p class="wp-block-paragraph">Like a lot of networking, STP is something you&#8217;ll never touch directly. Your switches handle it, and a well-built network has it working sensibly from day one. But it&#8217;s worth understanding for two opposite reasons.</p>



<p class="wp-block-paragraph">The first is resilience. STP is the mechanism that lets a network have backup links at all. A properly designed network can lose a cable or a switch and keep running, because a spare path quietly takes over. That only works if the network was built with redundancy in mind, rather than as an afterthought.</p>



<p class="wp-block-paragraph">The second is fragility. When STP is missing, misconfigured, or running on cheap unmanaged switches that don&#8217;t support it, a single careless loop can take everything down.</p>



<h3 class="wp-block-heading">The hospital that went back to paper</h3>



<p class="wp-block-paragraph">The classic cautionary tale is Beth Israel Deaconess Medical Center in Boston. In November 2002 a single application began looping data across a network built almost entirely on simple switches that leaned heavily on spanning tree. The result was a&nbsp;<a href="https://www.computerworld.com/article/1346623/all-systems-down.html" target="_blank" rel="noreferrer noopener">network meltdown</a>&nbsp;that came and went for the best part of four days. Staff fell back to paper records, lab results that normally took 45 minutes took five hours, and the emergency department had to divert patients. The network ended up being rebuilt from the ground up.</p>



<h3 class="wp-block-heading">The everyday version</h3>



<p class="wp-block-paragraph">Most loops are far less dramatic. The common one is mundane: someone tidies a cupboard and plugs both ends of a spare cable into the same switch, or daisy-chains a little desk switch back into the wall. On a network with STP doing its job, that mistake is spotted and the offending path is blocked before anyone notices. On a network without it, the office goes dark until someone physically finds the cable.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">You add a second cable for safety, and on a network without spanning tree, that very act of caution is what takes the whole office down.</p>
</blockquote>



<h2 class="wp-block-heading">The practical takeaway</h2>



<p class="wp-block-paragraph">You don&#8217;t need to learn spanning tree. You need a network that was set up by someone who has. In practice that comes down to a few things:</p>



<ul class="wp-block-list">
<li><strong>Use <a href='https://www.orbit-computer-solutions.com/routers-and-switches-explained/'>proper managed switches</a>.</strong> The cheapest unmanaged kind often don&#8217;t run spanning tree at all, which is precisely how an accidental loop turns into an outage.</li>



<li><strong>Design in redundancy on purpose.</strong> Backup links only help if the network was built to use them, with spanning tree configured to match, not bolted on later and hoped for.</li>



<li><strong>Switch on the modern safeguards.</strong> Newer versions and features, with names like RSTP, BPDU Guard and loop protection, make the network recover faster and stop a stray cable causing chaos. A good setup turns them on, and turns off the insecure ones, like <a href='https://www.orbit-computer-solutions.com/cisco-dynamic-trunking-protocol-dtp-explained/'>automatic trunking</a>.</li>



<li><strong>Keep an eye on it.</strong> Knowing that a backup link has taken over, or that something has started looping, before it spirals is the difference between a non-event and a very bad afternoon.</li>
</ul>



<h4 class="wp-block-heading">The short version</h4>



<p class="wp-block-paragraph">Spanning Tree Protocol is the referee that lets your network have backup cabling without those backups forming a loop that takes everything down. You&#8217;ll never configure it, but whether it&#8217;s set up properly is the difference between a spare link that quietly saves you and a single loose cable that floors the whole office.</p>



<h2 class="wp-block-heading">The bottom line</h2>



<p class="wp-block-paragraph">Spanning Tree is one of those quietly brilliant pieces of plumbing that has been holding networks together since the 1980s. When it&#8217;s set up well you never think about it: links fail, backups take over, and nobody notices. When it&#8217;s missing or done badly, an ordinary mistake can take down everything at once.</p>



<p class="wp-block-paragraph">The lesson for a business isn&#8217;t to understand the protocol. It&#8217;s to make sure the network underneath you was built properly, with real redundancy, sensible switches and the modern safeguards switched on, so that a single cable never gets to decide how your team&#8217;s afternoon goes.</p>



<p class="wp-block-paragraph">If you&#8217;d like someone to take an honest look at how resilient your network actually is, that&#8217;s exactly the kind of thing we enjoy getting stuck into.</p>
<p>The post <a href="https://www.orbit-computer-solutions.com/stp-spanning-tree-protocol-explained/">Spanning Tree Protocol (STP) Explained</a> appeared first on <a href="https://www.orbit-computer-solutions.com">Orbit Computer Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>So what is BGP? Border Gateway Protocol Explained (2026)</title>
		<link>https://www.orbit-computer-solutions.com/bgp-border-gateway-protocol-explained/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 10 Feb 2026 07:23:00 +0000</pubDate>
				<category><![CDATA[Cloud & Hosting]]></category>
		<guid isPermaLink="false">https://www.orbit-computer-solutions.com/?p=48895</guid>

					<description><![CDATA[<p>So what is BGP? BGP stands for Border Gateway Protocol. In plain terms, it&#8217;s the&#160;standardised system&#160;the internet uses to exchange routing and reachability information between large networks. That&#8217;s the textbook definition, and it really is the heart of it, so let&#8217;s unpack it. The internet isn&#8217;t a single network. It&#8217;s tens of thousands of separate ... <a title="So what is BGP? Border Gateway Protocol Explained (2026)" class="read-more" href="https://www.orbit-computer-solutions.com/bgp-border-gateway-protocol-explained/" aria-label="Read more about So what is BGP? Border Gateway Protocol Explained (2026)">Read more</a></p>
<p>The post <a href="https://www.orbit-computer-solutions.com/bgp-border-gateway-protocol-explained/">So what is BGP? Border Gateway Protocol Explained (2026)</a> appeared first on <a href="https://www.orbit-computer-solutions.com">Orbit Computer Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<style>.single-post .entry-content .ocs-inline-cta__txt strong{color:#fff !important}</style>



<img decoding="async" width="1295" height="721" class="gb-media-d9117b69" alt="bgp-border-gateway-protocol-explained featured image" title="bgp-border-gateway-protocol-explained featured image" src="https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/bgp-border-gateway-protocol-explained-featured-image.png" srcset="https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/bgp-border-gateway-protocol-explained-featured-image.png 1295w, https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/bgp-border-gateway-protocol-explained-featured-image-300x167.png 300w, https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/bgp-border-gateway-protocol-explained-featured-image-1024x570.png 1024w, https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/bgp-border-gateway-protocol-explained-featured-image-768x428.png 768w" sizes="(max-width: 1295px) 100vw, 1295px" />



<h2 class="wp-block-heading">So what is BGP?</h2>



<p class="wp-block-paragraph">BGP stands for Border Gateway Protocol. In plain terms, it&#8217;s the&nbsp;<a href="https://datatracker.ietf.org/doc/html/rfc4271" target="_blank" rel="noreferrer noopener">standardised system</a>&nbsp;the internet uses to exchange routing and reachability information between large networks. That&#8217;s the textbook definition, and it really is the heart of it, so let&#8217;s unpack it.</p>



<p class="wp-block-paragraph">The internet isn&#8217;t a single network. It&#8217;s tens of thousands of separate networks stitched together: internet service providers, cloud platforms, mobile carriers, universities and big companies. Each of these is called an autonomous system, and each has its own number, an ASN, a little like a telephone area code.</p>



<p class="wp-block-paragraph">BGP is the common language those networks use to talk to one another. Each one announces, in effect, &#8220;here are the ranges of internet addresses I can deliver traffic to,&#8221; and BGP gathers up all of those announcements so that any network can work out a path to any other. Without it, the separate pieces of the internet would have no agreed way to find each other.</p>



<h2 class="wp-block-heading">The internet&#8217;s road signs</h2>



<p class="wp-block-paragraph">A helpful way to picture BGP is as the road signs and sorting office of the internet, rather than the vehicles or the roads themselves.</p>



<p class="wp-block-paragraph">BGP doesn&#8217;t carry your data. It works out the route that data should take. Every network advertises which destinations it can reach and which neighbours it connects to. <a href='https://www.orbit-computer-solutions.com/routers-and-switches-explained/'>Routers then compare the available paths</a> and choose the one that looks best, usually the one that crosses the fewest networks to get there.</p>



<p class="wp-block-paragraph">Because every route carries a record of the networks it passes through, the system can avoid sending traffic round in circles, and each network gets to apply its own preferences about which way to send things. It&#8217;s updating constantly, too. If a link goes down somewhere, BGP notices that a route has disappeared and the rest of the internet quietly reroutes around the gap, often before anyone notices.</p>



<h2 class="wp-block-heading">Why this matters if you run a business</h2>



<p class="wp-block-paragraph">You&#8217;ll almost certainly never configure BGP yourself. That job sits with your internet provider and your hosting or cloud platforms. But BGP underpins nearly everything your business relies on online: your website being reachable, your email arriving, your cloud software loading, your card payments going through.</p>



<p class="wp-block-paragraph">The reason it&#8217;s worth knowing the name is that when BGP goes wrong, it tends to go wrong in a big, visible way. A few well-known examples make the point.</p>



<h3 class="wp-block-heading">The day Facebook vanished</h3>



<p class="wp-block-paragraph">In October 2021, Facebook, Instagram and WhatsApp disappeared from the internet for around six hours. Nothing had been hacked. A faulty internal change&nbsp;<a href="https://engineering.fb.com/2021/10/05/networking-traffic/outage-details/" target="_blank" rel="noreferrer noopener">withdrew the BGP routes</a>&nbsp;that told the rest of the world where to find Facebook&#8217;s systems. The servers were still running; the directions to them had simply been erased, and for a while billions of people couldn&#8217;t load the sites at all. It rhymes with the internet&#8217;s <a href='https://www.orbit-computer-solutions.com/dns-explained/'>address-book failures</a>, where the names stop resolving instead.</p>



<h3 class="wp-block-heading">Traffic sent the wrong way</h3>



<p class="wp-block-paragraph">Because networks largely take each other&#8217;s BGP announcements on trust, it&#8217;s possible for one to claim, by mistake or on purpose, that it can reach addresses it has no business handling. The result is a route leak or a&nbsp;<a href="https://www.cloudflare.com/learning/security/glossary/bgp-hijacking/" target="_blank" rel="noreferrer noopener">BGP hijack</a>: traffic meant for one place gets pulled somewhere else, causing outages or, in the worst case, giving someone the chance to snoop on it. It has happened to banks, payment networks and large online services.</p>



<h3 class="wp-block-heading">The &#8220;512k day&#8221;</h3>



<p class="wp-block-paragraph">Back in 2014, the global list of internet routes grew past a limit that a lot of older routers had been set up to hold, around 512,000 entries. Hardware around the world started misbehaving on the same day, and chunks of the internet slowed or dropped out. It was a useful reminder that even the internet&#8217;s plumbing has finite limits that have to be managed.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">BGP is one of those foundations you only ever meet on the day it fails. The rest of the time, it works silently, which is exactly why so few people have heard of it.</p>
</blockquote>



<h2 class="wp-block-heading">The practical takeaway: stay reachable</h2>



<p class="wp-block-paragraph">For most small and growing businesses, the lesson isn&#8217;t to go and learn BGP. It&#8217;s to make sure your business isn&#8217;t sitting on a single weak link. A few sensible habits cover most of it:</p>



<ul class="wp-block-list">
<li><strong>Choose well-connected providers.</strong> Good hosting and cloud platforms reach the internet through several networks at once, so if one path has a bad day your services stay reachable through another. That&#8217;s the resilient version of what BGP makes possible.</li>



<li><strong>Have a fallback for your own connection.</strong> A second line or a mobile failover means one provider&#8217;s outage doesn&#8217;t take your whole office offline with it.</li>



<li><strong>Keep an eye on your systems.</strong> <a href='https://www.orbit-computer-solutions.com/understanding-simple-network-management-protocol-snmp/'>Monitoring that tells you something has become unreachable</a>, ideally before your customers find out, turns a quiet crisis into a quick phone call.</li>
</ul>



<h2 class="wp-block-heading">A word on security</h2>



<p class="wp-block-paragraph">BGP was designed decades ago, in a more trusting era, and it largely assumes networks are telling the truth about which addresses they can reach. That assumption is exactly what makes hijacks possible.</p>



<p class="wp-block-paragraph">The wider industry has been steadily fixing this with measures that let networks verify whether a route really is coming from its rightful owner. You don&#8217;t need to implement any of that yourself. It&#8217;s simply one more reason to choose infrastructure providers who take it seriously, and to treat the security of your connectivity as part of the picture rather than an afterthought.</p>



<h4 class="wp-block-heading">The short version</h4>



<p class="wp-block-paragraph">BGP is the set of directions that lets the internet&#8217;s thousands of separate networks find one another, so your data reaches the right place. You&#8217;ll never touch it. But the providers you build on either look after it well, with good connections and sensible security, or they don&#8217;t, and that difference tends to show up on the day something breaks.</p>



<h2 class="wp-block-heading">The bottom line</h2>



<p class="wp-block-paragraph">Almost all of the time, BGP works flawlessly and invisibly. When it does break it&#8217;s dramatic, and it&#8217;s usually entirely out of your hands. What is in your hands is what you choose to build on. Solid, well-connected hosting, a connection with a fallback, and a bit of monitoring all mean the rare bad day out on the wider internet is far less likely to become a bad day for your customers.</p>



<p class="wp-block-paragraph">If you&#8217;d like a straightforward look at how resilient your connectivity and hosting actually are, with no jargon and no pressure, that&#8217;s exactly the kind of conversation we enjoy having.</p>
<p>The post <a href="https://www.orbit-computer-solutions.com/bgp-border-gateway-protocol-explained/">So what is BGP? Border Gateway Protocol Explained (2026)</a> appeared first on <a href="https://www.orbit-computer-solutions.com">Orbit Computer Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>DNS Explained: the internet&#8217;s address book, and the day it failed</title>
		<link>https://www.orbit-computer-solutions.com/dns-explained/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 20 Nov 2025 09:11:00 +0000</pubDate>
				<category><![CDATA[Cloud & Hosting]]></category>
		<guid isPermaLink="false">https://www.orbit-computer-solutions.com/?p=48926</guid>

					<description><![CDATA[<p>The internet&#8217;s address book Computers do not find each other by name. They find each other by number, an IP address, a string like 172.217.16.196 that means nothing to a person and everything to a machine. DNS is the system that translates between the two, turning the orbit-computer-solutions.com you type into the numbered address your ... <a title="DNS Explained: the internet&#8217;s address book, and the day it failed" class="read-more" href="https://www.orbit-computer-solutions.com/dns-explained/" aria-label="Read more about DNS Explained: the internet&#8217;s address book, and the day it failed">Read more</a></p>
<p>The post <a href="https://www.orbit-computer-solutions.com/dns-explained/">DNS Explained: the internet&#8217;s address book, and the day it failed</a> appeared first on <a href="https://www.orbit-computer-solutions.com">Orbit Computer Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<img decoding="async" width="1086" height="725" class="gb-media-a9f4f8d3" alt="" title="DNS feautred image" src="https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/DNS-feautred-image.png" srcset="https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/DNS-feautred-image.png 1086w, https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/DNS-feautred-image-300x200.png 300w, https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/DNS-feautred-image-1024x684.png 1024w, https://www.orbit-computer-solutions.com/wp-content/uploads/2026/06/DNS-feautred-image-768x513.png 768w" sizes="(max-width: 1086px) 100vw, 1086px" />



<h2 class="wp-block-heading">The internet&#8217;s address book</h2>



<p class="wp-block-paragraph">Computers do not find each other by name. They find each other by number, an IP address, a string like 172.217.16.196 that means nothing to a person and everything to a machine. DNS is the system that translates between the two, turning the orbit-computer-solutions.com you type into the numbered address your browser actually connects to. It is, in the well-worn phrase, the&nbsp;<a href="https://www.cloudflare.com/learning/dns/what-is-dns/" target="_blank" rel="noreferrer noopener">address book of the internet</a>.</p>



<p class="wp-block-paragraph">The lookup itself is a short relay race that runs behind the scenes:</p>



<ol class="wp-block-list">
<li>Your device asks a resolver, usually run by your internet provider (one it was <a href='https://www.orbit-computer-solutions.com/dhcp-explained/'>handed automatically</a> when it joined the network), &#8220;where do I find this name?&#8221;</li>



<li>If the resolver does not already know, it works up the chain, asking the servers responsible for that domain.</li>



<li>The answer, an IP address, comes back, and gets remembered for a while so the next lookup is instant.</li>



<li>Your browser connects to that address, and the page loads.</li>
</ol>



<p class="wp-block-paragraph">All of that finishes in the blink before a page appears, millions of times a second, all over the world.</p>



<h2 class="wp-block-heading">The day the address book went down</h2>



<p class="wp-block-paragraph">The best way to appreciate DNS is to watch what happens when it fails. On 21 October 2016, a company called Dyn, which ran the DNS for a large slice of the web, was hit by a huge attack. The websites themselves were perfectly fine. Their servers were running and their data was intact. But with Dyn&#8217;s DNS knocked offline, the rest of the internet could no longer look up where they were. For much of a day,&nbsp;<a href="https://krebsonsecurity.com/2016/10/ddos-on-dyn-impacts-twitter-spotify-reddit/" target="_blank" rel="noreferrer noopener">Twitter, Spotify, Reddit, Netflix and dozens of others</a>&nbsp;were unreachable for millions of people, not because they were down, but because nobody could find them.</p>



<p class="wp-block-paragraph">That is the strange power of DNS. It does not store your website or your email. It only holds the directions to them. Lose the directions, and everything else may as well not exist. It is the same fragility behind the internet&#8217;s great routing outages, where <a href='https://www.orbit-computer-solutions.com/bgp-border-gateway-protocol-explained/'>the paths between networks vanish</a> rather than the names.</p>



<h2 class="wp-block-heading">Why it matters for your business</h2>



<p class="wp-block-paragraph">You depend on DNS far more than you might think, and usually through a handful of records most business owners have never seen. One record points the world at your website. Another, the MX record, tells the world where to deliver your email. Others quietly vouch that your email is genuine and help it land in inboxes instead of spam folders.&nbsp;<a href="https://datatracker.ietf.org/doc/html/rfc1035" target="_blank" rel="noreferrer noopener">Set out in the standards back in the 1980s</a>&nbsp;and barely changed since, these records are the foundation almost everything else sits on.</p>



<p class="wp-block-paragraph">Which is exactly why DNS mistakes hurt so much. A single mistyped record can send your email into a black hole. A lapsed domain can take your entire online presence offline overnight. A change made carelessly can take hours to ripple out across the world&#8217;s resolvers, a delay known as propagation, during which some visitors see the new version and some the old. None of these are exotic failures. They are ordinary slips, and they are common precisely because DNS is so easy to ignore until it bites.</p>



<h2 class="wp-block-heading">Looking after it</h2>



<p class="wp-block-paragraph">For a business, DNS is not something to manage day to day. It is something to get right once and then leave well alone, in the hands of someone who treats it with care. In practice that comes down to a few quiet habits: never letting the domain registration lapse, knowing exactly who controls your DNS records, changing them deliberately rather than in a rush, and using a dependable DNS provider rather than whatever came bundled years ago. It is also worth checking it does not quietly slip out of the tunnel <a href='https://www.orbit-computer-solutions.com/vpn-explained/'>when your team is on a VPN</a>.</p>



<p class="wp-block-paragraph">It is unglamorous, and that is rather the point. Good DNS is invisible. The only time you are likely to think about it is the day something goes wrong, and the entire aim is to make sure that day never arrives.</p>
<p>The post <a href="https://www.orbit-computer-solutions.com/dns-explained/">DNS Explained: the internet&#8217;s address book, and the day it failed</a> appeared first on <a href="https://www.orbit-computer-solutions.com">Orbit Computer Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
