问答题

[问题1]
该公司用一个C类地址块202.119.110.0/24组网,将下表中的(1)~(6)处空缺的主机地址或子网掩码填写在答题纸的相应位置。
部门
可分配的地址范围
子网掩码
公司总部 202.119.110.129~(1) 225.225.225.192
子公司A (2)~202.119.110.94 (3)
子公司B 202.119.110.97~(4) 225.225.225.240
子公司C (5)~(6) 225.225.225.240

【参考答案】

[问题1]
(1)202.119.110.190
(2)202.119.110.65
(3)25......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
热门 试题

问答题
[conn.asp文档的内容] <% dim db,conn,connstr db= film.mdb set Corm =server. CreateObject( ADODB.Connection ) connstr= provider=microsoft.jet, oledB.4.0;data source= & server. MapPath( data &db& ) conn. Ooen connstr 第(1)处 %> [index. asp文档内容] (2) <html> <head> <title>在线电影< title> <style type= text css > <!-- td { font-size: 12px; line-height: 17px } body { font-size: 12px; line-height: 17px } p { margin-top: lpx; margin-bottom: lpx } a:link { text-decoration: none; color: black } a:visited { text-decoration: none; color: black } a:active { text-decoration: none; color: blue } 第(3)处 --> < style> < head> <body lefimargin= 0 topmargin= 0 > <!--#include file= heaD.asp --> <div align= center > 第(4)处 <table> <td height= 30 width= 367 > <%sql= select * from item set rs_item=server, createobj ect( adodB.recordset ) rs_item, open sql,connstr, 1,1 response.write <p><b><IMG onClick=over(this) title=放大 src=images dot 1.gif><a hre=index.asp>全部电影< a> do while not rs_item, eof response.write <IMG onClick=over(this) title=放大 src=images dot1.gif borde=0><a href=index.aspitem= &rs_item ( name ) & > &rs_item( name )& < a> (5) loop 第(6)处 response.write < b> rs_item.close %> < td>< table> < div> <div align= eenter > <% dim item_type item_type= (7) if item_type= or item_type= 全部电影 then sq1= select * from data else sql= (8) end if set rs=server, createobject( adodB.reeordset ) rs.open sql,connstr, 1,1 %> <table> <tr> <rd width= 125 background= imagesfog.gif height= 30 > <IMG onClick=over(this) title=放大 border= 0 src= images biao_le ft.gif width= 15 height= 15 >影片名字< td> <td width= 115 baekground= images bg.gif height=- 30 align= center >在线播放< td> <rd width= 64 background= images bg.gif height= 30 align= center > 电影类型< td> <td width= 58 baekground= images bg.gif height=- 30 align= eenter >播放格式< td> <td width= 43 baekground= imges bg.gif height 30 align= center >点击< td> <td width 70 baekground= imagesfog.gif height= 30 align= eenter >加入日期< td> <rd width= 73 baekground= images bg.gif height= 30 align= eenter >推荐度< td> < tr><%do while not rs.eof%> <tr> <rd width 125 height= 30 > <IMG onClick=over(this) title=放大 border= 0’’ src= images dian.gif’> <%=rs ( name )%>< td> <td width= 115 height= 30 align= cente ><a href= >点播< td> <rd width= 64 height= 30 align= eenter ><a href= index.aspitem=<%=rs( item )%> > <%=s( item )%>< td> <td width= 58 height= 30 align= center ><%=rsCtype )%>< td> (9) <rd width= 70 height 30 align= center ><%=rs( date )%>< td> <td width= 73 height= 30 aligd= center ><font color= red ><%=rs( mark )%>< a>< td>< tr> <% rs.movenext 第(10) loop%> < table>< div> <!--#include file= foot.asp --> < body> < html>< html>