WO2008145066A1 - A software loading method, communication network system and equipment - Google Patents

A software loading method, communication network system and equipment Download PDF

Info

Publication number
WO2008145066A1
WO2008145066A1 PCT/CN2008/071125 CN2008071125W WO2008145066A1 WO 2008145066 A1 WO2008145066 A1 WO 2008145066A1 CN 2008071125 W CN2008071125 W CN 2008071125W WO 2008145066 A1 WO2008145066 A1 WO 2008145066A1
Authority
WO
WIPO (PCT)
Prior art keywords
software
download
downloaded
point
communication network
Prior art date
Application number
PCT/CN2008/071125
Other languages
French (fr)
Chinese (zh)
Inventor
Donghong Peng
Original Assignee
Huawei Technologies Co, . Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co, . Ltd. filed Critical Huawei Technologies Co, . Ltd.
Publication of WO2008145066A1 publication Critical patent/WO2008145066A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/024Standardisation; Integration using relational databases for representation of network management data, e.g. managing via structured query language [SQL]

Definitions

  • the present invention relates to the field of communications, and in particular, to a communication device software loading method, a communication network system and a device based on P2P (Peer to Peer). Background technique
  • a common method of software loading is to transfer an external software entity to the inside of the device through an external interface (such as the serial port, network port, etc. provided by the device).
  • an external interface such as the serial port, network port, etc. provided by the device.
  • Existing communication device software loading generally draws serial port mode and files
  • FIG. 1 shows a schematic diagram of loading software through a centralized FTP/TFTP server in accordance with the prior art.
  • This solution is mainly applied to upgrade and patch existing online running devices.
  • the operator deploys a centralized FTP/TFTP server.
  • the online device downloads the software entity that needs to be updated through the maintenance and management network of the device to the FTP/TFTP server.
  • the operator puts the software entity that needs to be upgraded into the specified directory of the FTP/TFTP server.
  • the operator customizes a certain policy on the NMS, and sends an upgrade command to the device in batches. After receiving the upgrade command, the device starts to perform the upgrade operation and takes the initiative to Download the software entity on the FTP/TFTP server.
  • FTP/TFTP is a centralized mode
  • the processing power of the FTP/TFTP server itself and the bandwidth of the FTP/TFTP server to the maintenance network 1 become the bottleneck of the system software loading.
  • NMS network management system
  • FIG. 2 shows a schematic diagram of a single point mode loading software according to the prior art.
  • the operator operator carries the PC (usually the operator with the laptop) to each maintenance point, connects the PC directly to the device, and starts an FTP/TFTP service on the PC, which needs to be loaded.
  • the file is placed in the specified directory.
  • log in to the communication device and perform a load operation and the communication device downloads the required software entity from the PC.
  • the operator must go to the equipment site and load the software through the local serial port or the local maintenance network port provided by the device. It is obviously less efficient than the above maintenance method, and the labor cost is higher.
  • the software loading operation of this technical solution requires manual intervention by the operator. Compared with the technical solution 1, there is no centralized management of the NMS, and there is no centralized FTP/TFTP server.
  • Embodiments of the present invention provide a software loading method, a communication network system, and a device, which can solve server and bandwidth bottleneck defects.
  • a software loading method for a communication device including: the communication device searches for a download point in the network that can download software required by itself; when multiple download points are used, multiple The download point separately downloads different parts of the software; the downloaded partial software is combined into the required software; the communication device provides a software loading service for some downloaded software, and adds itself as a download point to multiple download points.
  • a communication network system comprising: at least two communication devices, wherein the communication device is configured to download software from a download point in a communication network system, and provide the downloaded part of the software The software loads the service and adds itself as a download point to the download point; the file server, which serves as the first download point to provide the software load service.
  • a communication device including: a searching module, configured to search, in the communication network system, the download point that can download the software;
  • a downloading module configured to download different parts of the software from a plurality of the download points at the same time
  • a combination module configured to combine the downloaded portions of the software into the software.
  • Figure 1 shows a schematic diagram of loading software through a centralized FTP/TFTP server in accordance with the prior art
  • FIG. 2 is a schematic diagram showing a single point mode loading software according to the prior art
  • FIG. 3 is a flow chart showing a software loading method for a communication device according to an embodiment of the present invention
  • FIG. 4 is a schematic diagram showing P2P technology downloading and assembling software according to an embodiment of the present invention
  • FIG. 5 shows a schematic diagram of a P2P technology communication network system in accordance with an embodiment of the present invention.
  • FIG. 3 shows a flow chart of a software loading method for a communication device, including the following steps, in accordance with an embodiment of the present invention:
  • Step S10 The communication device searches for a download point in the network that can download the software required by itself;
  • Step S20 When the download point is multiple, download different parts of the software from multiple download points at the same time;
  • Step S30 combining the downloaded partial software into the required software
  • Step S40 The communication device provides a software loading service for the downloaded part of the software, and adds itself as a download point to multiple download points.
  • the setting file server is the first download point that provides the software loading service, that is, as a seed point.
  • Simultaneously downloading different parts of the software from multiple download points may include: decomposing the software into multiple parts, each part having its own serial number identifier, and the plurality of download points respectively for downloading at least one of the multiple parts independently One part. Then combine the parts into software according to the serial number of each part.
  • the above technical solution is based on the principle of P2P technology, and the communication device can be formed into a peer-to-peer network.
  • P2P technology actually decomposes the software that needs to be loaded into different P2P unit packages. These units are packaged in the network and can be separately transmitted according to the P2P protocol.
  • P2P protocol When a device downloads a P2P unit package, the device is announced. I can use it as a seed, other equipment It is possible to download the P2P unit package that it has from this device, so if a software has 3 P2P unit packages.
  • the fourth device D can download three different P2P unit packages from the three devices, and assemble them.
  • a software that needs to be downloaded the device needs to have a P2P source to implement P2P download.
  • the software that needs to be downloaded on the P2P source is composed of multiple P2P unit packages.
  • the device starts to perform the download operation it first goes to the P2P source. Download the software unit package information, and then search for the seed point through the P2P protocol on the network, and download the P2P packet unit from the seed point respectively.
  • an embodiment of the present invention provides a communication network system, including: at least two communication devices, wherein the communication device is configured to download software from a download point in a communication network system, and download the software from the download point in the communication network system.
  • the software provides a software loading service that adds itself as a download point to the download point; the file server, which serves as the first download point to provide software loading services.
  • Fig. 5 shows a schematic diagram of a P2P technology communication network system in accordance with an embodiment of the present invention.
  • the P2P technology is used to improve the download performance of the communication device software.
  • the principle of P2P technology is actually to use all the communication devices running on the network as peer-to-peer network units. These network units are both servers and clients. Each device downloads a part of the software entity and then exchanges between the communication devices. These pieces of software, in order to achieve the purpose of the communication device to obtain the entire software entity. When one of the communication devices acquires a file, it can serve as a server, provide downloading of the slice for other communication devices, and find download points of other slices on the network.
  • the communication device may include: a searching module, configured to search for a download point of the downloadable software in the communication network system; and a downloading module, configured to download different parts of the software separately from the plurality of download points when the download point is multiple; A module for combining multiple pieces of downloaded software into software.
  • the above scheme fully utilizes the principle of P2P technology, effectively solves the performance bottleneck of the FTP/TFTP server and the bandwidth bottleneck problem in the figure, and can greatly improve the software carrier loading speed of the device.
  • each communication device download is no longer the same as the original download method. All communication devices are not downloaded from the FTP/TFTP server, but are able to obtain all the downloaded information. The communication device is downloaded, so that the performance bottleneck of the download server is distributed to all communication devices. The path of the software carrier that the device needs to download is no longer a channel shared by all devices, but is downloaded simultaneously through multiple channels, thereby greatly Improve the speed of software loading.
  • the device applies P2P technology to implement software entity loading, and the loading mode effectively improves the download speed of the communication device software entity, and at the same time circumvents the bottleneck of the FTP/TFTP; There is no need for the operator to deploy any additional servers.
  • the present invention can be implemented by means of software plus a necessary general hardware platform, and of course, can also be through hardware, but in many cases, the former is a better implementation. the way.
  • the technical solution of the present invention which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a storage medium, including a plurality of instructions for making a A computer device (which may be a personal computer, server, or network device, etc.) performs the methods described in various embodiments of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

