CN112737797A - Message transmission system and method supporting unicast and broadcast - Google Patents

Message transmission system and method supporting unicast and broadcast Download PDF

Info

Publication number
CN112737797A
CN112737797A CN202110126528.3A CN202110126528A CN112737797A CN 112737797 A CN112737797 A CN 112737797A CN 202110126528 A CN202110126528 A CN 202110126528A CN 112737797 A CN112737797 A CN 112737797A
Authority
CN
China
Prior art keywords
source
forwarding
data
module
transmission
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
CN202110126528.3A
Other languages
Chinese (zh)
Other versions
CN112737797B (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.)
Chongqing Ulit Technology Co ltd
Original Assignee
Chongqing Ulit 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 Chongqing Ulit Technology Co ltd filed Critical Chongqing Ulit Technology Co ltd
Priority to CN202110126528.3A priority Critical patent/CN112737797B/en
Publication of CN112737797A publication Critical patent/CN112737797A/en
Application granted granted Critical
Publication of CN112737797B publication Critical patent/CN112737797B/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
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/16Arrangements for providing special services to substations
    • H04L12/18Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/10Active monitoring, e.g. heartbeat, ping or trace-route
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Health & Medical Sciences (AREA)
  • Cardiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention relates to the technical field of communication, in particular to a message transmission system and a message transmission method supporting unicast and broadcast, which comprise an intermediate forwarding module, wherein the intermediate forwarding module comprises a first judgment module, a second judgment module, a third judgment module and a fourth judgment module, the first judgment module is used for judging whether a data packet meets the specification or not, if so, a data sending module is called, and if not, a return module is called; the second judging module is used for judging whether the data packet which accords with the standard is a forwarding message, the third judging module is used for judging whether a sending source of the data packet which accords with the standard and is the forwarding message exists, and the fourth judging module is used for judging the forwarding type of the data packet according to the forwarding parameter. The method can avoid information congestion of the information transmission channel and congestion of the backbone network, reduce a large amount of useless information from being accumulated on the host of the application program, and reduce the occupation of the memory.

Description

Message transmission system and method supporting unicast and broadcast
Technical Field
The present invention relates to the field of information transmission technologies, and in particular, to a message transmission system and a message transmission method supporting unicast and broadcast.
Background
There are three types of TCP/IP transport: unicast, broadcast, multicast. Unicast (Unicast) transmission: a separate data channel is required between the sender and each recipient. There is generally no problem if a host transmits data to a very small number of recipients simultaneously. But is difficult to achieve if there are a large number of hosts that wish to obtain the same copy of the packet. This will result in heavy sender burden, long delay, network congestion; hardware and bandwidth are increased to ensure a certain quality of service. Multicast (Multicast) transmission: it improves data transfer efficiency. The possibility of congestion of the backbone network is reduced. The hosts in a multicast group may be in the same physical network or may be from different physical networks (if supported by a multicast router).
Broadcast (Broadcast) transmission: it is meant that packets are broadcast within the IP subnet and all hosts within the subnet will receive these packets. Broadcast means that the network delivers a packet to a subnet host regardless of whether the host is willing to receive the packet. The broadcast, however, is used only to a small extent and is only valid in the local subnet, since the router will block the broadcast traffic. Broadcast transmissions increase the overhead for non-recipients.
Aiming at the application program in the host in the field of the small public, the method has no right of rejecting the information, only uses the information transmission mode of broadcasting or multicasting, can increase the pressure of the whole information transmission channel, and is easy to cause the accumulation of useless information.
Disclosure of Invention
In view of the above, the present invention provides a message transmission system and a message transmission method supporting unicast and broadcast, so as to solve the problems in the background art.
The invention discloses a message transmission system supporting unicast and broadcast, which comprises an intermediate forwarding module, wherein a socket is opened between the intermediate forwarding module and a sending source in a connection-oriented mode, so that the data of the sending source is transmitted to a receiving source; the sending source and the intermediate forwarding module comprise an intermediate forwarding program and a plurality of application programs, and the intermediate forwarding program and the application programs open sockets through a connection-oriented TCP/IP protocol and transmit original data streams through the sockets.
The intermediate forwarding module comprises a connection module, a data processing module and a first judgment module, wherein the connection module is used for receiving a heartbeat packet of a sending source and determining the type and the current running state of the sending source; the data processing module is used for receiving the data packets of the transmitting source, and respectively carrying out unpacking analysis on the data packets to obtain forwarding parameters; the first judging module is used for judging whether the data packet conforms to the standard or not, if so, the data transmitting module is called, and if not, the return module is called; the data sending module is used for sending the data packet which meets the standard to the receiving source, and the returning module returns the reason why the data can not be sent unsuccessfully to the sending source.
Further, the intermediate forwarding module further includes a second decision module, where the second decision module is configured to determine whether a data packet meeting a specification is a forwarding message, if so, transmit data to a transmission source according to the forwarding parameter, and if not, end data transmission. The single application program is connected with the intermediate forwarding program at first and continuously sends heartbeat data packets to the intermediate forwarding program. The heartbeat data packet identifies the category and the current running state of the application program, wherein the category is represented by codes in a source module in the heartbeat data packet, the running state is represented by task numbers in the heartbeat data packet, when the task number in the heartbeat data packet is 255, the data is suspended from being received, and other task numbers represent receivable data.
Further, the intermediate forwarding module further includes a third determining module, where the third determining module is configured to determine whether a transmission source of a data packet that meets a specification and is forwarding information exists, and if the transmission source exists, determine whether the transmission source rejects, if not, transmit data to the transmission source according to the forwarding parameter, and if the transmission source rejects, invoke the backhaul module. The application programs do not directly communicate with each other, and the communication is carried out through the intermediate forwarding program, namely, the sending source program firstly sends the information stream to the intermediate forwarding program, and the intermediate forwarding program carries out unicast or broadcast transmission on the message to the target receiving program according to the target type and the forwarding type specified by the information stream.
Further, the intermediate forwarding module further comprises a fourth decision module, the fourth decision module decides the forwarding type of the data packet according to the forwarding parameter, if the forwarding type is unicast, the data packet is sent to the application program with the minimum center hop and the center hop not being FF in the receiving source, if the forwarding type is broadcast, the data packet is sent to all the application programs which are online in the receiving source and the center hop not being FF, otherwise, the data transmission is ended. The unicast transmission of the intermediate forwarding program is to send a message to an application program which has the minimum heartbeat and is not the FF of the target application program; the broadcast transmission of the intermediate forwarding program is to send messages to a plurality of applications which are online and not have FF heartbeats.
Further, in the message transmission method supporting unicast and broadcast, the intermediate program processing data is specifically executed according to the following steps:
receiving a heartbeat packet of a sending source, determining the type and the current running state of the sending source, receiving a data packet of the sending source, and performing unpacking analysis on the data packet respectively to obtain forwarding parameters;
judging whether the data meets the specification, if so, forwarding the information, otherwise, returning the data to a source program of a sending source, and informing the sending failure and reason;
the forwarding information firstly judges whether a target program exists or not, if so, judges whether a target application program rejects or not, if so, returns data to a source program of a sending source and informs of sending failure and reasons; if not, judging whether the message is a unicast message or not;
and if the message is a unicast message, sending a data packet to the application program with the minimum heartbeat and the heartbeat not being FF in the receiving source, if the forwarding type is broadcast, sending the data packet to all the application programs which are online in the receiving source and the heartbeat not being FF, and otherwise, finishing data transmission. If it is a broadcast message, data information is transmitted to all applications.
Further, whether the source module code, the destination module code or the command code is larger than 255 is judged, and if so, the source module code, the destination module code or the command code is not in accordance with the specification; whether the routing type is greater than 2 or not, and if so, the routing type is not in accordance with the specification; not within the above two cases.
Furthermore, the message transmission system supporting unicast and broadcast also comprises a memory and a processor; the memory for storing a computer program; the processor is configured to implement a message transmission method supporting unicast and broadcast when executing the computer program.
The message transmission system and the message transmission method supporting unicast and broadcast have the advantages that: the invention sets the sign of whether to receive the information in the heartbeat data sent by the application program to the intermediate program, thereby avoiding the wireless receiving of the broadcast information on the application program of the host computer and only receiving the information of the relevant fields, thereby avoiding the information congestion of the information transmission channel and the congestion of the backbone network, reducing the accumulation of a large amount of useless information on the host computer of the application program and reducing the occupation of the memory. The intermediate forwarding program can realize the distribution of messages and tasks, reduce the communication connection and communication management among all programs and reduce the complexity of communication transmission; the task distribution is managed uniformly, and load balancing can be achieved.
Drawings
FIG. 1 is a flow chart of the intermediate program forwarding information of the present invention;
fig. 2 is an architectural diagram of the present invention.
Detailed Description
The present invention will be described in detail with reference to the drawings and specific embodiments, and it is to be understood that the described embodiments are only a few embodiments of the present invention, rather than the entire embodiments, and that all other embodiments obtained by those skilled in the art based on the embodiments in the present application without inventive work fall within the scope of the present application.
In this embodiment, a message transmission system and a transmission method supporting unicast and broadcast according to the present invention are shown in fig. 1-2, and include an intermediate forwarding module, where the intermediate forwarding module opens a socket with a transmission source in a connection-oriented manner, so as to transmit data of the transmission source to a receiving source; the sending source and the intermediate forwarding module comprise an intermediate forwarding program and a plurality of application programs, and the intermediate forwarding program and the application programs open sockets through a connection-oriented TCP/IP protocol and transmit original data streams through the sockets.
The intermediate forwarding module comprises a connection module for receiving the heartbeat packet of the sending source and determining the type and the current running state of the sending source; the data processing module is used for receiving the data packets of the transmitting source, and respectively carrying out unpacking analysis on the data packets to obtain forwarding parameters; the first judging module is used for judging whether the data packet conforms to the standard or not, if so, the data transmitting module is called, and if not, the return module is called; judging whether the data packet meets the specification or not by judging whether the source module code, the destination module code or the command code is larger than 255 or not, and if so, not meeting the specification; whether the routing type is greater than 2 or not, and if so, the routing type is not in accordance with the specification; not within the above two cases. The data sending module is used for sending the data packet which meets the standard to the receiving source, and the returning module returns the reason why the data can not be sent unsuccessfully to the sending source.
In this embodiment, the intermediate forwarding module further includes a second decision module, where the second decision module is configured to determine whether a data packet meeting a specification is a forwarding message, if so, transmit data to a transmission source according to a forwarding parameter, and if not, end data transmission. The single application program is connected with the intermediate forwarding program at first and continuously sends heartbeat data packets to the intermediate forwarding program. The heartbeat data packet identifies the category and the current running state of the application program, wherein the category is represented by codes in a source module in the heartbeat data packet, the running state is represented by task numbers in the heartbeat data packet, when the task number in the heartbeat data packet is 255, the data is suspended from being received, and other task numbers represent receivable data.
In this embodiment, the intermediate forwarding module further includes a third determining module, where the third determining module is configured to determine whether a transmission source of a data packet that meets a specification and is forwarding information exists, and if the transmission source exists, determine whether the transmission source rejects, if not, transmit data to the transmission source according to the forwarding parameter, and if the transmission source rejects, invoke the backhaul module. The application programs do not directly communicate with each other, and the communication is carried out through the intermediate forwarding program, namely, the sending source program firstly sends the information stream to the intermediate forwarding program, and the intermediate forwarding program carries out unicast or broadcast transmission on the message to the target receiving program according to the target type and the forwarding type specified by the information stream.
In this embodiment, the intermediate forwarding module further includes a fourth determining module, where the fourth determining module determines a forwarding type of the data packet according to the forwarding parameter, and if the forwarding type is unicast, the data packet is sent to an application program with a minimum heartbeat and the heartbeat of which is not FF in the receiving source, and if the forwarding type is broadcast, the data packet is sent to all application programs which are online in the receiving source and the heartbeat of which is not FF, otherwise, data transmission is ended. The unicast transmission of the intermediate forwarding program is to send a message to an application program which has the minimum heartbeat and is not the FF of the target application program; the broadcast transmission of the intermediate forwarding program is to send messages to a plurality of applications which are online and not have FF heartbeats.
In the embodiment, a message transmission method supporting unicast and broadcast receives a heartbeat packet of a sending source, determines the type and the current running state of the sending source, receives a data packet of the sending source, and performs unpacking analysis on the data packet respectively to acquire a forwarding parameter; judging whether the data meets the specification, if so, forwarding the information, otherwise, returning the data to a source program of a sending source, and informing the sending failure and reason; the forwarding information firstly judges whether a target program exists or not, if so, judges whether a target application program rejects or not, if so, returns data to a source program of a sending source and informs of sending failure and reasons; if not, judging whether the message is a unicast message or not;
and if the message is a unicast message, sending a data packet to the application program with the minimum heartbeat and the heartbeat not being FF in the receiving source, if the forwarding type is broadcast, sending the data packet to all the application programs which are online in the receiving source and the heartbeat not being FF, and otherwise, finishing data transmission. If it is a broadcast message, data information is transmitted to all applications.
In this embodiment, the message transmission system supporting unicast and broadcast further includes a memory and a processor; the memory for storing a computer program; the processor is configured to implement a message transmission method supporting unicast and broadcast when executing the computer program.
In this embodiment, the data packet encapsulation format is shown in table 1:
table 1 data packet packaging format
Figure BDA0002924215910000051
Although the present invention has been described in detail with reference to the preferred embodiments, it will be understood by those skilled in the art that various changes may be made and equivalents may be substituted without departing from the spirit and scope of the invention as defined in the appended claims. The techniques, shapes, and configurations not described in detail in the present invention are all known techniques.

