外文翻译两种动态路由协议的性能比较

上传人:ren****ao 文档编号:161201547 上传时间:2022-10-13 格式:DOC 页数:11 大小:816.52KB
收藏 版权申诉 举报 下载
外文翻译两种动态路由协议的性能比较_第1页
第1页 / 共11页
外文翻译两种动态路由协议的性能比较_第2页
第2页 / 共11页
外文翻译两种动态路由协议的性能比较_第3页
第3页 / 共11页
资源描述:

《外文翻译两种动态路由协议的性能比较》由会员分享,可在线阅读,更多相关《外文翻译两种动态路由协议的性能比较(11页珍藏版)》请在装配图网上搜索。

1、Performance Comparison of Two Dynamic Routing Protocols: RIP and OSPFABSTRACT: There are two main classes of adaptive routing protocols in the internet: distance vector and link state. This paper presents the comparison between distance vector and link state. It also outlines the pros and cons of RI

2、P and OSPF protocols and a performance analysis with some possible enhancement is presented. Network Simulator (NS2) is used to obtain the performance results of the two classes using different metrics such as throughput, packet delay and packet loss. Results of the simulation show that OSPF has a b

3、etter performance than RIP in terms of average throughput and packet delay in different network sizes, while RIP is better than OSPF in terms of number of packet loss in large networks.Keywords: Dynamic Routing Protocols, RIP, OSPF, NS21.INTRODUCTION Networks rely on routing protocols to keep the ro

4、uting tables updated. Routing is used in networks to control and forward data. For a router to be efficient and effective, the critical factor is the choice of the routing protocol. Routing protocols find a path between network nodes; if multiple paths exist for a given node then the shortest path i

5、s selected by protocol. Each protocol has a cost metric that it applies to each path. The path with lowest metric is selected by protocol. Metrics to compare one routing protocol with another are based on convergence time to adapt to topology changes, optimality is to choose the best path, not neces

6、sarily at minimum cost but to ensure a minimum delay or to minimize overhead and space requirements to store the routing table 157. The rest of paper is organized as follows: Section 2 is an overview of routing protocols. In Section 3 and 4 RIP and OSPF are discussed. We studied RIP and OSPF because

7、 this interior routing protocol is widely used in the internet. In addition the pros and cons of these routing protocols are studied in brief. In Section 5 the system model used for simulation is examined, and in Section 6 we implement routing protocols using NS2. The results of simulation show that

8、 OSPF is better than RIP in some aspects. But in other aspects RIP is revealed to be better than OSPF in Section 7. Finally we conclude the paper. 2.ROUTING PROTOCOLS There are two types of routing protocols: static or dynamic routing protocols. Dynamic routing protocols are superior over static rou

9、ting protocols because of its scalability and adaptability features.Dynamic routes are learned by communicating each router with another, when a new router is added or an old router is removed, the router learns about changes, updates its routing tables, and informs the other router about the modifi

10、cation. The classification of a routing protocol is either as an interior or exterior gateway protocol. The interior gateway protocol runs an algorithm within an Autonomous System (AS) and the exterior gateway protocol runs an algorithm outside an AS. The interior gateway protocol is classified into

11、 two groups: either distance vector (DV) or link state (LS). The distance vector selects the best routing path based on a distance metric, while link state selects the best routing path by calculating the state of each link in a path and finding the path that has the lowest total metric to reach the

12、 destination 15. The parameters used in order to evaluate the algorithms performance are: 713 . Instantaneous Packet Delay: This is the average delay of all data packets routed successfully from source to destination for a given period during an algorithm simulation. Instantaneous Throughput: This i

13、s the number of packets successfully routed for a given time during an algorithm simulation. Packet Loss: This refers to the number of packets that are lost. Different features of LS and DV protocols are presented in 146. In 14 they enhance the RIP to provide stability and reduce overhead of message

14、 updates. In 12 and 13 they enhance OSPF by using QoS. In 5 it is shown that OSPF is better than RIP in throughput, packet delay, packet loss and other aspects. 3.ROUTING INFORMATION PROTOCOL (RIP) RIP is an interior routing protocol that is based on DV routing. RIP uses hop count to calculate the b

