vault backup: 2022-09-22 20:19:34

This commit is contained in:
Jet Hughes 2022-09-22 20:19:34 +12:00
parent aa3dff9ffa
commit 4702360517
3 changed files with 20 additions and 1 deletions

View File

@ -21,8 +21,10 @@ tags:
- [cosc203-lab16](notes/cosc203-lab16.md)
- [cosc203-lab17](notes/cosc203-lab17.md)
- [cosc203-lab18](notes/cosc203-lab18.md)
-
# Notes
[dns](notes/dns.md)
# Lectures
- [01-basic-html](notes/01-basic-html.md)

View File

@ -0,0 +1,9 @@
---
title: "cosc203-lab20"
aliases:
tags:
- cosc203
- lab
---
1.

View File

@ -23,4 +23,12 @@ Types
- NS
- name - domain (e.g., otago.ac.nz)
- value - hostname of authoritave DNS server that knows how to get the IP address for hosts in the domain
- used to route DNS queries further along th
- used to route DNS queries further along the query chain
- CNAME
- value - canonical hostname for the alias hostname Name
- can provide querying the cananical name for a hostname
- MX
- value - canonical name of a mail server that has an alias hostname name
- allows the hostnames of mail servers to have simple aliases
- allows a company to have the same aliased name for its mail server and for one of its other servers (e.g., web server)
-