vault backup: 2023-03-01 09:48:34

This commit is contained in:
Jet Hughes 2023-03-01 09:48:34 +09:00
parent e626f044a4
commit eeb8e499cd
2 changed files with 13 additions and 2 deletions

View File

@ -3,6 +3,9 @@ title: "01-network and hardware protocols"
tags: tags:
- cosc301 - cosc301
- lecture - lecture
sr-due: 2023-03-04
sr-interval: 3
sr-ease: 250
--- ---
@ -36,3 +39,10 @@ Journey of IP packet. ![](https://i.imgur.com/TKw5s1Y.png)
routing table created - manual or dynamic. DNS, etc routing table created - manual or dynamic. DNS, etc
TCP IP moves the data - there are more protocols within the TCP IP layer that help it to work better. TCP IP moves the data - there are more protocols within the TCP IP layer that help it to work better.
Questions
- what is a gateway
- connected to the same LAN
- when ip is created it will check this table
- LAN can have more that one gateway
-

View File

@ -13,6 +13,7 @@ tags:
# Notes # Notes
# Lectures # Lectures
- [[01-]] - [[01-intro]]
- [[02-network and hardware protocols]]
# Info # Info