CN113542129B - Single transmission method using signal linked list - Google Patents

Single transmission method using signal linked list Download PDF

Info

Publication number
CN113542129B
CN113542129B CN202110799734.0A CN202110799734A CN113542129B CN 113542129 B CN113542129 B CN 113542129B CN 202110799734 A CN202110799734 A CN 202110799734A CN 113542129 B CN113542129 B CN 113542129B
Authority
CN
China
Prior art keywords
signal
receiving end
receiving
linked list
sending
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.)
Active
Application number
CN202110799734.0A
Other languages
Chinese (zh)
Other versions
CN113542129A (en
Inventor
刘正
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuxi Slang Electronic Technology Co ltd
Original Assignee
Wuxi Slang Electronic Technology 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 Wuxi Slang Electronic Technology Co ltd filed Critical Wuxi Slang Electronic Technology Co ltd
Priority to CN202110799734.0A priority Critical patent/CN113542129B/en
Publication of CN113542129A publication Critical patent/CN113542129A/en
Application granted granted Critical
Publication of CN113542129B publication Critical patent/CN113542129B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/16Multipoint routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing
    • H04L45/745Address table lookup; Address filtering
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

The invention relates to the technical field of network communication, in particular to a transmission method using a single-shot signal linked list, which enables a sending end and a receiving end to be in the same linked list, and signal data is sent from the sending end and sequentially passes through each receiving end in the linked list.

Description

Single transmission method using signal linked list
Technical Field
The invention relates to the technical field of network communication, in particular to a single transmission method using a signal linked list.
Background
In the current research and use of network communication, there are three main communication modes: unicast, broadcast, multicast.
Unicast refers to one-to-one communication between an information transmitting end (hereinafter, referred to as a transmitting end) and an information receiving end (hereinafter, referred to as a receiving end). Because the sending end and the receiving end directly transmit information, the integrity of the information is quite complete, but if a plurality of receiving ends request the same information data, the sending end needs to send data information for a plurality of times one by one, which not only occupies processor resources and wastes bandwidth, but also hardly ensures network transmission quality if the receiving ends in the network are too many (as shown in fig. 3).
The broadcast means that the sending end only sends the information flow once through the intermediate node, and the intermediate node copies the information flow and sends the information flow to all receiving ends in the range in a unified manner. The method has the advantages that the sending end only needs to send the information once to cover the receiving end in a certain range, but meanwhile, the receiving end which does not need the information in the range can receive the information, so that redundancy of information data transmission is caused, and unplanned transmission pressure is caused to intermediate nodes and lines in the range (as shown in fig. 4).
On the basis, researchers have researched multicasting, which includes part of receiving ends needing information in a specific group when the receiving ends are used, the group uses the same multicasting address, when the sending end sends the information to the multicasting group, the intermediate nodes closest to the receiving ends copy and send the information data to all the receiving ends in the multicasting group according to the number of the receiving ends, and other receiving ends outside the multicasting group can not receive the information.
(as shown in FIG. 5)
Disclosure of Invention
In order to solve the technical problems, the technical scheme provided by the invention is as follows:
the invention provides a single transmission method using a signal linked list, which comprises the following steps: arranging a sending end and a plurality of receiving ends in the same linked list, and sequentially connecting the sending end and the receiving ends in a communication way; the transmitting end transmits signal data to the receiving ends, and the signal data sequentially passes through each receiving end in the linked list.
Further, each of the receiving ends comprises an input node and an output node; the sending end sends signal data to each receiving end through an input node; and the receiving end replies a signal to the transmitting end through the output node.
Further, the sending end sends signal data to the receiving end in an inquiry mode; the sending end sequentially inquires according to the arrangement sequence of the receiving end;
the step that the sending end sends the signal data to the receiving end and the signal data sequentially passes through each receiving end in the linked list specifically comprises the following steps:
step S1: a sending end sends an inquiry signal to a receiving end;
step S2: the receiving end replies a signal to the transmitting end;
and step S3: the sending end sends signal data to the receiving end and inquires the next receiving end until the inquiry is finished;
or step N1: a sending end sends a query signal to a receiving end;
and step N2: the receiving end does not reply the signal;
and step N3: the sending end inquires the next receiving end according to the arrangement sequence of the receiving ends until the inquiry is finished.
Further, the steps N1 to N2 are specifically:
when one of the receiving ends does not reply the signal, the sending end sends a second inquiry signal to the receiving end;
if the receiving end replies the signal, sending data according to the step S3;
or when one of the receiving ends does not reply the signal, the sending end sends a second inquiry signal to the receiving end;
and if the receiving end does not reply the signal for the second time, the node of the receiving end is disconnected and the operation is carried out according to the step N3.
Further, when the disconnected nodes in the linked list are restored to be connected, the disconnected nodes are automatically arranged at the tail end of the linked list and the method is carried out according to the steps S1 to S3.
Further, when a receiving end is added to the linked list, the receiving end is automatically connected to the tail end of the linked list and is performed according to the steps S1-S3.
The invention has the advantages or beneficial effects that:
the invention provides a transmission method using single transmission of a signal linked list, which enables a transmitting end and a receiving end to be in the same linked list, and signal data is transmitted from the transmitting end and sequentially passes through each receiving end in the linked list.
Drawings
The invention and its features, aspects and advantages will become more apparent from the following detailed description of non-limiting embodiments, which is to be read in connection with the accompanying drawings. Like reference symbols in the various drawings indicate like elements. The drawings are not necessarily to scale, emphasis instead being placed upon illustrating the principles of the invention.
FIG. 1 is a schematic diagram of a single-shot method using a signal chain table according to embodiment 1 of the present invention;
FIG. 2 is a schematic diagram of a single-shot method using a signal chain table according to embodiment 2 of the present invention;
FIG. 3 is a diagram of unicast transmission in the prior art;
FIG. 4 is a diagram of a broadcast transmission in the prior art;
fig. 5 is a diagram illustrating multicast transmission in the prior art.
Detailed Description
It should be noted that, in the present application, the embodiments and features of the embodiments may be combined with each other without conflict. It is noted that the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of example embodiments according to the present application.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, steps, operations, devices, components, and/or combinations thereof.
As used herein, the terms "center," "upper," "lower," "left," "right," "vertical," "horizontal," "inner," "outer," and the like are used in the positional or orientational relationship illustrated in the figures to facilitate the description of the invention and to simplify the description, and are not intended to indicate or imply that the referenced device or element must have a particular orientation, be constructed and operated in a particular orientation, and are therefore not to be construed as limiting the invention.
The terms "first," "second," and "third," if any, are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
Unless expressly stated or limited otherwise, the terms "mounted," "connected," and "coupled" are to be construed broadly and encompass, for example, both fixed and removable coupling as well as integral coupling; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in a specific case to those of ordinary skill in the art.
The technical solutions in the embodiments of the present invention are described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all embodiments. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the invention without making creative efforts, belong to the protection scope of the invention.
Example 1
In the current research and use of network communication, there are three main communication modes: unicast, broadcast, multicast. All three of these ways put some pressure on the transmission of the intermediate nodes and lines.
Therefore, in order to solve the disadvantages of the three transmission modes, an embodiment 1 of the present invention provides a single transmission method using a signal chain table, including:
arranging a sending end and a plurality of receiving ends in the same linked list, and sequentially connecting the sending end and the receiving ends in a communication way;
the transmitting end transmits signal data to the receiving ends, and the signal data sequentially passes through each receiving end in the linked list. The invention can effectively save the bandwidth of a network communication transmission line, reduce the consumption of the bandwidth, save the resource space of an intermediate processor and reduce the information redundancy, thereby saving the process of copying and distributing signals by the processor, shortening the path of the signals from the transmitting end to the receiving end, reducing the amount of information lost on the way and enabling the transmission of the signals to be quicker and more complete, and the single-shot signal chain table is a communication transmission method with simple structure, lower cost and high transmission speed.
Preferably, in the transmission method using a single signal linked list provided in embodiment 1 of the present invention, each receiving end includes an input node and an output node; the sending end sends signal data to each receiving end through the input node; and the receiving end replies a signal to the transmitting end through the output node. In this embodiment 1, client software at a sending end issues a node signal linked list command, where a node includes an input node corresponding to the signal and output nodes corresponding to all receiving ends that need the signal. The signal data is forwarded once every packet byte received.
Preferably, in the transmission method using a single transmission of a signal chain table provided in embodiment 1 of the present invention, as shown in fig. 1, a transmitting end transmits signal data to a receiving end in an interrogation manner; the sending end sequentially inquires according to the arrangement sequence of the receiving end (the arrangement sequence is the sequence of receiving signals by the receiving end, the frequency of inquiry is once per frame or N frames, and the actual condition depends on the switching efficiency and the actual effect);
the step that the sending end sends the signal data to the receiving end and the signal data sequentially passes through each receiving end in the linked list is as follows:
step S1: a sending end sends a query signal to a receiving end;
step S2: the receiving end replies a signal to the transmitting end;
and step S3: the sending end sends signal data to the receiving end and inquires the next receiving end until the inquiry is finished.
For example: as shown in fig. 1, one signal a needs to be displayed on the outputs 1,2,3,4, four nodes. Then the { SignalChain:1,2,3,4} needs to be sent to the input nodes and the four output nodes 1,2,3, 4. At this time, 1,2,3 and 4 represent the IP addresses of four output nodes, and for convenience of expression, the IP addresses are sorted according to the order of the IP sizes. Before each transmission, according to the last inquiry reply, finding the next effective stage in sequence and transmitting data.
Example 2
In the transmission method using a single linked list provided in embodiment 1 of the present invention, the step "the sending end sends signal data to the receiving end, and the signal data sequentially passes through each receiving end in the linked list" further includes a second condition, as shown in fig. 2, which specifically is:
step N1: a sending end sends an inquiry signal to a receiving end;
and step N2: the receiving end does not reply the signal;
and step N3: the sending end inquires the next receiving end according to the arrangement sequence of the receiving ends until the inquiry is finished.
For example: as shown in fig. 2, one signal a needs to be displayed on the outputs 1,2,3,4, four nodes. Then the SignalChain:1,2,3,4 would need to be sent to the input nodes and to the four output nodes 1,2,3, 4. At this time, 1,2,3, and 4 represent IP addresses of four output nodes, at this time, the node 2 does not reply a signal and is considered to be a dropped line, and the dropped line is not displayed on the node 2, so that signal data sent by a sending end can automatically skip the node 2, and the node 3 is directly queried from the node 1 for convenient expression, and at this time, the nodes are sorted according to the IP size sequence.
Because the situation that the receiving end cannot receive the signal inevitably occurs in signal transmission, the sending end sends a query to the receiving end no matter whether the receiving end can receive the signal or reply the signal, and the receiving end does not reply, so that the sending end skips the receiving end to carry out the next query, and the transmission efficiency of other nodes cannot be influenced.
Preferably, in the transmission method using a single signal linked list provided in embodiment 1 of the present invention, the steps N1 to N2 specifically include:
when one of the receiving ends does not reply the signal, the sending end sends a second inquiry signal to the receiving end;
if the receiving end replies the signal, sending data according to the step S3;
or when one of the receiving ends does not reply the signal, the sending end sends a second inquiry signal to the receiving end;
and if the receiving end does not reply the signal for the second time, the node of the receiving end is disconnected and the operation is carried out according to the step N3.
In this embodiment 1, any receiving end only needs to reply once, and can regard the node as recovering connection, and only needs to reply twice continuously to be taken as a dropped connection.
Preferably, in the transmission method using a single signal linked list provided in embodiment 1 of the present invention, when a node in the linked list that is disconnected recovers connection, the node is automatically arranged at the end of the linked list, and the transmission method is performed according to steps S1 to S3. In this embodiment 1, when the node recovers the connection, it may be considered that the node can reply the signal to the sending end, that is, the node may proceed according to steps S1 to S3, in addition, the receiving end may receive the reply signals sent by 2 or more nodes at the same time, and the receiving end may also complete the packet and send signal data to all the receiving ends that send the reply signals at the same time.
Preferably, in the transmission method using a single signal linked list provided in embodiment 1 of the present invention, when a receiving end is added to the linked list, the receiving end is automatically connected to the end of the linked list and performed according to steps S1 to S3 or steps N1 to N3. In this embodiment 1, a new receiving end added may have a situation of no reply to the linked list, and therefore whether the two situations are replied or not needs to be considered, no matter whether the node is recovered or the new receiving end is added, signal transmission between other receiving ends and the sending end on the linked list cannot be affected, the number of nodes can be increased or reduced at any time through the setting, and input and output of other nodes are not affected, and the receiver can be intelligently handled for sudden disconnection and recovery, thereby increasing flexibility of the communication network.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention, and all equivalent structural changes made by using the contents of the specification and drawings, or any other related technical fields, are all included in the scope of the present invention.

Claims (4)

1. A method for single transmission using a linked list of signals, comprising:
arranging a sending end and a plurality of receiving ends in the same linked list, and sequentially connecting the sending end and the receiving ends in a communication way; each receiving end comprises an input node and an output node; the sending end sends signal data to each receiving end through the input node; the receiving end replies a signal to the transmitting end through the output node;
the sending end sends signal data to the receiving ends in an inquiry mode, and the signal data sequentially passes through each receiving end in the linked list; wherein, the sending end sequentially asks for messages according to the arrangement sequence of the receiving end;
wherein, the step that the sending end sends the signal data to the receiving end in the way of inquiry, and the signal data passes through each receiving end in the linked list in turn specifically is:
step S1: a sending end sends a query signal to a receiving end;
step S2: the receiving end replies a signal to the transmitting end;
and step S3: the sending end sends signal data to the receiving end and inquires the next receiving end until the inquiry is finished;
or step N1: a sending end sends an inquiry signal to a receiving end;
and step N2: the receiving end does not reply the signal;
and step N3: the sending end inquires the next receiving end according to the arrangement sequence of the receiving ends until the inquiry is finished.
2. The transmission method using the single transmission of the signal chain table according to claim 1, wherein the steps N1 to N2 are specifically:
when one of the receiving ends does not reply the signal, the sending end sends a second inquiry signal to the receiving end;
if the receiving end replies the signal, data are sent according to the step S3;
or when one of the receiving ends does not reply the signal, the sending end sends a second inquiry signal to the receiving end;
and if the receiving end does not reply the signal for the second time, the node of the receiving end is disconnected and the operation is carried out according to the step N3.
3. The method according to claim 2, wherein when the connection of the dropped node in the linked list is restored, the dropped node is automatically arranged at the end of the linked list, and the method is performed according to steps S1 to S3.
4. The method as claimed in claim 3, wherein when a receiving end is added to the linked list, the receiving end is automatically connected to the end of the linked list and proceeds according to steps S1-S3.
CN202110799734.0A 2021-07-15 2021-07-15 Single transmission method using signal linked list Active CN113542129B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110799734.0A CN113542129B (en) 2021-07-15 2021-07-15 Single transmission method using signal linked list

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110799734.0A CN113542129B (en) 2021-07-15 2021-07-15 Single transmission method using signal linked list

Publications (2)

Publication Number Publication Date
CN113542129A CN113542129A (en) 2021-10-22
CN113542129B true CN113542129B (en) 2023-01-24

Family

ID=78099388

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110799734.0A Active CN113542129B (en) 2021-07-15 2021-07-15 Single transmission method using signal linked list

Country Status (1)

Country Link
CN (1) CN113542129B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006340081A (en) * 2005-06-02 2006-12-14 Nippon Telegr & Teleph Corp <Ntt> Method and apparatus for controlling multicast communication flow
EP2076998A2 (en) * 2006-10-20 2009-07-08 Lucent Technologies Inc. Method and apparatus for establishing multicast groups
CN110061806A (en) * 2018-12-03 2019-07-26 中国信息通信研究院 A kind of V2X unicast communication method, terminal device and system
CN110233851A (en) * 2019-06-21 2019-09-13 北京神州绿盟信息安全科技股份有限公司 A kind of data transmission method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006340081A (en) * 2005-06-02 2006-12-14 Nippon Telegr & Teleph Corp <Ntt> Method and apparatus for controlling multicast communication flow
EP2076998A2 (en) * 2006-10-20 2009-07-08 Lucent Technologies Inc. Method and apparatus for establishing multicast groups
CN110061806A (en) * 2018-12-03 2019-07-26 中国信息通信研究院 A kind of V2X unicast communication method, terminal device and system
CN110233851A (en) * 2019-06-21 2019-09-13 北京神州绿盟信息安全科技股份有限公司 A kind of data transmission method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
《Optimum discrete phase-only transmit beamforming with antenna selection》;T.Engin Tuncer 等;《IEEE》;20141231;全文 *

Also Published As

Publication number Publication date
CN113542129A (en) 2021-10-22

Similar Documents

Publication Publication Date Title
RU2684192C1 (en) Method and apparatus for transmitting service stream in flexible ethernet
CN101820435B (en) Synchronization method and device for MAC (Media Access Control) address table information of distributed network processing system
CN101179507B (en) Communication apparatus and retrieval table management method used for communication apparatus
CN101478490B (en) Method and apparatus for TIPC supporting multi-cluster network communication
CN100484034C (en) Method and system for access user by virtual router redundance protocol
CN101588365A (en) Link negotiation control method and optical fiber chunnel bearing ether protocol integration system
US20120063361A1 (en) System and Method for Remote Radio Unit Finding and Topology Structure Establishment
CN101582861B (en) Method of IM specific customer service call, as well as server, client and system thereof
CN102857377A (en) Automatic generation method for train communication network online topology
CN106937351B (en) Session realization method and core network element
CN101488977B (en) Multi-point processor resource scheduling method and multi-point control unit
CN115361704A (en) C2D communication system and I/O data communication method based on base station MAC sublayer direct transmission
CN102065508B (en) Wireless bridge forwarding equipment and method
CN110460535B (en) Concurrent data transmission method between sensing devices of Internet of things
CN101499931B (en) Function expansion method and system based on distributed environment
CN106375211B (en) Exchange data processing method and interchanger in VRRP load-balancing scenario
CN113542129B (en) Single transmission method using signal linked list
CN111131054A (en) Method for realizing intermittent connection of routers by a large number of terminals and router
CN102647364B (en) Method, device and system for Mesh network routing
CN109787903B (en) Non-collision multicast data feedback method in centralized network
CN103209213A (en) Data transmission method and system for data subscription
CN109951388B (en) Routing uninterrupted method and main control board
CN101873168A (en) Method and device for transmitting service data
CN105141483A (en) Multi-node network minimum communication interval measurement method based on CAN bus
CN113885461B (en) Serial-parallel conversion module, equipment, method, device and industrial control system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant