Subdomains are prefixes to domain names that allow administrators to provide different web services to users, but do so using the same namespace so that it is easier to remember. Such as MAIL.failednormal.com, WWW.failednormal.com, VPN.failednormal.com… these subdomains can point to entirely different servers so that WWW points to the IP Adress of your web server, MAIL points to your companies Gmail landing page, and VPN points to your VPN provider.
Related Articles
Dynamic DNS – What is…
Dynamic DNS allows you to dynamically update your DNS records if you have a Dynamic IP address from your ISP. You install an app on a computer on your network, and it checks your WAN […]
MAC Address to Vendor API with Python (macvendorlookup.com)
Setup: This is a Free REST API so you just need the URL. Please note that there is a rate limit of one request per second. https://www.macvendorlookup.com 1-mac.py This lab will print out the vendor […]
Be the first to comment