15、est route. It is simple but has many drawbacks. RIP uses hop count as a cost metric for each link, and each link has a cost of 1. The maximum path cost is 15 so RIP is limited to use in ASs that are not larger than 15 hops. Every 30 seconds the router sends copy of the routing table to its neighbors

16、. The routing table is updated whenever the network topology is changed; each router informs its adjacent neighbors about the updating in the routing table. When the router receives an update, first it compares the new route with the current routing table, then adds a new path to the routing table a

17、nd informs its adjacent neighbors about the updating in the routing table 59.The following table summarizes the advantages and disadvantages of RIP 8 9: Table 1: Advantages and Disadvantages of RIP In 14 RIP is enhanced by using Fast Selfhealing Distance Vector Protocol (FS-DVP), FS-DVP suppresses i

18、ts failure notification to provide better stability and reduce the overhead of message updates. In FS-DVP, each node generates a backup node set, for each destination, pre-computes the backup next hop and stores them. If the link has failed, the packet selects the next hop from the backup set. FS-DV

19、P thus eliminates the delay due to re-computation and reroutes packets without any interruption in the presence of link failures. To save bandwidth resources and balance the load in the network, FS-DVP uses a suppression-failure technique to handle link failure, so when a link fails, an adjacent nod

20、e suppresses the update message and sets a timer for a suppression interval, but other nodes are not explicitly notified of the failure. When router R1 detects that router R2 is unreachable, R1 starts a timer, the timer must be less than 60 seconds, if R1 receives a route from R2 before the timer ex

21、pires, the link recovers so that the suppression is successful and no notification is propagated for this failure, otherwise a failure is propagated at the end of suppression interval and new routing tables are computed. FS-DVP is applied on RIP and called FS-RIP. In FS-RIP 99.8756% of packets reach

22、 their destination successfully while in OSPF, 50% of packets reach their destination successfully. FS-RIP has fewer packets dropped than OSPF. 4. OPEN SHORTEST PATH FIRST (OSPF) OSPF is an interior routing protocol that is based on link state routing. OSPF is faster than RIP but is complex. RIP kee

23、ps track of the closest router for each destination, while OSPF keeps track of the complete topology of all connections in the local network 5. In OSPF each node broadcasts the link-cost information about its adjacent links to all other nodes in the network. Each node has a complete view of the netw

24、ork using link-cost information from other nodes. It applies Dijkstras shortest path algorithm to get the shortest route to all nodes in the network. A node broadcasts link-cost information whenever the links state is changed. Every 30 seconds it also broadcasts link-cost information. 1 The followin

25、g table summarizes the advantages and disadvantages of OSPF 8 9: Table 2: Advantages and Disadvantages of OSPF OSPFs cost metric is cost given by the administrator. The cost reflects monetary cost and is a static value. The cost metric can be either bandwidth or link delay. In 13 the cost metric of

26、OSPF is based on bandwidth. Cost is inversely proportional to bandwidth. The higher bandwidth means a lower cost (cost = 108 /bandwidth in bps). In 12 OSPF is extended to use a link delay as QoS metric in order to compute routes. When packets are routed based on the shortest static cost route, this

27、may increase the links delay. In the delay-based routing algorithm, the link delay is the sum of the link propagation delay and its mean queuing delay over the sampling interval of the link. The delay algorithm uses threshold and incremental factors in order to return to the computation algorithm. T

28、he threshold and incremental factors are tuned to improve the stability of flow of traffic with an acceptable trade off of delay. The cost metric based on bandwidth or delay is suitable for its use in multimedia and E-commerce. 5.SIMULATION SYSTEM DESIGN MODEL A network consists of senders and recei

29、vers. The sender sends packets to the receiver by passing intermediate nodes. To choose the path from the source to the destination, the source runs a routing protocol such as DV or LS. The network simulation model has the following characteristic: This model uses a connectionless oriented UDP proto

30、col and constant data rate. Also this model uses a connection oriented TCP protocol and FTP. There are several parameters to evaluate network performance such as throughput, delay and packet loss. 6. SIMULATION The environment of the simulation experiments was Ubuntu 10 and NS-2.34. In order to anal