A software loading method for a communication equipment is provided, which includes that: the communication equipment searches the network for a downloading point available for downloading its required software; when there are multiple downloading points, the different parts of the software are downloaded simultaneously from the multiple downloading points respectively; the downloaded multiple parts of the software are combined into the required software; the communication equipment provides a software loading service with respect to the downloaded parts of the software, and adds itself as a downloading point into the multiple downloading points. A communication network is also provided. With the invention, the burden of the server could be reduced, and the defect of the bandwidth bottleneck could be overcome.

Description

一种软件加载方法、 通信网络系统及设备 技术领域  Software loading method, communication network system and device
本发明涉及通信领域, 更具体而言, 涉及一种基于 P2P ( Peer to Peer, 对等互联) 的通信设备软件加载方法、 通信网络系统及设备。 背景技术  The present invention relates to the field of communications, and in particular, to a communication device software loading method, a communication network system and a device based on P2P (Peer to Peer). Background technique
为设备软件初始化、 软件升级和解决设备 BUG提供所需的软件 实体, 是通信设备一个很重要的可维护特性。一种常见的软件加载方 法是通过外部接口 (例如设备提供的串口、 网口等)把外部的软件实 体传输到设备内部。现有通信设备软件加载一般釆取串口方式和文件  Providing the required software entities for device software initialization, software upgrades, and resolution of device bugs is an important maintainable feature of communication devices. A common method of software loading is to transfer an external software entity to the inside of the device through an external interface (such as the serial port, network port, etc. provided by the device). Existing communication device software loading generally draws serial port mode and files
Transfer Protocol, FTP ) 两种方式力口载。 Transfer Protocol, FTP) Two ways to load.
在传统的网络环境和运维模式下,上面的加载方式能够满足通信 设备的维护需求。 随着通信行业迅速的发展, 对于设备供应商提供的 设备, 软件的升级、 打补丁成了运营维护中一个很重要的环节。 运营 商要求设备软件升级和打补丁保证稳定的前提下,提出了更高的速度 要求, 要求网上大量设备的软件升级, 打补丁必须快速完成, 不能影 响客户的业务,而软件加载则是影响通信设备软件升级时间的一个非 常重要的因素,能够在短时间内完成大批量设备的软件加载成了提升 软件升级、 打补丁的一个关键路径, 当软件加载完成之后, 所有的设 备可以并行进行升级操作。  In the traditional network environment and operation and maintenance mode, the above loading method can meet the maintenance requirements of communication equipment. With the rapid development of the communication industry, software upgrades and patching of equipment provided by equipment suppliers have become an important part of operation and maintenance. On the premise that the operator requires equipment software upgrade and patching to ensure stability, higher speed requirements are required. Software upgrades for a large number of devices on the network are required. Patching must be completed quickly and cannot affect the customer's business. Software loading affects communication. A very important factor in the software software upgrade time. The software loading of high-volume devices in a short period of time becomes a critical path for upgrading software and patching. After the software is loaded, all devices can be upgraded in parallel. .
图 1示出了根据现有技术的通过集中的 FTP/TFTP服务器加载软 件的示意图。这种方案主要应用到对现有网上运行设备升级、打补丁。 运营商部署一个集中的 FTP/TFTP服务器, 网上设备通过设备的维护 管理网络到 FTP/TFTP服务器上下载需要更新的软件实体。 在网上运 行设备升级前, 操作员把需要升级的软件实体放到 FTP/TFTP服务器 指定目录。 然后由操作员在 NMS上定制一定的策略, 批量下发升级 指令到设备, 设备收到升级指令之后, 开始执行升级操作, 主动到 FTP/TFTP服务器上下载软件实体。 FIG. 1 shows a schematic diagram of loading software through a centralized FTP/TFTP server in accordance with the prior art. This solution is mainly applied to upgrade and patch existing online running devices. The operator deploys a centralized FTP/TFTP server. The online device downloads the software entity that needs to be updated through the maintenance and management network of the device to the FTP/TFTP server. Before running the device upgrade on the network, the operator puts the software entity that needs to be upgraded into the specified directory of the FTP/TFTP server. Then, the operator customizes a certain policy on the NMS, and sends an upgrade command to the device in batches. After receiving the upgrade command, the device starts to perform the upgrade operation and takes the initiative to Download the software entity on the FTP/TFTP server.
然而, 由于 FTP/TFTP是集中方式, 所以 FTP/TFTP服务器本身 的处理能力和 FTP/TFTP服务器到维护网处①的带宽成为系统软件加 载的瓶颈。 例如, 当网络管理系统( Network Management System , NMS )下发批量升级指令时, 上千台设备不可能同时从 FTP/TFTP上 下载软件实体, 必须一批一批排队, 这成为批量同时升级的瓶颈。  However, since FTP/TFTP is a centralized mode, the processing power of the FTP/TFTP server itself and the bandwidth of the FTP/TFTP server to the maintenance network 1 become the bottleneck of the system software loading. For example, when a network management system (NMS) issues a batch upgrade command, thousands of devices cannot simultaneously download software entities from FTP/TFTP, and must be batched in batches. This becomes a bottleneck for batch upgrades. .
另一种常见的方式是单点方式加载,图 2示出了根据现有技术的 单点方式加载软件的示意图。 升级时, 由运营商操作员带着 PC (— 般是操作员带着便携电脑)到各个维护点, 把 PC直接接到设备上, 并在 PC上启动一个 FTP/TFTP服务, 把需要加载的文件放到指定目 录。 再登录到通信设备上, 执行加载操作, 通信设备从 PC上下载所 需要的软件实体。 这种方式必须操作员到设备现场, 通过设备提供的 本地串口或者本地维护网口进行软件加载,显然比上面的维护方式效 率更低, 需要的人力成本也更高。 此技术方案的软件加载操作全部需 要操作员手工干预, 和技术方案一比较, 没有 NMS集中管理, 也没 有集中的 FTP/TFTP月良务器。  Another common way is to load in a single point mode. Figure 2 shows a schematic diagram of a single point mode loading software according to the prior art. During the upgrade, the operator operator carries the PC (usually the operator with the laptop) to each maintenance point, connects the PC directly to the device, and starts an FTP/TFTP service on the PC, which needs to be loaded. The file is placed in the specified directory. Then log in to the communication device and perform a load operation, and the communication device downloads the required software entity from the PC. In this way, the operator must go to the equipment site and load the software through the local serial port or the local maintenance network port provided by the device. It is obviously less efficient than the above maintenance method, and the labor cost is higher. The software loading operation of this technical solution requires manual intervention by the operator. Compared with the technical solution 1, there is no centralized management of the NMS, and there is no centralized FTP/TFTP server.
在实现本发明的过程中, 发明人发现现有技术中存在以下缺点: 传统的串口方式、 TFTP/FTP 方式技术方案分别存在 FTP/TFTP 服务器和带宽瓶颈缺陷, 没有实现自动化软件加载。 发明内容  In the process of implementing the present invention, the inventors found that the following disadvantages exist in the prior art: The traditional serial port mode and the TFTP/FTP mode technical solution respectively have FTP/TFTP server and bandwidth bottleneck defects, and no automation software loading is implemented. Summary of the invention
本发明实施例提供了一种软件加载方法、 通信网络系统及设备, 能够解决服务器和带宽瓶颈缺陷。  Embodiments of the present invention provide a software loading method, a communication network system, and a device, which can solve server and bandwidth bottleneck defects.
在本发明的实施例中, 提供了一种用于通信设备的软件加载方 法, 包括: 通信设备在网络中寻找可以下载自身所需软件的下载点; 下载点为多个时, 同时从多个下载点分别下载软件的不同部分; 将下 载的多个部分软件组合成所需软件;通讯设备对已下载的部分软件提 供软件加载服务, 将自己作为下载点加入到多个下载点。 在本发明的实施例中, 还提供了一种通信网络系统, 包括: 至少 两个通信设备,其中的通信设备用于从通信网络系统中的下载点下载 软件, 并对已下载的部分软件提供软件加载服务, 将自己作为一个下 载点加入到下载点中; 文件服务器, 用作提供软件加载服务的第一个 下载点。 In an embodiment of the present invention, a software loading method for a communication device is provided, including: the communication device searches for a download point in the network that can download software required by itself; when multiple download points are used, multiple The download point separately downloads different parts of the software; the downloaded partial software is combined into the required software; the communication device provides a software loading service for some downloaded software, and adds itself as a download point to multiple download points. In an embodiment of the present invention, there is also provided a communication network system, comprising: at least two communication devices, wherein the communication device is configured to download software from a download point in a communication network system, and provide the downloaded part of the software The software loads the service and adds itself as a download point to the download point; the file server, which serves as the first download point to provide the software load service.
在本发明的实施例中, 还提供了一种通信设备, 包括: 寻找模块,用于在所述通信网络系统中寻找可以下载所述软件的 所述下载点;  In an embodiment of the present invention, a communication device is further provided, including: a searching module, configured to search, in the communication network system, the download point that can download the software;
下载模块, 用于所述下载点为多个时, 同时从多个所述下载点分 别下载所述软件的不同部分;  a downloading module, configured to download different parts of the software from a plurality of the download points at the same time;
组合模块, 用于将下载的多个部分所述软件组合成所述软件。 在上述实施例中,由于通过多个下载点来同时下载软件的各个部 分, 所以减轻了服务器的负担, 克服了带宽瓶颈缺陷。  And a combination module, configured to combine the downloaded portions of the software into the software. In the above embodiment, since the various portions of the software are simultaneously downloaded through a plurality of download points, the burden on the server is alleviated, and the bandwidth bottleneck defect is overcome.
本发明实施例的其它特征和优点将在随后的说明书中阐述, 并 且, 部分地从说明书中变得显而易见, 或者通过实施本发明而了解。 本发明的目的和其他优点可通过在所写的说明书、权利要求书、 以及 附图中所特别指出的结构来实现和获得。 附图说明  Other features and advantages of the embodiments of the invention will be set forth in the description in the appended claims. The objectives and other advantages of the invention will be realized and attained by the <RTI DRAWINGS
此处所说明的附图用来提供对本发明的进一步理解,构成本申请 的一部分, 本发明的示意性实施例及其说明用于解释本发明, 并不构 成对本发明的不当限定。 在附图中:  The drawings are intended to provide a further understanding of the present invention, and are intended to be a part of the present invention, and the description of the present invention is not intended to limit the invention. In the drawing:
图 1示出了根据现有技术的通过集中的 FTP/TFTP服务器加载软 件的示意图;  Figure 1 shows a schematic diagram of loading software through a centralized FTP/TFTP server in accordance with the prior art;
图 2示出了根据现有技术的单点方式加载软件的示意图; 图 3 示出了根据本发明实施例的用于通信设备的软件加载方法 的流程图;  2 is a schematic diagram showing a single point mode loading software according to the prior art; FIG. 3 is a flow chart showing a software loading method for a communication device according to an embodiment of the present invention;
图 4示出了根据本发明实施例的 P2P技术下载与组装软件的示意 图; 图 5示出了根据本发明实施例的 P2P技术通信网络系统的示意 图。 具体实施方式 4 is a schematic diagram showing P2P technology downloading and assembling software according to an embodiment of the present invention; FIG. 5 shows a schematic diagram of a P2P technology communication network system in accordance with an embodiment of the present invention. detailed description
下面将参考附图并结合实施例, 来详细说明本发明。  The invention will be described in detail below with reference to the drawings in conjunction with the embodiments.
图 3 示出了根据本发明实施例的用于通信设备的软件加载方法 的流程图, 包括以下步骤:  3 shows a flow chart of a software loading method for a communication device, including the following steps, in accordance with an embodiment of the present invention:
步骤 S 10 , 通信设备在网络中寻找可以下载自身所需软件的下载 点;  Step S10: The communication device searches for a download point in the network that can download the software required by itself;
步骤 S20, 下载点为多个时, 同时从多个下载点分别下载软件的 不同部分;  Step S20: When the download point is multiple, download different parts of the software from multiple download points at the same time;
步骤 S30, 将下载的多个部分软件组合成所需软件;  Step S30, combining the downloaded partial software into the required software;
步骤 S40, 通讯设备对已下载的部分软件提供软件加载服务, 将 自己作为下载点加入到多个下载点。  Step S40: The communication device provides a software loading service for the downloaded part of the software, and adds itself as a download point to multiple download points.
在上述的软件加载方法中, 还可包括初始化步骤: 设置文件服务 器为第一个提供软件加载服务的下载点, 即作为种子点。  In the above software loading method, the initialization step may also be included: The setting file server is the first download point that provides the software loading service, that is, as a seed point.
同时从多个下载点分别下载软件的不同部分具体可包括:将软件 分解成多个部分, 每个部分带有自己的序号标识, 多个下载点分别用 于独立地下载多个部分中的至少一个部分。然后按照每个部分的序号 标识, 将多个部分组合成软件。  Simultaneously downloading different parts of the software from multiple download points may include: decomposing the software into multiple parts, each part having its own serial number identifier, and the plurality of download points respectively for downloading at least one of the multiple parts independently One part. Then combine the parts into software according to the serial number of each part.
上述的技术方案是根据 P2P技术的原理,可以将通信设备组成对 等网。  The above technical solution is based on the principle of P2P technology, and the communication device can be formed into a peer-to-peer network.
由于通过多个下载点来同时下载软件的各个部分,所以减轻了服 务器的负担, 克服了带宽瓶颈缺陷。  Since the various parts of the software are simultaneously downloaded through multiple download points, the burden on the server is alleviated and the bandwidth bottleneck defect is overcome.
图 4示出了根据本发明实施例的 P2P技术下载与组装软件的示意 图。 P2P技术实际上是把需要加载的软件分解成不同的 P2P单元包, 这些单元包在网络中,可以根据 P2P协议分开传输, 当某台设备下载 到某个 P2P单元包时, 这台设备就公布自己可以作为种子, 别的设备 就可以从这台设备下载它上面有的 P2P单元包, 因此,如果一个软件 有 3个 P2P单元包。 某一时刻, 在三台设备 A、 B、 C上分别有 3个 不同的 P2P单元包,这时第四台设备 D可以分别从三台设备上下载 3 个不同的 P2P单元包, 组装就成了一个需要下载的软件, 设备实现 P2P下载首先需要有 P2P源存在, 在 P2P 源上存有所需要下载的软 件由多个 P2P单元包组成, 当设备开始执行下载操作时, 首先到 P2P 源上下载软件单元包信息, 然后在网上通过 P2P协议查找种子点,分 别从种子点下载 P2P包单元。 4 shows a schematic diagram of P2P technology download and assembly software in accordance with an embodiment of the present invention. P2P technology actually decomposes the software that needs to be loaded into different P2P unit packages. These units are packaged in the network and can be separately transmitted according to the P2P protocol. When a device downloads a P2P unit package, the device is announced. I can use it as a seed, other equipment It is possible to download the P2P unit package that it has from this device, so if a software has 3 P2P unit packages. At a certain time, there are 3 different P2P unit packages on the three devices A, B, and C. At this time, the fourth device D can download three different P2P unit packages from the three devices, and assemble them. A software that needs to be downloaded, the device needs to have a P2P source to implement P2P download. The software that needs to be downloaded on the P2P source is composed of multiple P2P unit packages. When the device starts to perform the download operation, it first goes to the P2P source. Download the software unit package information, and then search for the seed point through the P2P protocol on the network, and download the P2P packet unit from the seed point respectively.
根据上述的软件加载方法,本发明实施例提供了一种通信网络系 统, 包括: 至少两个通信设备, 其中的通信设备用于从通信网络系统 中的下载点下载软件, 并对已下载的部分软件提供软件加载服务, 将 自己作为一个下载点加入到下载点中; 文件服务器, 用作提供软件加 载服务的第一个下载点。  According to the above software loading method, an embodiment of the present invention provides a communication network system, including: at least two communication devices, wherein the communication device is configured to download software from a download point in a communication network system, and download the software from the download point in the communication network system. The software provides a software loading service that adds itself as a download point to the download point; the file server, which serves as the first download point to provide software loading services.
图 5示出了根据本发明实施例的 P2P技术通信网络系统的示意 图。 本实施例组网釆取 P2P技术来提高通信设备软件下载性能。  Fig. 5 shows a schematic diagram of a P2P technology communication network system in accordance with an embodiment of the present invention. In this embodiment, the P2P technology is used to improve the download performance of the communication device software.
P2P技术的原理实际上是把网上运行的所有的通信设备都作为 对等的网络单元, 这些网络单元既是服务器, 又是客户端, 每个设备 都下载软件实体的一部分, 然后通信设备之间交换这些软件片, 从而 达到通信设备获取整个软件实体的目的。当其中一台通信设备获取到 一个文件片后, 它就可以作为服务器, 为其它通信设备提供此片的下 载, 同时寻找网上其它片的下载点。  The principle of P2P technology is actually to use all the communication devices running on the network as peer-to-peer network units. These network units are both servers and clients. Each device downloads a part of the software entity and then exchanges between the communication devices. These pieces of software, in order to achieve the purpose of the communication device to obtain the entire software entity. When one of the communication devices acquires a file, it can serve as a server, provide downloading of the slice for other communication devices, and find download points of other slices on the network.
用图 5来说明 P2P技术在通信设备中的应用, 首先 "网关 1" 下 面的 "通信设备 1" 接收到软件加载指令, 开始寻找可以下载的下载 点, 此时只有 "P2P种子点 (例如 FTP/TFTP服务器)" 作为下载点, 于是 "通信设备 1"把 "FTP/TFTP服务器"作为下载点 1 , 开始下载, 同时还需要探测是否存在其他可以使用的下载点。 此时 "网关 1" 下 的另一台通信设备也接收到下载同样软件的加载指令,这台设备也同 样寻找可以下载的下载点,此时网上设备寻找到可以下载的下载点应 该包括 "FTP/TFTP服务器" 和 "通信设备 1" 两个下载点, 现在这 台设备就开始釆取分片的方式从两台机器上同时下载需要下载的软 件载体, 其他设备需要下载的时候也同样需要寻找可供下载的下载 点, 然后从多台通信设备下载需要下载的软件实体。 Use Figure 5 to illustrate the application of P2P technology in communication equipment. First, "Communication Device 1" under "Gateway 1" receives the software load command and starts to find the download point that can be downloaded. At this time, only "P2P seed point (such as FTP) /TFTP server)" As the download point, "Communication Device 1" uses "FTP/TFTP Server" as the download point 1 to start downloading, and also needs to detect whether there are other download points that can be used. At this time, another communication device under "Gateway 1" also receives the download command to download the same software. This device also looks for a download point that can be downloaded. At this time, the online device finds that the download point that can be downloaded should include "FTP". /TFTP server" and "communication device 1" two download points, now this The device starts to download the software carrier that needs to be downloaded from the two machines at the same time. When other devices need to download, they also need to find the download point that can be downloaded, and then download the downloaded device from multiple communication devices. Software entity.
通信设备可包括: 寻找模块, 用于在该通信网络系统中寻找可以 下载软件的下载点; 下载模块, 用于下载点为多个时, 同时从多个下 载点分别下载软件的不同部分; 组合模块, 用于将下载的多个部分软 件组合成软件。  The communication device may include: a searching module, configured to search for a download point of the downloadable software in the communication network system; and a downloading module, configured to download different parts of the software separately from the plurality of download points when the download point is multiple; A module for combining multiple pieces of downloaded software into software.
上面的方案充分利用 P2P技术的原理, 有效地解决了 FTP/TFTP 服务器的性能瓶颈和图中①处的带宽瓶颈问题,能够大大提升设备的 软件载体加载速度。  The above scheme fully utilizes the principle of P2P technology, effectively solves the performance bottleneck of the FTP/TFTP server and the bandwidth bottleneck problem in the figure, and can greatly improve the software carrier loading speed of the device.
从上面的 P2P技术原理来看, 实际上,每台通信设备下载不再和 原来的下载方式一样, 所有的通信设备都不是仅从 FTP/TFTP服务器 下载了, 而是从能够获取下载信息的所有通信设备上进行下载, 这样 下载服务器的性能瓶颈分摊到所有通信设备上去了,设备需要下载的 软件载体的通路不再是所有设备共享①处的通道,而是通过多条通道 同时下载, 从而大大提高了软件加载的速度。  From the above P2P technology principle, in fact, each communication device download is no longer the same as the original download method. All communication devices are not downloaded from the FTP/TFTP server, but are able to obtain all the downloaded information. The communication device is downloaded, so that the performance bottleneck of the download server is distributed to all communication devices. The path of the software carrier that the device needs to download is no longer a channel shared by all devices, but is downloaded simultaneously through multiple channels, thereby greatly Improve the speed of software loading.
本发明是在现有组网模式下,设备应用 P2P技术来实现软件实体 加载, 这种加载方式有效的提高了通信设备软件实体的下载速度, 同 时又规避了 FTP/TFTP存在的瓶颈; 同时, 还不需要运营商额外部署 任何服务器。  In the existing networking mode, the device applies P2P technology to implement software entity loading, and the loading mode effectively improves the download speed of the communication device software entity, and at the same time circumvents the bottleneck of the FTP/TFTP; There is no need for the operator to deploy any additional servers.
从以上的描述中, 可以看出, 本发明上述的实施例实现了如下技 术效果:  From the above description, it can be seen that the above-described embodiments of the present invention achieve the following technical effects:
1. 解决了通信网络中,传统软件加载速度受 FTP/TFTP服务器性 能瓶颈和服务器出口带宽瓶颈问题,大幅度提高了通信网络中设备的 力口载速度。  1. Solved the problem that the traditional software loading speed is affected by the FTP/TFTP server performance bottleneck and the server export bandwidth bottleneck in the communication network, which greatly improves the force port load speed of the equipment in the communication network.
2. 缩短了运营商升级通信网络中设备的时间, 为运营商节省了 运维成本。  2. It shortens the time for operators to upgrade devices in the communication network, saving operators the operation and maintenance costs.
3. 提高了加载成功的可能性, 现有技术网络中所有通信设备加 载都受集中服务器稳定性和性能影响,釆用分布式 P2P加载方式可以 使这种依赖性大大降低。 3. Increased the possibility of successful loading. All communication devices in the prior art network are affected by the stability and performance of the centralized server. The distributed P2P loading method can be used. This dependence is greatly reduced.
通过以上的实施方式的描述, 本领域的技术人员可以清楚地 了解到本发明可借助软件加必需的通用硬件平台的方式来实现, 当然也可以通过硬件, 但很多情况下前者是更佳的实施方式。 基 于这样的理解, 本发明的技术方案本质上或者说对现有技术做出 贡献的部分可以以软件产品的形式体现出来, 该计算机软件产品 存储在一个存储介质中, 包括若干指令用以使得一台计算机设备 (可以是个人计算机, 服务器, 或者网络设备等) 执行本发明各 个实施例所述的方法。  Through the description of the above embodiments, those skilled in the art can clearly understand that the present invention can be implemented by means of software plus a necessary general hardware platform, and of course, can also be through hardware, but in many cases, the former is a better implementation. the way. Based on such understanding, the technical solution of the present invention, which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a storage medium, including a plurality of instructions for making a A computer device (which may be a personal computer, server, or network device, etc.) performs the methods described in various embodiments of the present invention.
以上是对本发明具体实施例的说明 ,在具体的实施过程中可对本 发明的方法进行适当的改进, 以适应具体情况的具体需要。 因此可以 理解, 根据本发明的具体实施方式只是起示范作用, 并不用以限制本 发明的保护范围。  The above is a description of specific embodiments of the present invention, and the method of the present invention can be appropriately modified in a specific implementation process to suit the specific needs of a specific situation. Therefore, it is to be understood that the specific embodiments of the present invention are not intended to limit the scope of the invention.

