试题内容
NAC’s(Network Access Control)role is to restrict network access to only compliant endpoints and (1) users. However, NAC is not a complete LAN (2) solution; additional proactive and (3) security measures must be implemented. Nevis is the first and only comprehensive LAN security solution that combines deep security processing of every packet at 10Gbps, ensuring a high level of security plus application availability and performance. Nevis integrates NAC as the first line of LAN security (4) . In addition to NAC, enterprises need to implement role-based network access control as well as critical proactive security measures —real-time, multilevel (5) inspection and microsecond threat containment.
(1)A、automated
B、distinguished
C、authenticated
D、destructed
(2)A、crisis
B、security
C、favorable
D、excellent
(3)A、constructive
B、reductive
C、reactive
D、productive
(4)A、defense
B、intrusion
C、inbreak
D、protection
(5)A、port
B、connection
C、threat
D、insurance
软题库参考答案:C、B、C、A、C(仅供参考)
软题库解析:正在加载....
你可能感兴趣的试题
根据用户需求选择正确的网络技术是保证网络建设成功的关键,在选择网络技术时应考虑多种因素,下面的各种考虑中,不正确的是 ( ) 。
A、选择的网络技术必须保证足够的带宽,使得用户能够快速地访问应用系统
B、选择网络技术时不仅要考虑当前需求,而且要考虑未来的发展
C、越是大型网络工程,越是要选择具有前瞻性的新的网络技术
D、选择网络技术要考虑投入产出比,通过投入产出分析确定使用何种技术
在UNIX操作系统中,若用户键入的命令参数的个数为1时,执行cat$1命令;若用户键入的命令参数的个数为2时,执行cat>>$2<$1命令。请将下面所示的Shell程序的空缺部分补齐。
case ( ) in
1)cat $1
2)cat>>$2<$1
*)echo ‘default...’
case
A、$$
B、$@
C、$#
D、$*