31、yze data results, the tools AWK and gnuplot were used. We used three different sizes of networks. The smallest network had five nodes and five links. Node0 sent a UDP protocol with constant packet rate to node3. A TCP protocol was used to send FTP from node0 to node3. Node0 connected to node1, node1

32、 to node3, node3 to node4, node3 to node4, node4 to node2, and node2 to node0. Connection from node0 to node1 and connection from node1 to node3 had a bandwidth of 1 Mbps and delay of 5 ms but other connections had a bandwidth of 2 Mbps and delay of 2 ms. The Network Simulator-2 (NS2) has an impleme

33、ntation of the OSPF protocol with static cost is called Link State Routing. Also it has an implementation of the RIP is called Distance Vector. The simulation study was done under Network Simulator (NS2). We first built the network with RIP as the routing protocol and then used the same model with O

34、SPF to evaluate and analyze the results. In 13 they used bandwidth as metric, in our experimental we used the same metric.The connection from node0 to node1 and the connection from node1 to node3 have a cost of 100 while other connections have a cost of 50. To calculate packet loss we downlinked and

35、 uplinked the connection between node0 and node1 in DV, and repeated this between node0 and node2 in LS. The topology is indicated in Figure 1. The same experiment was repeated with a larger network by using 11 nodes and 21 nodes.7. CONCLUSION In this paper, we have introduced a quantitative compara

36、tive study for link state and distance vector routing algorithms in different network settings. We can conclude that OSPF outperforms RIP in terms of average throughput and instant packet delay in different sizes of network. In terms of number of packets lost, OSPF is better compared to RIP in small

37、 networks but RIP is better in large networks. OSPF is better than RIP for many reasons: OSPF uses either bandwidth or delay as metric for shortest path and it does not use the number of hops as in RIP. OSPF can adjust the link and OSPF coverage network more quickly than RIP, but if RIP is enhanced

38、by using FS-RIP, then RIP offers a better performance than OSPF. The work can be extended to other dynamic routing protocols and implemented by NS2. It can also be extended to evaluate other routing protocol criteria such as CPU utilization, jitter, and ability to provide Quality of Service (QoS).RE

39、FERENCES 1 J. F. Kurose, K. W. Ross, “Computer Network A Top-Down Approach,” 5th- ed. Pearson Education pp. 419-420. 2 E. Altman, T. Jimenez, “NS Simulator for Beginners,”Univ. de Los Andes Merina (Venezuela) und ESSI Sophia-Antipolis (France), Dec 4, 2003. , Online. Available http:/wwwsop.inria.fr/

40、members/Eitan.Altman/COURSNS/n3.pdf 3 Y. Pan, “Design Routing Protocol Performance Comparison in NS2: AODV comparing to DSR as Example,” Online. Available http:/www.cs.binghamton.edu/kang/teaching/cs580s .s06/final/on-campus/yinfeifina-l.pdf 4 A. Rai, K. Kumar, “Performance Comparison of Link State

41、and Distance Vector Routing Protocols Using NS,” Online. Available: http:/www-public.itsudparis.eu/gauthier/Courses/NS2/FichiersAnnexe/files/routing.pdf 5 S. G. Thorenoor, “Dynamic Routing Protocol Implementation Decision between EIGRP, OSPF and RIP Based on Technical Background Using OPNET Modeler,

42、” 2010 IEEE Int. Conf. Communications, pp. 191-195. Online. Available: http:/0- ieeexplore.ieee.org.mylibrary.qu.edu.qa/stamp/stamp.j sp?tp=&arnumber=5474509 6 A. U. Shankary, C. Alaettinoglu, K. Dussa-Zieger, I. Matta, “Performance Comparison of Routing Protocols under Dynamic and Static File Trans

43、fer Connections” Online.Available:http:/wwwpublic.it-sudparis.eu/gauthier/Courses/NS2/FichiersAnnexe/files/routing.pdf7 B. Baran, R. Sosa, “A New Approach for AntNet Routing,” 2000 IEEE, pp. 303-308. Online.Available:http:/0ieeexplore.ieee.org.mylibrary.qu.edu.qa/stamp/stamp.j sp?tp=&arnumber=885506

