王朝知道
分享
 
 
 

·哪位大侠能帮忙翻译一下下面的英文,谢谢!

王朝知道·作者佚名  2012-07-18  
宽屏版  字体: |||超大  
 
分类: 教育/科学 >> 外语学习
 
问题描述:

4.1.2 Direct network applications

Most applications that work in a networked environment are classified as client-server applications. These applications, such as FTP, web browsers, and e-mail all have two components which allow them to function, the client side and the server side. The client side is located on the local computer and is the requestor of the services. The server side is located on a remote computer and provides services in response to the client's requests.

A client-server application works by constantly repeating the following looped routine. Client-request, server-response; client-request, server-response, and so on. For example, a web browser accesses a web page by requesting a uniform resource locator (URL), or web address, on a remote web server. After it locates the URL, the web server that is identified by that URL responds to the request. Then, based on the information received from the web server, the client can request more information from the same web server, or can access another web page from a different web server.

Netscape Navigator and Internet Explorer, are probably the most commonly used web browser applications. An easy way to understand a Web browser is to compare it to a television remote control. A remote control gives you the ability to directly control a TV's functions. For example, volume, channels, brightness, and so on. For the remote control to function properly, you do not need to understand how the remote control functions electronically. The same is true of a Web browser, in that the browser gives you the ability to navigate through the Web by clicking on hyperlinks. For the Web browser to function properly, it is not necessary for you to understand how the lower layer OSI protocols work and interact.

4.1.3 Indirect network support

Within a LAN environment, indirect-application network support is a client-server function. If a client wants to save a file from a word processor to a network server, the redirector enables the word processing application to become a network client.

The redirector is a protocol that works with computer operating systems and network clients instead of specific application programs.

Examples of redirectors are:

• Apple File Protocol

• NetBIOS Extended User Interface (NetBEUI)

• Novell IPX/SPX protocols

• Network File System (NFS) of the TCP/IP protocol suite

The redirector process is as follows:

1. The client requests that the network file server allow the data file to be stored.

2. The server responds by saving the file to its disk, or by rejecting the client's request.

3. If the client requests that the network print server allow the data file to be printed by a remote (network) printer, the server processes the request by printing the file on one of its print devices, or by rejecting the request.

参考答案:

4.1.2 指示网络申请

在被网络的环境中工作的大多数的申请被归类为客户- 伺候器的申请。像文件传送协议这样的这些申请, 设圈套浏览器, 而且全部发电子邮件给有二个允许他们动作的成份,客户边和伺候器边。 客户边位于地方计算机之上并且是服务的 requestor 。 伺候器边回应客户的请求位于一部遥远的计算机之上而且提供服务。

一个客户- 伺候器的申请被不变地重复被使常式成环的下列各项工作。 客户-请求,伺候器-回应; 客户-请求,伺候器-回应,等等。 在一个遥远的网伺候器身上举例来说,一个网浏览器藉由请求一个统一的资源定位器 (网址), 或网住址存取一个网页。 在它之后位于网址,被那一个网址识别的网伺候器回应请求。然后,被基于的从网伺候器被收到的数据,客户能请求来自相同的网伺候器的较多数据, 或能存取来自一个不同的网伺候器的另外一个网页。

网景航海家和英特网探险家,或许是那最普遍使用过的网浏览器申请。 一个容易的方法了解一个网络浏览器是比较它和一台电视遥远的控制。 遥远的控制给你能力直接地控制电视的功能。 举例来说,体积,频道,光亮,等等。 对于遥远的控制适当地动作,你不需要了解遥远的控制如何电子地动作。 一样的适用于一个网络浏览器,在那个浏览器中给你能力藉由按下超链接经过网络航行。对于网络浏览器适当地动作, 它不是必需的让你了解较低的层 OSI 记录如何工作而且互相影响。

4.1.3 间接的网络支持

在区域网络环境里面,间接- 申请网络支持是一个客户- 伺候器的功能。 如果一位客户想要解救从一台文件处理机到一个网络伺候器的一个文件,再指导者使处理成为一位网络客户的申请字能够。

再指导者是一个记录以以操作系统和网络客户代替特定的申请计画的计算机工作。

再指导者的例子是:

? 苹果文件记录

? NetBIOS 延长了使用者接口 (NetBEUI)

? Novell公司 IPX/ SPX 记录

? 传输控制协议/ IP 记录随员的网络文件系统 (NFS)

再指导者程序是依下列各项:

1. 客户请求网络文件伺候器允许数据文件被储存。

2. 伺候器藉由解救对它的磁盘片的文件回应, 或藉由拒绝客户的请求。

3. 如果客户请求,网络版伺候器允许数据文件被一台遥远的 (网络) 打印机印刷,伺候器处理印刷在它的版装置之一上的文件请求, 或藉由拒绝请求。

小贴士:① 若网友所发内容与教科书相悖,请以教科书为准;② 若网友所发内容与科学常识、官方权威机构相悖,请以后者为准;③ 若网友所发内容不正确或者违背公序良俗,右下举报/纠错。
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
如何用java替换看不见的字符比如零宽空格​十六进制U+200B
 干货   2023-09-10
网页字号不能单数吗,网页字体大小为什么一般都是偶数
 干货   2023-09-06
java.lang.ArrayIndexOutOfBoundsException: 4096
 干货   2023-09-06
Noto Sans CJK SC字体下载地址
 干货   2023-08-30
window.navigator和navigator的区别是什么?
 干货   2023-08-23
js获取referer、useragent、浏览器语言
 干货   2023-08-23
oscache遇到404时会不会缓存?
 干货   2023-08-23
linux下用rm -rf *删除大量文件太慢怎么解决?
 干货   2023-08-08
刀郎新歌破世界纪录!
 娱乐   2023-08-01
js实现放大缩小页面
 干货   2023-07-31
生成式人工智能服务管理暂行办法
 百态   2023-07-31
英语学习:过去完成时The Past Perfect Tense举例说明
 干货   2023-07-31
Mysql常用sql命令语句整理
 干货   2023-07-30
科学家复活了46000年前的虫子
 探索   2023-07-29
英语学习:过去进行时The Past Continuous Tense举例说明
 干货   2023-07-28
meta name="applicable-device"告知页面适合哪种终端设备:PC端、移动端还是自适应
 干货   2023-07-28
只用css如何实现打字机特效?
 百态   2023-07-15
css怎么实现上下滚动
 干货   2023-06-28
canvas怎么画一个三角形?
 干货   2023-06-28
canvas怎么画一个椭圆形?
 干货   2023-06-28
canvas怎么画一个圆形?
 干货   2023-06-28
canvas怎么画一个正方形?
 干货   2023-06-28
中国河南省郑州市金水区蜘蛛爬虫ip大全
 干货   2023-06-22
javascript简易动态时间代码
 干货   2023-06-20
感谢员工的付出和激励的话怎么说?
 干货   2023-06-18
 
>>返回首页<<
 
 
 
静静地坐在废墟上,四周的荒凉一望无际,忽然觉得,凄凉也很美
© 2005- 王朝网络 版权所有