CN107580339B - Information transmission method, device and wireless communication system - Google Patents

Information transmission method, device and wireless communication system Download PDF

Info

Publication number
CN107580339B
CN107580339B CN201710744554.6A CN201710744554A CN107580339B CN 107580339 B CN107580339 B CN 107580339B CN 201710744554 A CN201710744554 A CN 201710744554A CN 107580339 B CN107580339 B CN 107580339B
Authority
CN
China
Prior art keywords
mobile terminal
http response
signal quality
http
compressed
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
CN201710744554.6A
Other languages
Chinese (zh)
Other versions
CN107580339A (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.)
China United Network Communications Group Co Ltd
China Information Technology Designing and Consulting Institute Co Ltd
Original Assignee
China United Network Communications Group Co Ltd
China Information Technology Designing and Consulting Institute 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 United Network Communications Group Co Ltd, China Information Technology Designing and Consulting Institute Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN201710744554.6A priority Critical patent/CN107580339B/en
Publication of CN107580339A publication Critical patent/CN107580339A/en
Application granted granted Critical
Publication of CN107580339B publication Critical patent/CN107580339B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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

Landscapes

  • Mobile Radio Communication Systems (AREA)

Abstract

The embodiment of the invention provides an information transmission method, an information transmission device and a wireless communication system, relates to the technical field of communication, and is used for reducing the memory consumption and the electric quantity consumption of a terminal without increasing or slightly increasing HTTP response transmission delay. The method comprises the following steps: receiving an HTTP response sent by a server; judging whether the signal quality of a mobile network of the mobile terminal is greater than or equal to a signal quality threshold value; and if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value and the HTTP response sent by the server is the compressed HTTP response, decompressing the compressed HTTP response and sending the decompressed HTTP response to the mobile terminal. The embodiment of the invention is used for transmission of HTTP response.

Description

