🔗
Networking concepts
  • Introduction
  • DNS
    • Introduction
    • DNS query
  • SSH
    • Introduction
    • Basics
    • SSH tunneling
      • Direct SSH tunnel
      • Reverse SSH tunnel
      • Dynamic SSH tunnel
    • SSH public key authentication
    • Port forwarding with virtual interface
    • sshd
    • scp/sftp
  • 🔫Networking tools
    • configuration & information
      • ip
      • netstat/netsh
      • ifconfig/ipconfig/iwconfig
      • arp
      • route
      • ps
      • ss
      • lsof
      • pgrep
      • nmcli
      • Information about services/processes & PID
    • monitoring & troubleshooting
      • ping
      • tracert/traceroute
      • mtr
      • iperf3
    • domain information
      • dig/nslookup
      • whois
      • host
    • capture & analysis
      • tcpdump
      • ngrep
      • wireshark
    • firewall & security
      • iptables
      • nft
    • services
      • dnsmasq
      • hostapd
      • RDP/VNC
      • ngrok
      • networking.service
      • NetworkManager.service
      • nginx
      • apache
      • nfs
    • miscellaneous
      • cURL
      • wget
      • netwox
      • netcat
      • openssl
      • socat
      • ftp
      • smbclient
    • proxy & tunneling
      • proxychains
    • Programming/scripting
      • Python
      • C
  • 🤩Interesting concepts
    • Simple tips & tricks
    • Network hole punching
    • SSH Over HTTPS
  • Network ports & services cheat sheet
    • 20/21/tcp ~ ftp
    • 22/tcp ~ ssh
    • 23/tcp ~ telnet
    • ...
  • For-fun projects
    • Raspberry pi + Windows machine experiments
Powered by GitBook
On this page
  • 4 main servers involved in a typical DNS resolution
  • Records found in a DNS server (common)
  1. DNS

Introduction

Domain Name System (DNS) functions as the "phonebook" of the internet. It provides mapping from human-understandable domain names to IP addresses used by computers.

PreviousIntroductionNextDNS query

Last updated 6 months ago

4 main servers involved in a typical DNS resolution

  1. DNS recursor (recursive resolver)

  2. Root nameserver

  3. Top-Level Domain (TLD) nameservers

  4. Authoritative nameservers

Records found in a DNS server (common)

  1. A: IPv4 Addresses

  2. AAAA: IPv6 Addresses

  3. CNAME: Canonical Name

  4. SOA:Start of Authority

  5. NS: Nameserver

  6. MX: Mail Exchange

  7. TXT: Text

What is DNS? | How DNS works | CloudflareCloudflare
Logo