Code Monkey home page Code Monkey logo

computer-network's Introduction

HIT-Computer-Network-Experiment

Lab1: HTTP 代理服务器的设计与实现

  • 基本功能-设计并实现一个基本 HTTP 代理服务器
  • cache 实现
  • 网站过滤(已实现)
  • 用户过滤(已实现)
  • 网站引导(已实现)

Lab2: 可靠数据传输协议 GBN 协议的设计与实现

  • 基于UDP实现 GBN 协议
  • 模拟数据包丢失(已实现)
  • 改进 GBN,支持双向数据传输(已实现)
  • 改进 GBN 为 SR 协议(已实现)

Lab3: IPv4分组分发实验

  • 实现 IPv4 分组的基本接收处理功能 对于接收到的IPv4分组,检查目的地址是否为本地地址,并检查IPv4 分组头部中其它字段的合法性。提交正确的分组给上层协议继续处理, 丢弃错误的分组并说明错误类型。

  • 实现 IPv4 分组的封装发送 根据上层协议所提供的参数,封装 IPv4 分组,调用系统提供的发送 接口函数将分组发送出去。

Lab4: IPv4分组转发实验

在分组收发实验的基础上,增加分组转发功能。具体来说,对于每一个到达本机的 IPv4 分组,根据其目的 IPv4 地址决定分组的处理行为,对该分组进行如下的几类操作:

  • 向上层协议上交目的地址为本机地址的分组;
  • 根据路由查找结果,丢弃查不到路由的分组;
  • 根据路由查找结果,向相应接口转发不是本机接收的分组。

Lab5: 利用 Wireshark 进行协议分析

  • 学习 Wireshark 的使用
  • 利用 Wireshark 分析 HTTP 协议
  • 利用 Wireshark 分析 TCP 协议
  • 利用 Wireshark 分析 IP 协议
  • 利用 Wireshark 分析 Ethernet 数据帧 选做内容:
  • 利用 Wireshark 分析 DNS 协议(已完成)
  • 利用 Wireshark 分析 UDP 协议(已完成)
  • 利用 Wireshark 分析 ARP 协议(已完成)

Lab6: 简单网络组建及配置

对某职业技术学校校园网项目承担部分实施建设工作

Lab6.pkt 需 Cisco Packet Tracer 7.1及以上支持

说点什么

仓库的所有代码都是可开箱即用的,但我初衷并不是如此。所有代码并非全部自己手撸,有继承前人部分成果。希望这些能给你带来帮助。

请多多指教!

computer-network's People

Stargazers

Hongji Li avatar

Watchers

James Cloos avatar Yan Jiliang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.