44、 8 HP, “Overview,” Online. Available: 9 H. Pun, “Convergence Behavior of RIP and OSPF Network Protocols,” 2001, Online. Available: http:/www.ensc.sfu.ca/ljilja/cnl/pdf/hubert.pdf 10 “The Network Simulator NS-2: Documentation,” Online. Available: http:/www.isi.edu/nsnam/ns/nsdocumentation.html 11C. H

45、. Hon, N. H. James, “Path Recovery Performances of Routing Protocols,” Online. Available: 12C. Y. Yong, T. Michalareas, Dr. L. Sacks, “Network Stability with Delay Minimisation in a QoS based OSPF Network,” Online. Available: www.ee.ucl.ac.uk/lcs/previous/LCS2001/LCS058.pdf 两种动态路由协议的性能比较:RIP和OSPF摘要:

46、自适应路由在互联网协议有两个主要的类别:距离向量和链路状态。本文介绍比较了距离向量和链路状态。它还概述了RIP和OSPF协议的优缺点和一些可能的增强性能分析。网络仿真器(NS2)是用来获得两种使用不同的度量如吞吐量性能结果,数据包的延迟和丢包。仿真结果表明,OSPF协议比RIP中的平均吞吐量和数据包在不同大小的网络延迟具有更好的性能,而RIP在大型网络丢包数目比OSPF多。关键词:动态路由协议RIP,OSPF,NS21、简介 依靠网络路由协议的路由表更新保持,路由是网络中使用的控制和数据转发。一个路由器是有效的还是无效的,关键是选择的路由协议。路由协议发现网络节点之间的路径,如果对于一个给定的

47、节点,然后选择的最短路径的协议存在多条路径。每一个协议都有一个成本指标,它适用于每个路径。以最低的度量的路径选择协议。比较一个路由协议的另一个指标是基于收敛时间适应拓扑结构的变化,选择最优的路径,以最低的成本,但不一定保证最低的延迟或减少开销和空间来存储路由表 1 5 7。本文的其余部分安排如下:第2节是路由协议综述。在3节和4节对 RIP和OSPF进行了讨论。我们研究RIP和OSPF原因是内部路由协议是在互联网上广泛使用的。此外,这些路由协议的优点和缺点进行了简要的比较。在5节中用于仿真系统模型的研究,并在6节中我们使用NS2路由协议。仿真结果表明,OSPF比RIP在某些方面好,但在另一方面

48、,RIP是显示比OSPF更好。最后我们得出结论。2、 路由协议 有两种类型的路由协议:静态或动态路由协议。动态路由协议是优于静态路由协议在于其可扩展性和适应性强的特点。动态路由与另一通信的每个路由器有关系,当一个新的路由器添加或删除旧的路由器,路由器发生变化,更新其路由表,并通知修改其他有关路由器。一个路由协议的分类,通常是内部或外部网关协议。内部网关协议外部网关协议运行一个算法在一个自治系统(AS)。内部网关协议分为两组:距离向量(DV)或链路状态(LS)。距离矢量在选择最佳路由路径的距离度量的基础上,在链路状态选择最佳的路由路径,通过计算状态的每一个环节中的路径和发现的路径,具有最低的总度

49、量达到目的地 1 5 。要使用的参数来评价算法的性能是: 7 13 。 瞬时数据包延迟:这是所有的数据包发送成功的从源到目的地的一段期间的平均延迟算法仿真。瞬时吞吐量:这是对于一个给定的时间路由算法成功仿真过程中的数据包的数目。数据包丢失:这指的是丢失的数据包的数目。不同功能的LS和DV协议进行了 1 4 6 。在 14 他们提高来提供稳定和降低更新开销消息。在 12 和 13 他们提高OSPF使用QoS。在 5 表明OSPF比RIP的吞吐量,分组延迟,丢包等方面。3、 路由信息 RIP协议(RIP)是一个内部的路由协议,是基于DV路由。RIP使用跳数计算出最佳路线。它是简单但有很多的弊端。R

