{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "dataset": {
        "slug": "network-ports-reference",
        "title": "Common Network Ports",
        "description": "Well-known TCP and UDP ports for common network services.",
        "category": "Networking",
        "category_slug": "networking",
        "tags": "networking,ports,tcp,udp,reference",
        "view_count": 0
    },
    "data": [
        {
            "port": 21,
            "protocol": "TCP",
            "service": "FTP",
            "description": "File Transfer Protocol - unencrypted file transfers."
        },
        {
            "port": 22,
            "protocol": "TCP",
            "service": "SSH",
            "description": "Secure Shell - encrypted remote access."
        },
        {
            "port": 25,
            "protocol": "TCP",
            "service": "SMTP",
            "description": "Simple Mail Transfer Protocol - email routing."
        },
        {
            "port": 53,
            "protocol": "TCP/UDP",
            "service": "DNS",
            "description": "Domain Name System - hostname to IP resolution."
        },
        {
            "port": 80,
            "protocol": "TCP",
            "service": "HTTP",
            "description": "Hypertext Transfer Protocol - unencrypted web traffic."
        },
        {
            "port": 443,
            "protocol": "TCP",
            "service": "HTTPS",
            "description": "HTTP over TLS - encrypted web traffic."
        },
        {
            "port": 3306,
            "protocol": "TCP",
            "service": "MySQL",
            "description": "MySQL database server - default port."
        },
        {
            "port": 5432,
            "protocol": "TCP",
            "service": "PostgreSQL",
            "description": "PostgreSQL database server - default port."
        },
        {
            "port": 6379,
            "protocol": "TCP",
            "service": "Redis",
            "description": "Redis in-memory data store - default port."
        },
        {
            "port": 8080,
            "protocol": "TCP",
            "service": "HTTP Alt",
            "description": "Common alternate port for HTTP proxies and dev servers."
        },
        {
            "port": 27017,
            "protocol": "TCP",
            "service": "MongoDB",
            "description": "MongoDB default port for standalone and replica set nodes."
        }
    ]
}