搜索资源列表
51ICCONTROLRTL8019AS
- 介绍以太网的帧协议和以太网控制芯片的结构特性; 介绍单片机控制实现以太网通讯的硬件设计方案; 采用C语言实现并进行了系统的调试与验证。 -Introduction Ethernet protocol and Ethernet control frame of the structural characteristics of the chip introduce SCM implementation Ethernet communication hardware design imple
Read_Frame
- 读取一个文件,判断是否是以太网帧,若是,打印出帧的内容-To read a file to determine whether the Ethernet frame, and if so, print out the contents of the frame
MEF10.2
- 定义了以太网服务的参数,包括带宽参数(Bandwidth Profile),性能参数(Performance Profile, 即QoS等级),帧传送参数(Frames delivery)等等。-Defines the parameters of Ethernet services, including the bandwidth parameters (Bandwidth Profile), performance parameters (Performance Profile, the Qo
12121
- 帧是在数据链路层数据进行传输与交换的基本单位。构造帧对于理解网络协议的概念、协议执行过程以及网络问题处理的一般方法具有重要的意义。本次课程设计的目的是应用数据链路层与介质访问控制层的知识,根据数据链路层的基本原理,通过构造一个具体的Ethernet帧,从而深入理解网络协议的基本概念与网络问题处理的一般方法-Frame is the data link layer data transmission and exchange of the basic unit. Frame structure f
Microsoft-Word
- 以太网数据帧的监听与分析当以太网上的两台主机需要通信时,发送方将数据单元DU传送给它下层的服务提供者。DU 在不同层之间传递时,各层按照协议规范对DU 进行封装,到数据链路层时被封装成MAC帧,即数据链路层的协议数据单元。在MAC帧中包含了数据链路层及其以上各层的协议首部及DU,通过帧发送原语从网络上发送出去,对方的协议处理软件接收到MAC帧后,可解释提取其中的DU。本题目要求编程实现MAC帧的捕获及分析。要求能够实时捕获所在以太网内正在传输的数据帧,并能分析帧的结构,给出每一个帧中发送端和接收
enc28
- 符合IEEE802.3标准的以太网帧的长度是介于64-1516字节之间。主要由目标MAC地址、源MAC地址、类型/长度字段、数据有效负载、可选填充字段和循环冗余校验组成-Comply with IEEE802.3 standard Ethernet frame length is between 64-1516 bytes. Mainly by the destination MAC address, source MAC address, type/length field, data pay
4.2.2.7-Lab---Building-an-Ethernet-Crossover-Cabl
- Systems communicating over Ethernet divide a stream of data into shorter pieces called frames. Each frame contains source and destination addresses and error-checking data so that damaged data can be detected and re-transmitted. As per the OSI model,