转发模块 meaning in Chinese
iforward module
Examples
- This gateway software consists of five parts as follows : package handling module , communication agent module , routing module , store - and - forward module and feeing module
该网关由五大模块构成,即业务处理模块、通信代理模块、存储转发模块、路由模块和计费模块。 - The gateway software system is divided into four models , with each model ’ s design and implementation discussed from chapter 3 through 6 respectively . the functions and performances of the forwarding gateway are tested in chapter 7 , where the testing data and results are generated
论文第三到六章对动态转发网关软件进行分层模块化描述,分别讨论了路由转发模块、系统安全和访问控制模块、监控和维护模块、周边服务模块等的设计与实现。 - Package handling module ( package _ server ) is responsible for assigning all received messages , which can advance real time capability ; communication agent module ( sp _ agent & smc _ agent ) is responsible for communicating with external entities , but does n ' t identify message contents , which can lighten burden of package handling module ; store - and - forward module ( store _ server ) completes store - and - forward mechanism by setting up timer , and implements overtime retransferring and failure handling ; routing module ( route _ server ) is responsible for maintaining the links with the other ismgs to implement routing ; feeing module only consists of some functions which can be called to record message items
其中,业务处理模块( package _ server )负责分派所有收到的外来消息,提高实时性;通信代理模块( sp _ agent & smc _ agent )负责与外界实体通信,不具体识别消息,可减轻业务处理模块负荷过重的压力;存储转发模块( store _ server )通过设置计时器完成存储转发机制,实现超时重传和失败处理;路由模块( route _ server )负责维护与其他网关的通信链路,实现路由;计费模块只是一些可供调用的函数,用来完成话单记录的功能。