CN101197657A - Data synchronization method of distributed system single panel - Google Patents

Data synchronization method of distributed system single panel Download PDF

Info

Publication number
CN101197657A
CN101197657A CNA200710170349XA CN200710170349A CN101197657A CN 101197657 A CN101197657 A CN 101197657A CN A200710170349X A CNA200710170349X A CN A200710170349XA CN 200710170349 A CN200710170349 A CN 200710170349A CN 101197657 A CN101197657 A CN 101197657A
Authority
CN
China
Prior art keywords
data
version information
veneer
snapshot
system single
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CNA200710170349XA
Other languages
Chinese (zh)
Other versions
CN101197657B (en
Inventor
王姚
甘斌
宋大猛
冯仕锦
何飞
阎文博
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN200710170349XA priority Critical patent/CN101197657B/en
Publication of CN101197657A publication Critical patent/CN101197657A/en
Application granted granted Critical
Publication of CN101197657B publication Critical patent/CN101197657B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a data synchronization method of a distributed system single board. The method comprises the following steps that: Step S102. when the shared data on the system single board changes, the system single board forms a data snapshot in a changing area and adds the version information thereof on the data snapshot; Step S104. the system single board sends the data snapshot added with the version information to other system single boards different from the system single board; Step S106. other system single boards adopt the data snapshot added with the version information to update the data copies themselves so as to keep the data synchronization with the system single board. The invention solves the problem of the desynchronizing of the synchronizing data and improves the stability of the system.

Description

Method of data synchronization between distributed system single panel
Technical field
The present invention relates to the communications field, relate more specifically to the method for data synchronization between a kind of distributed system single panel.
Background technology
Most equipments of the core network are made up of master control borad and miscellaneous service plate, constitute a distributed system, communicate by the mode that sends message between the veneer.
For the shared data in the assurance system is consistent between each veneer, No. 200410070619.6 Chinese patent taked the method for Data transmission change information, promptly when the shared data on the veneer changes, this veneer passes to other veneers with the change information of data, to realize data synchronization.
The shortcoming of this method is a poor reliability.If the data generation step-out on the veneer, the shared data of this veneer will change on the benchmark different with other veneers, thereby cause shared data to lose consistency.Cause the reason of data step-out to mainly contain two: on the one hand, communication bandwidth between veneer is limited, packet loss appears in the time of data congestion, (for example can cause the data step-out when serious, when the Board Power up initialization, need transferring large number of data, at this moment the generation that link congestion just very easily causes step-out takes place); On the other hand, the logic that routine data is handled is wrong, the internal memory write operation crosses the border, buffer memory overflows etc., and situation also can make the data trnascription on the veneer destroyed, and this also can cause the step-out of synchrodata.Equipment of the core network is very high to reliability requirement, and the simple method of transmission data variation information of using carries out having had a strong impact on the stability of system synchronously.
In addition, there is limitation in prior art aspect the deal with data concurrency conflict.That is, when the same shared data on two veneers changes simultaneously, how to keep the correctness of data sync.For example, A takes place and changes in the data on the first veneer, B takes place and changes in same data on the second veneer simultaneously, first will change A and send to second, second will change B and send to first, and the data that finally are equal on the first have been carried out the B variation after changing through A, and the data on the second have been carried out the A variation after changing through B, if these two kinds of variations of A, B are to the precedence sensitivity, then step-out will appear in the first and second two veneers.
Summary of the invention
One or more problems in view of the above the invention provides the method for data synchronization between a kind of distributed system single panel.
According to the method for data synchronization between the distributed system single panel of the embodiment of the invention, may further comprise the steps: S102, when the shared data on system single board changed, system single board formed the data snapshot of region of variation, and added the version information of himself on data snapshot; S104, system single board are sent to the data snapshot of having added version information the other system veneer that is different from himself; And S106, the data snapshot that version information has been added in the utilization of other system veneer is upgraded the data trnascription on self veneer, with keep and described system single board between data sync.
Wherein, step S102 may further comprise the steps: when the shared data on system single board changed, system single board formed the data snapshot of region of variation; System single board is added on the version information of himself in the data snapshot, and the data snapshot of having added version information is divided into a plurality of packets; And system single board is linked at each packet on the synchronous chained list of himself successively.
Wherein, be that step S104 may further comprise the steps under the situation of controlled veneer at system single board: controlled veneer is sent to master control veneer with the data snapshot of having added version information; Master control veneer judges whether to have accepted to add the data snapshot of version information according to version information; And if master control veneer is accepted the data snapshot added version information, then utilize the data trnascription on data snapshot renewal self veneer that has added version information, and the data snapshot of having added version information is sent to the other system veneer that is different from controlled veneer, otherwise master control veneer abandons the data snapshot of having added version information.
Wherein, controlled veneer is sent to master control veneer by the mode of sliding window Flow Control with the data snapshot of having added version information.Version information is the time when forming data snapshot to add that an incremental change forms.
Wherein, master control veneer judges whether to have accepted to add the data snapshot of version information according to the version information that carries in first packet in the data snapshot of having added version information.Further, master control veneer judges according to the temporal information in the version information that carries in first packet whether the data snapshot of having added version information is up-to-date, if then accept, otherwise abandon.Wherein, temporal information on temporal information in the version information that carries in first packet and the master control veneer in the version information of original shared data is identical, then utilize the incremental change in the version information that carries in first packet to judge whether the data snapshot of having added version information is up-to-date, if the incremental change in the version information that carries in first packet is greater than the incremental change in the version information of original shared data on the master control veneer, judge that then the data snapshot of having added version information is up-to-date, otherwise be not.
Wherein, master control veneer preferentially is sent to the data snapshot of having added version information the system single board that the version in the other system veneer falls behind.The other system veneer utilizes the data link table of himself to receive the data snapshot added version information, and after the data trnascription on himself veneer finishes renewal, discharges the data link table of himself.
The invention solves the problem of the step-out of synchrodata, improved the stability of system.
Description of drawings
Accompanying drawing described herein is used to provide further understanding of the present invention, constitutes the application's a part, and illustrative examples of the present invention and explanation thereof are used to explain the present invention, do not constitute improper qualification of the present invention.In the accompanying drawings:
Fig. 1 is the flow chart according to the method for data synchronization between the distributed system single panel of the embodiment of the invention;
Fig. 2 is the frame diagram of using according to the system of the method for data synchronization between the distributed system single panel of the embodiment of the invention;
Fig. 3 carries out synchronous schematic diagram according to the data after the variation of the embodiment of the invention between plate;
Fig. 4 is the sliding window schematic diagram according to the embodiment of the invention;
Fig. 5 be according to the utilization of the embodiment of the invention packet of sliding window control carry out the schematic diagram that transmits between plate; And
Fig. 6 is the schematic diagram that transmits according between the data wrapper sheet under the situation of the appearance packet loss of the embodiment of the invention.
Embodiment
Below with reference to accompanying drawing, describe the specific embodiment of the present invention in detail.
With reference to figure 1, illustrate according to the method for data synchronization between the distributed system single panel of the embodiment of the invention.Wherein, comprise a master control veneer in the distributed system, operation has the center control program on this master control veneer, is referred to as Global below, also comprises some other veneers, and operation has the node procedure of data sync on these veneers, is referred to as Local later on.Wherein, all have a data copy on the every veneer, this data trnascription is the buffer area of shared data, and purpose of the present invention is exactly the realtime uniform that will guarantee each data trnascription.
As shown in Figure 1, the method for data synchronization according to the embodiment of the invention may further comprise the steps:
S102, the data trnascription on each veneer of initialization, version number and synchronous chained list.When the shared data on the veneer changes, form the data snapshot of region of variation, and on data snapshot, add version number.
S104, if the variation of shared data occurs on the Local, then this Local sends to Global with data snapshot, if the variation of shared data occurs on the Global, then Global decides according to version number whether this data snapshot can be accepted.If can accept, then upgrade the data trnascription of oneself, and data snapshot is synchronized on other all veneers with this data snapshot, if unacceptable, then the veneer that changes to shared data sends refuse information.
S106, other Local accepts this data snapshot, and upgrades data trnascription on self veneer with this data snapshot.If it is unacceptable that this data snapshot is decided, then in system, all data of this data snapshot all are dropped.Wherein, after finishing synchronously, each veneer discharges the synchronous chained list resource of oneself.
Wherein, in step S102, form the data snapshot of region of variation, and data snapshot is divided into several packets, be linked at successively on the synchronous chained list.Wherein, each packet all comprises the version information of this data snapshot.Version information is the global system time when forming data snapshot to add that an incremental change forms.
Wherein, in step S104, Local sends to Global successively with the packet in the synchronous chained list, and the mode of transmission takes the mode of sliding window Flow Control to send.The send mode of so-called sliding window Flow Control, be that A sends packet to B, when sending, A accepts the response message that B returns to A, B is not that each bag all will be replied response message, but take the time-delay response, and send response message at set intervals one time, comprise the sequence number of the packet of receiving at last in the response message.After this response message sent, we said that the packet that this sequence number comprised this sequence number in the past all confirmed by B.If A do not receive response for a long time or received the response that repeats, then A thinks that packet loss may take place link, is then begun to carry out the repeating transmission of packet from last by the packet that B has confirmed.If B receives wrong bag, out of order bag, then can send duplicate responses, prompting A retransmits packet.A is not disposable distributing when sending bag, but sends to till the specific packet, the span of the window of being separated by between the packet that this packet and last were confirmed by B.
Wherein, in step S104, Global judges that by the version information that carries in first bag of receiving this snapshot is the up-to-date version of the overall situation.The method of judging is: at first, check that the temporal information in the version information is up-to-date, if up-to-date, think that then version is up-to-date.If the temporal information of the temporal information in the version information and original version is identical, then compare incremental change again, incremental change thinks that greatly then version is new; Otherwise think that version is not new.If version is up-to-date, then Global accepts whole snapshot datas that Local sends over, and the form of snapshot data with the packet chained list left in the synchronous chained list, and these packets are transmitted to other all Local (process of forwarding also adopts the send mode of sliding window Flow Control).When other all Local were sent packet, Global was by analyzing the version that each Local goes up data, and the Local that the searching version falls behind preferentially carries out synchronously.
Wherein, in step S106, Local accepts the packet of this data snapshot, and is stored in the synchronous chained list, and after accepting fully, Local upgrades the data trnascription of oneself with this data snapshot.
Below with reference to Fig. 2 to Fig. 6, illustrate in greater detail the specific embodiment of the present invention.
Fig. 2 is the frame diagram of application according to the system of the method for data synchronization of the embodiment of the invention.As shown in Figure 2, this system comprises master control veneer (operation has the center control program on this veneer, is referred to as Global) and some other veneers (operation has the node procedure of data sync on these veneers, is referred to as Local).Wherein, all have a data copy on the every veneer, this data trnascription is the buffer area of shared data, and purpose of the present invention is exactly the realtime uniform that will guarantee each data trnascription.
Fig. 3 carries out synchronous schematic diagram according to the data after the variation of the embodiment of the invention between plate.Wherein, G representative operation has the veneer of Global, and L1 and L2 are respectively the veneers that two operations have Local.The version number of supposing the zone 3 on these three veneers when initial all is 100.As shown in Figure 3, the step of data sync is as follows:
S302, the user program on the L1 veneer has carried out write operation to shared data zone 3, and the Local on the L1 carries out snapshot to zone 3, and forms version number according to the length of a game of system, is assumed to be 120.
S304, the Local on the L1 is split as the plurality of data bag with data snapshot, is stored under the synchronous chained list, and packet is sent to Global.
S306, when Global receives first packet, decide according to version number, because version number 120 is newly in version number 100, so this snapshot is can be received, so Global accepts remaining packet, they is organized into data snapshot, and upgrade zone 3 in the own data trnascription, and be notified to the user program data trnascription and revise with it.
S308, Global is with the Local (Local L2 on) of the data packet delivery in the synchronous chained list to other, and L2 has accepted all packets, is organized into data snapshot then, and upgrade zone 3 in the own data trnascription, and notice user program data trnascription changes.At last, each veneer discharges synchronous chained list.
Fig. 4 is the sliding window schematic diagram according to the embodiment of the invention.Wherein, there are 9 packets (sequence number is 0 to 8) to be hung under the synchronous chained list.This cunning window is of a size of 5, wherein, 0,1 two packets are to send and be identified, No. 2 packets are tops of sliding window, 2,3 two packets are issued but also are not identified, 4,5,6 three packets are can send but the packet that also in time sends, and No. 6 packets are bottoms of sliding window, and 7,8 two packets are not allow the packet that sends.
Fig. 5 be according to the utilization of the embodiment of the invention packet of sliding window control carry out the schematic diagram that transmits between plate.Wherein, suppose that Global sends packet to Local, its process can be done following decomposition:
S502, Global have sent packet No. 0, and this moment, sliding window top was positioned at packet No. 0, and Local has started the ACK_TIME timer after receiving No. 0 packet.
S504, Global continue to give out a contract for a project, and have been dealt into packet successively No. 2, and Local accepts.
S506, the ACK_TIME on the Local is triggered, and sends response to Global, confirms No. 2 packet.
S508, Global receive the sliding window in response back and move down, and the top moves to packet No. 3; And continue to send bag, touch the bottom of sliding window when sending to No. 6 packets, wait for the response message of Local.
S510, the ACK_TIME on the Local sets out once more, sends response to Global, confirms No. 5 packet.Global receives the sliding window in response back and moves down, and the top moves to packet No. 6, and continues to give out a contract for a project.
Fig. 6 is the schematic diagram that transmits according between the data wrapper sheet under the situation of the appearance packet loss of the embodiment of the invention.Wherein, suppose that Global gives out a contract for a project to Local, No. 2 packet loss appears in packet when sending, all think to have received out of order bag so during 3,4, No. 5 packets after receiving of Local, so Local can reply duplicate responses, Global retransmits No. 2 packets after receiving duplicate responses.
In sum, at data step-out problem, the present invention is by carrying out data snapshot to shared data, and data snapshot is synchronized on each veneer, eliminated the data step-out.In addition, the present invention is by being divided into shared data in different zones, and each is carried out snapshot to the zone that changes, thereby improved efficient.And the present invention has also added version number's (version number comprises temporal information and an incremental change) for data, and version number is used to define the new and old of data; Version number according to data on each veneer distributes, and is preferably the backward veneer of version and carries out data sync, thereby improved synchronous efficiency; Simultaneously, the present invention has also solved the concurrency conflict problem of shared data well by the priority that compares version number.At last, aspect communication between plates, the present invention takes sliding window fluidics, has avoided the congested stability that influences system of communication link.
Compared with prior art, the present invention has improved the reliability of data sync greatly, has improved the efficient of transfer of data simultaneously by sliding window control.In addition, because the present invention has taked version number's strategy, make data sync stable more more real-time.
The above is embodiments of the invention only, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.Within the spirit and principles in the present invention all, any modification of being done, be equal to replacement, improvement etc., all should be included within the claim scope of the present invention.

Claims (10)

1. the method for data synchronization between a distributed system single panel is characterized in that, may further comprise the steps:
S102, when the shared data on system single board changed, described system single board formed the data snapshot of region of variation, and added the version information of described system single board on described data snapshot;
S104, described system single board are sent to the data snapshot of having added version information the other system veneer that is different from described system single board; And
S106, described other system veneer utilize described data snapshot of having added version information to upgrade data trnascription on self veneer, with keep and described system single board between data sync.
2. method of data synchronization according to claim 1 is characterized in that, described step S102 may further comprise the steps:
When the described shared data on described system single board changed, described system single board formed the described data snapshot of described region of variation;
Described system single board is added on the version information of himself in the described data snapshot, and described data snapshot of having added version information is divided into a plurality of packets; And
Described system single board is linked at each described packet on the synchronous chained list of described system single board successively.
3. method of data synchronization according to claim 2 is characterized in that, is under the situation of controlled veneer at described system single board, and described step S104 may further comprise the steps:
Described controlled veneer is sent to master control veneer with described data snapshot of having added version information;
Described master control veneer judges whether to accept described data snapshot of adding version information according to described version information; And
If described master control veneer is accepted described data snapshot of adding version information, then utilize described data snapshot of having added version information to upgrade data trnascription on self veneer, and described data snapshot of having added version information is sent to the described other system veneer that is different from described controlled veneer, otherwise described master control veneer abandons described data snapshot of having added version information.
4. method of data synchronization according to claim 3 is characterized in that, described controlled veneer is sent to described master control veneer by the mode of sliding window Flow Control with described data snapshot of having added version information.
5. method of data synchronization according to claim 4 is characterized in that, described version information is the time when forming described data snapshot to add that an incremental change forms.
6. method of data synchronization according to claim 5, it is characterized in that described master control veneer judges whether to accept described data snapshot of adding version information according to the version information that carries in first the described packet in the described data snapshot of adding version information.
7. method of data synchronization according to claim 6, it is characterized in that described master control veneer judges according to the temporal information in the described version information that carries in first described packet whether described data snapshot of having added version information is up-to-date, if, then accept, otherwise abandon.
8. method of data synchronization according to claim 7, it is characterized in that, if the temporal information on the described temporal information in the described version information that carries in first described packet and the described master control veneer in the version information of original shared data is identical, then utilize the incremental change in the described version information that carries in first described packet to judge whether described data snapshot of having added version information is up-to-date, if the described incremental change in the described version information that carries in first described packet is greater than the incremental change in the version information of original shared data on the described master control veneer, judge that then described data snapshot of having added version information is up-to-date, otherwise be not.
9. method of data synchronization according to claim 8 is characterized in that, described master control veneer preferentially is sent to described data snapshot of having added version information the system single board that the version in the described other system veneer falls behind.
10. each described method of data synchronization in requiring according to aforesaid right, it is characterized in that, described other system veneer utilizes the data link table of himself to receive described data snapshot of adding version information, and after the data trnascription on himself veneer finishes renewal, discharge the data link table of himself.
CN200710170349XA 2007-11-12 2007-11-12 Data synchronization method of distributed system single panel Expired - Fee Related CN101197657B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200710170349XA CN101197657B (en) 2007-11-12 2007-11-12 Data synchronization method of distributed system single panel

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200710170349XA CN101197657B (en) 2007-11-12 2007-11-12 Data synchronization method of distributed system single panel

Publications (2)

Publication Number Publication Date
CN101197657A true CN101197657A (en) 2008-06-11
CN101197657B CN101197657B (en) 2011-05-25

Family

ID=39547829

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200710170349XA Expired - Fee Related CN101197657B (en) 2007-11-12 2007-11-12 Data synchronization method of distributed system single panel

Country Status (1)

Country Link
CN (1) CN101197657B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101867455A (en) * 2010-06-22 2010-10-20 中兴通讯股份有限公司 Board-to-board information transferring method and device
CN102006156A (en) * 2009-09-02 2011-04-06 中兴通讯股份有限公司 Method and system for synchronizing configuration data among boards
CN102075315A (en) * 2010-11-24 2011-05-25 中兴通讯股份有限公司 Data synchronization method and device among forwarding boards
CN102130786A (en) * 2011-02-21 2011-07-20 华为技术有限公司 Method and device for updating characteristics of single board
CN102184183A (en) * 2011-03-31 2011-09-14 迈普通信技术股份有限公司 Data synchronization method for distributed database
WO2011150718A1 (en) * 2010-06-01 2011-12-08 杭州和利时自动化有限公司 Data sharing realization method for distributed control system and device thereof
CN102646127A (en) * 2012-02-29 2012-08-22 浪潮(北京)电子信息产业有限公司 Replica selection method and device for distributed file systems
CN104009979A (en) * 2014-05-12 2014-08-27 刘喆 Method for data transmission
CN104468707A (en) * 2014-10-27 2015-03-25 刘喆 Data transmitting method and system
CN105991301A (en) * 2015-03-13 2016-10-05 杭州迪普科技有限公司 Message synchronization method and device
CN105323289B (en) * 2014-08-01 2019-02-05 上海博达数据通信有限公司 One kind being based on distributed method of data synchronization
CN115150317A (en) * 2022-06-22 2022-10-04 杭州迪普科技股份有限公司 Routing table item issuing method and device, electronic equipment and computer readable medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1264304C (en) * 2002-02-04 2006-07-12 中兴通讯股份有限公司 Real-time synchronizing method for data in both main and spare board in communication system
CN100397803C (en) * 2005-02-01 2008-06-25 北京北方烽火科技有限公司 N+1 duplicates data real-time synchronising method
CN1835444B (en) * 2005-03-16 2010-04-28 中兴通讯股份有限公司 Multi-processor static parameter synchronous system of radio internet controller and method thereof
CN1863008B (en) * 2006-06-20 2010-12-15 杭州华三通信技术有限公司 Method and apparatus for implementing data resources synchronization in distributed system

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102006156A (en) * 2009-09-02 2011-04-06 中兴通讯股份有限公司 Method and system for synchronizing configuration data among boards
CN102006156B (en) * 2009-09-02 2015-05-13 中兴通讯股份有限公司 Method and system for synchronizing configuration data among boards
WO2011150718A1 (en) * 2010-06-01 2011-12-08 杭州和利时自动化有限公司 Data sharing realization method for distributed control system and device thereof
WO2011160489A1 (en) * 2010-06-22 2011-12-29 中兴通讯股份有限公司 Board-to-board information transferring method and device
CN101867455A (en) * 2010-06-22 2010-10-20 中兴通讯股份有限公司 Board-to-board information transferring method and device
CN102075315B (en) * 2010-11-24 2014-08-13 中兴通讯股份有限公司 Data synchronization method and device among forwarding boards
CN102075315A (en) * 2010-11-24 2011-05-25 中兴通讯股份有限公司 Data synchronization method and device among forwarding boards
CN102130786A (en) * 2011-02-21 2011-07-20 华为技术有限公司 Method and device for updating characteristics of single board
CN102130786B (en) * 2011-02-21 2014-08-20 华为技术有限公司 Method and device for updating characteristics of single board
CN102184183B (en) * 2011-03-31 2013-04-17 迈普通信技术股份有限公司 Data synchronization method for distributed database
CN102184183A (en) * 2011-03-31 2011-09-14 迈普通信技术股份有限公司 Data synchronization method for distributed database
CN102646127A (en) * 2012-02-29 2012-08-22 浪潮(北京)电子信息产业有限公司 Replica selection method and device for distributed file systems
CN104009979A (en) * 2014-05-12 2014-08-27 刘喆 Method for data transmission
CN105323289B (en) * 2014-08-01 2019-02-05 上海博达数据通信有限公司 One kind being based on distributed method of data synchronization
CN104468707A (en) * 2014-10-27 2015-03-25 刘喆 Data transmitting method and system
CN105991301A (en) * 2015-03-13 2016-10-05 杭州迪普科技有限公司 Message synchronization method and device
CN115150317A (en) * 2022-06-22 2022-10-04 杭州迪普科技股份有限公司 Routing table item issuing method and device, electronic equipment and computer readable medium
CN115150317B (en) * 2022-06-22 2023-09-12 杭州迪普科技股份有限公司 Routing table entry issuing method and device, electronic equipment and computer readable medium

Also Published As

Publication number Publication date
CN101197657B (en) 2011-05-25

Similar Documents

Publication Publication Date Title
CN101197657B (en) Data synchronization method of distributed system single panel
CN108847925B (en) Fragment block chain generation method based on tree structure
CN101573940B (en) System and method for TCP high availability
EP0643521B1 (en) Method for building a sub-network in a distributed voice messaging system
CN101483576B (en) Version management implementing method in distributed system
CN100477666C (en) Method for renewing address analysis protocol rapidly
US7787722B2 (en) Method for coordinating an uplink TDMA access shared by several sub-networks of a passive optical network (PON)
CN102883466B (en) Data dissemination method in wireless sensor network
CN101984573B (en) Method and system for distributed realization of LACP standard state machine
CN101651969B (en) Implement method of power control cognition MAC protocol based on time division multiple access (TDMA)
CN106330786A (en) MAC address synchronization method, apparatus and system
CN101645801A (en) Software version upgrading method based on cluster management and order exchange board
CN100562159C (en) Wireless communication system cascade mode connect by the upgrade method of administration module
CN110516005A (en) A kind of distributed data base Fast synchronization system and method
CN105393617A (en) Transmission unit allocation and use in networks
CN108494828A (en) A kind of update method of node data, medium, device and computing device
CN101778134A (en) Data synchronization method and mobile communication terminal
CN109600323A (en) A kind of Byzantium's common recognition mechanism
CN100466545C (en) Data synchronization method between the main board and spare board in the communication system
CN103259866A (en) DNS zone file multi-node transmission method and system
CN104168281A (en) Power line carrier ad-hoc network method, device and system
CN101022397A (en) Distributing traffic information storage file system
CN110213359A (en) A kind of car networking networking data delivery system and method based on D2D
CN102299814A (en) Method and system for upgrading MIB (management information base) on SNMP (simple network management protocol) agent
CN1984435B (en) Wireless telecommunication system and method for managing wireless resource and switching cell

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20170824

Address after: 2 groups of former Fengzhen Fujian village 161000 Qigihar city of Heilongjiang province Kedong County

Patentee after: Wang Xiuhong

Address before: 518057 Nanshan District science and Technology Industrial Park, Guangdong high tech Industrial Park, ZTE building

Patentee before: ZTE Corporation

TR01 Transfer of patent right
CB03 Change of inventor or designer information

Inventor after: Wang Xiuhong

Inventor before: Wang Yao

Inventor before: Gan Bin

Inventor before: Song Dameng

Inventor before: Feng Shijin

Inventor before: He Fei

Inventor before: Yan Wenbo

CB03 Change of inventor or designer information
CP02 Change in the address of a patent holder

Address after: 2 groups of thousands of Fengzhen Fujian village 161000 Qigihar City Kedong County in Heilongjiang Province

Patentee after: Wang Xiuhong

Address before: 2 groups of former Fengzhen Fujian village 161000 Qigihar city of Heilongjiang province Kedong County

Patentee before: Wang Xiuhong

CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: 541199 Lingui County, Guilin, Lingui County, Lingui Town, Xinglin Road, No. 1, unit 202, Room 202

Patentee after: Wang Xiuhong

Address before: 2 groups of thousands of Fengzhen Fujian village 161000 Qigihar City Kedong County in Heilongjiang Province

Patentee before: Wang Xiuhong

CP02 Change in the address of a patent holder
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20110525

Termination date: 20171112

CF01 Termination of patent right due to non-payment of annual fee