Claims (10)

1. A message transmission system supporting unicast and broadcast comprises an intermediate forwarding module, wherein a socket is opened between the intermediate forwarding module and a sending source in a connection-oriented mode, so that data of the sending source is transmitted to a receiving source;
the intermediate forwarding module comprises:
the connection module is used for receiving the heartbeat packet of the sending source and determining the type and the current running state of the sending source;
the data processing module is used for receiving the data packets of the transmitting source, and respectively carrying out unpacking analysis on the data packets to obtain forwarding parameters;
the first judging module is used for judging whether the data packet conforms to the standard or not, if so, the data transmitting module is called, and if not, the return module is called;
the data sending module is used for sending the data packet which meets the standard to the receiving source, and the returning module returns the reason why the data can not be sent unsuccessfully to the sending source.
2. The system according to claim 1, further comprising a second determining module, configured to determine whether the data packet meeting the specification is a forwarding message, if so, transmit data to the transmission source according to the forwarding parameter, and if not, end data transmission.
3. The system according to claim 2, further comprising a third determining module, wherein the third determining module is configured to determine whether a transmission source of the data packet that meets the specification and is forwarding information exists, and if the transmission source exists, determine whether the transmission source rejects, if not, transmit data to the transmission source according to the forwarding parameter, and if the transmission source rejects, invoke the backhaul module.
4. The system according to claim 3, further comprising a fourth decision module, wherein the fourth decision module decides the packet forwarding type according to the forwarding parameter, if the forwarding type is unicast, the packet is sent to the application with the smallest heartbeat and the heartbeat not being FF in the receiving source, if the forwarding type is broadcast, the packet is sent to all applications online in the receiving source and the heartbeat not being FF, otherwise, the data transmission is ended.
5. A message transmission method supporting unicast and broadcast is characterized by comprising the following steps:
the method comprises the following steps of opening a socket in a connection-oriented mode, so as to transmit data of a transmitting source to a receiving source, specifically:
receiving a heartbeat packet of a sending source, and determining the type and the current running state of the sending source;
receiving a data packet of a transmitting source, and performing unpacking analysis on the data packet respectively to obtain forwarding parameters;
and judging whether the data packet meets the specification or not, if so, sending the data packet meeting the specification to a receiving source, and if not, returning the reason that the data cannot be sent unsuccessfully to a sending source.
6. The method as claimed in claim 5, wherein after determining that the data packet conforms to the specification, determining whether the data packet is a forwarding message, if so, transmitting data to the transmission source according to the forwarding parameters, and if not, ending the data transmission.
7. The method as claimed in claim 6, wherein after determining that the data packet is a forwarding message, determining whether a transmission source of the data packet exists, if so, determining whether the transmission source rejects, if not, transmitting the data to the transmission source according to the forwarding parameters, and if reject, transmitting a cause that the data cannot be unsuccessfully transmitted back to the transmission source.
8. The method according to claim 7, wherein after determining that the transmission source of the packet exists and the transmission source does not reject, determining the packet forwarding type according to the forwarding parameter, if the forwarding type is unicast, sending the packet to the application with the smallest heartbeat and the heartbeat not being FF, if the forwarding type is broadcast, sending the packet to all applications online in the reception source and the heartbeat not being FF, otherwise, ending the data transmission.
9. The method according to claim 7, wherein the connection-oriented protocol is TCP/IP protocol.
10. An apparatus for supporting unicast and broadcast message transmission, comprising a memory and a processor;
the memory for storing a computer program;
the processor, when executing the computer program, is configured to implement a unicast, broadcast supported message transmission method according to any one of claims 5 to 9.
CN202110126528.3A 2021-01-29 2021-01-29 Message transmission system and transmission method supporting unicast and broadcast Active CN112737797B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110126528.3A CN112737797B (en) 2021-01-29 2021-01-29 Message transmission system and transmission method supporting unicast and broadcast

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110126528.3A CN112737797B (en) 2021-01-29 2021-01-29 Message transmission system and transmission method supporting unicast and broadcast

Publications (2)

Publication Number Publication Date
CN112737797A true CN112737797A (en) 2021-04-30
CN112737797B CN112737797B (en) 2024-03-29

Family

ID=75594781

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110126528.3A Active CN112737797B (en) 2021-01-29 2021-01-29 Message transmission system and transmission method supporting unicast and broadcast

Country Status (1)

Country Link
CN (1) CN112737797B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050084711A (en) * 2004-02-24 2005-08-29 삼성전자주식회사 Method for management of aaa server and system using heartbeat message
CN1662021A (en) * 2004-02-28 2005-08-31 乐金电子(中国)研究开发中心有限公司 Information receive and rejection method of utilizing mobile telephone information receiving system
US20070115868A1 (en) * 2005-11-22 2007-05-24 Wai Chen Group-header based method to organize local peer group of vehicles for inter-vehicle communication
US7281058B1 (en) * 2002-10-09 2007-10-09 Juniper Networks, Inc. Delivering and receiving multicast content across a unicast network
WO2009140994A1 (en) * 2008-05-19 2009-11-26 Telefonaktiebolaget Lm Ericsson (Publ) Switching between delivery methods in an iptv communication network
US7969914B1 (en) * 2008-07-25 2011-06-28 At&T Intellectual Property Ii, L.P. Method for establishing and operating a mobile Ad-Hoc network
EP2717524A1 (en) * 2011-07-01 2014-04-09 Huawei Technologies Co., Ltd Heartbeat message transmission method and heartbeat proxy server
CN105307139A (en) * 2014-07-31 2016-02-03 中国电信股份有限公司 Method, mobile terminal and system for transmitting application heartbeat signals
CN105516010A (en) * 2015-12-09 2016-04-20 联想(北京)有限公司 Information processing method and electronic device
EP3409035A1 (en) * 2016-01-28 2018-12-05 Nokia Solutions and Networks Oy Dynamic switching of streaming service between broadcast and unicast delivery
CN109218125A (en) * 2017-07-07 2019-01-15 北京京东尚科信息技术有限公司 A kind of method and system of heartbeat data interaction
CN111240461A (en) * 2020-01-09 2020-06-05 黔南民族师范学院 Task scheduling-based heterogeneous computing system low-power consumption method

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7281058B1 (en) * 2002-10-09 2007-10-09 Juniper Networks, Inc. Delivering and receiving multicast content across a unicast network
KR20050084711A (en) * 2004-02-24 2005-08-29 삼성전자주식회사 Method for management of aaa server and system using heartbeat message
CN1662021A (en) * 2004-02-28 2005-08-31 乐金电子(中国)研究开发中心有限公司 Information receive and rejection method of utilizing mobile telephone information receiving system
CN101184262A (en) * 2004-02-28 2008-05-21 乐金电子(中国)研究开发中心有限公司 Mobile message receive and reject method using mobile message receive system
US20070115868A1 (en) * 2005-11-22 2007-05-24 Wai Chen Group-header based method to organize local peer group of vehicles for inter-vehicle communication
WO2009140994A1 (en) * 2008-05-19 2009-11-26 Telefonaktiebolaget Lm Ericsson (Publ) Switching between delivery methods in an iptv communication network
US7969914B1 (en) * 2008-07-25 2011-06-28 At&T Intellectual Property Ii, L.P. Method for establishing and operating a mobile Ad-Hoc network
EP2717524A1 (en) * 2011-07-01 2014-04-09 Huawei Technologies Co., Ltd Heartbeat message transmission method and heartbeat proxy server
CN105307139A (en) * 2014-07-31 2016-02-03 中国电信股份有限公司 Method, mobile terminal and system for transmitting application heartbeat signals
CN105516010A (en) * 2015-12-09 2016-04-20 联想(北京)有限公司 Information processing method and electronic device
EP3409035A1 (en) * 2016-01-28 2018-12-05 Nokia Solutions and Networks Oy Dynamic switching of streaming service between broadcast and unicast delivery
CN109218125A (en) * 2017-07-07 2019-01-15 北京京东尚科信息技术有限公司 A kind of method and system of heartbeat data interaction
CN111240461A (en) * 2020-01-09 2020-06-05 黔南民族师范学院 Task scheduling-based heterogeneous computing system low-power consumption method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
朱虹宇;李挺;闫健恩;张兆心;: "基于动态负载均衡的分布式任务调度算法研究", 高技术通讯, no. 12, 15 December 2014 (2014-12-15) *
胡志坤;何多昌;桂卫华;阳春华;: "基于改进心跳包机制的整流远程监控系统", 计算机应用, no. 02, 15 February 2008 (2008-02-15) *
陈武 , 雷航: "基于精简TCP/IP协议栈的信息家电网络服务器", 单片机与嵌入式系统应用, no. 06, 1 June 2004 (2004-06-01) *

