<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Michael</title>
    <description>The latest articles on DEV Community by Michael (@mychailo).</description>
    <link>https://dev.to/mychailo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3879054%2Ffc3f6451-83a2-4c95-b5cd-f425fbf55a4f.png</url>
      <title>DEV Community: Michael</title>
      <link>https://dev.to/mychailo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mychailo"/>
    <language>en</language>
    <item>
      <title>IPv4 Brokerage Services in 2026: What I Learned About EU Address Block Transfer</title>
      <dc:creator>Michael</dc:creator>
      <pubDate>Sat, 02 May 2026 11:48:04 +0000</pubDate>
      <link>https://dev.to/mychailo/ipv4-brokerage-services-in-2026-what-i-learned-about-eu-address-block-transfer-1836</link>
      <guid>https://dev.to/mychailo/ipv4-brokerage-services-in-2026-what-i-learned-about-eu-address-block-transfer-1836</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fya9beg91lziq5ptnzgcc.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fya9beg91lziq5ptnzgcc.jpg" alt=" " width="800" height="532"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;IPv4 has reached its limit. RIPE NCC exhausted its last /22 allocation back in 2019. ARIN expired in 2015, APNIC in 2011. And yet, in 2026, demand for IPv4 continues to grow—cloud deployments, IoT, legacy enterprise systems that can't migrate to IPv6 overnight. Too much has been built specifically for IPv4.&lt;/p&gt;

&lt;p&gt;We work with IPv4 transfer as part of our infrastructure business, and the process is much more complex than most people expect. Here's what I wish someone had explained to me earlier before starting work.&lt;/p&gt;

&lt;h2&gt;
  
  
  How IPv4 Transfer Actually Works
&lt;/h2&gt;

&lt;p&gt;An IPv4 broker acts as an intermediary between the seller (the organization with unused addresses) and the buyer (who needs them). In the RIPE NCC region, which covers Europe, the Middle East, and Central Asia, the process is as follows:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Due Diligence
&lt;/h3&gt;

&lt;p&gt;The broker verifies that the seller actually owns the rights to the address block. There are no liens, disputes, or pending transactions. Even at this stage, unexpected issues can be uncovered—I've seen addresses that looked perfect on paper, but were accompanied by old violation reports that required prior resolution.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Needs Assessment
&lt;/h3&gt;

&lt;p&gt;The buyer must demonstrate a legitimate need for the addresses within 24 months. This is not a formality—the RIPE NCC evaluates each request. You need documentation supporting your infrastructure development plans and justifying the need for the specific block size.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Rights Transfer Request
&lt;/h3&gt;

&lt;p&gt;Both parties submit rights transfer requests through the RIPE NCC portal. The broker coordinates and processes the paperwork. If you've never used the RIPE NCC portal before, expect some back-and-forth—the interface is functional, but not entirely user-friendly.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Processing
&lt;/h3&gt;

&lt;p&gt;The RIPE NCC verifies all data, confirms the identity of both parties, and processes the transfer. Typically, it takes 2-6 weeks. It can take longer if there are questions about the needs assessment.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Payment
&lt;/h3&gt;

&lt;p&gt;Funds are typically held in an escrow account until the transfer is completed. This protects both parties—the seller doesn't release the block without receiving payment, and the buyer doesn't pay for something the RIPE NCC might reject.&lt;/p&gt;

&lt;h2&gt;
  
  
  What developers and system administrators should know
&lt;/h2&gt;

&lt;p&gt;Here are some practical details that are rarely covered in the documentation:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Minimum address size to transfer: /24 (256 addresses) in most regions. You can't simply buy a handful of individual IPs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Pricing in 2026: Expect $35–52 per IP for a clean /24 block, so roughly $9,000–$15,000 total. Cheaper blocks exist ($15–26 per IP), but they often come with reputation baggage. Prices vary by region-APNIC (Asia) tends to be more expensive than ARIN (US) or RIPE (Europe)-and by block size: smaller blocks (/24) paradoxically cost more per address than larger ones (/16) because they're easier to deploy. After a spike in 2021–2022 and a correction in 2024–2025, the market is volatile. IPv4 addresses have effectively become a tradable asset.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;RIPE NCC Membership: You must be a member or sponsored by one. If your organization is not a member, this adds steps, time, and additional costs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;ROA Records: If RPKI/ROA records are configured in the block, they must be updated during the transfer. Do not skip this step, otherwise you will experience routing issues.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;BGP Announcements: Schedule a time for the routing update after the transfer is complete. An announcement before the transfer is complete may cause problems.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Pitfalls Our Brokers Have Encountered
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Unclean Blocks
&lt;/h3&gt;

