mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
26 lines
475 B
Markdown
26 lines
475 B
Markdown
---
|
|
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 |