看看这道题。
The TCP/IP model was created to provide standards used in internetworking. Which of the following<br>statements are true about this model? (Choose three)<br>A. IP provides connection less service and routing capabilities.<br>B. ARP enables devices to locate the IP address of local devices.<br>C. UDP provides simple connection less service without windowing or<br> acknowledgements.<br>D. ICMP provides connection oriented management data to routers and <br> layer three switches.<br>E. TCP enables devices to send large quantities of data using<br> switching in a connection-oriented manner.<br> 那A为什么错啊 A是对的呀。 ICMP is connection less(我错过一次,所以记住了)<br>ARP DON'T HAVE THIS FUNCTIONALITY 怎么大家也不改改呢,,明知道是connetionless,还要分开写,,真是的 B. ARP enables devices to locate the IP address of local devices<br>Locate IP ? 应该示RARP. ARP locate MAC.<br><br>C. UDP provides simple connection less service without windowing or <br>acknowledgements<br><br>绝对正确的说法.<br><br>D. ICMP connectionless<br>E. TCP enables devices to send large quantities of data using <br>switching in a connection-oriented manner.<br>注意关键字眼: connection-oriented <br><br><br>TCP connection-oriented <br>UDP IP : connectionless<br>[此帖子已被 chinamoon 在 2003-10-22 15:09:37 编辑过]<br><br>[此帖子已被 chinamoon 在 2003-10-22 15:14:03 编辑过] 我们再来详解一下这题.<br><br><img border=0 src=http://www.spoto.net/bbs/images/upfile/20031022145240.jpg onload="javascript:if(this.width>screen.width-300)this.width=screen.width-300"><br><br><br>TCP/IP协议的核心部分是传输层协议(TCP,UDP )、网络层协议(IP)和物理接口层,这三层通常在操作系统内核中实现。<br><br>如上图所示:<br>IP、ARP、RARP、ICMP相当于OSI第3层,其中:<br><br>IP<br> 网间协议(Internet Protocol)。负责主机间数据的路由和网络上数据的存储。同时为ICMP、TCP、UDP提供分组发送服务。用户进程通常不需要涉及这一层。<br> <br>ARP<br> 地址解析协议(Address Resolution Protocol)。此协议将网络地址映射到硬件地址。<br> <br>RARP<br> 反向地址解析协议(Reverse Address Resolution Protocol)。此协议将硬件地址映射到网络地址。<br> <br>ICMP<br> 网间报文控制协议(Internet Control Message Protocol)。此协议处理信关和主机间的差错和传送控制。ICMP报文使用IP数据报进行传送,这些报文通常由TCP/IP网络软件本身来保证正确性。<br> <br><br> TCP、UDP相当于OSI第4层,其中:<br><br>TCP<br> 传送控制协议(Transmission Control Protocol)。这是一种提供给用户进程的可靠的全双工字节流面向连接的协议。它要为用户进程提供虚电路服务,并为数据可靠传输建立检查。大多数网络用户程序使用TCP。<br> <br>UDP<br> 用户数据报协议(User Datagram Protocol)。这是提供给用户进程的无连接协议,用于传送数据而不执行正确性检查。 <br> <br> RARP 算第二层,还是算第三层? 你觉得呢? 老大,不要这样,不懂才问的。
页:
[1]
2