Domain names, domain nameservers, DNS and DHCP

This is an old revision of the document!


Back  
  Next

Domain names, domain nameservers, DNS and DHCP

Domain names, Domain nameservers, DNS and DHCP are a key part of the internet back bone.

  • DNS resolves the text domain names to the relevant ip addresses.
  • DHCP allows the automatic assignment of ip addresses to hardware (MAC with addresses) for addressing purposes, sometime also with domain names are also assigned.
  • Each hardware connection point has an associated MAC number to which one or more IP addresses can be assigned
    • Unmanaged switches only use tables of the source attached MAC number of the related connected ports for communication.
      • An unmanaged switch does not normally have its own MAC number nor IP address.
      • It builds a table of source MAC numbers for each port, which it change then use for addressing purposes.
      • A port can have multiple source MAC numbers, such when it is attached to another unmanaged switch.
      • An unmanaged switch can not transfer data between VLANs. It can transfer data on the same VLAN domain.
    • Managed switches have a MAC number
      • Managed switches usually have an assigned IP address for management access associated with the switch MAC number. (It may be possible that is a separate out of band management port, usually Ethernet, but can be serial port type)
      • Managed switches can be Level 2 only, which allows VLANs to be managed and routed between ports.
      • Managed switches can be Level 3, which allows IP routing as well as VLANs to function. The IP routing functions are often limited, that is not all IP router functions are available on Level 3 switches.
      • The exact management functionality of managed switches varies and not all features maybe available on every model of switch. In fact functionality of managed switches can be expected to vary considerably between models.
  • domain names are the text used to identify a internet resources. The are registered with a domain name registrar.
  • domain nameservers are used to assign domain names to IP addresses as well as assign other information to a domain name.

There are a number of levels of DNS.

  1. host file, this is a basic file on each computer where
  2. local dns resolver
    1. machine based
    2. LAN based
  3. ISP resolver
  4. authoritative domain resolver
Back  
  Next
/app/www/public/data/attic/tech_notes/dns.1716017918.txt.gz · Last modified: 2024-05-18 Sat wk20 15:38
CC Attribution-Share Alike 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International