&lt;p&gt;Some blocks carry "baggage"-old spam reports, abuse listings in Spamhaus or UCEPROTECT. A good broker verifies the block's reputation before finalizing the transfer. I always check a block against the major blacklists before confirming it. Resolving someone else's reputation issues is not something you want to be doing in the first month of using a new IP address range.&lt;/p&gt;

&lt;h3&gt;
  
  
  Documentation Delays
&lt;/h3&gt;

&lt;p&gt;The RIPE NCC requires specific documentation, and missing even one can delay a transfer for weeks. Your broker should handle this, but it's worth double-checking that everything is complete before submitting your request.&lt;/p&gt;

&lt;h3&gt;
  
  
  Post-Transfer Routing
&lt;/h3&gt;

&lt;p&gt;After the transfer is complete, BGP advertisements, RPKI/ROA records, and possibly IRR objects need to be updated. Plan for this in advance. I've seen cases where availability issues arose after the transfer was completed due to improper coordination of routing updates.&lt;/p&gt;

&lt;p&gt;Sometimes address errors or unverified blocks led to the deal being abandoned, even though significant time had already been invested in the transaction.&lt;/p&gt;

&lt;h3&gt;
  
  
  Address Allocations Before Regional Internet Registries (RIRs)
&lt;/h3&gt;

&lt;p&gt;Pre-RIR address allocations—space allocated before the advent of Regional Internet Registries—may have additional transfer conditions. These older blocks sometimes require additional verification steps.&lt;/p&gt;

&lt;h2&gt;
  
  
  IPv6 Reality
&lt;/h2&gt;

&lt;p&gt;Despite IPv6 adoption reaching ~50% globally, most production workloads still require IPv4. Dual-stack remains the norm. I don't see significant changes in the next 3-5 years, meaning IPv4 brokerage services will remain relevant during this period.&lt;/p&gt;

&lt;p&gt;If you're building infrastructure and need addresses now, waiting for IPv6 to be implemented isn't the best strategy. The secondary market through a reputable broker is often the only realistic option.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Use a broker that understands the processes of your specific RIR (RIPE NCC, ARIN, APNIC)&lt;/li&gt;
&lt;li&gt;Always check the block's reputation before purchasing&lt;/li&gt;
&lt;li&gt;Budget 2-8 weeks for the transfer process&lt;/li&gt;
&lt;li&gt;Schedule a routing update before the transfer is completed&lt;/li&gt;
&lt;li&gt;Check your RIPE NCC membership status early in the process&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Working with a reputable provider that regularly processes transfers can save significant time and avoid costly mistakes.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;The author works with IPv4 transfers and infrastructure hosting. Feel free to reach out with questions about the transfer process.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ipv4</category>
      <category>networking</category>
      <category>devops</category>
      <category>infrastructure</category>
    </item>
    <item>
      <title>How to Choose a European Dedicated Server: Tier III vs Tier II Data Centers Explained</title>
      <dc:creator>Michael</dc:creator>
      <pubDate>Tue, 14 Apr 2026 19:43:11 +0000</pubDate>
      <link>https://dev.to/mychailo/how-to-choose-a-european-dedicated-server-tier-iii-vs-tier-ii-data-centers-explained-57d9</link>
      <guid>https://dev.to/mychailo/how-to-choose-a-european-dedicated-server-tier-iii-vs-tier-ii-data-centers-explained-57d9</guid>
      <description>&lt;p&gt;When you're shopping for a dedicated server in Europe, every provider claims "enterprise-grade infrastructure" and "99.9% uptime." But behind the marketing copy, there's a concrete classification system that actually tells you what you're getting: &lt;strong&gt;data center tiers&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If you're choosing between providers based on price alone, you might be comparing a Tier II facility against a Tier III one — and the difference matters more than most people realize.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Are Data Center Tiers?
