vault backup: 2023-03-03 22:37:13

This commit is contained in:
Jet Hughes 2023-03-03 22:37:13 +09:00
parent d53000a4bd
commit 9a4db35901
5 changed files with 32 additions and 0 deletions

View File

View File

@ -0,0 +1,13 @@
Questions
What is address aggregation? And why does it mean we can have smaller routing tables?
I don't understand the party about prefix notation. Will you explain this in the lecture
On slide 8. What do you mean by an interface
What are uni and multi cast addresses?
Link local vs node local?

12
content/04-scripting.md Normal file
View File

@ -0,0 +1,12 @@
Slide 14 - I thought >> over writes and > appends?
Is sending to black hole actually useful?
What is the & symbol doing here: "warning to stderr" >&2
What is the /etc directory?
On slide 16 what is deference

View File

@ -25,6 +25,8 @@ https://www.cs.otago.ac.nz/cosc301/schedule.php
# Lectures
- [[01-intro]]
- [[02-network and hardware protocols]]
- [[03-ipv6-bootcamp]]
- [[04-scripting]]
# Info

View File

@ -16,3 +16,8 @@ tags:
- [cosc-204](notes/cosc-204.md)
- [comp-210](notes/comp-210.md)
- [math-202](notes/math-202.md)
## 2023 s1
- [[cosc-301]]
- [[cosc-342]]