.ro

TLD SLA Compliance Monitoring

TLD SLA Compliance Metrics

Spec 10

DNS

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 100% 100% 108ms 132ms 594
7d 100% 100% 109ms 147ms 3132
30d 99.92% 99.92% 109ms 228ms 17685

WHOIS

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 25.00% 50.00% 236ms 282ms 44
7d 25.00% 50.00% 228ms 289ms 232
30d 25.00% 50.00% 228ms 672ms 1336

DNSSEC Validation Metrics

Registry Agreement Spec 6

DNSSEC is required by the Registry Agreement (Specification 6) but is not part of the Spec 10 SLA. We monitor DNSSEC validation independently.

Period Validation Rate RTT p50 RTT p95 Checks Status
24h 100% 125ms 125ms 44
7d 100% 125ms 125ms 234
30d 99.70% 125ms 147ms 1334

Unlike Spec 10 services, DNSSEC has no formal availability SLA. Thresholds shown are operational guidelines.

Current Check Status

Reported by Any53 Probes
Type AF RTT Last Check Source Details Status TSLAC
DNS v4 123ms 40 minutes ago local OK
DNS v6 130ms 40 minutes ago local OK
DNSSEC v4 125ms 1 hour, 20 minutes ago local Key: 39877 OK
DNSSEC v6 125ms 1 hour, 20 minutes ago local Key: 39877 OK
WHOIS v4 249ms 1 hour ago local FAIL
WHOIS v6 0.30ms 1 hour ago local FAIL

Nameservers

9 IPs tested
Hostname IP Address AF ASN RPKI Status
dns-at.rotld.ro 78.104.145.6 v4
dns-c.rotld.ro 194.0.11.113 v4
dns-ro.denic.de 81.91.161.99 v4
primary.rotld.ro 192.162.16.18 v4
primary.rotld.ro 2a03:5e80:0:4:192:162:16:18 v6
sec-dns-a.rotld.ro 192.162.16.20 v4
sec-dns-a.rotld.ro 2a03:5e80:0:4:192:162:16:20 v6
sec-dns-b.rotld.ro 193.230.31.230 v4
sec-dns-b.rotld.ro 2a03:5e80:0:5:193:230:31:230 v6

Per ICANN Spec 10, we test all delegated nameserver IPs independently.

Test With Your Computer

DNS

dig @dns-at.rotld.ro ro. SOA +dnssec +nsid Query SOA with DNSSEC validation and NSID
drill -D ro. SOA @dns-at.rotld.ro Alternative using drill with DNSSEC trace

WHOIS

whois -h whois.rotld.ro nic.ro Query WHOIS server directly
echo "nic.ro" | nc whois.rotld.ro 43 Raw TCP query (see exact response)

Registry Information

Active
TLD .ro
Operator Romania
WHOIS Server whois.rotld.ro

ICANN SLA Requirements

Per ICANN Registry Agreement Specification 10:

DNS SLA UDP RTT ≤ 500ms for 95% of queries. Availability: 99% (max 432 min/month downtime).
WHOIS SLA RTT ≤ 4000ms for 95% of queries. Availability: 98% (max 864 min/month downtime).

API Access

JSON API

Access .ro compliance metrics programmatically via our REST API.

Quick Start

GET /any53/api/v1/compliance/ro/
curl -H "X-API-Key: ${YOUR_API_KEY}" \
  "https://www.any53.com/any53/api/v1/compliance/ro/"

Example Response

{
  "tld": "ro",
  "display_name": ".ro",
  "operator": "Romania",
  "updated_at": "2026-01-31T12:00:00Z",
  "dns": {
    "availability_24h": 99.99,
    "rtt_p50_ms": 12,
    "rtt_p95_ms": 42,
    "sla_threshold_ms": 500
  },
  "rdds": {
    "protocol": "WHOIS",
    "availability_24h": 99.95,
    "rtt_p50_ms": 180,
    "rtt_p95_ms": 412,
    "sla_threshold_ms": 4000
  },
  "servers": {
    "whois_host": "whois.rotld.ro"
  },
  "spec10_compliant": true
}

Generate API Key

Get a free API key to start making requests. Provide an email to upgrade to the verified tier (600 requests/hour).

Endpoints

Endpoint Description Tier
GET /compliance/ List all monitored TLDs All
GET /compliance/{tld}/ Current metrics for a TLD All
GET /compliance/{tld}/history/ Historical time-series data Organization
GET /compliance/{tld}/probes/ Per-probe breakdown Organization
POST /compliance/keys/ Generate a new API key No auth

Rate Limits

Tier Rate Limit Features
Anonymous 100/hour Current snapshot, hourly aggregates
Verified 600/hour Current snapshot, hourly aggregates
Organization 6000/hour Historical data, per-minute resolution, per-probe breakdown