&lt;/h2&gt;

&lt;p&gt;The Uptime Institute defines four tiers of data center infrastructure. Each tier adds redundancy and reliability on top of the previous one.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tier&lt;/th&gt;
&lt;th&gt;Redundancy&lt;/th&gt;
&lt;th&gt;Expected Uptime&lt;/th&gt;
&lt;th&gt;Maintenance Downtime&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Tier I&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;No redundancy (N)&lt;/td&gt;
&lt;td&gt;99.671% (~28.8 hrs/year downtime)&lt;/td&gt;
&lt;td&gt;Yes — planned maintenance requires shutdown&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Tier II&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Partial redundancy (N+1)&lt;/td&gt;
&lt;td&gt;99.741% (~22.7 hrs/year downtime)&lt;/td&gt;
&lt;td&gt;Yes — some systems can be maintained, but not all&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Tier III&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Full redundancy (N+1, concurrently maintainable)&lt;/td&gt;
&lt;td&gt;99.982% (~1.6 hrs/year downtime)&lt;/td&gt;
&lt;td&gt;No — any component can be maintained without downtime&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Tier IV&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Full fault tolerance (2N or 2(N+1))&lt;/td&gt;
&lt;td&gt;99.995% (~0.4 hrs/year downtime)&lt;/td&gt;
&lt;td&gt;No — survives any single failure automatically&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The jump from Tier II to Tier III is the one that matters most for production workloads. Here's why.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tier III: What "Concurrently Maintainable" Actually Means
&lt;/h2&gt;

&lt;p&gt;A Tier III data center is designed so that &lt;strong&gt;every critical system can be taken offline for maintenance without affecting your running servers&lt;/strong&gt;. This means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Dual power paths&lt;/strong&gt;: Your server rack receives power from two independent electrical feeds. If one UPS or PDU needs maintenance, the other carries the full load seamlessly.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Independent cooling loops&lt;/strong&gt;: HVAC systems have redundant chillers and air handling units. Cooling maintenance doesn't create hot spots.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Separate network entry rooms&lt;/strong&gt;: Multiple fiber paths enter the building from different telecom providers through different physical routes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In practice, this means the facility can perform preventive maintenance — replacing a failing UPS battery, upgrading a generator, cleaning cooling coils — &lt;strong&gt;without scheduling a maintenance window&lt;/strong&gt;. Your servers stay up throughout.&lt;/p&gt;

&lt;p&gt;A Tier II facility cannot guarantee this. At Tier II, some maintenance operations require temporarily taking systems offline, which means planned downtime windows that your SLA may or may not cover.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why This Matters for European Businesses
&lt;/h2&gt;

&lt;p&gt;If your business operates in the EU, data center tier directly affects three things you care about:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. GDPR Compliance and Data Residency
&lt;/h3&gt;

&lt;p&gt;GDPR doesn't mandate a specific data center tier, but it does require "appropriate technical and organizational measures" to protect personal data. A Tier III facility with ISO 27001 certification makes demonstrating compliance significantly easier during audits.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. SLA Enforcement
&lt;/h3&gt;

&lt;p&gt;Many hosting providers offer "99.9% uptime SLA" even from Tier II facilities. But dig into the SLA terms — planned maintenance windows are often excluded from uptime calculations. A Tier III facility doesn't need those windows, so your effective uptime is higher even with the same SLA percentage on paper.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Audit and Certification Requirements
&lt;/h3&gt;

&lt;p&gt;If your company needs SOC 2, ISO 27001, or PCI DSS compliance, auditors will ask about your infrastructure's physical and environmental controls. Tier III certification answers most of those questions upfront.&lt;/p&gt;




&lt;h2&gt;
  
  
  What to Look for When Evaluating Providers
&lt;/h2&gt;

