【说明】
某电子商务公司在Windows Server 2003中安装IIS 6.0来配置Web服务器,域名为www.abc.com。该商务网站在设计时充分考虑了安全问题,通过对安全性、可用性、效率、成本的分析和比较,决定采用的安全方案如下。
①网站与用户之间采用SSL方式进行关键信息保护。
②网站与供货商之间采用安全电子邮件传送电子合同等重要文件。
③为了保证支付时的安全性,采用SET支付方式。
1.【问题1】
实现保密通信的SSL协议工作在 (1) 层和 (2) 层之间。SSL加密通道的建立过程如下:
①首先客户端与服务器建立连接,服务器把它的 (3) 发送给客户端;
②客户端随机生成 (4) ,并用从服务器得到的公钥对它进行加密,通过网络传送给服务器:
③服务器使用 (5) 解密得到会话密钥,这样客户端和服务器端就建立了安全通道。

  • A.TCP
  • B.IP
  • C.UDP
  • D.HTTP
  • E.私钥 P.对称密钥G.会话密钥,H.公钥I.数字证书

(1)D,或HTTP
(2)A,或TCP
(3)I,或数字证书
(4)G,或会话密钥
(5)E,或私钥

【说明】 某大学利用VOD视频服务系统提供教学课件在线点播服务。该视频服务系统用ASP语言编程实现,主页文件名为“index.asp”,部分网页运行的效果如图2-13所示。程序中使用的Access数据表结构见表2-8和表2-9。 do while not rs_item.eof response.write "<imgstc--images/dot1.gif botder=-0><a href=index.aspitem="&rs_item ("name") &">"&rs_item ("name") A"</a> " (5) <!-- 第(5)处 --> <img border="0" src="images/biao_left.gif" width="15" height="15">节目名称</td> <td width="58" background="images/bg.gif" height="30" align="center">格式类型</td> <td width="43" background-"images/bg, gift height="30" align="center">点播次数</td> <td width="70" background="images/bg.gif" height="30" align="center">创建日期</td> <td width="ll5" background="images/bg.gif" height="30" align="center">点播</td> <td width="73" background="images/bg, gif" height="30’" align="center">下载</td> </tr> <%do while not rs.eof%> <tr> <rd width=" 125" height" 30" > <img bgrder=-"0" src="images/dian.gif"> <%=rs("name") %></td> <td width="115" height="30" align="center"><a href=""> 点播</td> <td width="58" height="30" align="center"><%=rs ("type") %></td> (9) <!-- 第(9) --> <td width="70" height="30" align="center"><%=rs ("date") %></rd> </tr> loop%></table></div><!-- 此处省略了部分代码--><!-- #include file="foot.asp" --></body></html>1.【问题1】 请根据图2-13网页的显示效果,解释该ASP程序中用下画线标出的语句的含义,即填写(1)、(3)、 (4)、(6)、(10)空缺处的解释内容。

(1)数据库连接对象com以connstr中定义的连接字符串打开数据库连接
(3)当前处于活动状态的标签<a>中的文字显示为蓝色
(4)<div>标记下的内容居中
(6)转下一次while循环
(10)数据集对象rs移动到下一条记录

【说明】 某大学利用VOD视频服务系统提供教学课件在线点播服务。该视频服务系统用ASP语言编程实现,主页文件名为“index.asp”,部分网页运行的效果如图2-13所示。程序中使用的Access数据表结构见表2-8和表2-9。 do while not rs_item.eof response.write "<imgstc--images/dot1.gif botder=-0><a href=index.aspitem="&rs_item ("name") &">"&rs_item ("name") A"</a> " (5) <!-- 第(5)处 --> <img border="0" src="images/biao_left.gif" width="15" height="15">节目名称</td> <td width="58" background="images/bg.gif" height="30" align="center">格式类型</td> <td width="43" background-"images/bg, gift height="30" align="center">点播次数</td> <td width="70" background="images/bg.gif" height="30" align="center">创建日期</td> <td width="ll5" background="images/bg.gif" height="30" align="center">点播</td> <td width="73" background="images/bg, gif" height="30’" align="center">下载</td> </tr> <%do while not rs.eof%> <tr> <rd width=" 125" height" 30" > <img bgrder=-"0" src="images/dian.gif"> <%=rs("name") %></td> <td width="115" height="30" align="center"><a href=""> 点播</td> <td width="58" height="30" align="center"><%=rs ("type") %></td> (9) <!-- 第(9) --> <td width="70" height="30" align="center"><%=rs ("date") %></rd> </tr> loop%></table></div><!-- 此处省略了部分代码--><!-- #include file="foot.asp" --></body></html>1.【问题1】 请根据图2-13网页的显示效果,解释该ASP程序中用下画线标出的语句的含义,即填写(1)、(3)、 (4)、(6)、(10)空缺处的解释内容。