50、IP使用跳数作为每个链路成本度量,和每一个环节都有成本的1。最大路径的成本是15,RIP是有限的使用在不大于15跳。每30秒路由器发送路由表复制到它的邻居。路由表是当网络拓扑发生变化时更新;每个路由器通知关于更新路由表中相邻的邻居。当路由器接收到更新,首先比较新的路径与当前的路由表,然后添加一个新的路径,路由表,并通知其相邻的更新路由表中。下表总结的优点和缺点:表1:RIP的优点和缺点RIP的优点RIP的缺点简单在异构网络中RIP是不可扩展的,使用网络中的多个局域网协议效率低下,因为RIP是基于跳数到达目的地易于配置定期更新路由表的消耗带宽,因为RIP传播整个路由表到邻居路由器收敛速度。(RI

51、P缓慢调整链路故障)不适合大型网络,由于人数限制为15 RIP是利用快速自愈的距离矢量协议增强(fs-dvp),fs-dvp抑制其故障通知提供更好的稳定性和降低更新开销消息。在fs-dvp,每个节点生成一个备份节点集,每一个目标,预先计算并存储备份下一跳。如果连接失败,分组选择下一跳的备份集。fs-dvp从而消除了延迟,由于没有重新计算和重新路由链路故障的存在任何中断包。为了节省带宽资源、平衡网络负载,fs-dvp使用抑制失效的技术来处理链路故障,所以当链路发生故障时,相邻的节点将更新消息和设置一个用于抑制定时器,但没有明确通知其他节点的失效。当路由器R1,R2的检测是遥不可及的,R1启动一个

52、定时器,定时器必须小于60秒,如果R1 ,R2的路由接收来自定时器到期之前,链路恢复,抑制是成功的,没有通知传播这种故障,否则失败的传播在抑制间隔新的路由表,最后计算。fs-dvp应用于RIP称为fs-rip。在fs-rip 99.8756%包到达其目的地,50%包到达目的地OSPF。fs-rip具有更少的丢包比OSPF。4、 开放最短路径优先(OSPF) OSPF是一种基于链路状态路由的内部路由协议。OSPF的速度比RIP快,但很复杂。RIP跟踪每个目的地最近的路由器,而路由跟踪在本地网络完整的拓扑连接。在OSPF中每个节点广播其相邻链接到网络中的所有其他节点的链路成本信息。每个节点都使用来

53、自其他节点的链路成本信息网络的完整视图。运用最短路径算法得到最短路径在网络中的所有节点。一个节点广播链路成本信息时的链路状态发生变化。每30秒也广播链路成本信息。下表总结OSPF的优点和缺点 :OSPF的优点OSPF的缺点OSPF发生链路故障时快速调整OSPF要求复杂的配置和网络设计规划OSPF不传播整个路由协议,但只有其链接发送信息在初始链路状态数据包转发,所以OSPF消耗大量的带宽OSPF适合于大型网络OSPF需要比RIP较高的处理和记忆OSPF保持的最短路径路由和快速发现路由故障 OSPF的成本度量是由管理员给定的成本。成本反映货币成本是一种静态值。成本度量可以是带宽和链路延迟。在 13

54、 OSPF成本度量是基于带宽,与成本带宽成反比。高带宽意味着更低的成本(成本= 108 /带宽在BPS)。在 12 的OSPF扩展到一个链路时延QoS度量来计算路线。当数据包在路由的最短路径的基础上的静态成本,这可能会增加链路的延迟。在基于延迟的路由算法,链路延迟是链路传播延迟和平均链路采样间隔排队延迟的的总和。延迟算法采用阈值为增量因素重新计算算法。阈值增量因素的调整,以一个可接受的权衡延迟提高交通流的稳定性。基于带宽或延迟的成本指标,适用于多媒体和电子商务的应用。5、 仿真系统的设计模型 网络由发送器和接收器。发送者将数据包通过中间节点发送到接收器。选择从源到目的地的路径,源管理协议如DV

55、或LS路由。网络仿真模型具有以下特点:该模型采用面向无连接的UDP协议和恒定的数据速率。该模型采用面向连接的TCP协议和FTP。有网络性能评价的几个参数,如吞吐量,延迟和数据包丢失。6、 模拟 模拟实验的环境是Ubuntu 10和ns-2.34。为了分析数据结果,使用两种工具。我们使用三种不同大小的网络。最小的网络有五个节点,五链接。节点0发送一个UDP协议数据包速率常数节点3。TCP协议用于发送到FTP 节点3 节点0。节点0连接节点,节点到节点3,节点3到节点4,节点4到节点2和节点2到节点0。连接节点0为连接从节点到节点3带宽为1 Mbps和有5毫秒的延迟而其他连接的带宽为2 Mbps和

