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

    外文翻译---校园网络多媒体的演变

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

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

    外文翻译---校园网络多媒体的演变

    1、一、英文原文: The Evolution of Campus Networks Towards Multimedia Ciro A. Noronha Jr. Fouad A. Tobagi 4 The Backbone The campus backbone carries the aggregate traffic from the sub networks. From a theoretical point, of view, the design of the backbone is no different, from the design of the sub networks t

    2、hemselves; the steps taken in section 3 can be repeated here, with the difference that the network being designed is the backbone, and its users are the sub networks. The difference is one of scale. In this section, we will briefly comment on the effect of the backbone traffic on the aggregate throu

    3、ghput of the sub network (which was ignored in section 3), and then compute the backbone traffic under a variety of scenarios. 4.1 Connecting the Sub network to the Backbone The main difference between the traffic to/from the backbone and the internal sub network traffic is the fact that former is c

    4、oncentrated in a single point (the backbone connection); in other words, all the traffic from the the sub network to the backbone is directed to the backbone connection, and all the traffic from the backbone to the sub network originates in the same location. In the other hand, the sources and desti

    5、nations of the intra-sub network traffic are spread over the sub network. The effect of adding the backbone connection in the aggregate sub network bandwidth depends on its topology. In sub networks organized as trees, the congestion in the branches near the location of the backbone connection might

    6、 limit the aggregate throughput to a value lower than what is attained when no backbone traffic is present. In the star configuration, however, the high-speed channel is the ideal location for attaching the backbone connection, and the aggregate throughput in this case is always higher than its valu

    7、e when there is no traffic from the backbone. The reason for this is simple: the internal sub network traffic uses bandwidth both at the source and at the destination segments, but the traffic to/from the backbone uses bandwidth only at the source/destination segments, leading to a higher aggregate

    8、throughput. The actual increase or decrease in the aggregate bandwidth will be a function of a, the fraction of the traffic that, is intra-sub network, and A, the ratio between the traffic from the backbone to the traffic into the backbone (defined in section 2.).The increase is higher for small val

    9、ues of a (most of the traffic is inter sub network). 4.2 Structure of the Backbone In this section, we will give a number of scenarios that illustrate how the structure of the backbone can change as a function of the size of the campus network; we will use figure 3 to determine the required capacity

    10、. The results are shown in table 1; note that the solutions for the structure of the backbone are not unique, and we have listed one of such solutions for each case. In figure 5 we show one possible backbone topology which has all the main elements we have been discussing. In the figure we show the

    11、sub networks being served by switching hubs. The switching hubs serving sub networks with little external traffic can be grouped by an ATM multiplexer before reaching the ATM switch; this multiplexer can perform some local switching or rely completely in the central switch. Hubs generating larger tr

    12、affic can be connected directly to the ATM switch. The switch is also the best location to connect centralized shared resources, such as video servers. The ATM switches themselves can be arranged in a hierarchical fashion, depending on the traffic requirements. 5 Adding multimedia to the other OSI l

    13、ayers In this section we discuss the issues raised by the addition of multimedia services on the other layers of the OSI model. 5.1 The Medium Access Control (MAC) Layer The synchronous nature of audio and video traffic dictates that data be delivered to its destination within strict timing constrai

    14、nts. Failure to deliver data on time results in a discontinuity of the video or a degradation in the quality. The busty nature of data traffic, on the other hand, means that a station transmits data in an unpredictable fashion, and the amount of data that the station transmits in a burst is also ran

    15、dom. Both types of traffic are to be supported by the same local network. Indeed, multimedia applications naturally involve both types of traffic simultaneously; existing local area networks are expected to carry audio and video traffic alongside existing data applications. Mixing the two types of t

    16、raffic on the same network requires special attention, particularly where shared resources are contended to by both types. The bandwidth available on local area network segments is one such shared resource, and is the subject of this section. It is shared by all traffic originating at all stations,

    17、and accessed by means of the Media Access Control (MAC) protocol. Ideally, one would like the MAC protocol to include techniques which reserve the bandwidth necessary for synchronous traffic, so as to remove any effect of busty traffic. The CSMA/CD protocol (IEEE 802.3) does not differentiate among

    18、the different traffic types. In essence, it operates as follows. A station with a packet ready for transmission transmits the packet as soon as the channel is sensed idle. If it collides with another packet, then it attempts again but after incurring a random rescheduling delay. The mean reschedulin

    19、g delay is doubled with each collision incurred. This is clearly inadequate for real-time traffic. Not only is the delay incurred by packets nondeterministic, but its variance is quite large, owing to the exponential back off algorithm. However, since at low loads this protocol works well, it can st

    20、ill be used if one segments the network to insure that this condition is met. IEEE 802.5 is a token protocol devised for a ring network. It uses a single token, in the sense that a station that has completed transmission will not issue a new token until the busy token returns to it. Since in a ring

    21、network the connection to the medium is active, a priority scheme can be implemented by assigning dynamically a priority value to the token, and by restricting access to the ring to packets of priority equal or higher than the currently assigned value. This scheme can be appropriately used to integr

    22、ate the two types of traffic on the same channel simply by giving synchronous traffic higher priority than the busty data traffic. In FDDI (ANSI X3T9.5), another scheme with multiple priority levels is employed, by the use of a set of timers, that regulate for how long the station can transmit traff

    23、ic of each priority. In summary: the assignment of different types of service for real-time and data traffic at the MAC layer is very important when communicating multimedia information. This is not offered in the widely deployed IEEE 802.3 Other networks, such as the IEEE 802.5 token ring and FDDI

    24、can provide this functionality, although many vendors have chosen not to implement it. Given the large base of deployed networks, it is not reasonable to expect that changes in the MAC layer to support multimedia would be implemented. Therefore, one must seek other options (such as making sure that

    25、the network operates with low enough load that the problems described in this section will not be seen). 5.2 The Network Layer As the changes described before take place in the network, the route to use when moving information from segment to segment becomes increasingly important. In simple topolog

    26、ies, such as star with the switching element in the center, routing is trivial because there is only one route from the source to the destination. However, in practice multiple routes might be provided between a given pair of stations, for reliability and/or increased. Currently, the path taken by a

    27、 packet from its source to its destination through the network is determined by the bridges and routers that define the network topology. Transparent bridges use the spanning tree algorithm, i.e., the bridges, working together, identify a subset of the network topology that constitutes a spanning tr

    28、ee, and direct all traffic through this spanning tree. Links not on the spanning tree are not used and kept in reserve, to be activated in case of failure of a link in the spanning tree. Moreover, the spanning tree identified for a topology is essentially chosen at random, and it is not optimum in a

    29、ny sense. This has two consequences: first, extra capacity on the redundant links is never used; and second, bottlenecks may develop due to traffic concentration in some segments, as a result of the particular spanning tree chosen. We have discussed this traffic concentration in section 3. Routers,

    30、on the other hand, have the ability to use multiple spanning trees; as a matter of fact, each router forwards the packets over the spanning tree having itself as the root. Many algorithms exist to compute those routes in a distributed fashion (RIP,OSPF, IS-IS, etc), but they all employ the cost of t

    31、he link as the metric used when computing the spanning tree (the cost of a link is an arbitrary function, inversely proportional to the links bandwidth). Routers can recover from network failures, and can make use of the bandwidth of all links available. However, in most cases, all the traffic betwe

    32、en a source and a destination will be sent over the same route. Moreover, current, routers have no provision for taking into account real-time requirements (such as delay) when computing routes, and the system of priorities implemented is clearly inadequate for multimedia communications. Of special

    33、importance is the routing of multicast traffic (video-conference is an example of a situation where this kind of traffic is generated). For multicast traffic, two kinds of routes can be identified: minimum delay routes and minimum cost routes. Current multicast routers use the minimum delay criterio

    34、n to compute the routes, but this might lead to unacceptable network loading. Therefore, new routing algorithms with the following characteristics are needed: Use of multiple spanning trees. Use of multiple routes between sources and destinations. Use of different criteria for routing the streams(de

    35、lay, cost or a combination thereof). Use of a system of priorities that takes into account the real-time nature of the traffic, and not only different link costs for each priority. 5.3 Transport Protocols Existing transport protocols have been designed and implemented to support data applications in which the traffic is usually busty. Flow control procedures are embedded in the protocols to properly pace the flow between end users and achieve efficient utilization of network resources. For data applications, reliability is an absolute goal and is achieved by an error detection and


    注意事项

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




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