Implement of RARP Server on Linux
-
摘要: 讨论了LINUX下对链路层数据包进行收发的方案,介绍了在一些专用系统中用LINUX来实现RARP SERVER的一种具体做法:设计一个虚设备驱动程序来实现了RARP报文的收发,而自定义的RARP配置信息则由PostgreSQL数据库进行管理,通过应用层的查询程序可实现对信息的检索。
-
关键词:
- 反向地址解析协议 /
- PostgreSQL数据库 /
- 虚设备驱动程序 /
- 套接字缓冲区
Abstract: In this paper, the method of designing a virtual device driver to receive RARP requests and send RARP responses is discussed. To manage the configure information, a database in PostgreSQL DBMS is established. Information can be obtained by query procedure and delivered to virtual device driver.-
Keywords:
- reverse address resolution protocol /
- database /
- virtual device driver /
- backlog
-
计量
- 文章访问数: 4118
- HTML全文浏览量: 155
- PDF下载量: 82