(2)D,或<!-- #include file="conn.asp"-->
(5)B,或rs_item.movenext
(7)A,或Trim(request("item"))
(8)E,或select*from data where item="&item_type&"
(9)G,或<td width="43"height="30"align="center"><%=rs ("hits")%></td>

【说明】 某大学利用VOD视频服务系统提供教学课件在线点播服务。该视频服务系统用ASP语言编程实现,主页文件名为“index.asp”,部分网页运行的效果如图2-13所示。程序中使用的Access数据表结构见表2-8和表2-9。 do while not rs_item.eof response.write "<imgstc--images/dot1.gif botder=-0><a href=index.aspitem="&rs_item ("name") &">"&rs_item ("name") A"</a> " (5) <!-- 第(5)处 --> <img border="0" src="images/biao_left.gif" width="15" height="15">节目名称</td> <td width="58" background="images/bg.gif" height="30" align="center">格式类型</td> <td width="43" background-"images/bg, gift height="30" align="center">点播次数</td> <td width="70" background="images/bg.gif" height="30" align="center">创建日期</td> <td width="ll5" background="images/bg.gif" height="30" align="center">点播</td> <td width="73" background="images/bg, gif" height="30’" align="center">下载</td> </tr> <%do while not rs.eof%> <tr> <rd width=" 125" height" 30" > <img bgrder=-"0" src="images/dian.gif"> <%=rs("name") %></td> <td width="115" height="30" align="center"><a href=""> 点播</td> <td width="58" height="30" align="center"><%=rs ("type") %></td> (9) <!-- 第(9) --> <td width="70" height="30" align="center"><%=rs ("date") %></rd> </tr> loop%></table></div><!-- 此处省略了部分代码--><!-- #include file="foot.asp" --></body></html>1.【问题1】 请根据图2-13网页的显示效果,解释该ASP程序中用下画线标出的语句的含义,即填写(1)、(3)、 (4)、(6)、(10)空缺处的解释内容。

(10)B,或层叠杆式单
(11)A,或静态的
(12)B,或不遵从

【说明】 某大学利用VOD视频服务系统提供教学课件在线点播服务。该视频服务系统用ASP语言编程实现,主页文件名为“index.asp”,部分网页运行的效果如图2-13所示。程序中使用的Access数据表结构见表2-8和表2-9。 do while not rs_item.eof response.write "<imgstc--images/dot1.gif botder=-0><a href=index.aspitem="&rs_item ("name") &">"&rs_item ("name") A"</a> " (5) <!-- 第(5)处 --> <img border="0" src="images/biao_left.gif" width="15" height="15">节目名称</td> <td width="58" background="images/bg.gif" height="30" align="center">格式类型</td> <td width="43" background-"images/bg, gift height="30" align="center">点播次数</td> <td width="70" background="images/bg.gif" height="30" align="center">创建日期</td> <td width="ll5" background="images/bg.gif" height="30" align="center">点播</td> <td width="73" background="images/bg, gif" height="30’" align="center">下载</td> </tr> <%do while not rs.eof%> <tr> <rd width=" 125" height" 30" > <img bgrder=-"0" src="images/dian.gif"> <%=rs("name") %></td> <td width="115" height="30" align="center"><a href=""> 点播</td> <td width="58" height="30" align="center"><%=rs ("type") %></td> (9) <!-- 第(9) --> <td width="70" height="30" align="center"><%=rs ("date") %></rd> </tr> loop%></table></div><!-- 此处省略了部分代码--><!-- #include file="foot.asp" --></body></html>1.【问题1】 请根据图2-13网页的显示效果,解释该ASP程序中用下画线标出的语句的含义,即填写(1)、(3)、 (4)、(6)、(10)空缺处的解释内容。

微信扫码获取答案解析
下载APP查看答案解析