题目详情

A glue that holds the whole Internet together is the network layer protocol,(  ). Unlike most older network layer protocols, it was designed from the beginning with internet working in mind. Its job is to provide a -(  )way to transport datagrams from source to destination, without regard to whether these machines are on the same network or whether there are other networks in between them.

Communication in the Internet works as follows. The(  )layer takes data streams and breaks them up into datagrams. Each datagram is transmitted through the Internet, possibly being fragmented into smaller units as it goes. When all the pieces finally get to the destination machine, they are reassembled by the(  )layer into the original datagram. This datagram is then handed to the transport layer, which inserts it into the receiving process’ input stream.

An IP datagram consists of a header part and a text part. The header has(  )part and a variable length optional part.

问题1选项

正确答案及解析

正确答案
解析

答案: A、D、B、C、D

译文:将整个互联网连成一体的是网络层协议( )。与大多数更早的网络层协议不同,它在设计之初就考虑了网络互连。它负责提供一种( )的方式,从信源到信宿传递数据报,不管信源和信宿机器是否在同一个网络,或者它们之间是否有其他网络。 互联网中的通信遵照以下方式进行。( )层将数据流分割成数据报,每个数据报通过互联网传输的过程中,有可能被分割成更小的单元。当所有的数据单元最终到达目的地主机时,它们被( )层重新组合成原始数据报。这个数据报随后被提交给传输层,由传输层将其插入接收进程的输入流中。 一个IP数据报包含报头和报文两部分。报头包括一个( )部分和一个可变长度的可选部分。

你可能感兴趣的试题

单选题

E-mail地址由分隔符“()”分为前后两部分,分别指明用户名及邮件

  • A.//
  • B.\\
  • C.@
查看答案
单选题

某 html 文档中有如下代码,则在浏览器中打开该文档时显示为( )。

<form>

Listl:

<input type="text" name="List1" />

<br / >

List2:

<input type="text" name="List 2 " />

< /form>

初级程序员,章节练习,初级程序员真题

  • A.见图A
  • B.见图B
  • C.见图C
  • D.见图D
查看答案
单选题

设有商品关系P(商品名,条形码,供应商号,价格,数量), “条形码”唯一标识关系P中的每一个元组,商品名不能为空,供应商号是关系P的外键。另有供应商关系S(供应商号,供应商名,地址,电话)。关系 P 中的商品名是唯一的。建立商品关系 P 的 SQL语句如下所示:

CREATE TABLE P( 商品名CHAR(30)( ),

条形码CHAR(30) ( ) ,

供应商号 CHAR(5) ,

价格 CHAR(20) ,

数量CHAR(20)

( )(供应商号) REFERENCES S(供应商号));

查询供应商及价格小于等于 2500 元且大于等于 1280 元的“电冰箱”的数量的SQL语句为:

SELECT商品名,供应商名,价格,数量

FROM P

WHERE商品名= ’电冰箱’ AND ( ) ;

将供应商号“12021”所供应的商品价格上涨3%的SQL语句为:

UPDATE P

( )

WHERE 供应商号= ’12021’;

查询供应商地址包含“西安”的供应商名及电话的SQL语句为:

SELECT供应商名,电话

FROM S

WHERE ( );

  • A.NULL
  • B.UNIQUE
  • C.NOT NULL
  • D.NOT NULL UNIQUE
查看答案
单选题

函数f()、g()的定义如下所示。已知调用f时传递给其形参x的值是1,若以传值方式调用g,则函数f的返回值为( );若以传引用方式调用g,则函数f的返回值为( )。

初级程序员,章节练习,初级程序员真题

  • A.3
  • B.4
  • C.6
  • D.7
查看答案
单选题

初级程序员,章节练习,初级程序员真题

初级程序员,章节练习,初级程序员真题

  • A.见图A
  • B.见图B
  • C.见图C
  • D.见图D
查看答案

相关题库更多 +