Information transmission method, device and wireless communication system
Technical Field
The present invention relates to the field of communications technologies, and in particular, to an information transmission method, an information transmission apparatus, and a wireless communication system.
Background
With the rapid development of smart mobile devices and mobile internet, the Hypertext Transfer Protocol (HTTP) is almost a universal global Wide area network (World Wide Web) standard, and almost all mainstream thereof is based on the HTTP Protocol.
In order to improve the transmission efficiency of the HTTP protocol, an HTTP compression technique is proposed in HTTP1.1, that is, a server may compress web page data first, then send the compressed file to a terminal, and finally decompress and display the compressed file on the terminal. A typical HTTP compression method flow includes: the terminal sends an HTTP request to the server; the server generates an original HTTP response after receiving the HTTP request sent by the terminal; then the server selects a compression algorithm to compress the original HTTP response according to the compression decoding capability supported by the terminal, and returns the compressed HTTP response to the terminal; and after receiving the compressed HTTP response sent by the server, the terminal decompresses the HTTP response according to the compression algorithm indicated by the compression coding format field to obtain an original HTTP response, and displays the original HTTP response. In a mobile network, a mobile terminal firstly negotiates with a server whether to use HTTP compression and an HTTP compression algorithm, if the HTTP compression is determined, the server sends a compressed HTTP response to a base station when receiving an HTTP request sent by the mobile terminal through the base station, and the base station forwards the compressed HTTP response to the mobile terminal. Although the method can improve the transmission efficiency of the HTTP protocol in the mobile network to a certain extent when the signal quality of the mobile network is poor, the signal quality of the mobile network is dynamically changed, when the signal quality of the mobile network is good, the transmission delay for sending the compressed HTTP response to the mobile terminal and the transmission delay for sending the original HTTP response to the mobile terminal may be the same or have a small difference, and the mobile terminal needs a certain time for decompressing the compressed HTTP response.
Disclosure of Invention
Embodiments of the present invention provide an information transmission method, an information transmission apparatus, and a wireless communication system, which are used to reduce memory consumption and power consumption of a terminal without increasing or slightly increasing HTTP response transmission delay.
In order to achieve the above purpose, the embodiment of the invention adopts the following technical scheme:
in a first aspect, an information transmission method is provided, including:
receiving a hypertext transfer protocol (HTTP) response sent by a server;
judging whether the signal quality of a mobile network of the mobile terminal is greater than or equal to a signal quality threshold value;
if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value and the HTTP response sent by the server is a compressed HTTP response, decompressing the compressed HTTP response and sending the decompressed HTTP response to the mobile terminal.
In a second aspect, an information transmission apparatus is provided, including:
the receiving module is used for receiving the HTTP response sent by the server;
the processing module is used for judging whether the signal quality of a mobile network of the mobile terminal is greater than or equal to a signal quality threshold value; if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value and the HTTP response sent by the server is a compressed HTTP response, decompressing the compressed HTTP response;
and the sending module is used for sending the decompressed HTTP response to the mobile terminal.
In a third aspect, a wireless communication system is provided, including: a mobile terminal, a base station and a server;
the mobile terminal is used for sending an HTTP request to the server through the base station;
the server is used for sending an HTTP response to the mobile terminal through the base station;
the base station includes: the information transmission apparatus according to the second aspect.
The information transmission method provided by the embodiment of the invention firstly judges whether the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value after receiving the HTTP response sent by the server, if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value and the HTTP response sent by the server is the compressed HTTP response, the compressed HTTP response is decompressed and the decompressed HTTP response is sent to the mobile terminal, because the transmission delay of sending the compressed HTTP response to the mobile terminal and the transmission delay of sending the original HTTP response to the mobile terminal are possibly the same or smaller than each other when the signal quality of the mobile network of the mobile terminal is better, the compressed HTTP response sent by the server is decompressed and then sent to the mobile terminal, and the transmission delay of the HTTP response can be increased or slightly when the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value, the terminal does not need to decompress the compressed HTTP response, so the embodiment of the invention can reduce the memory consumption and the electric quantity consumption of the terminal while not increasing or slightly increasing the transmission delay of the HTTP response.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart illustrating steps of an information transmission method according to an embodiment of the present invention;
fig. 2 is a second flowchart illustrating steps of an information transmission method according to an embodiment of the present invention;
fig. 3 is a third flowchart illustrating steps of an information transmission method according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating a fourth step of the information transmission method according to the embodiment of the present invention;
FIG. 5 is a flowchart illustrating a fifth step of an information transmission method according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of an information transmission apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely 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 of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In the embodiments of the present invention, words such as "exemplary" or "for example" are used to mean serving as examples, illustrations or descriptions. Any embodiment or design described as "exemplary" or "e.g.," an embodiment of the present invention is not necessarily to be construed as preferred or advantageous over other embodiments or designs. Rather, use of the word "exemplary" or "such as" is intended to present concepts related in a concrete fashion.
An embodiment of the present invention provides an information transmission method, where an execution subject of the information transmission method may be a communication device, such as a base station, a wireless Access node (Access Point, AP for short), and the like, configured to transmit a communication message between a mobile terminal and a server. In addition, in the following embodiments, the information transmission method provided in the embodiments of the present invention is described by taking an execution subject of the information transmission method provided in the embodiments of the present invention as an example of a base station, but the execution subject of the embodiments of the present invention is not limited to the base station.
Referring to fig. 1, an information transmission method according to an embodiment of the present invention includes the following steps:
and S11, receiving the HTTP response sent by the server.
Specifically, the server in the above embodiment may be an HTTP server, and the HTTP response refers to a message that the server responds to the HTTP request.
In a mobile network, a typical HTTP transmission method flow is as follows: the mobile terminal sends an HTTP request to the base station, the base station forwards the HTTP request to the server after receiving the HTTP request, the server generates an HTTP response according to the HTTP request after receiving the HTTP request, the HTTP response is sent to the base station, and finally the base station sends the HTTP response back to the mobile terminal. Therefore, before the step S11, the method may further include the steps of: the receiving mobile terminal sends the HTTP request and forwards the HTTP request to the server.
And S12, judging whether the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value.
Specifically, the base station may obtain the signal Quality of the mobile network of the current mobile terminal through a Channel Quality Indicator (CQI for short) reported by the mobile terminal. The CQI is an information indication of channel quality, and represents the quality of the current channel, and corresponds to the signal-to-noise ratio of the channel, and the value range of the CIQ is generally 0 to 31, where 0 represents the worst signal quality, and 31 represents the best channel quality.
In practical applications, one skilled in the art can set the signal quality threshold to a static CQI value. For example: set the signal quality threshold to 9, again for example: the signal quality threshold is set to 12. And after the CQI value of the mobile network of the current mobile terminal is acquired, directly comparing the CQI value of the mobile network of the current mobile terminal with the set CQI value, if the CQI value of the mobile network of the current mobile terminal is greater than or equal to the set CQI value, determining whether the signal quality of the mobile network of the mobile terminal is greater than or equal to a signal quality threshold, otherwise, if the CQI value of the mobile network of the current mobile terminal is less than the set CQI value, determining whether the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold.
In step S12, if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold, it indicates that the signal quality of the mobile network of the current mobile terminal is better, and the transmission delays of sending the compressed HTTP response to the mobile terminal and sending the original HTTP response to the mobile terminal may be the same or different.
And S13, judging whether the HTTP response sent by the server is a compressed HTTP response.
That is, the HTTP response sent by the server to the base station may be the original HTTP without compression, or may be the compressed HTTP response obtained by compressing the original HTTP response.
It should be noted that, in the embodiment of the present invention, the sequence of step S12 and step S13 is not limited, step S13 may be executed after step S12 is executed first, step S12 may be executed after step S13 is executed first, and step S12 and step S13 may be executed simultaneously.
In the above steps S12 and S13, if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold and the HTTP response transmitted by the server is a compressed HTTP response, step S14 is performed.
And S14, decompressing the compressed HTTP response and sending the decompressed HTTP response to the mobile terminal.
The information transmission method provided by the embodiment of the invention firstly judges whether the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value after receiving the HTTP response sent by the server, if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value and the HTTP response sent by the server is the compressed HTTP response, the compressed HTTP response is decompressed and the decompressed HTTP response is sent to the mobile terminal, because the transmission delay of sending the compressed HTTP response to the mobile terminal and the transmission delay of sending the original HTTP response to the mobile terminal are possibly the same or smaller than each other when the signal quality of the mobile network of the mobile terminal is better, the compressed HTTP response sent by the server is decompressed and then sent to the mobile terminal, and the transmission delay of the HTTP response can be increased or slightly when the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value, the terminal does not need to decompress the compressed HTTP response, so the embodiment of the invention can reduce the memory consumption and the electric quantity consumption of the terminal while not increasing or slightly increasing the transmission delay of the HTTP response.
Further, in the above steps S12 and S13, if the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold, it indicates that the signal quality of the mobile network of the current mobile terminal is poor, and the transmission delay between sending the compressed HTTP response to the mobile terminal and sending the original HTTP response to the mobile terminal is relatively large, so that sending the compressed HTTP response to the mobile terminal can reduce the transmission delay and improve the user experience. Therefore, as shown in fig. 2, if the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold and the HTTP response transmitted by the server is a compressed HTTP response, step S15 is executed.
And S15, sending the compressed HTTP response to the mobile terminal.
In the embodiment, when the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold and the HTTP response sent by the server is the compressed HTTP response, the compressed HTTP response is directly sent to the mobile terminal, and when the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold, the transmission delay of the HTTP response can be greatly reduced by sending the compressed HTTP response to the mobile terminal, compared with sending the original HTTP response to the mobile terminal, so that the embodiment can improve the user experience when the signal quality of the mobile network of the mobile terminal is poor.
Further, as described above, the signal quality of the mobile network of the mobile terminal is currently good, and the transmission delays of sending the compressed HTTP response to the mobile terminal and sending the original HTTP response to the mobile terminal may be the same or have a smaller difference, but the memory consumption and the power consumption of the mobile terminal may be reduced, so that the signal quality of the mobile network of the mobile terminal should be better than that of sending the original HTTP response to the mobile terminal. Therefore, referring to fig. 3, if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold and the HTTP response sent by the server is the original HTTP response, step S16 is executed.
And S16, sending the original HTTP response to the mobile terminal.
In the embodiment, when the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold and the HTTP response sent by the server is the original HTTP response, the original HTTP response sent by the server is directly forwarded to the mobile terminal, so that the memory consumption and the power consumption of the mobile terminal can be reduced on the basis of not increasing or slightly increasing the transmission delay of the HTTP response.
Further, when the server does not support HTTP compression, and the HTTP compression algorithm supported by the server does not intersect with the HTTP algorithm supported by the mobile terminal, the HTTP response sent by the server to the base station is the original HTTP response although the mobile terminal supports HTTP compression. If the signal quality of the mobile network of the mobile terminal is smaller than the signal quality threshold, the HTTP response transmission delay is very large, and the user experience is further affected. Therefore, referring to fig. 4, the information transmission method provided in the foregoing embodiment further includes: if the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold and the HTTP response sent by the server is the original HTTP response, step S17 is executed.
And S17, judging whether the mobile terminal supports HTTP compression according to the HTTP request sent by the mobile terminal.
Specifically, as described above, before the base station receives the HTTP response sent by the server, the base station also receives the HTTP request sent by the terminal device, and forwards the HTTP request sent by the terminal device to the server, and when the mobile terminal supporting HTTP compression sends the HTTP request to the base station, the information source supporting HTTP compression is carried in the request message, so that the base station can also determine whether the mobile terminal supports HTTP compression according to the HTTP request sent by the mobile terminal.
In the above step S17, if the mobile terminal supports HTTP compression, step S18 is executed.
S18, obtaining the HTTP algorithm supported by the mobile terminal, compressing the original HTTP response through the HTTP compression algorithm supported by the mobile terminal, and sending the compressed HTTP response to the mobile terminal.
Specifically, the HTTP compression has a plurality of compression algorithms, and not all the mobile terminals support all the HTTP compression algorithms, so that when the mobile terminal supporting the HTTP compression transmits an HTTP request to the base station, the HTTP compression algorithms supported by the mobile terminal are also indicated by a field "Accept-Encoding" in the HTTP request message. For example: if the Accept-Encoding contains a field gzip, the mobile terminal supports a GUN zip HTTP compression algorithm; for another example: if the Accept-Encoding comprises a field of compression, the mobile terminal supports a Unix HTTP compression algorithm; for another example: if the Accept-Encoding comprises a field 'deflate', the mobile terminal supports a ZLib HTTP compression algorithm; for another example: the inclusion of the field "+" in Accept-Encoding indicates that the mobile terminal supports all compression algorithms. Therefore, the base station can also acquire the HTTP compression algorithm supported by the mobile terminal supporting HTTP compression through the HTTP request sent by the mobile terminal.
In the above embodiment, when the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold and the HTTP response sent by the server is the original HTTP response, first, it is determined whether the mobile terminal supports HTTP compression according to the HTTP request sent by the mobile terminal, and if the mobile terminal supports HTTP compression, the HTTP algorithm supported by the mobile terminal is obtained and the original HTTP response is compressed by the HTTP compression algorithm supported by the mobile terminal, and the compressed HTTP response is sent to the mobile terminal, that is, when the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold and the HTTP response sent by the server is the original HTTP response, the base station compresses the original HTTP using the HTTP algorithm supported by the mobile terminal and sends the compressed HTTP response to the mobile terminal, so that the mobile terminal supports HTTP compression when the signal quality of the mobile network of the mobile terminal is poor, but when the HTTP response sent by the server to the base station is confirmed to be the original HTTP response, the compressed HTTP response is sent to the mobile terminal, and further the transmission delay of the HTTP response is reduced.
Further, referring to fig. 5, the step S12 of determining whether the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold may be implemented by the following steps:
and S121, acquiring the time difference between the compressed HTTP response and the decompressed HTTP response sent to the mobile terminal through the mobile network.
And S122, judging whether the time difference between the compressed HTTP response sent to the mobile terminal through the mobile network and the uncompressed HTTP response is greater than the time length required by the mobile terminal for decompressing the compressed HTTP response.
If the time difference between the transmission of the compressed HTTP response and the decompressed HTTP response to the mobile terminal through the mobile network is greater than the time length required for the mobile terminal to decompress the compressed HTTP response in step S122, step S123 is executed; if the time difference between the compressed HTTP response and the decompressed HTTP response sent to the mobile terminal through the mobile network is less than or equal to the time length required for the mobile terminal to decompress the compressed HTTP response, step S124 is performed.
And S123, confirming that the signal quality of the mobile network of the mobile terminal is smaller than the signal quality threshold value.
And S124, confirming that the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value.
The following describes embodiments of the apparatus provided by embodiments of the present invention that correspond to the embodiments of the method provided above. It should be noted that, for the following explanation of the related contents in the embodiments of the apparatus, reference may be made to the above-mentioned embodiments of the method.
Still another embodiment of the present invention provides an information transmission apparatus, as shown in fig. 6, the information transmission apparatus 600 includes:
a receiving module 61, configured to receive a hypertext transfer protocol HTTP response sent by the server;
a processing module 62, configured to determine whether a signal quality of a mobile network of the mobile terminal is greater than or equal to a signal quality threshold; if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value and the HTTP response sent by the server is a compressed HTTP response, decompressing the compressed HTTP response;
and a sending module 63, configured to send the decompressed HTTP response to the mobile terminal.
In the information transmission apparatus provided in the embodiment of the present invention, after the receiving module receives the HTTP response sent by the server, the processing module first determines whether the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold, and if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold and the HTTP response sent by the server is a compressed HTTP response, the compressed HTTP response is decompressed and the decompressed HTTP response is sent to the mobile terminal, because the transmission delay for sending the compressed HTTP response to the mobile terminal and the transmission delay for sending the original HTTP response to the mobile terminal may be the same or smaller than each other when the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold, the server sends the compressed HTTP response to the mobile terminal again after being decompressed, the terminal does not need to decompress the compressed HTTP response while the transmission delay of the HTTP response is not increased or slightly increased, so that the memory consumption and the electric quantity consumption of the terminal can be reduced while the transmission delay of the HTTP response is not increased or slightly increased.
Optionally, if the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold and the HTTP response sent by the server is a compressed HTTP response, the sending module 63 is further configured to send the compressed HTTP response to the mobile terminal.
Optionally, if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold and the HTTP response sent by the server is the original HTTP response, the sending module 63 is further configured to send the original HTTP response to the mobile terminal.
Optionally, if the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold and the HTTP response sent by the server is the original HTTP response, the processing module 62 is further configured to determine whether the mobile terminal supports HTTP compression according to the HTTP request sent by the mobile terminal; if the mobile terminal supports HTTP compression, acquiring an HTTP algorithm supported by the mobile terminal and compressing the original HTTP response through the HTTP compression algorithm supported by the mobile terminal;
the sending module 63 is further configured to send the compressed HTTP response to the mobile terminal.
Optionally, the determining, by the processing module 63, whether the signal quality of the mobile network of the mobile terminal is greater than or equal to a signal quality threshold includes: acquiring a time difference between a compressed HTTP response and a decompressed HTTP response sent to a mobile terminal through a mobile network; judging whether the time difference between the compressed HTTP response sent to the mobile terminal through the mobile network and the uncompressed HTTP response is greater than the time length required by the mobile terminal for decompressing the compressed HTTP response; if so, confirming that the signal quality of the mobile network of the mobile terminal is less than a signal quality threshold value; if not, the signal quality of the mobile network of the mobile terminal is confirmed to be larger than or equal to the signal quality threshold value.
Still another embodiment of the present invention provides a wireless communication system including: a mobile terminal, a base station and a server;
the mobile terminal is used for sending an HTTP request to the server through the base station;
the server is used for sending HTTP response to the mobile terminal through the base station;
the base station comprises the information transmission device provided by any one of the above embodiments.
The above description is only for the specific embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in 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 (7)

1. An information transmission method, comprising:
receiving a hypertext transfer protocol (HTTP) response sent by a server;
judging whether the signal quality of a mobile network of the mobile terminal is greater than or equal to a signal quality threshold value;
if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value and the HTTP response sent by the server is a compressed HTTP response, decompressing the compressed HTTP response and sending the decompressed HTTP response to the mobile terminal;
if the signal quality of the mobile network of the mobile terminal is smaller than the signal quality threshold value and the HTTP response sent by the server is a compressed HTTP response, sending the compressed HTTP response to the mobile terminal;
the determining whether the signal quality of the mobile network of the mobile terminal is greater than or equal to a signal quality threshold includes:
acquiring a time difference between a compressed HTTP response and a decompressed HTTP response sent to the mobile terminal through a mobile network;
judging whether the time difference between the compressed HTTP response sent to the mobile terminal through the mobile network and the uncompressed HTTP response is greater than the time length required by the mobile terminal for decompressing the compressed HTTP response;
if so, confirming that the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold;
if not, the signal quality of the mobile network of the mobile terminal is confirmed to be larger than or equal to the signal quality threshold value.
2. The method of claim 1, further comprising:
and if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value and the HTTP response sent by the server is an original HTTP response, sending the original HTTP response to the mobile terminal.
3. The method of claim 1, further comprising:
if the signal quality of the mobile network of the mobile terminal is smaller than the signal quality threshold value and the HTTP response sent by the server is the original HTTP response, judging whether the mobile terminal supports HTTP compression or not according to the HTTP request sent by the mobile terminal;
if the mobile terminal supports HTTP compression, acquiring an HTTP algorithm supported by the mobile terminal, compressing the original HTTP response through the HTTP compression algorithm supported by the mobile terminal, and sending the compressed HTTP response to the mobile terminal.
4. An information transmission apparatus, comprising:
the receiving module is used for receiving the HTTP response sent by the server;
the processing module is used for judging whether the signal quality of a mobile network of the mobile terminal is greater than or equal to a signal quality threshold value; if the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold value and the HTTP response sent by the server is a compressed HTTP response, decompressing the compressed HTTP response;
the sending module is used for sending the decompressed HTTP response to the mobile terminal;
when the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold and the HTTP response sent by the server is a compressed HTTP response, the sending module is further configured to send the compressed HTTP response to the mobile terminal;
the processing module judges whether the signal quality of the mobile network of the mobile terminal is greater than or equal to a signal quality threshold value, and the method comprises the following steps:
acquiring a time difference between a compressed HTTP response and a decompressed HTTP response sent to the mobile terminal through a mobile network; judging whether the time difference between the compressed HTTP response sent to the mobile terminal through the mobile network and the uncompressed HTTP response is greater than the time length required by the mobile terminal for decompressing the compressed HTTP response; if so, confirming that the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold; if not, the signal quality of the mobile network of the mobile terminal is confirmed to be larger than or equal to the signal quality threshold value.
5. The apparatus according to claim 4, wherein the sending module is further configured to send the original HTTP response to the mobile terminal when the signal quality of the mobile network of the mobile terminal is greater than or equal to the signal quality threshold and the HTTP response sent by the server is the original HTTP response.
6. The apparatus according to claim 4, wherein when the signal quality of the mobile network of the mobile terminal is less than the signal quality threshold and the HTTP response sent by the server is an original HTTP response, the processing module is further configured to determine whether the mobile terminal supports HTTP compression according to the HTTP request sent by the mobile terminal; if the mobile terminal supports HTTP compression, acquiring an HTTP algorithm supported by the mobile terminal and compressing the original HTTP response through the HTTP compression algorithm supported by the mobile terminal;
the sending module is further configured to send the compressed HTTP response to the mobile terminal.
7. A wireless communication system, comprising: a mobile terminal, a base station and a server;
the mobile terminal is used for sending an HTTP request to the server through the base station;
the server is used for sending an HTTP response to the mobile terminal through the base station;
the base station includes: the information transmission device of any one of claims 4-6.
CN201710744554.6A 2017-08-25 2017-08-25 Information transmission method, device and wireless communication system Active CN107580339B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710744554.6A CN107580339B (en) 2017-08-25 2017-08-25 Information transmission method, device and wireless communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710744554.6A CN107580339B (en) 2017-08-25 2017-08-25 Information transmission method, device and wireless communication system

Publications (2)

Publication Number Publication Date
CN107580339A CN107580339A (en) 2018-01-12
CN107580339B true CN107580339B (en) 2021-04-30

Family

ID=61035384

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710744554.6A Active CN107580339B (en) 2017-08-25 2017-08-25 Information transmission method, device and wireless communication system

Country Status (1)

Country Link
CN (1) CN107580339B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111314638A (en) * 2020-01-07 2020-06-19 杭州华冲科技有限公司 Video data recording method and recording device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103582012A (en) * 2012-08-07 2014-02-12 中兴通讯股份有限公司 Data distribution method and device
CN103812821A (en) * 2012-11-06 2014-05-21 中国移动通信集团公司 Method for transporting streaming media, HTTP (Hyper Text Transport Protocol) server, client apparatus and system for transporting streaming media
WO2016000211A1 (en) * 2014-07-01 2016-01-07 华为技术有限公司 Video data transmission device, method, server, base station and client
CN106209942A (en) * 2015-05-07 2016-12-07 阿里巴巴集团控股有限公司 A kind of data compression transmission method and system and terminal thereof and server

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103582012A (en) * 2012-08-07 2014-02-12 中兴通讯股份有限公司 Data distribution method and device
CN103812821A (en) * 2012-11-06 2014-05-21 中国移动通信集团公司 Method for transporting streaming media, HTTP (Hyper Text Transport Protocol) server, client apparatus and system for transporting streaming media
WO2016000211A1 (en) * 2014-07-01 2016-01-07 华为技术有限公司 Video data transmission device, method, server, base station and client
CN106209942A (en) * 2015-05-07 2016-12-07 阿里巴巴集团控股有限公司 A kind of data compression transmission method and system and terminal thereof and server

Also Published As

Publication number Publication date
CN107580339A (en) 2018-01-12

Similar Documents

Publication Publication Date Title
US7764965B2 (en) Dynamically changing service characteristics based on device and network connectivity attributes
CN111149384B (en) ROHC header compression for MPTCP
US9866356B2 (en) Data distribution method and device
KR101091471B1 (en) Apparatus and method for compressing/decompressing data packets in a mobile communication system
US10129139B2 (en) Method and apparatus for relaying in multicast network
KR101640105B1 (en) Method and apparatus for content delivery in radio access networks
EP1240763B1 (en) Method and system for optimizing usage of air link
CN107251529B (en) Method and apparatus for transmitting and receiving information between servers in content transmission network system
CN115023964A (en) WLAN (Wireless local area network) perception measurement establishment termination method and device, electronic equipment and storage medium
CN107580339B (en) Information transmission method, device and wireless communication system
US20090067368A1 (en) Method and Apparatus for Selecting a Radio Access Technology for Communication
EP1933532A2 (en) System and method for proxy-based redirection of resource requests
CN101364991A (en) System realizing WAP website fast browsing and method thereof
CN110719573B (en) Information transmission method and device, terminal equipment and storage medium
CN114363419A (en) Transmission method, equipment and storage medium based on NETCONF protocol
CN107431965B (en) Method and device for realizing Transmission Control Protocol (TCP) transmission
KR100765545B1 (en) Mobile Communication Terminal, Server, Mobile Communication System, and Method Using the Same
CN101453688B (en) Method for fast responding scene switching in mobile stream media service
KR100964104B1 (en) System and Method for Optimization Transmitting by Selective Compression of Mobile Network Data
CA2598549A1 (en) Method and apparatus for selecting a radio access technology for communication
US20070127433A1 (en) Method and apparatus for generating sndcp header in gprs communication system
CN113678501B (en) Ethernet data packet header compression method, processing method and device thereof
KR20040000203A (en) Contents conversion method for terminal dependent messaging service on wireless internet
CN107509218A (en) A kind of information transferring method, device and wireless communication system
CN111404642B (en) Information interaction method, DPI system and application 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