Positioning of the Execution Environment (EE) in the protocol stack

Publisher:数字之舞Latest update time:2011-11-02 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

As mentioned above, the execution environment should be implemented at a relatively low level in the protocol stack. When designing, it involves the selection of a specific layer, and the basic principle of selection is the efficiency and versatility of packet processing. Based on this, the execution environment should generally be implemented at the network layer or the transport layer. Since the transport layer commonly uses two different protocols, TCP/UDP, the implementation of EE at this layer must be implemented for TCP and UDP respectively, and the efficiency of the transport layer is relatively low, so it is not implemented at the transport layer.

Consider the following three options:

(1) Device driver layer;

(2) Generic device functions layer;

(3) IP layer. Although higher efficiency can be achieved if implemented at the device driver layer, it is necessary to modify (hacking) the standard device driver, and it is not possible to achieve a unified and universal implementation for different network devices. The device general interface function layer has a unified and universal implementation for all network devices, and its efficiency is relatively high; but it also has one disadvantage: it is necessary to directly modify the core code of the operating system, which will make it difficult to implement the runtime extension interface mentioned above, and its portability is also poor. This article decides to implement the execution environment at the IP layer. On the one hand, its efficiency is almost the same as that of the device general interface function layer; on the other hand, the runtime extension interface can be implemented more conveniently at this level, and this interface has good ease of use.

Design and Implementation of Active Network Execution Environment in Practical Network

Reference address:Positioning of the Execution Environment (EE) in the protocol stack

Previous article:Several basic skills that should be mastered in the development and design of single chip microcomputers
Next article:The principle design of leakage detection instrument using NEC single chip microcomputer

Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号