56、有一个2毫秒的延迟(网络模拟器NS2)具有与静态成本OSPF协议的一个实现称为链路状态路由。也有撕裂的实现被称为距离向量。仿真研究在网络模拟器(NS2)。我们首先建立了网络的路由协议RIP和OSPF使用相同的模型分析和评价结果。在 13 他们用带宽作为度量,实验中我们使用相同的度量。从节点0为连接并从节点到节点3连接有一个成本100其他连接有一个成本的50。计算数据包丢失和连结节点0 DV和节点之间的连接,并重复这节点0和节点2之间的LS。重复相同的实验,与一个更大的网络采用11节点和21节点。7、 结论 在本文中,我们介绍了一个定量比较研究的链路状态和距离向量路由算法在不同的网络设置。我们可

57、以得出这样的结论:OSPF比RIP的平均吞吐量和不同大小的网络即时数据包延迟。当数据包丢失,OSPF比RIP在小型网络中更好,但在大型网络中RIP更好。OSPF是比RIP好的原因很多:OSPF使用带宽和延迟作为度量的最短路径,作为RIP它不使用跳数。OSPF能调节环节,所以OSPF网络覆盖比RIP更快,但是如果把用fs-rip增强,RIP将提供比OSPF更好的性能。工作通过NS2可以扩展到其他的动态路由协议,它也可以被扩展到评估其他路由的协议标准,如CPU利用率,抖动和能力,提供服务质量(QoS)。参考文献【1】 J. F. Kurose, K. W. Ross,计算机网络自顶向下的方法第五版

58、皮尔森教育419-420页。【2】E. Altman, T. Jimenez,“NS仿真器,对初学者来说,“大学德洛斯安第斯山脉梅里纳(委内瑞拉)和索菲亚Antipolis(法国),2003年12月4日。http:/wwwsop.inria.fr/members/eitan.altman/coursns/n3.pdf【3】Y. Pan,“路由协议的设计性能比较:在NS2中AODV与DSR为例”。http:/www.cs.binghamton.edu/kang/teaching/cs580s .s06/final/on-campus/yinfeifina-l.pdf 【4】A. Rai, K.

59、Kumar,“链路状态和距离向量路由协议使用NS的性能比较”。http:/www-public.itsudparis.eu/gauthier/Courses/NS2/FichiersAnnexe/files/routing.pdf 【5】S. G. Thorenoor,“ 动态路由协议实现决策的EIGRP,OSPF和RIP基于OPNET Modeler的技术背景”。2010 IEEE诠释中。通信,pp. 191-195。Available:http:/0-ieeexplore.ieee.org.mylibrary.qu.edu.qa/stamp/stamp.jsp?tp=&arnumber=5

60、474509【6】美国 A. U. Shankary, C. Alaettinoglu, K. Dussa-Zieger, I. Matta,“在动态和静态文件传输连接中不同路由协议的性能分析”。Available:http:/wwwpublic.it-sudparis.eu/gauthier/Courses/NS2/FichiersAnnexe/files/routing.pdf【7】B. Baran, R. Sosa,”蚂蚁网络路由的一种新的方法,”IEEE 2000,pp. 303-308。Available:http:/0ieeexplore.ieee.org.mylibrary.qu

61、.edu.qa/stamp/stamp.j sp?tp=&arnumber=885506 【8】HP, “Overview,” Available: 【9】H. Pun,“2001的RIP和OSPF网络协议,收敛行为” http:/www.ensc.sfu.ca/ljilja/cnl/pdf/hubert.pdf 【10】“网络模拟器NS-2:文档,”http:/www.isi.edu/nsnam/ns/nsdocumentation.html【11】C. H. Hon, N. H. James,“路由协议路径恢复性能“,【12】C. Y. Yong, “基于OSPF网络中的QoS延迟的最小化网络的稳定性,”www.ee.ucl.ac.uk/lcs/previous/lcs2001/lcs058.pdf

展开阅读全文
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!