( )是在网络层中对数据包实施有选择的通过,依据系统事先设定好的过滤逻辑,检查数据流中的每个数据包,根据数据包的源地址、目标地址以及包所使用端口确定是否允许该类数据包通过。
A.代理服务
B.包过滤防火墙
C.筛选防火墙
D.安全防火墙
正确答案是B
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/13025.html
上一篇:企业管理是以企业任务为导向的执行一系列管理职能的系统活动,现代企业管理是必须承担和完成的首要任务是
下一篇:#include <iostream> using namespace std; class base { int x; public: void setx( int a){x=a;} int getx ( ){return x;} } ; void main ( ) { int*p; base a; a.setx (15); p= new int (a. getx(
#include <iostream> using namespace std; class base { int x; public: void setx( int a){x=a;} int getx ( ){return x;} } ; void main ( ) { int*p; base a; a.setx (15); p= new int (a. getx(