当前位置: 首页icon 51CTO软考 > 软考资讯 >考试科目 >2021年5月网络管理员上午(二)之二十五

2021年5月网络管理员上午(二)之二十五

作者:mb64e70626def822023-12-20 01:00:15
备考咨询 刷题指导
添加专属学姐
下载资料 2024上半年软考备考资料+考试大纲
下载按钮 下载
引号

摘要:对于【网络管理员】软考考试而言,试题无疑是最重要的学习资料之一。在软考备考过程中,吃透试题、掌握试题所考知识点、熟悉试题的出题思路,对我们提升分数的效果是最明显的,通过对试题的反复练习,还可以查漏补缺。今天,给大家带来【2021年5月网络管理员上午(二)】部分试题的详解,一起来看看吧~1、A transport layer protocol usually has se

引号
摘要:对于【网络管理员】软考考试而言,试题无疑是最重要的学习资料之一。在软考备考过程中,吃透试题、掌握试题所考知识点、熟悉试题的出题思路,对我们提升分数的效果是最明显的,通过对试题的反复练习,还可以查漏补缺。今天,给大家带来【2021年5月网络管理员上午(二)】部分试题的详解,一起来看看吧~



1、A transport layer protocol usually has several responsibilities. One is to create a process-to-process communication; UDP uses (71) numbers to accomplish this. Another responsibility is to provide control mechanisms at the transport level. UDP does this task at a very minimal level. There is no flow control mechanism and there is no (72) for received packet. UDP, however, does provide error control to some extent. If UDP detects an error in the received packet, it silently drop it.The transport layer also provides a connection mechanism for the processes. The (73) must be able to send streams of data to the transport layer. It is the responsibility of the transport layer at (74) station to make the connection with the receiver, chop the stream into transportable units, number them, and send them one by one. It is the responsibility of the transport layer at the receiving end to wait until all the different units belonging to the same process have arrived, check and pass those that are ( 75) free, and deliver them to the receiving process as a stream.
A、jobs
B、proces
C、programs
D、users

答案:B
答题解析:

传输层协议通常有几个功能,其中之一就是生成进程与进程之间的通信。UDP使用端口号来实现这个功能。另外一个责任是在传输级实现控制机制。UDP对于这个任务只做很少的工作。没有流量控制,对于接收到的报文也没有应答。然而,UDP在一定程度上还是做了差错控制工作。如果UDP在收到的报文中检测到了错误,就直接丢弃之。

传输层也提供进程之间的连接机制。进程应该能够向传输层发送数据流。与接收站建立连接是发送方传输层的责任,同时把数据流划分成可传输的单元,对其进行编号,然后一个接一个地发送它们。接收方传输层的责任就是等待属于同一进程的各个传输单元到达,检查其正确性,让没有错误的通过,并将其组织成数据流提交给接收进程。



2、A transport layer protocol usually has several responsibilities. One is to create a process-to-process communication; UDP uses (71) numbers to accomplish this. Another responsibility is to provide control mechanisms at the transport level. UDP does this task at a very minimal level. There is no flow control mechanism and there is no (72) for received packet. UDP, however, does provide error control to some extent. If UDP detects an error in the received packet, it silently drop it.The transport layer also provides a connection mechanism for the processes. The (73) must be able to send streams of data to the transport layer. It is the responsibility of the transport layer at (74) station to make the connection with the receiver, chop the stream into transportable units, number them, and send them one by one. It is the responsibility of the transport layer at the receiving end to wait until all the different units belonging to the same process have arrived, check and pass those that are ( 75) free, and deliver them to the receiving process as a stream.
A、sending
B、routing
C、switching
D、receiving

答案:A
答题解析:

传输层协议通常有几个功能,其中之一就是生成进程与进程之间的通信。UDP使用端口号来实现这个功能。另外一个责任是在传输级实现控制机制。UDP对于这个任务只做很少的工作。没有流量控制,对于接收到的报文也没有应答。然而,UDP在一定程度上还是做了差错控制工作。如果UDP在收到的报文中检测到了错误,就直接丢弃之。

传输层也提供进程之间的连接机制。进程应该能够向传输层发送数据流。与接收站建立连接是发送方传输层的责任,同时把数据流划分成可传输的单元,对其进行编号,然后一个接一个地发送它们。接收方传输层的责任就是等待属于同一进程的各个传输单元到达,检查其正确性,让没有错误的通过,并将其组织成数据流提交给接收进程。



3、A transport layer protocol usually has several responsibilities. One is to create a process-to-process communication; UDP uses (71) numbers to accomplish this. Another responsibility is to provide control mechanisms at the transport level. UDP does this task at a very minimal level. There is no flow control mechanism and there is no (72) for received packet. UDP, however, does provide error control to some extent. If UDP detects an error in the received packet, it silently drop it.The transport layer also provides a connection mechanism for the processes. The (73) must be able to send streams of data to the transport layer. It is the responsibility of the transport layer at (74) station to make the connection with the receiver, chop the stream into transportable units, number them, and send them one by one. It is the responsibility of the transport layer at the receiving end to wait until all the different units belonging to the same process have arrived, check and pass those that are ( 75) free, and deliver them to the receiving process as a stream.
A、call
B、state
C、cost
D、error

答案:D
答题解析:

传输层协议通常有几个功能,其中之一就是生成进程与进程之间的通信。UDP使用端口号来实现这个功能。另外一个责任是在传输级实现控制机制。UDP对于这个任务只做很少的工作。没有流量控制,对于接收到的报文也没有应答。然而,UDP在一定程度上还是做了差错控制工作。如果UDP在收到的报文中检测到了错误,就直接丢弃之。

传输层也提供进程之间的连接机制。进程应该能够向传输层发送数据流。与接收站建立连接是发送方传输层的责任,同时把数据流划分成可传输的单元,对其进行编号,然后一个接一个地发送它们。接收方传输层的责任就是等待属于同一进程的各个传输单元到达,检查其正确性,让没有错误的通过,并将其组织成数据流提交给接收进程。



查看完整试题>>>


代理合作学习群