You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
p2l5wexnu/data/ch_router-openbox/preface.tex

17 lines
1.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

%# -*- coding: utf-8-unix -*-
\chapter{路由器实现}
\label{chap:router-ob}
本单元实验使学生能初步使用可编程网络设备开发平台进行路由器基本功能的设计与实现,
通过程序来实现路由器中最基本的三个功能:包括二层交换功能、三层路由功能及组网功能。
深入理解路由器的基本工作原理与分组处理流程,从而培养学生对网络设备使用和研发的能力。
可编程网络设备开发平台是一款基于FAST架构的软硬件
软件在CPU上使用C语言编程硬件在FPGA芯片上使用Verilog语言编程全可编程的网络实验教学平台
平台的软硬件逻辑代码开源免费,支持用户二次开发。
其基本使用方法见附录\ref{app:openbox}《FAST平台介绍与操作说明手册》。
本实验指导书中选择了OpenBox-S4作为可编程网络设备实例文档中简称为“可编程网络平台”
在实验图中的图标记为“FAST”节点名称记为“OpenBox-S4”。