欢迎来到毕设资料网! | 帮助中心 毕设资料交流与分享平台
毕设资料网
全部分类
  • 毕业设计>
  • 毕业论文>
  • 外文翻译>
  • 课程设计>
  • 实习报告>
  • 相关资料>
  • ImageVerifierCode 换一换
    首页 毕设资料网 > 资源分类 > DOC文档下载
    分享到微信 分享到微博 分享到QQ空间

    外文翻译---计算机网络和数据库

    • 资源ID:126252       资源大小:105.50KB        全文页数:25页
    • 资源格式: DOC        下载积分:100金币
    快捷下载 游客一键下载
    账号登录下载
    三方登录下载: QQ登录
    下载资源需要100金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

    外文翻译---计算机网络和数据库

    1、毕业设计(论文)文献翻译 英文资料 : Computer Networks and Database 1. Networks Some reasons are causing centralized computer systems to give way to networks. The first one is that many organizations already have a substantial number of computers in operation ,often located far apart .Initially ,each of these comput

    2、ers may have worked in isolation from the other ones ,but at a certain time ,management may have decided to connect them to be able to correlate information about the entire organization .Generally speaking ,this goal is to make all programs ,data ,and other resources available to anyone on the netw

    3、ork without regard to the physical location of the resource and the user . The second one is to provide high reliability by having alternative sources of supply .With a network ,the temporary loss of a single computer is much less serious ,because its users can often be accommodated elsewhere until

    4、the service is restored . Yet another reason of setting up a computer network is computer network can provide a powerful communication medium among widely separated people . Application of Networks One of the main areas of potential network sue is access to remote database .It may someday be easy fo

    5、r people sitting at their terminals at home to make reservations for airplanes trains , buses , boats , restaurants ,theaters ,hotels ,and so on ,at anywhere in the world with instant confirmation .Home banking ,automated newspaper and fully automated library also fall in this category .Computer aid

    6、ed education is another possible field for using network ,with many different courses being offered. Teleconferencing is a whole new form communication. With it widely separated people can conduct a meeting by typing messages at their terminals .Attendees may leave at will and find out what they mis

    7、sed when they come back .International contacts by human begin may be greatly enhanced by network based communication facilities . Network Structure Broadly speaking,there are two general types of designs for the communication subnet: (1) Point to point channels (2) Broadcast channels In the first o

    8、ne ,the network contains numerous cables or lesased telephone lines ,each one connecting a pair of nodes .If two nodes that do not share a cable wish to communicate ,they must do this indirectly via other nodes .When a message is sent from node to another via one or more inter mediate modes ,each in

    9、termediate node will receive the message and store it until the required output line is free so that it can transmit the message forward .The subnet using this principle is called a point to piont or store and forward subnet . When a point to point subnet is used ,the important problem is how to des

    10、ign the connected topology between the nodes . The second kind of communication architecture uses broadcasting.In this design there is a single communication channel shared by all nodes .The inherence in broadcast systems is that messages sent by any node are received by all other nodes . The ISO Re

    11、ference Model The Reference Model of Open System Interconnection (OSI),as OSI calls it ,has seven layers .The major ones of the principles ,from which OSI applied to get the seven layers ,are as follows: (1)A layer should be created where a different level of abstraction is needed. (2)Each layer sho

    12、uld perform a well defined function . (3) The function of each layer should be chosen with an eye toward defining internationally standardized protocols. (4) The layer boundaries should be chosen to minimize the information flow across the interfaces . (5) The number of layers should be large enough

    13、 so that distinct need not be put together in the same layer without necessity ,and small enough so that the architecture will not become out control . The Physical Layer The physical layer is concerned with transmitting raw bits over a communication channel .Typical questions here are how many volt

    14、s shoule be used to represent an 1 and how many a 0,how many microseconds a bit occupies ,whether transmission may proceed simultaneously in both are finished ,how to establish the initial connection and what kind of function each pin has .The design issues here largely deal with mechanical ,electri

    15、cal and procedural interfacing to the subnet . The data link layer The task of the data link layer is to obtain a raw transmission facility and to transform it into a line that appears free of transmission errors to the network layer .It accomplishes this task by breading the input data up into data

    16、 frames ,transmitting the frames sequentially ,and processing the acknowledgment frames sent back the receiver . Since the physical layer merely accepts and transmits a stream of bits without any regard to meaning or structure ,it can create and recognize frame boundaries until the data link layer .

    17、This can be accomplished by attaching special bits patterns to the beginning and the end of the frame .But it produce two problems :one is a noise burst on the line can destroy a frame completely .In this case ,the software in the source machine must retransmit the frame .The other is that some mech

    18、anism must be employed to let the transmitter know how much buffer space the receiver has at the moment . The network layer The network layer controls the operation of subnet .It determines the chief characteristics of the node-host interface ,and how packets ,the units of information exchanged in t

    19、his layer ,are routed within the subnet . What this layer if software does ,basically ,is to accept messages from the source host ,convert them to packets ,and observe the packets to get the destination .The key design issue is how the route is determined .It could not only base on static table ,eit

    20、her are “ wired into” the network and rarely changed ,by also adopt highly dynamic manner ,which can determine packet again to reflect the current network load . The transport layer The basic function of transport layer is to accept data from the session layer ,split it up into smaller units ,if nec

    21、essary ,pass these to the network layer ,and ensure that the pieces all arrive correctly at the other end . This layer is a true end-to-end layer .In other words ,a program on the source machine carries on a convene station with as similar program on the destination machine , using the message heade

    22、r and control messages . The session layer With the session layer , the user must negotiate to establish a connection with a process on another machine .The connection is usually called a session. A session might be used to allow a user to log into a remote time-sharing system or to transfer a file

    23、between two machines .The operation of setting up a session between two processes is often called binding . Another function of the session layer is to manage the session once it has been setup . The presentation layer The presentation layer could be designed to accept ASC strings as input and produ

    24、ce compressed bit patterns as output .This function of the presentation layer is called text compression . In addition ,this layer can also perform other trans formations .Encryption provide security is one possibility .Conversion between character codes ,such as ASC to EBCDIC,might often be useful

    25、.More generally ,different computers usually have incompatible file formats ,so a file conversion option might be useful at times . The application layer Many issues occur here .For example ,all the issues of network transparency ,hiding the physical distribution of resources from user .Another issue is problem partitioning :how to divide the problem among the various machine in order to take maximum advantage of the network . 2. Database system The conception used for describing files and databases has varied substantially in the same organization .


    注意事项

    本文(外文翻译---计算机网络和数据库)为本站会员(译***)主动上传,毕设资料网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请联系网站客服QQ:540560583,我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们
    本站所有资料均属于原创者所有,仅提供参考和学习交流之用,请勿用做其他用途,转载必究!如有侵犯您的权利请联系本站,一经查实我们会立即删除相关内容!
    copyright@ 2008-2025 毕设资料网所有
    联系QQ:540560583