mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
vault backup: 2022-10-18 12:09:16
This commit is contained in:
parent
543427d2b7
commit
5a91ef0130
@ -4,6 +4,9 @@ aliases:
|
|||||||
tags:
|
tags:
|
||||||
- cosc203
|
- cosc203
|
||||||
- lecture
|
- lecture
|
||||||
|
sr-due: 2022-10-21
|
||||||
|
sr-interval: 3
|
||||||
|
sr-ease: 250
|
||||||
---
|
---
|
||||||
|
|
||||||
- transport layer messages are divided into segments
|
- transport layer messages are divided into segments
|
||||||
@ -168,3 +171,11 @@ CIDR
|
|||||||
extension headers: 
|
extension headers: 
|
||||||
differencees: 
|
differencees: 
|
||||||
|
|
||||||
|
# transition from v4 to v6
|
||||||
|
- cant change all router at once
|
||||||
|
- will need mixed v4 and v6 routers
|
||||||
|
|
||||||
|
tunneling
|
||||||
|
- v6 datagram is carried as the payload in v4 datagram among v4 routers ("packet with a packet")
|
||||||
|
- used alot with 4G/5G
|
||||||
|
- 
|
||||||
|
|||||||
26
content/notes/20-network-layer-control-plane.md
Normal file
26
content/notes/20-network-layer-control-plane.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
title: "20-network-layer-control-plane"
|
||||||
|
aliases:
|
||||||
|
tags:
|
||||||
|
- cosc203
|
||||||
|
- lecture
|
||||||
|
---
|
||||||
|
|
||||||
|
# per-router control vs SDN
|
||||||
|
## per router
|
||||||
|
- each router runs a routing algorithm
|
||||||
|
- router communicate with each other
|
||||||
|
- and creates a forwarding table
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## SDN software defined networking
|
||||||
|
a remote controller computes, and install fowarding tables in routers
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
# routing algorithms
|
||||||
|
|
||||||
|
# routing in the internet
|
||||||
|
|
||||||
|
# ICMP
|
||||||
@ -48,7 +48,7 @@ tags:
|
|||||||
- [17-application layer](notes/17-app-layer)
|
- [17-application layer](notes/17-app-layer)
|
||||||
- [18-transport layer](notes/18-transport-layer)
|
- [18-transport layer](notes/18-transport-layer)
|
||||||
- [19-network layer data plane](19-network-layer-data-plane)
|
- [19-network layer data plane](19-network-layer-data-plane)
|
||||||
- [20-network layer control plane]
|
- [20-network layer control plane](20-network-layer-control-plane)
|
||||||
- [21-data link layer and LAN]
|
- [21-data link layer and LAN]
|
||||||
- [22-LAN and physical layer]
|
- [22-LAN and physical layer]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user