mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
vault backup: 2022-09-22 20:19:34
This commit is contained in:
parent
aa3dff9ffa
commit
4702360517
@ -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)
|
||||
|
||||
9
content/notes/cosc203-lab20.md
Normal file
9
content/notes/cosc203-lab20.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "cosc203-lab20"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
- lab
|
||||
---
|
||||
|
||||
1.
|
||||
@ -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)
|
||||
-
|
||||
Loading…
Reference in New Issue
Block a user