Claims

权利要求 Rights request
1、 一种用于通信设备的软件加载方法, 其特征在于, 包括: 通信设备在网络中寻找下载自身所需软件的下载点;  A software loading method for a communication device, comprising: a communication device searching for a download point of a software required to download itself in a network;
所述下载点为多个时,同时从多个所述下载点分别下载所述软件 的不同部分;  When the number of download points is multiple, different parts of the software are separately downloaded from a plurality of the download points;
将下载的多个部分所述软件组合成所述软件;  Combining the downloaded portions of the software into the software;
所述通讯设备对已下载的部分所述软件提供软件加载服务,将自 己作为下载点加入到多个所述下载点。  The communication device provides a software loading service to the downloaded portion of the software, and adds itself as a download point to a plurality of the download points.
2、 根据权利要求 1所述的软件加载方法, 其特征在于, 还包括 初始化步骤:  2. The software loading method according to claim 1, further comprising an initialization step:
设置文件服务器为第一个提供软件加载服务的下载点。  Set up the file server as the first download point to provide software loading services.
3、 根据权利要求 1所述的软件加载方法, 其特征在于, 同时从 多个所述下载点分别下载所述软件的不同部分具体包括:  The software loading method of claim 1, wherein simultaneously downloading different parts of the software from the plurality of download points comprises:
将所述软件分解成多个部分, 每个部分带有自己的序号标识, 多 个所述下载点分别用于独立地下载所述多个部分中的至少一个部分。  The software is decomposed into a plurality of sections, each section having its own serial number identifier, and the plurality of download points are respectively used to independently download at least one of the plurality of sections.
4、 根据权利要求 3所述的软件加载方法, 其特征在于, 将下载 的多个部分所述软件组合成所述软件具体包括:  The software loading method according to claim 3, wherein the combining the downloaded portions of the software into the software specifically comprises:
按照所述每个部分的序号标识, 将所述多个部分组合成所述软 件。  The plurality of sections are combined into the software in accordance with the serial number identification of each of the sections.
5、 根据权利要求 1至 4中任一项所述的软件加载方法, 其特征 在于, 所述多个通信设备相互之间构成对等的网络单元。  The software loading method according to any one of claims 1 to 4, characterized in that the plurality of communication devices form a peer-to-peer network unit with each other.
6、 一种通信网络系统, 其特征在于, 包括:  6. A communication network system, comprising:
至少两个通信设备,其中的通信设备用于从所述通信网络系统中 的下载点下载所述软件,并对已下载的部分所述软件提供软件加载服 务, 将自己作为一个下载点加入到所述下载点中;  At least two communication devices, wherein the communication device is configured to download the software from a download point in the communication network system, provide a software loading service to the downloaded portion of the software, and add itself as a download point In the download point;
文件服务器, 用作提供软件加载服务的第一个所述下载点。 A file server, used as the first download point to provide a software load service.
7、 根据权利要求 6所述的通信网络系统, 其特征在于, 所述通 信设备包括: The communication network system according to claim 6, wherein the communication device comprises:
寻找模块,用于在所述通信网络系统中寻找可以下载所述软件的 所述下载点; a finding module for finding in the communication network system that the software can be downloaded The download point;
下载模块, 用于所述下载点为多个时, 同时从多个所述下载点分 别下载所述软件的不同部分;  a downloading module, configured to download different parts of the software from a plurality of the download points at the same time;
组合模块, 用于将下载的多个部分所述软件组合成所述软件。 And a combination module, configured to combine the downloaded portions of the software into the software.
8、 根据权利要求 7所述的通信网络系统, 其特征在于, 所述软 件被分解成多个部分, 每个部分带有自己的序号标识, 多个所述下载 点分别用于独立地下载所述多个部分中的至少一个部分。 8. The communication network system according to claim 7, wherein the software is decomposed into a plurality of parts, each part having its own serial number identifier, and the plurality of download points are respectively used to download the station independently. At least one of the plurality of parts is described.
9、 根据权利要求 8所述的通信网络, 其特征在于, 所述组合模 块还用于按照所述每个部分的序号标识,将所述多个部分组合成所述 软件。  The communication network according to claim 8, wherein the combination module is further configured to combine the plurality of parts into the software according to the serial number identifier of each part.
10、根据权利要求 6至 9中任一项所述的通信网络,其特征在于, 所述多个通信设备相互之间构成对等的网络单元。  The communication network according to any one of claims 6 to 9, wherein the plurality of communication devices form a peer-to-peer network unit with each other.
11、一种通信设备, 其特征在于, 包括: A communication device, comprising:
寻找模块,用于在所述通信网络系统中寻找可以下载所述软件的 所述下载点;  And a finding module, configured to find, in the communication network system, the download point that can download the software;
下载模块, 用于所述下载点为多个时, 同时从多个所述下载点分 别下载所述软件的不同部分;  a downloading module, configured to download different parts of the software from a plurality of the download points at the same time;
组合模块, 用于将下载的多个部分所述软件组合成所述软件。 And a combination module, configured to combine the downloaded portions of the software into the software.
12、 根据权利要求 11所述的通信设备, 其特征在于, 所述组合 模块还用于按照所述每个部分的序号标识,将所述多个部分组合成所 述软件。 The communication device according to claim 11, wherein the combination module is further configured to combine the plurality of parts into the software according to the serial number identifier of each part.
PCT/CN2008/071125 2007-05-31 2008-05-28 A software loading method, communication network system and equipment WO2008145066A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CNA2007101052889A CN101056207A (en) 2007-05-31 2007-05-31 Software loading method for communication device and communication network system
CN200710105288.9 2007-05-31

