<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Knowledge on Sokomi | Secure Domain and DNS Strategy for Digital Success</title><link>https://www.sokomi.com/knowledge/</link><description>Recent content in Knowledge on Sokomi | Secure Domain and DNS Strategy for Digital Success</description><generator>Hugo</generator><language>en-US</language><atom:link href="https://www.sokomi.com/knowledge/index.xml" rel="self" type="application/rss+xml"/><item><title>Education</title><link>https://www.sokomi.com/knowledge/education/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.sokomi.com/knowledge/education/</guid><description>&lt;section class="hero hero--solution"&gt;
 &lt;div class="container"&gt;
 &lt;div class="breadcrumb" aria-label="Breadcrumb"&gt;
 &lt;a href="https://www.sokomi.com/"&gt;Home&lt;/a&gt;&lt;span&gt;/&lt;/span&gt;
 &lt;a href="https://www.sokomi.com/knowledge/"&gt;Knowledge&lt;/a&gt;&lt;span&gt;/&lt;/span&gt;
 Education
&lt;/div&gt;
 
 &lt;h1&gt;Empowering the DNS and domain industry through education&lt;/h1&gt;
 &lt;p class="hero-sub"&gt;At Sokomi, we believe that education is the cornerstone of innovation and progress in the domain and DNS ecosystem. Whether you are a seasoned registry operator, a registrar exploring new opportunities, or someone new to domain names, our resources are designed to deepen your knowledge and sharpen your skills.&lt;/p&gt;
 
 
 
 
 
 
 &lt;/div&gt;
&lt;/section&gt;

&lt;section class="section"&gt;
 &lt;div class="container"&gt;
&lt;div class="section-intro section-intro--center"&gt;
 &lt;h2 class="section-title"&gt;Browse the education library&lt;/h2&gt;
&lt;/div&gt;
&lt;div class="filter-bar education-filter" aria-label="Filter education resources"&gt;
 &lt;span class="filter-label"&gt;Filter:&lt;/span&gt;
 &lt;button class="filter-btn active" type="button" data-filter="all"&gt;All&lt;/button&gt;
 &lt;button class="filter-btn" type="button" data-filter="guide"&gt;Guide&lt;/button&gt;
 &lt;button class="filter-btn" type="button" data-filter="article"&gt;Article&lt;/button&gt;
 &lt;button class="filter-btn" type="button" data-filter="webinar"&gt;Webinar&lt;/button&gt;
 &lt;button class="filter-btn" type="button" data-filter="case-study"&gt;Case Study&lt;/button&gt;
 &lt;button class="filter-btn" type="button" data-filter="glossary"&gt;Glossary&lt;/button&gt;
 &lt;span class="filter-count" id="education-filter-count"&gt;0 resources&lt;/span&gt;
&lt;/div&gt;
&lt;div class="resource-grid briefing-index" id="education-resource-grid"&gt;
 &lt;article class="resource-card resource-card--featured" data-category="guide"&gt;
 &lt;div class="resource-card__body"&gt;
 &lt;div class="resource-card__cat"&gt;Guide · Featured&lt;/div&gt;
 &lt;h3 class="resource-card__title"&gt;&lt;a href="https://www.sokomi.com/solutions/top-level-domains/"&gt;Overview of New Top-Level Domains&lt;/a&gt;&lt;/h3&gt;
 &lt;p class="resource-card__desc"&gt;A starter for ten on top-level domains: what they are, why they matter and how to apply for one in the upcoming ICANN application round.&lt;/p&gt;</description></item><item><title>Frequently Asked Questions</title><link>https://www.sokomi.com/knowledge/faq/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.sokomi.com/knowledge/faq/</guid><description>&lt;section class="hero hero--solution"&gt;
 &lt;div class="container"&gt;
 &lt;div class="breadcrumb" aria-label="Breadcrumb"&gt;
 &lt;a href="https://www.sokomi.com/"&gt;Home&lt;/a&gt;&lt;span&gt;/&lt;/span&gt;
 &lt;a href="https://www.sokomi.com/knowledge/"&gt;Knowledge&lt;/a&gt;&lt;span&gt;/&lt;/span&gt;
 Frequently Asked Questions
&lt;/div&gt;
 
 &lt;h1&gt;Frequently asked questions&lt;/h1&gt;
 &lt;p class="hero-sub"&gt;Whether you are new to domain management, exploring DNS security, considering a TLD application or need clarity on compliance, this knowledge base is designed to answer your questions in depth.&lt;/p&gt;
 
 
 
 
 
 
 &lt;/div&gt;
&lt;/section&gt;

&lt;section class="section"&gt;
 &lt;div class="container"&gt;
&lt;div x-data="{ active: 'all' }"&gt;
&lt;div class="section-intro section-intro--center"&gt;
 &lt;h2 class="section-title"&gt;Browse answers by topic&lt;/h2&gt;
&lt;/div&gt;
&lt;nav class="cat-tabs" role="tablist" aria-label="Categories"&gt;
 &lt;button type="button"
 class="cat-tab"
 :class="{ 'is-active': active === 'all' }"
 @click="active = 'all'"
 :aria-selected="(active === 'all').toString()"
 role="tab"
 data-cat-id="all"&gt;
 &lt;span class="cat-tab__label"&gt;All&lt;/span&gt;&lt;span class="cat-tab__count"&gt;15&lt;/span&gt;
 &lt;/button&gt;
 &lt;button type="button"
 class="cat-tab"
 :class="{ 'is-active': active === 'dns' }"
 @click="active = 'dns'"
 :aria-selected="(active === 'dns').toString()"
 role="tab"
 data-cat-id="dns"&gt;
 &lt;span class="cat-tab__label"&gt;DNS Fundamentals&lt;/span&gt;&lt;span class="cat-tab__count"&gt;5&lt;/span&gt;
 &lt;/button&gt;
 &lt;button type="button"
 class="cat-tab"
 :class="{ 'is-active': active === 'healthcard' }"
 @click="active = 'healthcard'"
 :aria-selected="(active === 'healthcard').toString()"
 role="tab"
 data-cat-id="healthcard"&gt;
 &lt;span class="cat-tab__label"&gt;DNS Healthcard&lt;/span&gt;&lt;span class="cat-tab__count"&gt;4&lt;/span&gt;
 &lt;/button&gt;
 &lt;button type="button"
 class="cat-tab"
 :class="{ 'is-active': active === 'domains' }"
 @click="active = 'domains'"
 :aria-selected="(active === 'domains').toString()"
 role="tab"
 data-cat-id="domains"&gt;
 &lt;span class="cat-tab__label"&gt;Domain Management&lt;/span&gt;&lt;span class="cat-tab__count"&gt;3&lt;/span&gt;
 &lt;/button&gt;
 &lt;button type="button"
 class="cat-tab"
 :class="{ 'is-active': active === 'compliance' }"
 @click="active = 'compliance'"
 :aria-selected="(active === 'compliance').toString()"
 role="tab"
 data-cat-id="compliance"&gt;
 &lt;span class="cat-tab__label"&gt;Compliance&lt;/span&gt;&lt;span class="cat-tab__count"&gt;3&lt;/span&gt;
 &lt;/button&gt;
&lt;/nav&gt;
&lt;section class="faq-cat-group" x-show="active === 'all' || active === 'dns'"&gt;
 &lt;div class="faq-cat-header"&gt;
 &lt;h3&gt;DNS Fundamentals&lt;/h3&gt;
 &lt;p&gt;Core concepts covering how DNS works, how trust is established and where DNS choices materially affect resilience, privacy and email performance.&lt;/p&gt;</description></item></channel></rss>