&lt;p&gt;Beyond the tier certification itself, here are the practical things to verify:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Power infrastructure:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dual utility feeds or on-site generation&lt;/li&gt;
&lt;li&gt;N+1 UPS systems with documented battery replacement schedules&lt;/li&gt;
&lt;li&gt;Diesel generators with 48+ hours of fuel on-site&lt;/li&gt;
&lt;li&gt;Automatic transfer switches (ATS) with documented failover testing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cooling:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Redundant CRAC/CRAH units (not just "air conditioning")&lt;/li&gt;
&lt;li&gt;Hot aisle/cold aisle containment&lt;/li&gt;
&lt;li&gt;Temperature and humidity monitoring with alerts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Connectivity:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multiple Tier 1 transit providers (not just one upstream)&lt;/li&gt;
&lt;li&gt;Internet Exchange Point (IXP) peering — this directly affects latency&lt;/li&gt;
&lt;li&gt;DDoS mitigation capabilities (on-site or upstream)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Physical security:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;24/7 on-site security staff (not just cameras)&lt;/li&gt;
&lt;li&gt;Mantrap entry, biometric access, CCTV recording&lt;/li&gt;
&lt;li&gt;Visitor logging and escort policies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Certifications to look for:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Uptime Institute Tier III certification (not just "designed to Tier III standards" — there's a difference)&lt;/li&gt;
&lt;li&gt;ISO 27001 (information security)&lt;/li&gt;
&lt;li&gt;ISO 9001 (quality management)&lt;/li&gt;
&lt;li&gt;SOC 2 Type II (for US-facing compliance)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  European Providers Worth Considering
&lt;/h2&gt;

&lt;p&gt;The European dedicated server market has several established providers. Rather than listing everyone, here are a few worth looking at based on their infrastructure:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Hetzner&lt;/strong&gt; — well-known German provider, competitive pricing, own data centers in Falkenstein and Helsinki&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;OVHcloud&lt;/strong&gt; — French provider with massive European footprint, own server manufacturing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://dcxv.com/data-center" rel="noopener noreferrer"&gt;DCXV&lt;/a&gt;&lt;/strong&gt; — operates Tier III certified facilities in Czech Republic (TTC TELEPORT DC2), Lithuania (DELSKA EU North, ISO 27001 certified), and Portugal. Founded 2007, focused on dedicated servers, cloud VPS from €15/mo, and IPv4 brokerage via RIPE NCC (AS204057)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Leaseweb&lt;/strong&gt; — Netherlands-based, strong network with multiple European POPs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each has different strengths. Hetzner excels at price-to-performance. OVH offers the widest range of services. DCXV focuses on Tier III certified facilities with direct engineer access. Leaseweb has strong network capabilities.&lt;/p&gt;




&lt;h2&gt;
  
  
  Practical Checklist Before Signing
&lt;/h2&gt;

&lt;p&gt;Before committing to a dedicated server provider, ask these questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;[ ] Is the data center Tier III certified (not just "designed to Tier III")?&lt;/li&gt;
&lt;li&gt;[ ] Does the SLA exclude planned maintenance from uptime calculations?&lt;/li&gt;
&lt;li&gt;[ ] How many transit providers and IXP peers does the facility have?&lt;/li&gt;
&lt;li&gt;[ ] Is 24/7 on-site support included, or is it remote-only after hours?&lt;/li&gt;
&lt;li&gt;[ ] What certifications does the facility hold (ISO 27001, SOC 2, etc.)?&lt;/li&gt;
&lt;li&gt;[ ] Can you visit the data center for a tour before signing?&lt;/li&gt;
&lt;li&gt;[ ] What is the hardware refresh cycle for the server you're renting?&lt;/li&gt;
&lt;li&gt;[ ] Are there setup fees, and what is the minimum contract term?&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Summary
&lt;/h2&gt;

&lt;p&gt;Data center tier isn't marketing jargon — it's a concrete, audited classification that directly impacts your uptime, compliance posture, and operational risk. For production workloads in the EU, Tier III is the sweet spot: concurrently maintainable infrastructure without the cost premium of Tier IV fault tolerance.&lt;/p&gt;

&lt;p&gt;When comparing providers, look past the price per server. Check the actual tier certification, verify the SLA fine print, and make sure the facility's certifications match your compliance requirements.&lt;/p&gt;

&lt;p&gt;Your infrastructure is only as reliable as the building it sits in.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Cloud servers from €15/mo → &lt;a href="https://dcxv.com/data-center" rel="noopener noreferrer"&gt;dcxv.com/data-center&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Tags: webdev, devops, cloud, infrastructure &lt;/p&gt;

</description>
      <category>architecture</category>
      <category>cloudcomputing</category>
      <category>sre</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
