KR20020008579A - Web Proxy Solution with Compression - Google Patents

Web Proxy Solution with Compression Download PDF

Info

Publication number
KR20020008579A
KR20020008579A KR1020000042349A KR20000042349A KR20020008579A KR 20020008579 A KR20020008579 A KR 20020008579A KR 1020000042349 A KR1020000042349 A KR 1020000042349A KR 20000042349 A KR20000042349 A KR 20000042349A KR 20020008579 A KR20020008579 A KR 20020008579A
Authority
KR
South Korea
Prior art keywords
request data
web
proxy server
request
cache memory
Prior art date
Application number
KR1020000042349A
Other languages
Korean (ko)
Inventor
장명섭
Original Assignee
조영선
(주)싸이버뱅크
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 조영선, (주)싸이버뱅크 filed Critical 조영선
Priority to KR1020000042349A priority Critical patent/KR20020008579A/en
Publication of KR20020008579A publication Critical patent/KR20020008579A/en

Links

Classifications

    • 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/04Protocols for data compression, e.g. ROHC
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Abstract

PURPOSE: A web proxy solution having a compression function is provided to reduce communication cost and time by reducing communication volume. CONSTITUTION: A compression module(2') compresses a request data from an external HTTP server(3), transmits the compressed request data to a user terminal(1), and decompresses the compressed request data. The compression module(2') is embodied in a socket library which is an interface of a web browser for a transmission control protocol(TCP) layer performing information between terminals on an Internet communication protocol. The user terminal(1) is divided into a wireless personal digital assistant(1') having the compression module and a mobile personal computer(1") which does not have the compression module. The wireless personal digital assistant(1') is a terminal in which the network module having the compression module such as the socket library and the TCP module is installed. In addition, the wireless personal digital assistant(1') can receive the compressed contents from a mobile web proxy server. The mobile personal computer(1") employs a general network module, and receives normal type information.

Description

압축기능을 갖는 웹 프락시 솔루션{Web Proxy Solution with Compression}Web Proxy Solution with Compression

발명의 분야Field of invention

본 발명은 유ㆍ무선 컴퓨팅 환경에서 웹(web) 기반의 인터넷 서비스를 위한 웹 프락시 서버(web proxy server)에 관한 것이다. 보다 구체적으로 기존 유ㆍ무선 기반의 웹 프락시 서버에 압축(compression) 기능을 추가한 모바일 웹 프락시 서버(mobile web proxy server) 솔루션을 제공하고 단말기의 통신모듈에 압축 관련 기능을 부여하여 기존의 웹브라우저의 변경 없이 프락시 서버와 웹브라우저간의 전송 데이터를 압축하여 전송함으로써 절대적인 전송량을 감소시켜 통신 속도의 향상은 물론, 네트워크(network)의 부하를 감소시켜 종래의 무선 환경에서는 어려웠던 HTML 기반의 인터넷 서비스나 멀티미디어(multimedia) 서비스가 가능하도록 한 것이다.The present invention relates to a web proxy server for a web based internet service in a wired / wireless computing environment. More specifically, it provides a mobile web proxy server solution that adds a compression function to the existing wired / wireless web proxy server and provides a compression related function to the communication module of the terminal to provide a web browser. By compressing and transmitting the data transmitted between the proxy server and the web browser without changing the data, the absolute transmission amount is reduced, thereby improving the communication speed and reducing the load on the network. (multimedia) service is made possible.

발명의 배경Background of the Invention

종래의 웹 프락시 서버(web proxy server)는 특수 목적의 HTTP 서버로서 일반적으로 인터넷 방화벽(firewall)과 결합되어 웹브라우저의 외부 HTTP 서버에 대한 요청을 대행하고 한번 요청된 내용을 저장하여 이후의 요청에 대한 캐시(cache) 기능을 수행한다.A conventional web proxy server is a special purpose HTTP server, which is generally combined with an Internet firewall to substitute a request for an external HTTP server of a web browser and store the content once requested for subsequent requests. Performs a cache function for

첨부한 도면을 가지고 종래의 상기 웹 프락시 서버의 개략적인 동작 원리를 설명하기로 한다. 도3은 종래의 웹 프락시 서버를 포함하는 개략적인 인터넷 환경을 도시한 것으로, 웹 프락시 서버(8)는 사용자의 단말기(1)에 탑재되어 있는 웹브라우저로부터 외부 HTTP 서버(30)에 대한 요청 정보를 입력받아 상기 웹브라우저를 대신하여 상기 외부 HTTP 서버(3)에 상기 요청 정보를 전달한다.With reference to the accompanying drawings will be described a schematic operation principle of the conventional web proxy server. 3 illustrates a schematic Internet environment including a conventional web proxy server, wherein the web proxy server 8 requests information from the web browser mounted on the user terminal 1 to the external HTTP server 30. Receives and transfers the request information to the external HTTP server (3) on behalf of the web browser.

상기 웹 프락시 서버(8)는 상기 요청 정보를 상기 웹브라우저에 전달하여 상기 HTTP 서버(3)에서 전달된 내용을 향후 재사용을 위해서 캐시 메모리(cache memory)에 저장을 한다. 이후 상기 웹브라우저에서 동일 내용의 요청 정보를 요구할 경우, 상기 외부 HTTP 서버(3)에 접근하지 않고 직접 상기 웹 프락시 서버(8)에 저장된 정보를 상기 웹브라우저로 전달하게 되는 것이다.The web proxy server 8 delivers the request information to the web browser, and stores the content transmitted from the HTTP server 3 in a cache memory for future reuse. Then, when the request information of the same content is requested by the web browser, the information stored in the web proxy server 8 is directly transmitted to the web browser without accessing the external HTTP server 3.

상술한 종래의 웹 프락시 서버는 주로 높은 네트워크 대여폭을 갖는 유선 인터넷을 기반으로 설계되어 있기 때문에 절대적으로 낮은 대여폭을 갖는 무선 환경에서는 크게 효과를 나타내지 못하고 있다.The above-described conventional web proxy server is mainly designed based on a wired internet having a high network rental width, and thus does not show a great effect in a wireless environment having an absolutely low rental bandwidth.

또한 현재 대부분의 무선 환경이 패킷(packet) 기반이 아닌 회선(circuit) 기반으로 운영되고 있는 상황에서는 이용자의 가격이 주로 회선 사용시간에 의존함으로써 낮은 대여폭의 무선 통신 환경에서는 서버와 단말기간의 전송량을 줄이는 것이 필수적이라 할 수 있다.In addition, when most wireless environments are operated on a circuit-based basis rather than on a packet basis, the price of the user depends mainly on the circuit usage time, thereby reducing the amount of transmission between the server and the terminal in a low-bandwidth wireless communication environment. It is essential.

또한 무선 인터넷을 위한 단말기 솔루션은 크게 WAP(wireless application protocol)을 지원하는 스마트폰(smart phone)을 포함하는 음성위주의 단말기, 미니노트북(mini-notebook), HPC(handheld PC)/PDA(personal digital assistant)에 일반 무선 전화 단말기 또는 무선 모뎀을 연결한 형태 그리고 상기 PDA에 무선 모뎀을 내장하여 무선 인터넷을 직접 접근할 수 있는 단말기로 구분을 할 수가 있다.In addition, the terminal solution for the wireless Internet is largely a voice-oriented terminal including a smart phone that supports WAP (wireless application protocol), mini-notebook, handheld PC (HPC) / personal digital (PDA) A general wireless telephone terminal or a wireless modem is connected to an assistant, and a wireless modem is built in the PDA to directly access the wireless Internet.

현재 대부분의 무선 인터넷 서비스는 상기 WAP 또는 이에 대응된 솔루션, 예를 들면 NTT DoCoMo i-Mode를 기반으로 한 것들이 주류를 이루고 있으나 상기 WAP의 경우는 네트워크(Network) 대여폭이 낮은 무선 이동통신 환경과 단말기의 제약조건, 예를 들면 화면 크기, 충전기 용량, 단말기의 처리 용량 등을 극복하기 위한 솔루션이며 기본적으로 단문(5∼7줄 이내) 위주의 문자 정보의 서비스에 적합한 솔루션으로 인식되고 있다.Currently, most wireless Internet services are mainly based on the WAP or a corresponding solution, for example, NTT DoCoMo i-Mode. However, in the case of the WAP, a wireless mobile communication environment and a terminal with low network rental width are available. It is a solution for overcoming constraints such as screen size, charger capacity, and processing capacity of a terminal, and is basically recognized as a solution suitable for the service of text information based on short sentences (within 5 to 7 lines).

그러나 현재 대부분의 인터넷 서비스는 HTML을 기반으로 구축되어 있고 단순 문자 기반이 아닌, 이미지, 동영상 등 멀티미디어의 정보를 서비스하고 있다는 점에서 무선 인터넷의 경우에도 기존의 HTML 기반의 정보를 서비스할 필요성이 대두되고 있다.However, since most Internet services are built on HTML and serve multimedia information such as images and videos, not simple text-based ones, there is a necessity to service existing HTML-based information even in the case of wireless Internet. It is becoming.

또한 최근 들어 단말기의 화면 크기 및 처리 용량면에서 크게 성능이 향상된 차세대 단말기들이 출현하고 무선 인터넷 서비스를 위한 기반 환경이 지원되고 있으므로 무선 인터넷을 위한 응용서비스 차원의 기술적 보완을 하면 유선환경과 유사한 인터넷 서비스를 할 수 있을 것이다. 특히, 정보량이 많고 이미지(image) 등의 멀티미디어를 지원하는 기존의 인터넷 서비스를 무선환경에서 지원하기 위해서는 압축에 의해 절대적인 통신량을 줄이는 것이 필수적인 사항이다.In addition, recently, next-generation terminals, which have greatly improved performance in terms of screen size and processing capacity of terminals, are emerging, and the base environment for wireless Internet service is supported. Will be able to. In particular, it is essential to reduce the absolute amount of communication by compression in order to support the existing Internet service that has a lot of information and supports multimedia such as images in a wireless environment.

이에 본 발명자는 사용자의 사용환경을 자동 점검하여 웹 브라우저와 프락시 서버간의 통신 내용의 압축 여부를 판단하여 단말기 환경이 압축/해제 기능을 수행할 수 있을 경우에는 압축된 내용을 전송하고 그렇지 못할 경우에는 정상적인 형식으로 전송하여 모든 표준 웹브라우저를 지원할 수 있도록 한 프락시 서버 솔루션을 개발하기에 이른 것이다.Therefore, the present inventors automatically check the user's usage environment to determine whether the communication contents between the web browser and the proxy server are compressed, and if the terminal environment can perform the compression / decompression function, the compressed contents are transmitted. It is about developing a proxy server solution that can be sent in the normal format to support all standard web browsers.

본 발명의 목적은 상기에 제시된 문제점들을 해소하기 위하여 유ㆍ무선 기반의 웹 프락시 서버에 압축 기능을 추가한 프락시 서버 솔루션을 제공하여 종래의 유ㆍ무선 통신 환경과 웹브라우저의 변경 없이 프락시 서버와 웹브라우저간의 전송 데이터를 압축하여 전송할 수 있는 프락시 서버 솔루션을 제공하기 위한 것이다.An object of the present invention is to provide a proxy server solution that adds a compression function to the wired / wireless based web proxy server to solve the problems described above, so that the proxy server and the web without changing the conventional wired / wireless communication environment and web browser It is to provide a proxy server solution that can compress and transmit data between browsers.

본 발명의 다른 목적은 외부 서버가 아니라 프락시 서버의 캐시 메모리에서 이전에 요청되었던 내용을 얻음으로써 클라이언트의 요청 대기시간(latency time)을 줄일 수 있는 프락시 서버 솔루션을 제공하기 위한 것이다.Another object of the present invention is to provide a proxy server solution that can reduce a request latency time of a client by obtaining a previously requested content from the cache memory of the proxy server instead of an external server.

본 발명의 또 다른 목적은 웹서버(web server)에 대한 요청을 대행하여 한번 요청된 내용에 대한 캐시 등 일반 인터넷 웹 프락시 서버가 갖는 기능을 전체적으로 수행하여 범용 웹 프락시 서버로서의 기능을 수행하며, 이외에 압축 기능을 추가하여 사용자의 사용환경을 자동 점검하여 웹 브라우저와 프락시 서버간의 통신 내용의 압축 여부를 판단하여 단말기 환경이 압축/해제 기능을 수행할 수 있을 경우에는 압축된 내용을 전송하고 그렇지 못할 경우에는 정상적인 형식으로 전송하여 모든 표준 웹브라우저를 지원할 수 있도록 한 프락시 서버 솔루션을 제공하기 위한 것이다.Still another object of the present invention is to perform a function as a general-purpose web proxy server by performing a function of a general Internet web proxy server as a whole, such as a cache for the content requested once on behalf of a request to a web server. By adding the compression function, the user's environment is automatically checked to determine whether the communication contents between the web browser and the proxy server are compressed. If the terminal environment can perform the compression / decompression function, the compressed content is transmitted. Is intended to provide a proxy server solution that can be sent in the normal format to support all standard web browsers.

본 발명의 또 다른 목적은 네트워크에 인가되어 접속 지연을 일으키는 네트워크 트래픽(network traffic)을 감소할 수 있는 프락시 서버 솔루션을 제공하기 위한 것이다.It is still another object of the present invention to provide a proxy server solution that can reduce network traffic that is applied to a network causing connection delay.

본 발명의 또 다른 목적은 웹서버(web server)에 대한 로드(load)를 감소시킬 수 있는 프락시 서버 솔루션을 제공하기 위한 것이다.Yet another object of the present invention is to provide a proxy server solution that can reduce the load on a web server.

본 발명의 또 다른 목적은 현재 인터넷 서비스가 기반으로 하고 있는 HTML을 바탕으로 하는 이미지, 동영상 등 멀티미디어 정보의 서비스를 제공받을 수 있도록 한 프락시 서버 솔루션을 제공하기 위한 것이다.Still another object of the present invention is to provide a proxy server solution capable of providing a service of multimedia information such as an image and a video based on HTML on which an Internet service is currently based.

본 발명의 상기 및 기타의 목적들은 모두 하기 설명되는 본 발명에 의해서 모두 달성될 수 있다.The above and other objects of the present invention can all be achieved by the present invention described below.

도1은 본 발명에 따른 모바일 웹 프락시 서버의 개략적인 구성을 도시한 것이다1 illustrates a schematic configuration of a mobile web proxy server according to the present invention.

도2는 본 발명을 실시하기 위한 운영 환경을 개략적으로 도시한 것이다.2 schematically illustrates an operating environment for practicing the present invention.

도3은 종래의 웹 프락시 서버를 포함하는 개략적인 인터넷 환경을 도시한 것이다Figure 3 illustrates a schematic internet environment including a conventional web proxy server.

도4는 TCP 수준의 계층 구조를 나타낸 것이다.4 shows a hierarchy of TCP levels.

도5는 압축 모듈을 내장한 단말기에 따른 본 발명의 동작 과정을 흐름도로 도시한 것이다.5 is a flowchart illustrating an operation process of the present invention according to a terminal having a compression module.

도5a는 압축 모듈을 내장하지 않은 단말기에 따른 본 발명의 동작 과정을 흐름도로 도시한 것이다.5A is a flowchart illustrating an operation process of the present invention according to a terminal without a compression module.

*도면의 주요부호에 대한 간단한 설명** Brief description of the major symbols in the drawings *

1 : 사용자 단말기 1': 무선 PDA1: User terminal 1: Wireless PDA

1'' : 모바일 PC 2 : 모바일 웹 프락시 서버1 '': Mobile PC 2: Mobile Web Proxy Server

3 : HTTP 서버 4 : 캐시 메모리3: HTTP server 4: cache memory

5 : 무선망 6 : 유선 인터넷5: wireless network 6: wired Internet

발명의 요약Summary of the Invention

본 발명에 따른 웹 프락시 서버에 있어 전송 데이터를 압축하여 전달하는 방법은 단말기에서 웹에 대한 검색 요청을 하고; 상기 단말기의 종류를 판단하여 압축 데이터의 전송 가능 여부를 판단하고; 플락시 서버에서는 상기 검색 요청을 입력받아 보안 및 필터링 정책에 따라 상기 검색 요청의 처리 여부을 판단하고; 상기판단에 있어서 만일 상기 보안 및 필터링 정책에 적합한 상기 검색 요청인 경우에는 상기 프락시 서버는 캐시 메모리를 검색하여 해당 요청 데이터의 저장 유무를 판단하게 되고, 만일 상기 검색 요청이 상기 보안 및 필터링 정책에 부적합한 경우에는 검색을 중단하게 되고; 상기 판단에 있어서 만일 캐시 메모리에 상기 요청 데이터가 저장되어 있는 경우에는 상기 캐시 메모리에서 해당 요청 데이터를 출력하게 되며, 만일 상기 캐시 메모리에 상기 요청 데이터가 없는 경우에는 상기 프락시 서버는 요청한 웹에 접속하여 요청 데이터를 출력하고; 상기 프락시 서버에서는 상기 출력한 요청 데이터를 압축하여 상기 단말기로 전송하고; 그리고 상기 단말기의 압축 모듈에서는 상기 전송된 요청 데이터를 압축 해제하여 상기 데이터를 웹브라우저에 입력하여 디스플레이하며, 상기 프락시 서버에서는 상기 요청 데이터를 상기 캐시 메모리에 저장하는; 단계로 이루어진다.In a web proxy server according to the present invention, a method for compressing and transmitting transmission data includes: requesting a search for the web from a terminal; Determining whether the compressed data can be transmitted by determining the type of the terminal; The proxy server receives the search request and determines whether to process the search request according to a security and filtering policy; In the determination, if the search request is suitable for the security and filtering policy, the proxy server searches the cache memory to determine whether the request data is stored, and if the search request is not suitable for the security and filtering policy. If it stops searching; In the determination, if the request data is stored in the cache memory, the request data is output from the cache memory. If there is no request data in the cache memory, the proxy server accesses the requested web. Output the request data; The proxy server compresses the output request data and transmits the output request data to the terminal; The compression module of the terminal decompresses the transmitted request data, inputs the data into a web browser, displays the data, and the proxy server stores the request data in the cache memory. Consists of steps.

발명의 상세한 설명Detailed description of the invention

이하 첨부된 도면을 참고로 본 발명의 내용을 하기에 상세히 설명한다.Hereinafter, with reference to the accompanying drawings will be described in detail the contents of the present invention.

도2는 본 발명을 실시하기 위한 운영 환경을 개략적으로 도시한 것이다.2 schematically illustrates an operating environment for practicing the present invention.

본 발명의 전체적인 운영 환경은 도시한 바와 같이 크게 사용자 단말기 (1), 본 발명에 따른 압축기능을 갖는 범용 모바일 웹 프락시 서버(2), 외부 서버인 HTTP 서버(3), 이동통신 기반의 무선망(5), 상기 웹 프락시 서버(2)와 상기 외부 HTTP 서버(3)을 연결하는 유선 인터넷 망(6) 및 외부 프락시 서버(7)로 구성된다.The overall operating environment of the present invention is a user terminal (1), a general-purpose mobile web proxy server (2) having a compression function according to the present invention, an HTTP server (3), an external server, a mobile communication-based wireless network as shown (5), a wired internet network 6 and an external proxy server 7 connecting the web proxy server 2 and the external HTTP server 3.

사용자 단말기(1)는 무선 환경하에서 표준 HTML 웹브라우저를 지원하는 단말기인 무선 통신 모듈이 자체 내장된 무선 PDA(personal digital assistant)(1') 및 외부 무선 통신 모듈과 이동 단말기(notebook, 일반 PDA, Hand Held PC 등)로 이루어지는 모바일 PC(1")를 포함한다.The user terminal 1 is a wireless personal digital assistant (1 ') with a built-in wireless personal digital assistant (1'), which is a terminal that supports a standard HTML web browser in a wireless environment, and an external wireless communication module, a mobile terminal (notebook, general PDA, A mobile PC (1 ") consisting of a Hand Held PC and the like.

모바일 웹 프락시 서버(2)는 상기 사용자 단말기(1)에서 외부 HTTP 서버(3)에 대한 요청을 대행하면서 요청 내용을 프락시 서버(2)의 저장공간에 캐시(cache)하게 된다.The mobile web proxy server 2 caches the request contents in the storage space of the proxy server 2 while acting as a request for the external HTTP server 3 from the user terminal 1.

상기 캐시는 데이터를 임시로 저장해두는 일련의 데이터 처리 과정을 말한다. 예를 들면, 사용자가 요구한 웹 페이지는 하드디스크 내의 캐시 디렉토리에 저장된다. 이런 방법으로, 사용자가 최근에 열어본 페이지로 다시 돌아왔을 때 브라우저는 시간을 줄이고 네트웍에 추가 부담을 덜기 위해, 원래의 서버에서 정보를 찾아오는 대신에 캐시로부터 데이터를 가져오는 것이다. 또한 컴퓨터는 운영상의 수준에 따라 몇가지 캐시들을 유지하는데, 캐시 메모리나 디스크 캐시 등이 바로 그것이다. 또한 캐시는 같은 정보를 여러 개의 서버에 분산시켜놓고 주기적으로 최신의 것으로 갱신시키는 방법을 통해 인터넷 정보에 대해서도 구현될 수 있다.The cache refers to a series of data processing processes for temporarily storing data. For example, a web page requested by a user is stored in a cache directory on the hard disk. In this way, when the user returns to a recently opened page, the browser gets the data from the cache instead of retrieving the information from the original server to save time and offload the network. Computers also maintain several caches, depending on their level of operation, such as cache memory or disk cache. Caches can also be implemented for Internet information by distributing the same information across multiple servers and periodically updating them.

프락시 서버(2)는 이후의 동일 내용에 대한 서비스를 외부 HTTP 서버(3)가 아니라 상기 프락시 서버(2)에서 직접 웹브라우저에 제공하여 상기 웹브라우저의 요청 대기 시간(latency time)을 줄이고 외부로의 네트워크 트래픽(network traffic)을 감소시킨다. 또한 웹브라우저와 상기 HTTP 서버(3) 중간에 위치하여 종래의 웹 프락시 서버의 기능을 수행할 뿐만 아니라 특별히 낮은 대여폭의 무선 망 환경하에서 전송량 및 시간을 줄이기 위해서 압축 기능을 수행한다. 일반적인 웹프락시 서버가 갖는 모든 기능을 수행함으로 일반 유선 및 무선 환경하에서 범용적인 웹 프락시 서버로써도 활용될 수 있는 것이다.The proxy server 2 provides a service for the same content thereafter to the web browser directly from the proxy server 2 instead of the external HTTP server 3 to reduce the request latency time of the web browser and to the outside. To reduce network traffic. In addition, it is located between the web browser and the HTTP server (3) not only performs the function of the conventional web proxy server, but also performs a compression function in order to reduce the amount of transmission and time in a wireless network environment of a low bandwidth. By performing all functions of general web proxy server, it can be used as general-purpose web proxy server in general wired and wireless environment.

HTTP 서버(3)는 실제 사용자가 요청하는 정보를 저장하고 있는 웹서버를 말한다.The HTTP server 3 refers to a web server that stores information requested by an actual user.

무선망(5)은 무선 데이터 통신망을 뜻하며 데이터를 디지털화한 다음 상기 데이터를 가용한 전체 대역폭에 걸쳐 확산시켜서 여러 통화가 하나의 채널에 겹쳐지도록 하며 각각의 통화는 순서를 나타내는 고유한 코드가 부여되는 방식으로 이루어지는 코드분할 다중접속(CDMA: Code-Division Multiple Access)의 경우에 있어서는 IS-95A/B/C 등을 지원하는 무선망을 의미한다.Wireless network (5) refers to a wireless data communication network, which digitizes data and then spreads the data over the entire available bandwidth so that multiple calls overlap on one channel, with each call given a unique code indicating the sequence In the case of Code-Division Multiple Access (CDMA), which means a scheme, it means a wireless network supporting IS-95A / B / C.

또한 데이터를 디지털화하고 압축한 다음, 그것을 두 개의 다른 사용자 데이터와 함께 한 채널을 통해 보내지며 각각의 데이터는 나름대로의 고유한 시간대에 보내지는 방식인 GSM(Global System for Mobile communication)의 경우에는 HSCSD 및 GPRS 등을 지원하는 통신망을 의미한다.In the case of Global System for Mobile communication (GSM), which also digitizes and compresses the data and sends it along with two other user data over one channel, each of which is sent in its own time zone. Means a communication network supporting GPRS.

현재까지 널리 사용되고 있는 무선 통신망은 낮은 네트워크 대여폭만을 지원하고, 상기 CDMA의 IS-95A/B와 같은 환경에서는 써킷(Circuit) 통신만을 지원함으로써 장시간 통신에 대한 안정성이 떨어진다는 단점이 있다.The wireless communication network widely used up to now only supports a low network rental width, and in an environment such as the IS-95A / B of the CDMA, only a circuit communication is supported, thereby deteriorating stability for a long time.

유선 인터넷 망(6)은 상기 모바일 웹 프락시 서버(2)와 인터넷 상에 존재하는 HTTP 서버(3)와 외부의 웹 프락시 서버(7)를 연결하는 일반 인터넷 망으로 일반적으로 패킷(packet) 통신을 지원하여 항상 연결된 상태를 안정적으로 유지할 수 있다.The wired Internet network 6 is a general Internet network connecting the mobile web proxy server 2, the HTTP server 3 existing on the Internet, and the external web proxy server 7 to generally perform packet communication. It can help you stay connected all the time.

상기 패킷은 데이터와 호 제어 신호가 포함된 2 진수, 즉 비트의 그룹을 말하는데, 특히 패킷통신에서 데이터를 전송할 때에는 패킷이라는 기본 전송 단위로 데이터를 분해하여 전송한 후, 다시 원래의 데이터로 재조립하여 처리하는 데이터의 처리방법을 말한다.The packet refers to a binary number or group of bits including data and a call control signal. In particular, when transmitting data in packet communication, the packet is decomposed and transmitted into a basic transmission unit called a packet, and then reassembled into original data. Refers to the processing of data to be processed.

외부 웹 프락시 서버(7)는 상기 모바일 웹 프락시 서버(2)이외의 웹 프락시 서버로써 실제 사용자가 요청한 정보가 저장된 웹서버에 대한 프락시(proxy) 기능을 수행하는 종래의 웹 프락시 서버를 의미한다. 상기 웹 프락시 서버(7)에 대해서는 발명의 배경에서 자세히 상술하였으므로 여기에서는 생략하기로 한다.The external web proxy server 7 is a web proxy server other than the mobile web proxy server 2 and means a conventional web proxy server that performs a proxy function for a web server storing information requested by an actual user. Since the web proxy server 7 has been described in detail in the background of the present invention, it will be omitted here.

상기에서 기술한 바와 같이 상기 모바일 웹 프락시 서버(2)는 표준 HTML 브라우징(browsing)을 지원하는 모든 웹브라우저, 예를 들면 Microsoft Internet Explorer, Netscape Navigator 등에 대한 범용 웹브라우저로서의 역할을 수행할 수 있을 뿐만 아니라 특히, 전송속도 및 장시간 연결에 대한 안정성이 핵심 문제가 되는 무선 인터넷 환경을 위한 솔루션으로서의 역할을 수행할 수가 있다.As described above, the mobile web proxy server 2 may serve as a general web browser for all web browsers supporting standard HTML browsing, for example, Microsoft Internet Explorer, Netscape Navigator, and the like. In particular, it can play a role as a solution for a wireless Internet environment in which transmission speed and long-term stability of the connection are key issues.

도1은 본 발명에 따른 모바일 웹 프락시 서버의 개략적인 구성을 도시한 것이다. 압축 모듈(2′)은 외부 HTTP 서버(3)로부터 전송된 요청 데이터를 압축하여 사용자 단말기(1)로 압축된 요청 데이터를 전달하고 상기 압축된 요청데이터를 원 형식으로 해제를 한다.1 illustrates a schematic configuration of a mobile web proxy server according to the present invention. The compression module 2 'compresses the request data transmitted from the external HTTP server 3, delivers the compressed request data to the user terminal 1, and releases the compressed request data in the original format.

상기 압축 모듈은 종래의 웹브라우저에 대한 변경을 하지 않기 위해서 인터넷 통신 규약(protocol)상의 단말간 정보 전달을 담당하는 TCP 계층에 대한 응용프로그램(web browser)의 인터페이스인 소켓 라이브러리(socket library)에서 구현된다.The compression module is implemented in a socket library, which is an interface of a web browser to a TCP layer that is responsible for information transfer between terminals on an internet communication protocol in order not to change a conventional web browser. do.

상기 TCP 계층 구조에 대해서는 도4에 도시한 바와 같으며, 소켓 라이브러리(Socket Library) API(Application Program Interface)는 응용프로그램이 운영체계나 데이터베이스 관리시스템과 같은 시스템 프로그램과 통신할 때 사용되는 언어나 메시지 형식을 말한다.The TCP hierarchical structure is illustrated in FIG. 4, and a socket library API (application program interface) is a language or message used when an application program communicates with a system program such as an operating system or a database management system. Say the format.

TCP/IP(Transmission Control Protocol/Internet Protocol)는 서로 다른 물리적 성질을 지니는 네트워크들을 서로 연결해줄 수 있는 통신규약을 말한다.Transmission Control Protocol / Internet Protocol (TCP / IP) is a communication protocol that can connect networks with different physical properties.

상기 소켓 라이브러리에서 압축 해제 기능을 구현하여 서버로부터 전달된 내용에 대한 압축을 해제하여 응용프로그램인 웹브라우저에 전달함으로써 상기 웹브라우저에게 압축에 대한 투명성(Transparency)을 보장할 수가 있으며, 압축 알고리즘은 기본적으로 LZW(Lempel Ziv Welch) 등 공개된 압축 알고리즘을 적용한다.By implementing the decompression function in the socket library, it decompresses the content transmitted from the server and delivers it to the web browser, which is an application program, to guarantee the transparency of the compression to the web browser, and the compression algorithm is basically We apply open compression algorithm such as LZW (Lempel Ziv Welch).

상기 소켓 라이브러리에서 압축을 실현하는 방법에 있어서는 해당 기술분야의 통상의 지식을 가진 자라면 용이하게 실현을 할 수가 있으므로 여기에서는 상세한 설명을 생략하기로 한다.In the method of realizing compression in the socket library, a person having ordinary knowledge in the art can easily realize the detailed description thereof.

상기 모바일 단말기(1)는 도2에 도시한 바와 같이 압축 모듈을 갖는 무선 PDA(1')와 압축 모듈이 없는 모바일 PC(1")로 구분을 할 수가 있으며, 상기 무선 PDA(1')는 본 발명에 따른 압축 모듈이 포함된 네트워크 모듈(Socket Library 및 TCP Module)을 설치한 단말기로 본 발명에 따른 모바일 웹 프락시 서버에서 압축된 내용을 전송 받을 수 있는 단말기를 의미한다.As shown in Fig. 2, the mobile terminal 1 can be classified into a wireless PDA 1 'with a compression module and a mobile PC 1' without a compression module. A terminal in which a network module (Socket Library and TCP Module) including a compression module according to the present invention is installed, means a terminal capable of receiving compressed content from a mobile web proxy server according to the present invention.

상기 모바일 PC(1")는 본 발명에 따른 네트워크 모듈(Network Module)이아니라 종래에 사용하고 있는 네트워크 모듈을 사용하는 단말기로써 모바일 웹 프락시 서버에서는 정보를 압축하지 않고 정상적인 형식으로 정보를 받는다. 상기 모바일 PC(1") 경우에도 일반적인 웹 프락시 서버를 사용하였을 경우의 장점인 전송 대기 시간(Latency Time) 단축 등의 이점을 얻을 수 있다.The mobile PC 1 'is not a network module according to the present invention, but a terminal using a network module which is conventionally used, and receives information in a normal format without compressing the information in the mobile web proxy server. Even in the case of the mobile PC (1), it is possible to obtain advantages such as a reduction in latency time, which is an advantage of using a general web proxy server.

상기 프락시 서버(2)는 기본적으로 웹 브라우저의 요청을 대행해 주는 특수 목적의 HTTP 서버이고, 또한 상기 프락시 서버(2)는 일반적인 웹 프락시 서버가 갖는 기능 이외에 압축기능을 추가하여 절대적인 네트워크 통신량을 줄이는 기능을 수행할 수 있도록 한다.The proxy server 2 is basically a special-purpose HTTP server that acts on behalf of a web browser request, and the proxy server 2 further reduces the absolute network traffic by adding a compression function in addition to the function of a general web proxy server. Allows you to perform a function.

상기 프락시 서버(2)는 내부 사용자가 외부 웹서버에 있는 내용을 요청할 때 웹브라우저를 대신하여 외부 웹서버로 접근하여 요청 내용을 검색하며, 사용자가 요청한 URL(Uniform Resource Locator) 또는 웹서버 및 IP 주소를 기반으로 요청을 대행하면서 특정 요청을 검사하여 선택적으로 수행한다. 또한 사용자가 한번 요청한 내용을 Local HDD(Hard Disk Drive)의 캐시 메모리(4)에 저장하여 다음의 동일 내용에 대한 요청이 있을 경우 외부 웹서버를 접근하지 않고 상기 캐시 메모리(4)의 내용을 전달하여 사용자의 응답 대기시간(Latency Time)을 줄일 수 있도록 한다.The proxy server 2 accesses an external web server on behalf of the web browser when the internal user requests the content on the external web server, and searches for the request content. The URL (Uniform Resource Locator) requested by the user or the web server and IP Performs optional checks of specific requests, acting on the basis of addresses. In addition, the user once requested contents are stored in the cache memory (4) of the local HDD (Hard Disk Drive) to deliver the contents of the cache memory (4) without accessing an external web server when there is a request for the next same content. By reducing the response time (Latency Time) of the user.

또한 외부 서버에서 전송된 내용이나 캐시 메모리에 저장된 내용을 사용자에게 전달할 때, 사용자 단말기가 압축 모듈이 포함된 단말기의 경우 내용을 압축하여 전송하는 기능을 수행함으로써 절대적인 통신량을 줄여서 전송 시간 및 안정성을 확보할 수 있도록 한다.In addition, when delivering the contents transmitted from the external server or the contents stored in the cache memory to the user, the user terminal performs the function of compressing and transmitting the contents in the case of the terminal including the compression module to secure the transmission time and stability by reducing the absolute traffic volume. Do it.

상기 캐시 메모리는 모바일 웹 프락시 서버의 로컬(Local) 저장장치에 설치된 공간으로써 일단 사용자가 요청한 내용을 저장하고 있는 외부 HTTP 서버에서 가져와서 임시적으로 상기 캐시 메모리에 저장하여 이후의 동일한 사용자의 요청을 외부 서버를 접근하지 않고서도 사용자에게 서비스 할 수 있도록 하기 위해 필요한 저장 공간이다. 캐시 정책에 따라 웹 프락시 서버는 캐시 메모리의 용량 및 저장 주기 등을 상황에 따라 설정할 수 있도록 한다.The cache memory is a space installed in a local storage device of a mobile web proxy server. The cache memory is taken from an external HTTP server that stores user requests, and is temporarily stored in the cache memory. It is a storage space required to be able to service users without accessing the server. According to the cache policy, the web proxy server can set the cache memory capacity and storage cycle according to the situation.

이하에서는 도1을 가지고 본 발명에 따른 모바일 웹 프락시 서버의 동작 상태를 살펴보기로 한다.Hereinafter, the operation state of the mobile web proxy server according to the present invention will be described with reference to FIG. 1.

상기 모바일 단말기(1)에서 웹에 대한 요청이 있는 경우, 상기 프락시 서버(2)에서는 상기 사용자의 모바일 단말기(1)의 종류를 판단하여 압축 내용 전송 여부를 결정한다. 만일 압축 모듈 내장 단말기(1')의 경우에 있어서는 상기 모바일 단말기(1)에서 웹사이트(Web Site) 검색 요청을 하게 되면 상기 프락시 서버(2)에서 상기 요청을 받아서 보안 및 필터링(filtering) 정책에 따라 처리 여부를 판단하게 된다.When the mobile terminal 1 makes a request for the web, the proxy server 2 determines the type of the mobile terminal 1 of the user to determine whether to transmit the compressed content. In the case of the terminal 1 'with the compression module, if the mobile terminal 1 makes a web site search request, the proxy server 2 receives the request and applies the security and filtering policy. It is determined whether or not to process.

상기 보안이라 함은 제3자가 메시지를 임의로 변경하는 것을 방지하기 위해, SSL(Secure Sockets Layer)과 같이 메시지를 암호화하고, 복호화할 수 있는 주요 보안 프로토콜을 말하며, 상기 보안 프로토콜은 SSL, SHTTP(Secure Hypertext Transfer Protocol), 및 IPSec(Internet Protocol Security protocol) 등을 모두 포함한다.The security refers to a main security protocol capable of encrypting and decrypting a message, such as Secure Sockets Layer (SSL), in order to prevent a third party from randomly changing the message. The security protocols include SSL and SHTTP (Secure). Hypertext Transfer Protocol (IPSec), Internet Protocol Security Protocol (IPSec), and the like.

상기 필터링(filtering) 정책이라 함은 어떤 적합한 기준을 위해 각 입력이나 출력요청을 시험하고, 그것을 적절히 처리한 다음, 전달하기 위한 일련의 순서를 말한다.The filtering policy is a sequence of steps for testing each input or output request for any suitable criteria, processing it appropriately, and then forwarding it.

상기 판단에 있어서 만일 처리해야 하는 요청일 경우, 요청 데이터가 캐시 메모리(4)에 있는지를 확인하여 없는 경우에는 해당 HTTP 서버(3)로 접속하여 상기 요청 데이터를 출력하고, 상기 요청 데이터가 상기 캐시 메모리(4)에 있는 경우에는 상기 캐시 메모리(4)에 접근하여 결과를 얻어서 상기 결과를 사용자에게 압축하여 전달하게 된다.In the judgment, if it is a request to be processed, it is checked whether the request data exists in the cache memory 4, and if there is no request, it connects to the corresponding HTTP server 3 and outputs the request data, and the request data is the cache. In the case of the memory 4, the cache memory 4 is accessed and the result is compressed and delivered to the user.

상기 사용자 단말기(1´)에 있는 압축 모듈이 상기 압축 결과를 압축해제(Decompress)하여 웹브라우저로 전달한다. 동시에 상기 웹서버(5)로부터 얻은 결과 내용을 향후 재사용을 위해서 캐시 메모리(4)에 압축 또는 원 형식으로 저장하게 되는 것이다.The compression module in the user terminal 1 'decompresses the compression result and delivers it to the web browser. At the same time, the results obtained from the web server 5 are stored in the cache memory 4 in a compressed or original format for future reuse.

상기 캐쉬 메모리(4)는 마이크로프로세서가 일반적인 램에 비해 더 빨리 액세스 할 수 있는 메모리이다.The cache memory 4 is a memory that a microprocessor can access faster than a general RAM.

만일 압축 모듈이 없는 단말기(1″)의 경우에 있어서는 상기 단말기(1″)에서 웹사이트 검색 요청하면 상기 프락시 서버(2)에서 상기 요청을 받아서 보안 및 필터링(Filtering) 정책에 따라 처리 여부에 대한 판단을 하게 된다.In the case of a terminal 1 ″ without a compression module, when the website 1 ″ is requested by the terminal 1 ″, the proxy server 2 receives the request and processes the request according to a security and filtering policy. You will be judged.

상기 판단에 있어서 처리해야 하는 요청일 경우, 요청 내용이 상기 캐시 메모리에 있는지를 판단하여 없는 경우에는 해당 웹서버로 접근하여 결과를 얻게 되고, 만일 요청내용이 캐시 메모리(4) 있는 경우에는 상기 캐시 메모리(4) 접근하여 결과를 얻어서 압축 내용인 경우에는 압축을 해제하여 사용자에게 압축하지 않고원래의 형식대로 웹브라우저에게 전달한다. 동시에 상기 웹서버로부터 얻은 결과 내용을 향후 재사용을 위해서 상기 캐시 메모리(4)에 압축 또는 원 형식으로 저장하게 되는 것이다.If the request is to be processed in the determination, it is determined whether the request is in the cache memory, and if there is no request, the web server is approached to obtain a result, and if the request is in the cache memory 4, the cache is obtained. The result of accessing the memory 4 is obtained and the compressed contents are decompressed and delivered to the web browser in its original format without being compressed to the user. At the same time, the results obtained from the web server are stored in the cache memory 4 in compressed or original format for future reuse.

상술한 동작 과정의 흐름을 플로우 챠트로 정리하여 설명하면 압축 모듈을 내장한 단말기의 경우에 있어서는 도5에 도시한 바와 같이 단말기에서 웹에 대한 검색 요청을 하며(S1), 상기 단말기의 종류를 판단하여 압축 데이터의 전송 가능 여부를 판단하며(S2), 보안 및 필터링 정책에 따라 상기 검색 요청의 처리 여부을 판단하며(S3), 상기 판단에 있어서 만일 적합한 검색 요청인 경우에는 상기 프락시 서버는 캐시 메모리를 검색하여 해당 요청 데이터의 존재유무를 판단하게 되고, 만일 부적합한 경우에는 검색을 중단하게 되며(S4), 상기 판단에 있어서 만일 상기 요청 데이터가 상기 캐시 메모리에 저장되어 있는 경우에는 해당 요청 데이터를 출력하게 되며, 만일 상기 요청 데이터가 없는 경우에는 상기 프락시 서버는 요청한 웹에 접속하여 요청 데이터를 출력하며(S5), 상기 프락시 서버에서는 상기 출력한 요청 데이터를 압축하여 상기 단말기로 전송하며(S6), 단말기의 압축 모듈에서는 상기 전송된 요청 데이터를 압축 해제하여 상기 데이터를 웹브라우저에 입력하여 디스플레이하고 상기 프락시 서버에서는 상기 요청 데이터를 상기 캐시 메모리에 저장하는 단계로 이루어진다.Referring to the flow of the above-described operation process in a flow chart, in the case of a terminal having a compression module, as shown in FIG. 5, the terminal makes a search request for the web (S1) and determines the type of the terminal. It is determined whether the compressed data can be transmitted (S2), and whether or not the search request has been processed according to security and filtering policies (S3). If the search request is a suitable search request, the proxy server may determine a cache memory. The search determines whether there is the corresponding request data, and if it is inappropriate, the search is stopped (S4). If the request data is stored in the cache memory, the request data is outputted. If there is no request data, the proxy server accesses the requested web and requests data. (S5), the proxy server compresses the outputted request data and transmits it to the terminal (S6), and the compression module of the terminal decompresses the transmitted request data and inputs the data into a web browser. Displaying and storing the request data in the cache memory.

압축 모듈을 내장하지 않은 단말기의 경우에 있어서는 도5a에 도시한 바와 같이 상술한 캐시 메모리에서 해당 요청 데이터를 출력하게 되며, 만일 상기 캐시 메모리에 상기 요청 데이터가 없는 경우에는 상기 프락시 서버는 요청한 웹에 접속하여 요청 데이터를 출력하는(S5) 단계에 이어서 요청 데이터의 압축 유무를 판단하며(S6'), 상기 판단에 있어서 만일 상기 요청 데이터가 압축된 경우에는 상기 압축된 요청 데이터를 압축 해제하여 상기 웹브라우저로 전송하여 디스플레이를 하며, 상기 요청 데이터가 압축되지 않은 경우에는 원 형식의 상기 요청 데이터를 상기 웹브라우저로 전송하여 디스플레이를 하며, 상기 프락시 서버에서는 상기 웹서버에 접속하여 출력한 요청 데이터를 압축 혹은 원형식대로 캐시 메모리에 저장을 하는(S7') 단계로 이루어진다.In the case of a terminal without a compression module, as shown in FIG. 5A, the request data is output from the above-described cache memory. If there is no request data in the cache memory, the proxy server sends a request to the requested web. In step S5 of accessing and outputting request data, it is determined whether or not the request data is compressed (S6). If the request data is compressed, the compressed request data is decompressed to decompress the web. If the request data is not compressed, the request data is transmitted to a browser for display. If the request data is not compressed, the request data in the original format is transmitted to the web browser for display. The proxy server compresses the request data output by accessing the web server. Or store it in cache memory in a circular manner (S7 '). It is broken.

본 발명은 무선 통신 환경하에서 인터넷 서비스의 속도 및 안정성을 확보하기 위한 방법으로 압축기능을 갖는 모바일 웹 프락시 서버 솔루션을 제공하여 무선 통신 환경하에서 사용자 단말과 웹서버간의 절대적인 통신량을 감소시킴으로써 통신시간/통신 비용을 절감하고 장시간 통신시의 절단 현상을 줄일 수 있는 효과가 있다. 일반적으로 텍스트(Text) 기반의 정보일 경우 압축을 수행함으로써 평균 10배의 압축 효과가 있으므로 통신량을 그만큼 줄일 수 있을 것이다. 또한 네트워크 모듈 기반의 압축 모듈을 제공함으로써 기존의 HTML을 지원하는 표준 웹브라우저를 변경 없이 지원함으로써 범용 웹 프락시 서버 솔루션으로도 활용될 수 있다. 현재의 무선 통신의 제한된 네트워크 대여폭 환경에서도 WAP 또는 C-HTML 등 제한된 형식기반의 무선 인터넷 서비스가 아닌 HTML 기반의 무선 인터넷 서비스를 가능케 하고 이미지, 동영상 등 멀티미디어가 포함된 인터넷 서비스도 가능한 효과가 있는것이다.The present invention provides a mobile web proxy server solution having a compression function as a method for securing the speed and stability of the Internet service in a wireless communication environment, thereby reducing the absolute amount of communication between the user terminal and the web server in a wireless communication environment. It is effective to reduce the cost and reduce the cutting phenomenon during long time communication. In general, in case of text-based information, the compression can be reduced by 10 times by performing compression on average. In addition, by providing a network module-based compression module, it can be used as a general-purpose web proxy server solution by supporting a standard web browser that supports existing HTML without modification. Even in the limited network rental environment of the current wireless communication, it is possible to enable the HTML-based wireless Internet service, rather than the limited format-based wireless Internet service such as WAP or C-HTML, and also have the Internet service including multimedia such as images and videos. .

본 발명의 단순한 변형 내지 변경은 이 분야에 통상의 지식을 가진 자에 의하여 용이하게 실시될 수 있으며, 이러한 변형이나 변경은 모두 본 발명의 영역에 포함되는 것으로 볼 수 있다.Simple modifications or changes of the present invention can be easily carried out by those skilled in the art, and all such modifications or changes can be seen to be included in the scope of the present invention.

Claims (4)

단말기에서 웹에 대한 검색 요청을 하고;Making a search request for the web at the terminal; 상기 단말기의 종류를 판단하여 압축 데이터의 전송 가능 여부를 판단하고;Determining whether the compressed data can be transmitted by determining the type of the terminal; 프락시 서버에서는 상기 검색 요청을 입력받아 보안 및 필터링 정책에 따라 상기 검색 요청의 처리 여부을 판단하고;The proxy server receives the search request and determines whether to process the search request according to a security and filtering policy; 상기 판단에 있어서 만일 상기 보안 및 필터링 정책에 적합한 검색 요청인 경우에는 상기 프락시 서버는 캐시 메모리를 검색하여 해당 요청 데이터의 저장 유무를 판단하게 되고, 만일 상기 검색 요청이 상기 보안 및 필터링 정책에 부적합한 경우에는 검색을 중단하게 되고;In the determination, if the search request is suitable for the security and filtering policy, the proxy server searches the cache memory to determine whether the request data is stored, and if the search request is not suitable for the security and filtering policy. Will stop searching; 상기 판단에 있어서 만일 캐시 메모리에 상기 요청 데이터가 저장되어 있는 경우에는 상기 캐시 메모리에서 해당 요청 데이터를 출력하게 되며, 만일 상기 캐시 메모리에 상기 요청 데이터가 없는 경우에는 상기 프락시 서버는 요청한 웹에 접속하여 요청 데이터를 출력하고;In the determination, if the request data is stored in the cache memory, the request data is output from the cache memory. If there is no request data in the cache memory, the proxy server accesses the requested web. Output the request data; 상기 프락시 서버에서는 상기 출력한 요청 데이터를 압축하여 상기 단말기로 전송하고; 그리고The proxy server compresses the output request data and transmits the output request data to the terminal; And 상기 단말기의 압축 모듈에서는 상기 전송된 요청 데이터를 압축 해제하여 상기 데이터를 웹브라우저에 입력하여 디스플레이하며, 상기 프락시 서버에서는 상기 요청 데이터를 상기 캐시 메모리에 저장하는;The compression module of the terminal decompresses the transmitted request data, inputs the data into a web browser, displays the data, and the proxy server stores the request data in the cache memory. 단계로 이루어지는 압축기능을 갖는 웹 프락시 솔루션.Web proxy solution with compression in steps. 단말기에서 웹에 대한 검색 요청을 하고;Making a search request for the web at the terminal; 상기 단말기의 종류를 판단하여 압축 데이터의 전송 가능 여부를 판단하고;Determining whether the compressed data can be transmitted by determining the type of the terminal; 플락시 서버에서는 상기 검색 요청을 입력받아 보안 및 필터링 정책에 따라 상기 검색 요청의 처리 여부을 판단하고;The proxy server receives the search request and determines whether to process the search request according to a security and filtering policy; 상기 판단에 있어서 만일 상기 보안 및 필터링 정책에 적합한 상기 검색 요청인 경우에는 상기 프락시 서버는 캐시 메모리를 검색하여 해당 요청 데이터의 저장 유무를 판단하게 되고, 만일 상기 검색 요청이 상기 보안 및 필터링 정책에 부적합한 경우에는 검색을 중단하게 되고;In the determination, if the search request is suitable for the security and filtering policy, the proxy server searches the cache memory to determine whether the request data is stored, and if the search request is not suitable for the security and filtering policy. If it stops searching; 상기 판단에 있어서 만일 캐시 메모리에 상기 요청 데이터가 저장되어 있는 경우에는 상기 캐시 메모리에서 해당 요청 데이터를 출력하게 되며, 만일 상기 캐시 메모리에 상기 요청 데이터가 없는 경우에는 상기 프락시 서버는 요청한 웹에 접속하여 요청 데이터를 출력하고;In the determination, if the request data is stored in the cache memory, the request data is output from the cache memory. If there is no request data in the cache memory, the proxy server accesses the requested web. Output the request data; 상기 요청 데이터의 압축 유무를 판단하고; 그리고Determine whether the request data is compressed; And 상기 판단에 있어서 만일 상기 요청 데이터가 압축된 경우에는 상기 압축된 요청 데이터를 압축 해제하여 상기 웹브라우저로 전송하여 디스플레이를 하며, 상기 요청 데이터가 압축되지 않은 경우에는 원 형식의 상기 요청 데이터를 상기 웹브라우저로 전송하여 디스플레이를 하며, 상기 프락시 서버에서는 상기 웹서버에 접속하여 출력한 요청 데이터를 캐시 메모리에 저장을 하는;In the determination, if the request data is compressed, the compressed request data is decompressed and transmitted to the web browser for display. If the request data is not compressed, the request data in the original format is displayed on the web. Transmits to a browser for display and the proxy server stores the request data output by accessing the web server in a cache memory; 단계로 이루어지는 압축기능을 갖는 웹 프락시 솔루션.Web proxy solution with compression in steps. 제1항 또는 제2항에 있어서, 상기 캐시 메모리에 요청 데이터를 저장하는 단계가 상기 요청 데이터를 압축하여 저장하는 것을 특징으로 하는 압축기능을 갖는 웹 프락시 솔루션.The web proxy solution of claim 1 or 2, wherein the storing of the request data in the cache memory compresses and stores the request data. 제1항 또는 제2항에 있어서, 상기 압축 모듈은 TCP 계층 구조의 소켓 라이브러리 API(Application Program Interface) 수준에서 구현되는 것을 특징으로 하는 압축기능을 갖는 웹 프락시 솔루션.The web proxy solution of claim 1 or 2, wherein the compression module is implemented at a socket library API (Application Program Interface) level of the TCP hierarchy.
KR1020000042349A 2000-07-24 2000-07-24 Web Proxy Solution with Compression KR20020008579A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020000042349A KR20020008579A (en) 2000-07-24 2000-07-24 Web Proxy Solution with Compression

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020000042349A KR20020008579A (en) 2000-07-24 2000-07-24 Web Proxy Solution with Compression

Publications (1)

Publication Number Publication Date
KR20020008579A true KR20020008579A (en) 2002-01-31

Family

ID=19679502

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020000042349A KR20020008579A (en) 2000-07-24 2000-07-24 Web Proxy Solution with Compression

Country Status (1)

Country Link
KR (1) KR20020008579A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020092858A (en) * 2002-10-15 2002-12-12 (주)닥터소프트 Compressing/caching server and its web accelerating service system and method
KR100440661B1 (en) * 2002-03-29 2004-07-19 드림인텍 주식회사 Network system and operating method for the same including caching technology
KR100440663B1 (en) * 2002-03-29 2004-07-19 드림인텍 주식회사 Network system and operating method for the same including web acceleration technology
KR100440662B1 (en) * 2002-03-29 2004-07-19 드림인텍 주식회사 Network system and operating method for the same including data compressing technology
KR100460276B1 (en) * 2000-06-10 2004-12-04 유미특허법인 An internet service apparatus and service method
KR100884237B1 (en) * 2007-02-28 2009-02-17 삼성전자주식회사 Communication system and data tx/rx method thereof
KR101010772B1 (en) * 2008-09-23 2011-01-25 주식회사 엘지유플러스 System and Method for Web Accelerating Service Using Cache for Subscriber
KR101022158B1 (en) * 2008-08-05 2011-03-17 주식회사 엘지유플러스 Apparatus for requesting internet page and control method thereof, system for transmitting/receiving internet page comprising the apparatus
KR101125779B1 (en) * 2009-06-12 2012-03-28 주식회사 케이티 system for controlling data compression ratio of full browsing service and method thereof
US8838677B2 (en) 2009-11-25 2014-09-16 Telefonaktiebolaget L M Ericsson (Publ) Proxy server

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100460276B1 (en) * 2000-06-10 2004-12-04 유미특허법인 An internet service apparatus and service method
KR100440661B1 (en) * 2002-03-29 2004-07-19 드림인텍 주식회사 Network system and operating method for the same including caching technology
KR100440663B1 (en) * 2002-03-29 2004-07-19 드림인텍 주식회사 Network system and operating method for the same including web acceleration technology
KR100440662B1 (en) * 2002-03-29 2004-07-19 드림인텍 주식회사 Network system and operating method for the same including data compressing technology
KR20020092858A (en) * 2002-10-15 2002-12-12 (주)닥터소프트 Compressing/caching server and its web accelerating service system and method
KR100884237B1 (en) * 2007-02-28 2009-02-17 삼성전자주식회사 Communication system and data tx/rx method thereof
US8787442B2 (en) 2007-02-28 2014-07-22 Samsung Electronics Co., Ltd. Communication system and data transception method thereof
KR101022158B1 (en) * 2008-08-05 2011-03-17 주식회사 엘지유플러스 Apparatus for requesting internet page and control method thereof, system for transmitting/receiving internet page comprising the apparatus
KR101010772B1 (en) * 2008-09-23 2011-01-25 주식회사 엘지유플러스 System and Method for Web Accelerating Service Using Cache for Subscriber
KR101125779B1 (en) * 2009-06-12 2012-03-28 주식회사 케이티 system for controlling data compression ratio of full browsing service and method thereof
US8838677B2 (en) 2009-11-25 2014-09-16 Telefonaktiebolaget L M Ericsson (Publ) Proxy server

Similar Documents

Publication Publication Date Title
US6760758B1 (en) System and method for coordinating network access
US6892206B2 (en) Reduction of meta data in a network
EP1641211B1 (en) Web server and method for dynamic content.
US7747781B2 (en) Content access from a communications network using a handheld computer system and method
US8793341B2 (en) Web page content translator
US6396805B2 (en) System for recovering from disruption of a data transfer
US20030100320A1 (en) Efficient hyperlinks for transmitted hyperlinked information
Maheshwari et al. Transquid: Transcoding and caching proxy for heterogenous e-commerce environments
WO2017107568A1 (en) Cloud-side cooperation-based method for optimizing resource loading at mobile browser
KR19990072732A (en) Method and Apparatus for Accelerating Navigation of Hypertext Pages Using Compound Requests
US7143181B2 (en) System and method of sending chunks of data over wireless devices
US20060003754A1 (en) Methods for accessing published contents from a mobile device
US6532492B1 (en) Methods, systems and computer program products for cache management using admittance control
JP2002268937A (en) Device and method for data transfer and program
CN101150803A (en) Method for micro-browser to process network data, micro-browser and its server
US20090177732A1 (en) Method and system for automated and configurable remote cache refreshes
CN102202100A (en) Method for processing network data by micro browser, micro browser and server thereof
US7328214B2 (en) Method of delivering an electronic document to a remote electronic device
CN111756847B (en) Method and device for supporting https protocol by website
US7809697B1 (en) Compressing hyperlinks in a hyperlink-based document
US7516236B2 (en) Method to improve perceived access speed to data network content using a multicast channel and local cache
KR20020008579A (en) Web Proxy Solution with Compression
KR100624142B1 (en) Gateway apparatus and method for wireless data service
US7647350B2 (en) Database access server with compression translator
KR20010035158A (en) Apparatus and method for translating web information

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application