摘要:本文主要介绍根据滑动窗口协议的原理,在Visual Studio 2010的平台上运用C#(CSharp)程序设计语言设计一个控制台应用程序,通过控制台模拟滑动窗口协议的工作过程,在转化为Windows窗体应用程序进行模拟。本次程序设计分为两部分:第一部分是发送方,第二部分是接收方。通过发送方和接收方之间的数据帧传输进行模拟,学习滑动窗口协议流量控制原理和方法,及滑动窗口协议的工作机制。关键词:滑动窗口协议;C#;Windows窗体;流量控制;工作机制9330
Sliding window protocol software design and implementation
Abstract: This paper describes the sliding window protocol based on the principle of a platform in Visual Studio 2010 on the use of C # (CSharp) programming language design a console application, the console simulate the working process of sliding window protocol in Windows Forms applications into process simulation. The program design is pided into two parts: the first part is the sender, and the second part is the receiver. By sending and receiving data frames transmitted between simulation and learning sliding window protocol traffic control principles and methods, and the working mechanism of the sliding window protocol.
.Keywords: Sliding window protocol;CSharp; Windows Forms;Flow Control;Working mechanism
目录