A. Implement an application exception.
B. Implement an access control list (ACL).
C. Open the corporate firewall to allow port 80.
D. Implement port blocking on port 80.
第1题:
A./conf/web.xml
B./WEB-INF/web.xml
C./conf/server.xml
D./META-INF/web.xml
E./WEB-INF/rules.xml
F./META-INF/server.Xml
第2题:
Web的Client/Server工作环境中,起着控制作用的是( )。
A.Web服务器
B.Web浏览器
C.Web客户端
D.HTML语言
第3题:
第4题:
阅读以下说明,回答问题1~4,将答案填入对应的解答栏内。
某公司的域名为xyz.edu.cn,所使用的网络地址为222.78.68.0/24,共有两台服务器,一台IP地址是222.78.68.10,名字是server1,它用作域名服务器、电子邮件服务器,另一台IP地址是222.78.68.11,名字是server2,它用作Web服务器。
下面是服务器server1中的三个文件。
/etc/named.conf文件的内容:
options {
directory"/var/named";
};
zone"."IN {
type (1) ;
file"named.ca";
};
zone"0.0.127.in-addr.arpa"IN{
type master;
file"named.local";
allow-update{none;};
};
zone"xyz.edu.cn"IN{
type master;
file"named.hosts";
allow-update{none;};
};
zone"(2)"IN{
type master;
file"named.rev";
allow-update{none;};
};
/var/named/named.hosts文件的内容:
$TTL 86400
@ IN SOA server1.xyz.edu.cn. root.xyz.edu.cn.(
2001110600;serial
28800;refresh
14400;retry
3600000;expire
86400;minimum
)
IN NS server1.xyz.edu.cn.
IN MS 10 server1.xyz.edu.cn.
localhost.IN A 127.0.0.1
server1 IN A 222.78.68.10
server2 IN A 222.78.68.11
WWW IN (3)
/var/named/named.rev文件的内容:
$TTL 86400
@ IN SOA server1.xyz.edu.cn.root.xyz.edu.cn.(
2001110600;serial
28800;refresh
14400;retry
3600000;expire
86400;minimum
)
IN NS xyz.edu.cn.
10 IN (4)
11 IN PTR server2.xyz.edu.cn.
第5题:
Giventheconfigurationshownintheexhibit,whichconfigurationobjectwouldbeusedtoassociatebothNancyandWalterwithfirewalluserauthenticationwithinasecuritypolicy?()profileftp-users{clientnancy{firewall-user{password"$9$lJ8vLNdVYZUHKMi.PfzFcyrvX7";SECRET-DATA}}clientwalter{firewall-user{password"$9$a1UqfTQnApB36pBREKv4aJUk.5QF";SECRET-DATA}}session-options{client-groupftp-group;}}firewall-authentication{pass-through{default-profileftp-users;ftp{banner{login"JUNOSRocks!";}}}}
A.ftp-group
B.ftp-users
C.firewall-user
D.nancyandwalter
第6题: