CN113364637A - Network communication optimization method and system based on batch packing scheduling - Google Patents

Network communication optimization method and system based on batch packing scheduling Download PDF

Info

Publication number
CN113364637A
CN113364637A CN202110909310.5A CN202110909310A CN113364637A CN 113364637 A CN113364637 A CN 113364637A CN 202110909310 A CN202110909310 A CN 202110909310A CN 113364637 A CN113364637 A CN 113364637A
Authority
CN
China
Prior art keywords
batch
request
server
client
communication
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.)
Pending
Application number
CN202110909310.5A
Other languages
Chinese (zh)
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.)
China State Construction eCommerce Co Ltd
Original Assignee
China State Construction eCommerce 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 China State Construction eCommerce Co Ltd filed Critical China State Construction eCommerce Co Ltd
Priority to CN202110909310.5A priority Critical patent/CN113364637A/en
Publication of CN113364637A publication Critical patent/CN113364637A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0823Configuration setting characterised by the purposes of a change of settings, e.g. optimising configuration for enhancing reliability
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0823Configuration setting characterised by the purposes of a change of settings, e.g. optimising configuration for enhancing reliability
    • H04L41/083Configuration setting characterised by the purposes of a change of settings, e.g. optimising configuration for enhancing reliability for increasing network speed

Abstract

The invention provides a network communication optimization method and a system based on batch packing scheduling, which comprises the following steps: s1, a client generates a batch of request communication packets according to a first fixed time interval and sends the batch of request communication packets to a server after the batch of request communication packets reach a first trigger condition; the first trigger condition comprises a first preset value of the waiting time and the request quantity, and the first preset value of the waiting time and the request quantity is used as the criterion for reaching the first preset value; s2, after receiving the batch request communication packets, the server executes corresponding service operation according to request instructions in the batch request communication packets and generates batch response data packets according to a second fixed time interval; s3, the server returns the batch response data packet to the corresponding user in the client after the batch response data packet reaches a second trigger condition; the second trigger condition comprises a second preset value of the waiting time and the request quantity, and the first preset value of the waiting time and the request quantity is taken as the criterion.

Description

Network communication optimization method and system based on batch packing scheduling
Technical Field
The invention relates to the technical field of communication, in particular to a network communication optimization method and system based on batch packaging scheduling.
Background
At present, with the vigorous development of the mobile internet, the concept of distributed micro-services is popular. The software system is no longer a centralized deployment system, but is divided into countless sub-services according to various dimensions, and in order to ensure that the micro-services with high availability are deployed in different regions and machine rooms, therefore, when the software system is used for one query request, a service back end may span multiple sub-services and may span multiple regions and machine rooms. With the increase of the number of users and the increase of the access amount, the limited network bandwidth resources and the server side resources always become bottlenecks. Common practice for dealing with network bandwidth and server resource bottlenecks is: 1) the bandwidth is increased, so that the network bandwidth becomes larger, and more request communication can be naturally contained; 2) and the service end is added, so that more service ends can provide services, and the service capability can be naturally improved. However, whether the server is added or the network bandwidth is increased, the resources are always limited; and with the investment of resources, the cost and the energy consumption are increased. Therefore, it is desirable to provide a scheme for improving the response speed in the network communication process.
Disclosure of Invention
The invention aims to provide a network communication optimization method and a network communication optimization system based on batch packaging scheduling, which are used for realizing the technical effect of improving the response speed in the network communication process.
In a first aspect, the present invention provides a network communication optimization method based on batch packing scheduling, including:
s1, a client generates a batch of request communication packets according to a first fixed time interval and sends the batch of request communication packets to a server after the batch of request communication packets reach a first trigger condition; the first trigger condition comprises a first preset value of the waiting time and the request quantity, and the first preset value of the waiting time and the request quantity is used as the criterion for reaching the first preset value;
s2, after receiving the batch request communication packets, the server executes corresponding service operation according to request instructions in the batch request communication packets and generates batch response data packets according to a second fixed time interval;
s3, the server returns the batch response data packet to a corresponding user in the client after the batch response data packet reaches a second trigger condition; the second trigger condition comprises a second preset value of the waiting time and the request quantity, and the first preset value of the waiting time and the request quantity is used as the criterion.
Further, the S1 includes:
s11, the client analyzes whether the current request can be packaged with other requests to be sent to the server side according to the request address of each user in the first fixed time interval; if yes, the current request of the user is put into a batch request communication packet;
and S12, the client analyzes whether the batch request communication packets reach a first trigger condition, and if the batch request communication packets reach the first trigger condition, the batch request communication packets are sent to the server.
Further, the S1 further includes:
if the current request of a certain user cannot be packed with other requests and sent to the server, the client directly sends the current request of the user to the server through a priority communication channel; and the server side returns corresponding response data to the client side through the priority communication channel.
Further, the client marks the current requests of the users one by one through the global unique identifier in the process of putting the current requests of the users into the batch request communication package.
Further, the method further comprises:
the server side analyzes whether the current request of the user is blocked or not according to the global unique identifier; and if the current request of the user is blocked, acquiring the corresponding request from the client according to the global unique identifier, executing the corresponding business operation, and then returning the corresponding response data to the user in the client.
Further, the server generates the batch response data packet according to the acquisition time of each response data.
In a second aspect, the invention further provides a network communication optimization system based on batch packing scheduling, which comprises a client and a server; the client comprises a request batch communication unit; the server comprises a response batch communication unit; a batch communication channel is arranged between the client and the server;
the request batch communication unit is used for generating a batch of request communication packets according to a first fixed time interval and sending the batch of request communication packets to a server through a batch communication channel after the batch of request communication packets reach a first trigger condition;
after receiving the batch request communication packets, the response batch communication unit executes corresponding service operation according to the request instructions in the batch request communication packets and generates batch response data packets according to a second fixed time interval; and meanwhile, after the batch response data packets reach a second trigger condition, returning the batch response data packets to corresponding users in the client through the batch communication channel.
Further, the network communication optimization system also comprises a priority communication channel arranged between the client and the server; the client side directly sends the current request of the user to the server side through the priority communication channel; and the server side returns corresponding response data to the client side through the priority communication channel.
The beneficial effects that the invention can realize are as follows: the network communication optimization method based on batch packing scheduling can adjust the number of the request communication packets according to the user quantity and the request quantity to achieve the purpose of controlling the request flow; meanwhile, by means of the packaging aggregation, although the packaging waiting time is increased in the process, the times of network connection and network transmission are reduced, and the response speed is integrally improved under the conditions of high concurrency and high user quantity. Meanwhile, a fast and slow batch communication channel can be divided according to the identity of the request, so that fast and slow separation is realized.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments of the present invention will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
Fig. 1 is a schematic flowchart of a network communication optimization method based on batch packing scheduling according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a topology structure of a network communication optimization system based on batch packing scheduling according to an embodiment of the present invention.
Icon: 10-a network communication optimization system; 100-a client; 110-request bulk communication units; 200-a server; 210-responsive bulk communication units; 300-bulk communication channel; 400-priority communication channel.
Detailed Description
The technical solutions in the embodiments of the present invention will be described below with reference to the drawings in the embodiments of the present invention.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present invention, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
Referring to fig. 1, fig. 1 is a flowchart illustrating a network communication optimization method based on batch packing scheduling according to an embodiment of the present invention.
The applicant researches and discovers that the communication speed of the existing batch communication mode is more and more influenced with the increase of the number of users and the access amount, so in order to improve the communication speed, the embodiment of the invention provides a network communication optimization method based on batch packaging scheduling, and the specific content of the method is as follows.
S1, a client generates a batch of request communication packets according to a first fixed time interval and sends the batch of request communication packets to a server after the batch of request communication packets reach a first trigger condition.
In one embodiment, S1 includes:
s11, the client analyzes whether the current request can be packaged with other requests to be sent to the server side according to the request address of each user in the first fixed time interval; and if so, putting the current request of the user into the batch request communication packet.
Specifically, the first fixed time interval may be set by a configuration file, and the specific duration may be set according to actual requirements.
And S12, the client analyzes whether the batch request communication packets reach a first trigger condition, and if the batch request communication packets reach the first trigger condition, the batch request communication packets are sent to the server.
The first trigger condition comprises a first preset value of the waiting time and the request quantity, and the first preset value of the waiting time and the request quantity is based on the condition that the waiting time and the request quantity are reached first.
Specifically, the first preset values of the waiting time and the number of requests may be set as follows: the first preset value of the waiting time period may be set to 100ms, and the first preset value of the number of requests may be set to 50. And when the request number in the batch request communication packets reaches 50 or the time length of the batch request communication packets is longer than 100ms, the client sends the batch request communication packets to the server.
In one implementation, if the current request of a certain user cannot be packed with other requests and sent to a server, the client directly sends the current request of the user to the server through a priority communication channel; the server side returns corresponding response data to the client side through the priority communication channel. In this way, the use requirements of each user can be fully met.
And S2, after receiving the batch request communication packets, the server executes corresponding service operation according to the request instructions in the batch request communication packets and generates batch response data packets according to a second fixed time interval.
In an embodiment, after receiving the batch request communication packets, the server may analyze the batch request communication packets to obtain corresponding request instructions, then execute corresponding service operations according to the request instructions, obtain corresponding response data, and generate batch response data packets according to a second fixed time interval. The second fixed time interval can also be set through a configuration file, and the specific duration can be set according to actual requirements. And the server generates the batch response data packets according to the acquisition time of each response data, and the server does not need to wait for the completion of the execution of all the requests in the batch request communication packets in the same batch to generate the data packets, so that the communication speed is improved.
Specifically, the second fixed time interval may be set by a configuration file, and the specific duration may be set according to actual requirements.
And S3, the server returns the batch response data packet to the corresponding user in the client after the batch response data packet reaches a second trigger condition.
The second trigger condition comprises a second preset value of the waiting time and the request quantity, and the first preset value of the waiting time and the request quantity is taken as the criterion.
Specifically, the second preset values of the waiting time and the number of requests may be set as follows: the second preset value of the waiting time length can be set to be 100ms, and the second preset value of the number of the requests can be set to be 50; and when the request number in the batch request communication packets reaches 50 or the time length of the batch request communication packets is longer than 100ms, the server returns the batch request communication packets to the corresponding user in the client.
In the implementation process, the client marks the current requests of the users one by one through the global unique identifier in the process of putting the current requests of the users into the batch request communication packet.
Further, the server side analyzes whether the current request of the user is blocked or not according to the global unique identifier; and if the current request of the user is blocked, acquiring the corresponding request from the client according to the global unique identifier, executing the corresponding business operation, and then returning the corresponding response data to the user in the client.
By the method, the situation that the request of the user is not responded in time can be avoided, and the service capability of the system is improved.
Referring to fig. 2, fig. 2 is a schematic diagram of a topology structure of a network communication optimization system based on batch packing scheduling according to an embodiment of the present invention.
In an implementation manner, an embodiment of the present invention further provides a network communication optimization system 10 based on batch packing scheduling, where the network communication optimization system 10 includes a client 100 and a server 200; the client 100 includes a request batch communication unit 110; the server 200 includes a response batch communication unit 210; a batch communication channel 300 is arranged between the client 100 and the server 200; the request batch communication unit 110 is configured to generate a batch of request communication packets at a first fixed time interval and send the batch of request communication packets to the server 200 through the batch communication channel 300 after the batch of request communication packets reaches a first trigger condition; after receiving the batch request communication packet, the response batch communication unit 210 executes a corresponding service operation according to a request instruction in the batch request communication packet and generates a batch response data packet according to a second fixed time interval; meanwhile, after the batch response data packet reaches the second trigger condition, the batch response data packet is returned to the corresponding user in the client 100 through the batch communication channel 300.
Further, the network communication optimization system 10 further includes a priority communication channel 400 disposed between the client 100 and the server 200; the client 100 directly sends the current request of the user to the server 200 through the priority communication channel 400; the server 200 returns corresponding response data to the client 100 through the priority communication channel 400.
To sum up, the embodiments of the present invention provide a method and a system for optimizing network communication based on batch packing scheduling, including: s1, a client generates a batch of request communication packets according to a first fixed time interval and sends the batch of request communication packets to a server after the batch of request communication packets reach a first trigger condition; s2, after receiving the batch request communication packets, the server executes corresponding service operation according to request instructions in the batch request communication packets and generates batch response data packets according to a second fixed time interval; and S3, the server returns the batch response data packet to the corresponding user in the client after the batch response data packet reaches a second trigger condition. By the mode, the communication speed can be effectively improved, and the user experience is improved.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A network communication optimization method based on batch packing scheduling is characterized by comprising the following steps:
s1, a client generates a batch of request communication packets according to a first fixed time interval and sends the batch of request communication packets to a server after the batch of request communication packets reach a first trigger condition; the first trigger condition comprises a first preset value of the waiting time and the request quantity, and the first preset value of the waiting time and the request quantity is used as the criterion for reaching the first preset value;
s2, after receiving the batch request communication packets, the server executes corresponding service operation according to request instructions in the batch request communication packets and generates batch response data packets according to a second fixed time interval;
s3, the server returns the batch response data packet to a corresponding user in the client after the batch response data packet reaches a second trigger condition; the second trigger condition comprises a second preset value of the waiting time and the request quantity, and the first preset value of the waiting time and the request quantity is used as the criterion.
2. The method according to claim 1, wherein the S1 includes:
s11, the client analyzes whether the current request can be packaged with other requests to be sent to the server side according to the request address of each user in the first fixed time interval; if yes, the current request of the user is put into a batch request communication packet;
and S12, the client analyzes whether the batch request communication packets reach a first trigger condition, and if the batch request communication packets reach the first trigger condition, the batch request communication packets are sent to the server.
3. The method according to claim 2, wherein the S1 further comprises:
if the current request of a certain user cannot be packed with other requests and sent to the server, the client directly sends the current request of the user to the server through a priority communication channel; and the server side returns corresponding response data to the client side through the priority communication channel.
4. The method according to claim 2, wherein the client marks the current request of each user one by one through the globally unique identifier in the process of putting the current request of the user into the batch request communication packet.
5. The method of claim 4, further comprising:
the server side analyzes whether the current request of the user is blocked or not according to the global unique identifier; and if the current request of the user is blocked, acquiring the corresponding request from the client according to the global unique identifier, executing the corresponding business operation, and then returning the corresponding response data to the user in the client.
6. The method of claim 1, wherein the server generates the batch response data packet according to an acquisition time of each response data.
7. A network communication optimization system based on batch packing scheduling is characterized by comprising a client and a server; the client comprises a request batch communication unit; the server comprises a response batch communication unit; a batch communication channel is arranged between the client and the server;
the request batch communication unit is used for generating a batch of request communication packets according to a first fixed time interval and sending the batch of request communication packets to a server through a batch communication channel after the batch of request communication packets reach a first trigger condition;
after receiving the batch request communication packets, the response batch communication unit executes corresponding service operation according to the request instructions in the batch request communication packets and generates batch response data packets according to a second fixed time interval; and meanwhile, after the batch response data packets reach a second trigger condition, returning the batch response data packets to corresponding users in the client through the batch communication channel.
8. The network communication optimization system of claim 7, further comprising a priority communication channel disposed between the client and the server; the client side directly sends the current request of the user to the server side through the priority communication channel; and the server side returns corresponding response data to the client side through the priority communication channel.
CN202110909310.5A 2021-08-09 2021-08-09 Network communication optimization method and system based on batch packing scheduling Pending CN113364637A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110909310.5A CN113364637A (en) 2021-08-09 2021-08-09 Network communication optimization method and system based on batch packing scheduling

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110909310.5A CN113364637A (en) 2021-08-09 2021-08-09 Network communication optimization method and system based on batch packing scheduling

Publications (1)

Publication Number Publication Date
CN113364637A true CN113364637A (en) 2021-09-07

Family

ID=77540718

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110909310.5A Pending CN113364637A (en) 2021-08-09 2021-08-09 Network communication optimization method and system based on batch packing scheduling

Country Status (1)

Country Link
CN (1) CN113364637A (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101183298A (en) * 2007-12-26 2008-05-21 杭州华三通信技术有限公司 SCSI data read-write method, system and device
US20130262679A1 (en) * 2012-03-28 2013-10-03 Broadcom Corporation Dataset Processing Using Network Performance Information
CN103546330A (en) * 2012-07-11 2014-01-29 阿里巴巴集团控股有限公司 Method, device and system for detecting compatibilities of browsers
CN103997509A (en) * 2013-02-20 2014-08-20 中国移动通信集团北京有限公司 Service oriented architecture-based service processing method and apparatus
CN105847386A (en) * 2016-04-20 2016-08-10 乐视控股(北京)有限公司 Live broadcasting stream processing method, device and system
CN105897613A (en) * 2015-12-08 2016-08-24 乐视云计算有限公司 Level-limit-free QoS realizing method and level-limit-free QoS system
CN107528884A (en) * 2017-07-14 2017-12-29 北京三快在线科技有限公司 The user's request processing method and device of a kind of aggregate server
CN108090114A (en) * 2017-11-02 2018-05-29 珠海许继芝电网自动化有限公司 A kind of determination method of the single-link request-reply based on real-time data base
CN109152065A (en) * 2018-10-31 2019-01-04 重庆邮电大学 A kind of safe method of network entry of industry wireless network multinode based on IPv6
CN109451076A (en) * 2018-12-29 2019-03-08 乐蜜有限公司 A kind of the merging treatment method, apparatus and electronic equipment of network request
CN110830460A (en) * 2019-10-25 2020-02-21 香港乐蜜有限公司 Connection establishing method and device, electronic equipment and storage medium
CN111064771A (en) * 2019-11-14 2020-04-24 福建天晴数码有限公司 Network request processing method and system
CN111897828A (en) * 2020-07-31 2020-11-06 广州视源电子科技股份有限公司 Data batch processing implementation method, device, equipment and storage medium
CN112182445A (en) * 2019-07-02 2021-01-05 北京京东尚科信息技术有限公司 Method and device for optimizing client page performance

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101183298A (en) * 2007-12-26 2008-05-21 杭州华三通信技术有限公司 SCSI data read-write method, system and device
US20130262679A1 (en) * 2012-03-28 2013-10-03 Broadcom Corporation Dataset Processing Using Network Performance Information
CN103546330A (en) * 2012-07-11 2014-01-29 阿里巴巴集团控股有限公司 Method, device and system for detecting compatibilities of browsers
CN103997509A (en) * 2013-02-20 2014-08-20 中国移动通信集团北京有限公司 Service oriented architecture-based service processing method and apparatus
CN105897613A (en) * 2015-12-08 2016-08-24 乐视云计算有限公司 Level-limit-free QoS realizing method and level-limit-free QoS system
CN105847386A (en) * 2016-04-20 2016-08-10 乐视控股(北京)有限公司 Live broadcasting stream processing method, device and system
CN107528884A (en) * 2017-07-14 2017-12-29 北京三快在线科技有限公司 The user's request processing method and device of a kind of aggregate server
CN108090114A (en) * 2017-11-02 2018-05-29 珠海许继芝电网自动化有限公司 A kind of determination method of the single-link request-reply based on real-time data base
CN109152065A (en) * 2018-10-31 2019-01-04 重庆邮电大学 A kind of safe method of network entry of industry wireless network multinode based on IPv6
CN109451076A (en) * 2018-12-29 2019-03-08 乐蜜有限公司 A kind of the merging treatment method, apparatus and electronic equipment of network request
CN112182445A (en) * 2019-07-02 2021-01-05 北京京东尚科信息技术有限公司 Method and device for optimizing client page performance
CN110830460A (en) * 2019-10-25 2020-02-21 香港乐蜜有限公司 Connection establishing method and device, electronic equipment and storage medium
CN111064771A (en) * 2019-11-14 2020-04-24 福建天晴数码有限公司 Network request processing method and system
CN111897828A (en) * 2020-07-31 2020-11-06 广州视源电子科技股份有限公司 Data batch processing implementation method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
US6842783B1 (en) System and method for enforcing communications bandwidth based service level agreements to plurality of customers hosted on a clustered web server
CN102932920B (en) Radio resource scheduling request (SR) configuration method and device
US6308214B1 (en) Self-tuning dataflow I/O core
EP1183845B1 (en) Method and apparatus for server bandwidth utilization management
CN113079218A (en) Service-oriented computing power network system, working method and storage medium
CN103338252B (en) Realizing method of distributed database concurrence storage virtual request mechanism
CN103873513B (en) Adaptive method for down loading and system
Kliazovich et al. CA-DAG: Communication-aware directed acyclic graphs for modeling cloud computing applications
CN102158346A (en) Information acquisition system and method based on cloud computing
CN106533932A (en) Method and device for pushing instant message
US20140059152A1 (en) Support server for redirecting task results to a wake-up server
CN106302230B (en) A kind of data transmission method and device
CN113810205A (en) Method for reporting and receiving service computing power information, server and data center gateway
CN108377579B (en) Method, device, terminal and storage medium for controlling radio resource control connection
Xing et al. MPTCP meets big data: Customizing transmission strategy for various data flows
Zhao et al. ON/OFF traffic shaping in the Internet: Motivation, challenges, and solutions
CN111245630A (en) Method for simultaneously upgrading multiple devices in local area network
CN113259415A (en) Network message processing method and device and network server
Serdaroglu et al. An efficient multipriority data packet traffic scheduling approach for fog of things
CN104038358B (en) A kind of content scheduling method and content scheduling device
CN108076535B (en) Method, device, terminal and storage medium for controlling radio resource control connection
CN109981483A (en) A kind of LTE dispatching method and device towards the perception of parcel real time business
US20230337266A1 (en) Method, and electronic device for allocating routing resources of wifi6 router
CN113364637A (en) Network communication optimization method and system based on batch packing scheduling
CN108124021A (en) Internet protocol IP address obtains, the method, apparatus and system of website visiting

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210907

RJ01 Rejection of invention patent application after publication