<?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>OVHcloud Education Archives - OVHcloud Blog</title>
	<atom:link href="https://blog.ovhcloud.com/category/ovhcloud-education/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Innovation for Freedom</description>
	<lastBuildDate>Tue, 21 Apr 2026 09:52:04 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.ovhcloud.com/wp-content/uploads/2019/07/cropped-cropped-nouveau-logo-ovh-rebranding-32x32.gif</url>
	<title>OVHcloud Education Archives - OVHcloud Blog</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>DNS records: understanding their role and SVCB/HTTPS developments</title>
		<link>https://blog.ovhcloud.com/dns-records-understanding-role-svcb-https-developments/</link>
		
		<dc:creator><![CDATA[Bérénice Despres&nbsp;and&nbsp;Christophe Brunet]]></dc:creator>
		<pubDate>Tue, 21 Apr 2026 08:22:44 +0000</pubDate>
				<category><![CDATA[OVHcloud Education]]></category>
		<category><![CDATA[OVHcloud Product News]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Domain names]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=31344</guid>

					<description><![CDATA[You never see it, but without the DNS, no website would be accessible, no email could be delivered, and no online service would work correctly. At the heart of this system are DNS records, which structure how services are exposed on the Internet. These records evolve alongside modern web architectures, and at OVHcloud, this has [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fdns-records-understanding-role-svcb-https-developments%2F&amp;action_name=DNS%20records%3A%20understanding%20their%20role%20and%20SVCB%2FHTTPS%20developments&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="572" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue-1024x572.png" alt="" class="wp-image-31332" srcset="https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue-1024x572.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue-300x167.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue-768x429.png 768w, https://blog.ovhcloud.com/wp-content/uploads/2026/04/Enregistrements-DNS-main-image-blue.png 1376w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>You never see it, but without the DNS, no website would be accessible, no email could be delivered, and no online service would work correctly.</p>



<p>At the heart of this system are DNS records, which structure how services are exposed on the Internet. These records evolve alongside modern web architectures, and at OVHcloud, this has resulted in support for SVCB and HTTPS records.</p>



<p>To better understand these innovations, let’s look at the main types of DNS records and their roles.</p>



<h2 class="wp-block-heading"><strong>The DNS in a few words</strong><strong></strong></h2>



<p>The Domain Name System (DNS) translates a domain name into an IP address that is understandable by machines. When a user enters a web address (such as “www.example.com”), a request is sent to identify the corresponding server.</p>



<p>This phase, known as DNS resolution, uses different types of records that each fulfil a specific role.</p>



<h2 class="wp-block-heading"><strong>The most common DNS records</strong><strong></strong></h2>



<p>Some records are essential when configuring a domain. Here are the main types present in a DNS zone.</p>



<h4 class="wp-block-heading"><strong>A and AAAA: make a website accessible</strong></h4>



<p>For a website to be reachable, its domain name must be associated with an IP address. This is where A (IPv4) and AAAA (IPv6) records come in.</p>



<p>They form the basis of DNS resolution and allow browsers to reach the server hosting the site.</p>



<h4 class="wp-block-heading"><strong>CNAME: creates an alias between two domain names</strong></h4>



<p>A CNAME record allows one domain name to point to another, without directly associating it with an IP address. For example, “blog.example.com” can link to “example.com”, which avoids duplicating the configuration.</p>



<p>⚠️ Note: a CNAME cannot be configured at the root of a domain (e.g. “example.com”). It is only used on subdomains, such as “blog.example.com”.</p>



<h4 class="wp-block-heading"><strong>MX: manages the receipt of emails</strong></h4>



<p>MX (Mail Exchange) records indicate which servers should handle emails being sent to a domain. They play a central role in distributing messages and in the reliability of messaging.</p>



<h4 class="wp-block-heading"><strong>TXT: verifies a domain and enhances security</strong></h4>



<p>TXT records allow additional information to be linked to a domain. They are particularly used to prove ownership to external services and to secure emails.</p>



<p>Mechanisms such as SPF, DKIM, or DMARC rely on TXT records to limit identity theft and spam.</p>



<h2 class="wp-block-heading"><strong>SVCB and HTTPS: what are these new DNS records for?</strong><strong></strong></h2>



<p>During DNS resolution, the browser obtains the information needed to contact a server.</p>



<p>SVCB (Service Binding) and HTTPS records enrich this step by indicating more precisely how to access the service.</p>



<p>They may mention the supported protocols (HTTP/2 or HTTP/3), the preferred server, or certain technical parameters intended to optimise the connection.</p>



<p>By transmitting this information during the resolution, they limit certain intermediate exchanges between the browser and the server. This mechanism helps to improve the performance and loading speed of websites.</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://blog.ovhcloud.com/wp-content/uploads/2026/04/dns-svcb-https-illustration.svg" alt="" class="wp-image-31333"/></figure>



<h2 class="wp-block-heading"><strong>A key use case: the alias at the root of the domain</strong><strong></strong></h2>



<p>As mentioned, a CNAME record cannot be configured at the root of a domain (such as “example.com”). This constraint of the DNS required the use of alternative solutions when it was necessary to point a main domain to an external service.</p>



<p>HTTPS and SVCB records remove this limitation. They offer the option to indicate that a web service located at the root of the domain is provided by another name, similar to a CNAME, while adhering to DNS rules.</p>



<p>Here’s an example: a company broadcasts its site via a CDN accessible at the address “example.cdn-provider.net”, while retaining “example.com” as the access point. Thanks to a HTTPS record, the browser can be directed to the CDN service without a visible redirection for the user or a complex DNS configuration.</p>



<p>⚠️ However, these mechanisms rely on newer features, so their support may vary depending on the browsers and operating systems, particularly in older environments.</p>



<h2 class="wp-block-heading"><strong>What benefits do these new records offer?</strong><strong></strong></h2>



<p>By enriching the DNS resolution phase, SVCB and HTTPS records can direct clients more accurately towards suitable services.</p>



<p>This helps to reduce latency, improve perceived performance, and strengthen consistency across browsers, protocols, and infrastructures.</p>



<p>These records also provide greater flexibility in DNS configuration, particularly for environments integrating CDNs, external platforms, or distributed cloud architectures.</p>



<h2 class="wp-block-heading"><strong>How can I configure my SVCB and HTTPS records with OVHcloud?</strong><strong></strong></h2>



<p>SVCB and HTTPS records are available from your&nbsp;<a href="https://auth.eu.ovhcloud.com/signin/?onsuccess=https%3A//manager.eu.ovhcloud.com&amp;ovhSubsidiary=EN" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud control panel</a>.</p>



<p>To configure them:</p>



<ol class="wp-block-list">
<li>Go to the “Domain Names” section</li>



<li>Select the relevant domain</li>



<li>Access the “DNS Zone” tab</li>



<li>Add a new SVCB or HTTPS record</li>
</ol>



<p>Depending on your situation, you may need to adjust the associated settings (priority, target, service-specific options). For detailed information on managing DNS records, please consult our&nbsp;<a href="https://help.ovhcloud.com/csm/en-gb-dns-zone-records?id=kb_article_view&amp;sysparm_article=KB0063627" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">dedicated guide</a>.</p>



<h2 class="wp-block-heading"><strong>In summary: a more flexible and effective DNS</strong><strong></strong></h2>



<p>The DNS remains an essential pillar of the internet and continues to evolve to adapt to newer architectures.</p>



<p>With SVCB and HTTPS records, it is now possible to optimise service exposure, simplify certain configurations (particularly at the root of the domain), and improve performance from the resolution stage.This is a discreet yet strategic technical development in response to the growing demands for speed, security, and flexibility.</p>
<img decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fdns-records-understanding-role-svcb-https-developments%2F&amp;action_name=DNS%20records%3A%20understanding%20their%20role%20and%20SVCB%2FHTTPS%20developments&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OVHcloud supports the University of Strasbourg’s bgproutes.io research project to expand internet routing visibility</title>
		<link>https://blog.ovhcloud.com/ovhcloud-supports-the-university-of-strasbourgs-bgproutes-io-research-project-to-expand-internet-routing-visibility/</link>
		
		<dc:creator><![CDATA[Charles Denechere]]></dc:creator>
		<pubDate>Mon, 09 Feb 2026 11:51:45 +0000</pubDate>
				<category><![CDATA[OVHcloud Education]]></category>
		<category><![CDATA[Datacenters & network]]></category>
		<category><![CDATA[education]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=30174</guid>

					<description><![CDATA[OVHcloud is honoured to support the bgproutes.io research initiative led by the University of Strasbourg, a project focused on improving the monitoring and understanding of internet routing. At OVHcloud, we firmly believe that open innovation and close partnerships with the academic world are essential to building a more efficient, resilient, and transparent internet. In this [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fovhcloud-supports-the-university-of-strasbourgs-bgproutes-io-research-project-to-expand-internet-routing-visibility%2F&amp;action_name=OVHcloud%20supports%20the%20University%20of%20Strasbourg%E2%80%99s%20bgproutes.io%20research%20project%20to%20expand%20internet%20routing%20visibility&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<p>OVHcloud is honoured to support the bgproutes.io research initiative led by the University of Strasbourg, a project focused on improving the monitoring and understanding of internet routing.</p>



<p>At OVHcloud, we firmly believe that open innovation and close partnerships with the academic world are essential to building a more efficient, resilient, and transparent internet. In this spirit, we are pleased to contribute to research on the Border Gateway Protocol (BGP) – the core routing protocol that keeps the global internet running. Often described as the ‘glue’ of the internet, BGP is what allows thousands of independently operated networks to interconnect and reach one another. The OVHcloud network is one such example, operating one of the largest global backbones.</p>



<p>By delivering cloud infrastructure and services, we enable the bgproutes.io platform to evolve, scale, and provide better insights into the routing data shared across global networks. This partnership aims to help researchers analyse, view, and interpret BGP data from a wide range of global vantage points.</p>



<h2 class="wp-block-heading">Partnering with academic researchers to drive progress in internet infrastructure</h2>



<p>BGP routing plays a critical role in the stability of the global internet. However, its complexity and opacity can present significant challenges, e.g.,&nbsp;routing incidents, unintentional and deliberate route hijacks, and the spread of inaccurate routing data, among others.</p>



<p>For many years, the research team at the University of Strasbourg have been developing innovative solutions to make BGP routing more accessible, transparent, and understandable for network engineers and academic researchers.</p>



<p>Their platform, bgproutes.io, serves a dual purpose:</p>



<ol style="list-style-type:lower-roman" class="wp-block-list">
<li>collecting routing data from a large number of independent networks, and</li>



<li>providing users with powerful tools to analyse BGP data accurately with precision and in real time.</li>
</ol>



<p>Supporting this initiative allows OVHcloud to further its commitment to promoting scientific collaboration. Through our <a href="https://www.ovhcloud.com/en/public-cloud/compute/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">compute and hosting capabilities</a>, researchers can develop, test, and scale their platform in a secure, high-performance, and scalable cloud environment.</p>



<h2 class="wp-block-heading">Accelerating network innovation through an open data platform</h2>



<p>The bgproutes.io project aims to bring greater transparency to BGP routing by enabling:</p>



<ul class="wp-block-list">
<li>the large-scale collection and aggregation of BGP routes from global networks;</li>



<li>dynamic, real-time visualisation of routing pathways;</li>



<li>anomaly detection and behavioural analysis;</li>



<li>open access to collected data to facilitate further research.</li>
</ul>



<p>The platform relies on OVHcloud’s infrastructure to process larger amounts of data, enhance visualisation, and integrate new analytical tools,&nbsp;including machine learning capabilities and multi-source correlation engines.</p>



<p>This partnership drives innovation in internet routing by equipping researchers with the ideal environment to test new ideas and offer the global internet community a more powerful and accessible tool.</p>



<p>OVHcloud’s support is reinforced by the expertise of our network engineering teams and high-performance <a href="https://www.ovhcloud.com/en/bare-metal/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Bare Metal solutions</a>. Combined, they offer the stability, scalability, and flexibility needed to push the boundaries of routing research.</p>



<h2 class="wp-block-heading">OVHcloud’s commitment to research, open data, and a stronger internet</h2>



<p>OVHcloud, through this partnership, reaffirms its long-standing commitment to academic research, open data, and a safer and more transparent internet.</p>



<p>Our support for the University of Strasbourg and the bgproutes.io project contributes to clearer global understanding and improved reliability of BGP routing, which is crucial for a stable internet.</p>



<p>Together, we can make the internet more open, secure, and innovative.</p>
<img decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fovhcloud-supports-the-university-of-strasbourgs-bgproutes-io-research-project-to-expand-internet-routing-visibility%2F&amp;action_name=OVHcloud%20supports%20the%20University%20of%20Strasbourg%E2%80%99s%20bgproutes.io%20research%20project%20to%20expand%20internet%20routing%20visibility&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