Publications (1)

Publication Number Publication Date
WO2008145066A1 true WO2008145066A1 (en) 2008-12-04

Family

ID=38795832

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/071125 WO2008145066A1 (en) 2007-05-31 2008-05-28 A software loading method, communication network system and equipment

Country Status (2)

Country Link
CN (1) CN101056207A (en)
WO (1) WO2008145066A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114666311A (en) * 2022-03-25 2022-06-24 深圳海星智驾科技有限公司 Engineering machine, and engineering machine software upgrading method and device

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101056207A (en) * 2007-05-31 2007-10-17 华为技术有限公司 Software loading method for communication device and communication network system
WO2014063317A1 (en) * 2012-10-24 2014-05-01 华为技术有限公司 Method, apparatus and network system for processing software loading
CN105812840A (en) * 2014-12-29 2016-07-27 乐视网信息技术(北京)股份有限公司 Live video transmission method, live video transmission device, and video direct broadcast system
CN111064785B (en) * 2019-12-16 2021-12-14 腾讯科技(深圳)有限公司 Resource package downloading method, device and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1529504A (en) * 2003-10-13 2004-09-15 周良勇 Television programme on-line broad casting method
JP2005004615A (en) * 2003-06-13 2005-01-06 Oki Electric Ind Co Ltd Content distribution management system
CN1744038A (en) * 2005-09-28 2006-03-08 清华大学 Member assembling method based on united member package structure
CN101056207A (en) * 2007-05-31 2007-10-17 华为技术有限公司 Software loading method for communication device and communication network system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005004615A (en) * 2003-06-13 2005-01-06 Oki Electric Ind Co Ltd Content distribution management system
CN1529504A (en) * 2003-10-13 2004-09-15 周良勇 Television programme on-line broad casting method
CN1744038A (en) * 2005-09-28 2006-03-08 清华大学 Member assembling method based on united member package structure
CN101056207A (en) * 2007-05-31 2007-10-17 华为技术有限公司 Software loading method for communication device and communication network system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114666311A (en) * 2022-03-25 2022-06-24 深圳海星智驾科技有限公司 Engineering machine, and engineering machine software upgrading method and device