Also Published As

Publication number Publication date
CN112737797B (en) 2024-03-29

Similar Documents

Publication Publication Date Title
US7254132B2 (en) Mobile communication system, mobile communication method, wireless base station, mobile station, and program
US6914907B1 (en) Method and apparatus for providing multi-cast transmissions using a distributed router
JP5730942B2 (en) Packet routing in wireless communication environment
JP5373027B2 (en) Provision of QoS processing based on multiple requests
EP1677464B1 (en) Packet distribution control method
JP5001283B2 (en) Providing movement indications to resource requesters
US7054948B2 (en) Collaborative host masquerading system
US6532233B1 (en) Multicast communication method and apparatus
EP1161028A2 (en) A multicast routing method and an apparatus
US6327626B1 (en) Method and apparatus for MSS spoofing
US7444422B1 (en) Multicast when forwarding information is unknown
US7042865B1 (en) Automated IP multicast filtering
EP2031808B1 (en) Wireless multiple connections and method thereof
CN1650178A (en) Methods and apparatus for uplink macro-diversity in packet-switched cellular networks
US6856599B1 (en) System and method of reducing retransmission of messages in a TCP/IP environment
US6826153B1 (en) System and method of increasing the message throughput in a radio network
EP1699169A1 (en) Wireless base station, wireless mobile device, and wireless access network for reducing signalling traffic
CN113612698A (en) Data packet sending method and device
US6826152B1 (en) System and method of conserving bandwidth in the transmission of message packets
CN101287270B (en) Method and apparatus for service transmission
CN112737797A (en) Message transmission system and method supporting unicast and broadcast
EP3968577A1 (en) A data traffic control device, a residential router, an operator network device and a telecommunication system
EP1430645B1 (en) Implementing multicasting
CN102195931A (en) Method for multicast traffic forwarding in equipment, network equipment and line card
JP7389250B2 (en) Wireless communication device, wireless communication method and program

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