柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
在如下基于网络入侵检测系统的基本机构图中,对应I 、II、III模块的名称是()。
A.数据包捕获模块、网络协议分析模块、攻击特征库
B.网络协议分析模块、数据包捕获模块、攻击特征库
C.攻击特征库、网络协议分析模块、数据包捕获模块
D.攻击特征库、数据库捕获模块、网络协议分析模块
热度🔥316
参考答案:B
解析:
复制题目向AI提问
A.数据包捕获模块、网络协议分析模块、攻击特征库 B.网络协议分析模块、数据包捕获模块、攻击特征库 C.攻击特征库、网络协议分析模块、数据包捕获模块 D.攻击特征库、数据库捕获模块、网络协议分析模块 答案:B。 解析:
">
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
设某二叉树的前序序列为ABC,中序序列为CBA,则该二叉树的后序序列为
有以下程序: #include #include typedef struct { char name[9]; char sex; int score[2]; } STU; STU f (STU a) { STU b={"Zhao", 'm', 85, 90}; int i; strcpy( a.name, b.name ); a.sex = b.sex; for ( i=0; i<2; i++ ) a.score[i] = b.score[i]; return a; } main() { STU c= { "Qian", 'f', 95, 92 }, d; d = f(c); printf ("%s,%c,%d,%d, ", d.name, d.sex, d.score[0], d.score[1]); printf ("%s,%c,%d,%d\n", c.name, c.sex, c.score[0], c.score[1]); } 程序运行后的输出结果是( )。
软件生命周期可分为定义阶段、开发阶段和维护阶段,下面不属于开发阶段任务的是
标签
三级网络技术
模块
捕获
网络协议
分析