Also Published As

Publication number Publication date
CN101056207A (en) 2007-10-17

Similar Documents

Publication Publication Date Title
US11429369B2 (en) Distributed upgrade in virtualized computing environments
US8626147B2 (en) Virtual instance architecture for mobile device management systems
US9641394B2 (en) Automated build-out of a cloud-computing stamp
WO2016090846A1 (en) Network version upgrade method and apparatus
US20060047830A1 (en) Pctel14100U method and system for automatic data transfer on a network-connected device
WO2008145066A1 (en) A software loading method, communication network system and equipment
CN104852971B (en) Plug-in protocol device and data communication method based on plug-in protocol
CN101854745B (en) Transmission method of software version and device thereof
US20150341427A1 (en) Systems and methods for using virtual machines to sequence native applications into virtual packages and for reimaging virtual machines
CN107395385A (en) Method for upgrading software and device
KR102005361B1 (en) Cloud-Based Terminal Integrating Management System Using OTA Technique of IoT Terminal Over LPWA Network
CN109714208B (en) Method for bringing equipment into network management, storage medium and electronic equipment
CN112468316B (en) Edge computing gateway device and implementation method thereof
CN114650281B (en) File downloading method, device, equipment and storage medium based on complex network
CN110119279B (en) Application and upgrading method and device thereof
CN114095538A (en) Bidirectional authentication method for OTA (over the air) upgrading of Internet of things equipment based on block chain technology
US20230026264A1 (en) Wireless communication service over an edge data network (edn) between a user equipment (ue) and an application server (as)
CN112399378B (en) Internet of vehicles-based over-the-air downloading method, system, equipment and medium
CN106533716A (en) Method and system for managing northbound interface
Wippel et al. End user node access to application-tailored future networks
CN111367550A (en) Internet of things management system, method and equipment
US9304800B1 (en) Using virtual provisioning machines to provision devices
US20230080047A1 (en) Method and system for network function migration procedures for a signaling control plane
US20240089164A1 (en) Method and system for network function migration procedures for a signaling control plane
US20230134319A1 (en) Distributed ledger control over wireless network slices

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 08757536

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 08757536

Country of ref document: EP

Kind code of ref document: A1