KR20030042658A - Recording medium storing a browser therein and a data downloading method therewith - Google Patents

Recording medium storing a browser therein and a data downloading method therewith Download PDF

Info

Publication number
KR20030042658A
KR20030042658A KR1020010073396A KR20010073396A KR20030042658A KR 20030042658 A KR20030042658 A KR 20030042658A KR 1020010073396 A KR1020010073396 A KR 1020010073396A KR 20010073396 A KR20010073396 A KR 20010073396A KR 20030042658 A KR20030042658 A KR 20030042658A
Authority
KR
South Korea
Prior art keywords
server
data
connection
terminal
browser
Prior art date
Application number
KR1020010073396A
Other languages
Korean (ko)
Other versions
KR100490721B1 (en
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 KR10-2001-0073396A priority Critical patent/KR100490721B1/en
Publication of KR20030042658A publication Critical patent/KR20030042658A/en
Application granted granted Critical
Publication of KR100490721B1 publication Critical patent/KR100490721B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • 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/02Protocol performance
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Computer Security & Cryptography (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Marketing (AREA)
  • Theoretical Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

PURPOSE: A recording medium storing a browser and a method for downloading data using the same are provided to reduce the network traffic by recording a past server and a transmitting speed of a terminal, and adjusting the TCP(Transmission Control Protocol) connection configuration by the recorded information. CONSTITUTION: A data part(115) stores the TCP connection state information for the servers. A main part(111) transmits a download request message by receiving a web document according to an input event from the server and analyzing the receiving web document. A connection management part(112) sets up the TCP connection by searching the connection state information from the data part(115) according to the download request message, and comparing the searched connection information with a preset critical value. A download part(113) downloads the data from the server through the set TCP connection. A rendering part(114) renders the downloaded data and displays it on a screen.

Description

브라우저가 저장된 기록매체 및 이를 이용한 데이터 다운로드 방법{RECORDING MEDIUM STORING A BROWSER THEREIN AND A DATA DOWNLOADING METHOD THEREWITH}Recording media stored in the browser and data download method using the same {RECORDING MEDIUM STORING A BROWSER THEREIN AND A DATA DOWNLOADING METHOD THEREWITH}

본 발명은 단말기에 내장된 기록매체에 관한 것으로서, 특히 클라이언트/서버 시스템에서 클라이언트 단말기에 구비되어 서버의 응답 시간을 줄이기 위한 브라우저를 저장한 기록매체 및 이를 이용한 데이터 다운로드 방법에 관한 것이다.The present invention relates to a recording medium embedded in a terminal, and more particularly, to a recording medium provided in a client terminal in a client / server system and storing a browser for reducing a response time of a server and a data download method using the same.

통신 및 네트워크 기술의 발달에 따라 다수의 클라이언트에게 인터넷을 이용한 다양한 데이터를 제공하는 서비스가 매우 활발하게 진행되고 있으며, 이러한 인터넷 서비스를 제공받기 위해서는, 클라이언트는 웹 브라우저를 구비한 단말기가 필요하며, 이러한 웹 브라우저를 이용하여 웹 서버에 클라이언트가 원하는 자료를 요구하고 웹 서버로부터 해당 자료를 인터넷을 통하여 제공받는다.With the development of communication and network technology, services that provide various data using the Internet to a large number of clients are actively progressing. In order to receive such Internet services, a client needs a terminal equipped with a web browser. By using a web browser, a client requests data from a web server and receives the data from the web server through the Internet.

클라이언트가 웹 서버로부터 접속하여 데이터를 전송 받을 때, 웹 서버의 응답 시간이 중요한데 이러한 웹 서버의 응답 대기 시간에 영향을 미치는 요소에는 DNS(Domain Name Server)의 아이피(IP : Internet Protocol) 변환 시간, TCP 연결 시간, 하이퍼텍스트 전송 규약(HTTP : hypertext transfer protocol) 요청 및 응답 시간, 데이터 전송 시간 등이 있다.When a client connects to and receives data from a web server, the response time of the web server is important. The factors affecting the response time of the web server include IP conversion time of Domain Name Server (IP), TCP connection time, hypertext transfer protocol (HTTP) request and response time, and data transfer time.

웹 서버로부터의 응답 시간을 줄이기 위한 많은 연구 결과 중에서 캐쉬 및 프락시 시스템을 이용하거나 장애 요소들의 선 처리를 통하여 해결하려는 노력이 꾸준하게 진행되고 있다.Among many studies to reduce the response time from the web server, efforts are being made to solve the problem by using a cache and proxy system or preprocessing of obstacles.

특히, 웹 캐쉬 시스템은 자주 사용되는 문서를 클라이언트 또는 클라이언트 가까이에 있는 시스템에 설치하는 것으로, 클라이언트와 웹 서버 사이의 서비스 정체 현상을 줄이고 인터넷의 트래픽을 줄여줄 뿐만 아니라 월드와이드웹(WWW :World Wide Web) 시스템의 성능을 향상시킬 수 있는 효과적인 시스템이다.In particular, the web cache system installs frequently used documents on the client or a system close to the client, which reduces service congestion between the client and the web server and reduces traffic on the Internet, as well as the World Wide Web (WWW). Web) It is an effective system that can improve the performance of the system.

이러한 웹 캐쉬 시스템의 장점으로는 네트워크 트래픽 및 정체 현상 감소, 클라이언트 응답 시간의 감소, 웹 서버 부하 감소, 웹 서비스 안정성 증가, 조직이나 기관의 클라이언트 기호 분석 등이 있다.Advantages of such a web cache system include reduced network traffic and congestion, reduced client response time, reduced web server load, increased web service stability, and analysis of client preferences in organizations and organizations.

그러나, 상기와 같은 장점이 있는 반면에, 적절한 시기에 맞추어서 웹 캐쉬 시스템의 프락시를 업 데이트시켜 주지 않을 경우에는 프락시에 저장된 자료 데이터가 최신 자료가 아닐 수 있고, 캐쉬 서버에 병목 현상이 일어날 수 있으며, 이러한 캐쉬 시스템에서의 오류 발생은 웹 서비스를 하는 웹 서버에게 치명적이다. 또한 웹 서비스를 제공하는 제공자들은 웹사이트의 접속 카운트를 증가시키지 않아서 자료를 캐쉬 시스템에 저장하는 것을 원하지 않는 경우도 있다.However, while having the above advantages, if the proxy of the web cache system is not updated in a timely manner, the data stored in the proxy may not be up-to-date and may cause bottlenecks in the cache server. However, the error occurrence in this cache system is fatal to the web server serving the web service. Also, providers who provide Web services may not want to store data in the cache system without increasing the website's access count.

이러한 캐쉬 시스템의 구조로는 캐쉬를 제공하는 서버들간의 관계에 따른 수직, 분산, 혼합 방식 등이 연구가 진행되었고, 이처럼 여러 개의 캐쉬 시스템들 사이의 효율적인 구조의 설계를 통하여 클라이언트 응답 대기 시간을 줄이기 위한 노력도 진행되고 있다.As a structure of such a cache system, researches on vertical, distributed, and mixed methods according to the relationships among servers providing caches have been conducted. Thus, the design of an efficient structure among multiple cache systems reduces the client response waiting time. Efforts are also underway.

또 다른 방법으로는 클라이언트 패턴을 분석 및 예측을 통한 선 처리로 클라이언트 응답 대기 시간을 줄이는 방법이 있는데, 이러한 선 처리 방법은 크게 세가지로 나누어 웹 브라우저와 웹 서버 사이, 프락시 서버와 웹 서버 사이, 웹 브라우저와 프락시 서버 사이에서 이루어진다.Another approach is to reduce client response latency by preprocessing client patterns through analysis and prediction. There are three main preprocessing methods: between web browsers and web servers, between proxy servers and web servers, and the web. It takes place between the browser and the proxy server.

최근 들어서는 웹 브라우저, 운영 체제가 내장된 이동 통신 단말기, PDA, 소형 가전 등과 같은 임베디드 단말기의 보급이 늘어나고 있으며, 이러한 추세에맞추어서 임베디드 단말기 이용하여 인터넷을 접속하는 클라이언트가 증가하고 있다. 위에서 말했듯이 이러한 임베디드 단말기에서도 클라이언트와 웹 서버 사이의 응답 대기 시간이 임베디드 단말기의 성능 향상에 크게 영향을 미친다.Recently, the popularity of embedded terminals such as web browsers, mobile communication terminals with built-in operating systems, PDAs, small appliances, and the like is increasing, and in order to meet these trends, clients connecting to the Internet using embedded terminals are increasing. As mentioned above, the response latency between the client and the web server also greatly affects the performance of the embedded terminal.

그러한, 일반적인 가정용 컴퓨터와 같이 대용량 하드디스크를 지원하는 클라이어트의 단말기와는 달리 임베디드 단말기는 소용량의 하드디스크와 캐쉬 메모리를 이용하여 인터넷에 접속을 지원할 수 있어야 함으로, 상기에서 설명했던 클라이언트의 응답 대기 시간을 줄일 수 있는 방법은 임베디드 단말기에서 사용할 수 없다는 문제점이 있다.Unlike a terminal of a client that supports a large hard disk, such as a general home computer, the embedded terminal should be able to support access to the Internet by using a small capacity of hard disk and cache memory. There is a problem that can not be used in the embedded terminal.

본 발명의 목적은 연구 결과에 의해서 안출된 것으로, 단말기의 과거 서버와 전송 속도를 기록하고 이를 이용하여 TCP(Transmission Control Protocol) 연결 설정을 조절함으로써 네트워크 트래픽을 감소시키는 브라우저가 저장된 기록매체를 제공하고자 한다.An object of the present invention is to provide a recording medium stored in the browser that reduces the network traffic by recording the transmission speed of the terminal and the transmission speed of the terminal by using a TCP (Transmission Control Protocol) connection settings do.

본 발명의 다른 목적은 서버의 TCP 연결 상태 정보를 관리하고, 연결 상태 정보에서 서버의 평균 전송 속도 값을 이용하여 클라이언트 시스템과 서버 사이의 새로운 TCP 연결 설정 생성 여부를 판단함으로써 서버와의 연결을 동적으로 조절하는 브라우저가 저장된 기록매체를 이용한 데이터 다운로드 방법을 제공하고자 한다.Another object of the present invention is to manage TCP connection state information of a server, and determine whether to create a new TCP connection setting between the client system and the server by using the average transmission rate value of the server in the connection state information. To provide a data download method using a recording medium stored in the browser to adjust the control.

상기와 같은 목적을 달성하기 위하여 본 발명은, 통신망을 통해 구축된 클라이언트/서버 시스템의 클라이언트 측에 구비되어 티시피(TCP : TransmissionControl Protocol) 연결과 데이터를 요구하는 브라우저가 저장된 기록매체에 있어서, 상기 서버와의 티시피 연결 상태 정보를 저장하고, 이벤트 발생에 따라 상기 저장된 티시피 연결 정보에 의거하여 상기 서버와 상기 클라이언트 단말기간의 설정된 티시피 연결을 통해 상기 데이터를 다운로드받는 브라우저를 포함한다.In order to achieve the above object, the present invention is provided in the client side of the client / server system established through a communication network in a recording medium storing a browser requesting data (TCP: TransmissionControl Protocol) connection and the data, the And a browser for storing the state of the recipe connection with the server and downloading the data through the established recipe connection between the server and the client terminal based on the stored recipe connection information according to an event occurrence.

상기와 같은 다른 목적을 달성하기 위하여 본 발명은, 통신망을 통하여 구축된 클라이언트/서버 시스템의 클라이언트 측에 구비되어 티시피 연결 상태 정보를 갖는 브라우저를 이용하여 데이터를 다운로드받는 방법에 있어서, 클라이언트의 입력 이벤트에 따라 상기 서버와의 티시피 연결을 통해 상기 서버에서 웹 문서를 다운로드받고, 상기 다운로드받은 웹 문서를 분석하는 제 1 단계와, 상기 웹 문서의 분석 결과에 의거하여 데이터 다운로드 메시지를 송출하는 제 2 단계와, 상기 메시지에 응답하여 상기 서버의 티시피 연결 상태 정보를 추출하고, 상기 연결 상태 정보와 기 설정된 임계 값을 비교하는 제 3 단계와, 상기 비교 결과에 의거하여 상기 연결 상태 정보가 임계 값 이하일 때 상기 서버와 단말기간의 티시피/아이피 연결 정보를 재 설정하고, 상기 연결 상태 정보가 임계 값을 초과할 때 상기 티시피 연결을 이용하여 데이터를 다운로드받아 화면에 표시하는 제 4 단계를 포함한다.In order to achieve the other object as described above, the present invention is provided in the client side of the client / server system established through a communication network to download the data using a browser having a recipe connection state information, the input of the client A first step of downloading a web document from the server through a recipe connection with the server according to an event, analyzing the downloaded web document, and transmitting a data download message based on an analysis result of the web document; A second step of extracting the recipe connection status information of the server in response to the message, comparing the connection status information with a preset threshold value, and determining the connection status information based on the comparison result; When the value is less than the value, it resets the recipe / IP connection information between the server and the terminal. And a fourth step of downloading and displaying data on the screen by using the recipe connection when the connection state information exceeds a threshold value.

도 1은 본 발명의 바람직한 실시 예에 따른 통신망을 통해 구축된 클라이언트/서버 시스템을 나타내는 블록 도이고,1 is a block diagram illustrating a client / server system established through a communication network according to an embodiment of the present invention.

도 2는 본 발명의 실시 예에 따른 브라우저가 저장된 기록매체를 상세하게 나타내는 블록 도이고,2 is a block diagram illustrating in detail a recording medium in which a browser is stored according to an embodiment of the present invention;

도 3은 본 발명에 따른 브라우저가 저장된 기록매체를 이용한 데이터 다운로드 과정을 나타내는 흐름 도이다.3 is a flowchart illustrating a data download process using a recording medium in which a browser according to the present invention is stored.

<도면의 주요부분에 대한 부호의 설명><Description of the code | symbol about the principal part of drawing>

100 : 단말기 110 : 기록매체100: terminal 110: recording medium

111 : 메인부 112 : 연결 관리부111: main unit 112: connection management unit

113 : 다운로드부 114 : 랜더링부113: download unit 114: rendering unit

115 : 데이터부 120 : 표시부115: data portion 120: display portion

150 : 통신망 200 : 서버150: communication network 200: server

본 발명의 실시 예는 다수개가 존재할 수 있으며, 이하에서 첨부한 도면을 참조하여 바람직한 실시 예에 대하여 상세히 설명하기로 한다. 이 기술 분야의 숙련자라면 이 실시 예를 통해 본 발명의 목적, 특징 및 이점들을 잘 이해할 수 있을것이다.There may be a plurality of embodiments of the present invention, and a preferred embodiment will be described in detail below with reference to the accompanying drawings. Those skilled in the art through this embodiment will be able to understand the objects, features and advantages of the present invention well.

도 1은 본 발명의 실시 예에 따른 통신망을 통해 구축된 서버/클라이언트 시스템을 나타내는 블록 도이고, 도 2는 본 발명의 실시 예에 따른 브라우저가 저장된 기록 매체를 나타내는 블록 도이다.1 is a block diagram illustrating a server / client system constructed through a communication network according to an embodiment of the present invention, and FIG. 2 is a block diagram illustrating a recording medium in which a browser is stored according to an embodiment of the present invention.

도 1을 참조하면, 서버/클라이언트 시스템은 기록매체(110) 및 표시부(120)를 포함하는 단말기(100), 유·무선 인터넷과 같은 통신망(150), 단말기(100)의 컨텐츠 요구에 따라 컨텐츠 서비스를 제공하는 다수의 서버(200 : 200/1 ∼200/n)를 포함한다.Referring to FIG. 1, a server / client system includes a terminal 100 including a recording medium 110 and a display unit 120, a communication network 150 such as a wired / wireless internet, and contents according to a content request of a terminal 100. It includes a plurality of servers (200: 200/1 to 200 / n) for providing a service.

단말기(100)는 단말기(100)를 작동시키고 운영을 도맡아 관리하여 클라이언트의 응용 프로그램이 효율적으로 실행될 수 있는 환경을 제공하는 기본 소프트웨어 또는 총괄 제어 프로그램인 운영 체제(OS : Operating System) 및 유·무선 인터넷에 연동될 수 있도록 다양한 프로토콜을 지원하는 브라우저 등이 설치된 기록매체(110)를 구비하는 임베디드 단말 또는 클라이언트의 컴퓨터로써, 단말기(100)가 임베디드 단말인 경우에 소용량의 하드디스크(저장 공간)와 캐쉬 메모리를 구비하고, 클라이언트 컴퓨터인 경우에 대용량 하드디스크 및 캐쉬 메모리를 구비한다The terminal 100 operates and takes charge of the operation of the terminal 100 to manage the operating system (OS: Operating System), which is a basic software or a general control program that provides an environment in which an application program of a client can be executed efficiently. An embedded terminal or a computer of a client having a recording medium 110 provided with a browser supporting various protocols so as to be linked to the Internet. When the terminal 100 is an embedded terminal, a small hard disk (storage space) and It has a cache memory and a large capacity hard disk and cache memory in the case of a client computer.

또한, 단말기(100)는 클라이언트의 입력 이벤트를 처리하고, 입력 이벤트에 해당되는 서버(200)에 접속하여 해당 웹 문서를 다운로드 한 후에 분석하고, 분석 결과에 의거하여 웹 문서를 화면에 표시하기 위해서 데이터의 다운로드가 필요한지를 판단하며 판단 결과에 의거하여 해당 데이터를 서버(200)로부터 다운로드하고, 다운로드 한 데이터를 포함하고 있는 웹 문서를 표시부(120)를 통해 단말기(100)의화면에 디스플레이 하는 브라우저가 기록매체(110)에 저장되어 있는데, 기록매체(110)는, 도 2를 참조하면, 메인부(Web Browser Main Task, 111), 연결 관리부(Connection Management Task, 112), 다운로드부(Download Task, 113), 랜더링부(Rendering Task, 114), 데이터부(115)를 포함하고 있다.In addition, the terminal 100 processes an input event of the client, accesses the server 200 corresponding to the input event, downloads the corresponding web document, analyzes it, and displays the web document on the screen based on the analysis result. A browser for determining whether data is required to download and downloading the corresponding data from the server 200 based on the determination result and displaying a web document including the downloaded data on the screen of the terminal 100 through the display unit 120. Is stored in the recording medium 110. Referring to FIG. 2, the recording medium 110 includes a main browser (Web Browser Main Task) 111, a connection management task (112), and a download task (Download Task). 113, a rendering task 114, and a data 115.

메인부(111)는 클라이언트에 의해서 입력된 입력 이벤트를 처리하는데, 입력 이벤트에 해당되는 웹 문서(예를 들면, HTML 문서, WML 문서 등)를 서버(200)와 단말기(100)간에 형성된 TCP 연결을 통해서 서버(200)로부터 전송 받아 웹 문서 세부 내용을 분석하고, 분석 결과에 의거하여 웹 문서를 단말기(100)의 화면에 표시하기 위해서 다운로드받아야할 데이터가 있는지의 여부를 판단하며, 판단 결과 데이터의 다운로드가 필요한 경우에 연결 관리부(112)에 데이터의 다운로드를 요구하는 메시지를 전송한다.The main unit 111 processes an input event input by a client, and establishes a web connection (eg, HTML document, WML document, etc.) corresponding to the input event between the server 200 and the terminal 100. Analyze the details of the web document received from the server 200 through the analysis, and determine whether there is data to be downloaded to display the web document on the screen of the terminal 100 based on the analysis result, and the determination result data If the download is necessary, the connection management unit 112 transmits a message requesting data download.

데이터부(115)는 단말기(100)와 서버(200)간의 연결 상태 정보를 저장하고 있는데, 이러한 연결 상태 정보는 응답 대기 시간 테이블 형식으로 되어 있다.The data unit 115 stores connection state information between the terminal 100 and the server 200. The connection state information is in a response wait time table format.

이러한 응답 대기 시간 테이블에 저장된 정보로는 각각의 서버(200)에서 제공하는 HTTP(HyperText Transfer Protocol) 프로토콜 버전, 단말기(100)가 마지막으로 서버(200)에 접속한 시간인 최근 접속 시간, 최근 접속한 서버(200)에서 데이터 다운로드 속도인 전송 속도(TS : Transfer Speed, 단위 : bps), 단말기(100)가 서버(200)에 k번 접속 시에 평균 다운로드 속도인 평균 전송 속도(MTS : Mean of Transfer Speed, 단위 : bps) 등이 있다.The information stored in the response wait time table includes the HTTP (HyperText Transfer Protocol) protocol version provided by each server 200, the latest connection time which is the last time the terminal 100 connected to the server 200, and the latest connection. Transfer speed (TS: transfer speed, unit: bps), which is a data download speed in one server 200, and average transfer speed (MTS: Mean of download speed) when the terminal 100 connects to the server 200 k times. Transfer Speed, unit: bps).

데이터부(115)에 저장된 데이터 중에서 평균 전송 속도 값은 단말기(100)가서버(200)에 n-1 번째에서 최근 k 번째의 접속을 고려하여 산출한 평균 전송 속도( {MTS}_{n-1} )에 n 번째의 접속에 따른 데이터 전송 속도를 추가하여 다시 k 개의 정확한 평균 전송 속도( {MTS}_{n} )를 계산하기 위한 식은 아래의 수학 식1과 같다.The average transmission rate value among the data stored in the data unit 115 is the average transmission rate ({MTS} _ {n−) calculated by the terminal 100 in consideration of the n−1 th to the latest k th connection to the server 200. 1}) to calculate k accurate average transfer rates {MTS} _ {n} by adding the data transfer rate according to the n th connection, as shown in Equation 1 below.

그러나, 수학 식1과 같은 계산 방식은 정확한 평균 속도를 계산할 수는 있지만 최근 k개의 데이터의 전송 속도 데이터를 모두 갖고 있어야 하는 문제점이 있기 때문에 수학 식1을 아래의 근사 식 수학 2로 대체한다.However, since a calculation method such as Equation 1 can calculate an accurate average speed but has a problem in that all transmission speed data of k data has been recently acquired, Equation 1 is replaced by Equation 2 below.

데이터부(115)에 저장된 데이터들은 연결 관리부(112)에 의해서 서버(200)와 단말기(100) 간의 효율적인 네트워크 자원 이용 및 데이터 다운로드에 따른 응답 대기 시간 최소화를 위한 TCP 연결을 설정하는데 참조 데이터로 이용될 것이고, 다운로드부(113)가 해당 서버(200)로부터 데이터 다운로드 완료 후에 측정한 데이터의 전송 속도에 의해서 데이터부(115)에 저장된 데이터들은 업 데이트될 것이다.The data stored in the data unit 115 is used as reference data by the connection manager 112 to establish a TCP connection for efficient network resource use between the server 200 and the terminal 100 and minimizing response waiting time according to data download. The data stored in the data unit 115 will be updated by the transmission speed of the data measured by the download unit 113 after the data download is completed from the corresponding server 200.

연결 관리부(112)는 데이터부(115)에 저장된 서버(200)에 대한 응답 대기 시간을 고려하여 TCP(Transmission Control Protocol) 연결을 설정하는 수단으로써, 메인부(111)로부터 데이터 다운로드 요구 메시지를 받은 후에 데이터부(115)를 검색하여 해당 서버(200)에 대한 연결 설정 정보가 존재하는지를 판단하고, 판단 결과에 따라서 해당 서버(200)의 HTTP 프로토콜의 버전을 체크하여 해당 프로토콜 버전에 대응하여 기존 TCP 연결을 이용할 것인지 새로운 TCP 연결을 설정할 것인지를 판단한다.The connection manager 112 is a means for establishing a TCP (Transmission Control Protocol) connection in consideration of a response waiting time for the server 200 stored in the data unit 115, and receives a data download request message from the main unit 111. Later, the data unit 115 is searched to determine whether connection setting information for the corresponding server 200 exists, and according to the determination result, the version of the HTTP protocol of the corresponding server 200 is checked to correspond to the corresponding protocol version. Determines whether to use a connection or establish a new TCP connection.

또한, 연결 관리부(112)는 설정된 TCP 연결을 이용하여 서버(200)에 다운로드 요구 메시지(Request Message)를 보낸 후에 다운로드부(113)에 해당 데이터를 다운로드 하도록 지시한다.In addition, the connection manager 112 instructs the downloader 113 to download the corresponding data after sending a download request message to the server 200 using the established TCP connection.

다운로드부(113)는 연결 관리부(112)에 의해서 설정된 TCP 연결에 따라 해당 서버(200)로부터 응답 메시지(Response Message) 및 데이터 전송을 기다리며, 단말기(100)가 요구한 데이터의 전송이 완료되면 전송된 데이터를 포함한 웹 문서를 표시부(120)에 출력하도록 랜더링부(114)에 요구하고, 서버(200)와 단말기(100) 간의 데이터 전송 속도를 데이터부(115)에 반영시킬 것이다.The download unit 113 waits for a response message and data transmission from the server 200 according to the TCP connection set by the connection management unit 112, and transmits the data when the terminal 100 requests the data. The rendering unit 114 is required to output the web document including the data to the display unit 120, and the data transmission speed between the server 200 and the terminal 100 is reflected in the data unit 115.

다운로드부(113)로부터 출력 요구를 받은 랜더링부(114)는 해당 데이터를 랜더링하여 단말기(100)의 표시부(120)를 통해 화면에 디스플레이 한다.The rendering unit 114 that receives the output request from the download unit 113 renders the data and displays the data on the screen through the display unit 120 of the terminal 100.

도 3은 본 발명의 실시 예에 따른 브라우저가 저장된 기록매체를 이용한 데이터 다운로드 과정을 나타내는 흐름 도이다.3 is a flowchart illustrating a data download process using a recording medium in which a browser is stored according to an exemplary embodiment of the present invention.

먼저, 클라이언트는 단말기(100)의 화면에 디스플레이 된 입력 창을 이용하여 클라이언트가 접속하고자하는 유알엘(URL : Uniform Resource Locator)을 입력하거나 단말기(100)의 화면에 표시된 웹 문서에서 클라이언트가 원하는 명령어를 선택하고, 기록매체(110)에 저장된 브라우저는 입력된 유알엘 또는 클라이언트에명령어 선택에 따른 입력 이벤트를 처리하기 위해서 서버(200)와 단말기(100)간에 설정된 TCP 연결를 이용하여 서버(200)로부터 웹 문서를 다운로드받는다(S301).First, the client inputs a URL (Uniform Resource Locator) to which the client wants to connect by using an input window displayed on the screen of the terminal 100 or inputs a command desired by the client in a web document displayed on the screen of the terminal 100. The browser stored in the recording medium 110 selects a web document from the server 200 by using a TCP connection established between the server 200 and the terminal 100 to process an input event according to the input of the UAL or the client. Download it (S301).

기록매체(110)의 메인부(111)는 서버(200)와 단말기(100)간에 형성된 전송로를 통해 다운로드받은 웹 문서를 분석하여 웹 문서 내에 다운로드받을 데이터가 있는지의 여부를 판단한다(S302, S303).The main unit 111 of the recording medium 110 analyzes the web document downloaded through the transmission path formed between the server 200 and the terminal 100 and determines whether there is data to be downloaded in the web document (S302, S303).

단계 303의 판단 결과, 웹 문서의 분석 결과 다운로드받을 데이터가 없는 경우에, 메인부(111)는 서버(200)로부터 전송 받은 웹 문서를 단말기(100)의 표시부(120)를 통해 화면에 디스플레이 한다(S310).As a result of the determination in step 303, when there is no data to be downloaded as a result of the analysis of the web document, the main unit 111 displays the web document received from the server 200 on the screen through the display unit 120 of the terminal 100. (S310).

단계 303의 판단 결과, 메인부(111)는, 웹 문서의 분석 결과 다운로드받을 데이터가 있는 경우에, 연결 관리부(112)에 데이터 다운로드 요구 메시지를 전송한다(S304).As a result of the determination in step 303, the main unit 111 transmits a data download request message to the connection manager 112 when there is data to be downloaded as a result of the analysis of the web document (S304).

데이터 다운로드 요구 메시지를 전송 받은 연결 관리부(112)는 데이터를 제공하는 서버(200)와 단말기(100) 간의 TCP 연결을 설정하는데, 먼저 데이터를 제공하는 서버(200)의 연결 상태 정보가 데이터부(115)에 저장되어 있는지의 여부를 판단한다(S305).The connection manager 112 receiving the data download request message establishes a TCP connection between the server 200 providing the data and the terminal 100. First, connection state information of the server 200 providing the data is stored in the data unit ( It is determined whether or not it is stored in step 115 (S305).

단계 305의 판단 결과, 서버(200)의 연결 상태 정보가 데이터부(115)에 존재하지 않을 때, 연결 관리부(112)는 서버(200)와 단말기(100) 간의 데이터 전송을 위한 새로운 TCP 연결을 설정한 후에(S306), 설정된 TCP 연결을 이용하여 데이터 다운로드 요구 메시지를 해당 서버(200)에 전송한다(S307).As a result of the determination of step 305, when the connection state information of the server 200 does not exist in the data unit 115, the connection manager 112 establishes a new TCP connection for data transmission between the server 200 and the terminal 100. After setting (S306), a data download request message is transmitted to the server 200 using the established TCP connection (S307).

서버(200)는 브라우저(110)의 연결 관리부(112)에 의해서 설정된 TCP 연결을 이용하여 다운로드 요구 메시지에 대응되는 응답 메시지 및 데이터를 다운로드부(113)에 전송한다(S308).The server 200 transmits a response message and data corresponding to the download request message to the download unit 113 by using the TCP connection set by the connection manager 112 of the browser 110 (S308).

다운로드부(113)는 TCP 연결을 통해 서버(200)로부터 전송 받은 응답 메시지 및 데이터를 단말기(100)의 화면에 디스플레이 하도록 랜더링부(114)에 요구하고, TCP 연결을 통한 서버(200)와 단말기(100) 간의 데이터 전송 속도를 측정한 후 측정된 전송 속도 및 TCP 연결 정보를 데이터부(115)에 저장한다.The download unit 113 requests the rendering unit 114 to display the response message and data received from the server 200 on the screen of the terminal 100 through a TCP connection, and the server 200 and the terminal through the TCP connection. After measuring the data transmission speed between the 100, the measured transmission speed and the TCP connection information are stored in the data unit 115.

데이터부(115)는 다운로드부(113)에서 전송된 데이터 전송 속도 및 TCP 연결 정보를 저장할 뿐만 아니라 데이터 전송 속도를 이용하여 서버(200)와 단말기(100)간의 평균 전송 속도를 산출하며 최근 접속 시간 및 서버(200)의 HTTP 버전 정보 등을 저장한다(S309).The data unit 115 not only stores the data transfer rate and TCP connection information transmitted from the download unit 113, but also calculates an average transfer rate between the server 200 and the terminal 100 using the data transfer rate, and the last connection time. And HTTP version information of the server 200 (S309).

랜더링부(114)는 다운로드부(113)에서 다운로드받은 데이터를 랜더링하고, 랜더링된 데이터를 단말기(100)의 표시부(120)를 통해 화면 디스플레이 한다(S310).The rendering unit 114 renders the data downloaded from the download unit 113 and displays the rendered data on the display unit 120 of the terminal 100 (S310).

단계 305의 판단 결과, 연결 관리부(112)는, 서버(200)의 연결 상태 정보가 데이터부(115)에 존재하는 경우에, 데이터부(115)에서 검색된 서버(200)에 대한 연결 상태 정보에서 서버(200)의 HTTP 프로토콜 버전 정보를 체크한다(S311).As a result of the determination of step 305, when the connection state information of the server 200 exists in the data unit 115, the connection manager 112 determines whether the connection state information of the server 200 retrieved from the data unit 115 is determined. The HTTP protocol version information of the server 200 is checked (S311).

단계 311의 체크 결과, 서버(200)에서 지원하는 프로토콜이 HTTP 1.0 일 때 단말기(100)의 기록매체(110)에 설치된 브라우저는 위에서 말했듯이 단계 306, 307, 308, 309, 310으로 진행한다. 여기서, 단말기(100)가 서버(200)로부터 데이터를 다운로드 한 후에 데이터부(115)에 저장되는 서버(200)와 단말기간(100)간의 데이터 다운로드에 따른 전송 속도 정보 및 TCP 연결 정보는 저장하지 않을 수도 있다.As a result of checking in step 311, when the protocol supported by the server 200 is HTTP 1.0, the browser installed in the recording medium 110 of the terminal 100 proceeds to steps 306, 307, 308, 309, and 310 as described above. Here, after the terminal 100 downloads the data from the server 200, the transmission rate information and the TCP connection information according to the data download between the server 200 and the terminal 100 stored in the data unit 115 are not stored. It may not.

단계 311의 체크 결과, 서버(200)에서 지원하는 프로토콜이 HTTP 1.1일 때 연결 관리부(112)는 데이터를 제공하는 서버(200)와 단말기(100) 간의 TCP 연결이 존재하는지의 여부를 판단한다(S312).As a result of checking in step 311, when the protocol supported by the server 200 is HTTP 1.1, the connection manager 112 determines whether there is a TCP connection between the server 200 providing the data and the terminal 100 ( S312).

단계 312의 판단 결과, 서버(200)와 단말기(100) 간의 TCP 연결이 존재하지 않을 때 단말기(100)의 기록매체(110)는 위에서 말했듯이 단계 306, 307, 308, 309, 310으로 진행한다.As a result of the determination of step 312, when there is no TCP connection between the server 200 and the terminal 100, the recording medium 110 of the terminal 100 proceeds to steps 306, 307, 308, 309 and 310 as described above. .

단계 312의 판단 결과, 서버(200)와 단말기(100) 간의TCP 연결이 존재할 때 연결 관리부(112)는 데이터부(115)에서 서버(200)의 연결 상태 정보를 추출하고, 추출된 연결 상태 정보 중에서 데이터의 평균 전송 속도 값과 기 설정된 임계 값을 비교한다(S313).As a result of the determination of step 312, when there is a TCP connection between the server 200 and the terminal 100, the connection manager 112 extracts the connection state information of the server 200 from the data unit 115, and extracts the extracted connection state information. The average transmission rate value of the data is compared with a preset threshold value in step S313.

평균 전송 속도 값과 기 설정된 임계 값의 비교 식은 아래의 수학 식3과 같다.A comparison formula between the average transmission rate value and the preset threshold value is shown in Equation 3 below.

TS*w+MTS(1-w) 임계 값TS * w + MTS (1-w) threshold

(w : 최근 전송 속도에 대한 가중치, 0=w <= 1 )(w: weight for recent baud rate, 0 = w <= 1)

단계 313의 비교 결과, 연결 관리부(112)는 데이터의 평균 전송 속도 값이 기 설정된 임계 값 이하이면, 단말기(100)의 브라우저(110)는 위에서 말했듯이 단계 306, 307, 308, 309, 310으로 진행한다.As a result of the comparison of step 313, the connection manager 112 determines that the average transmission rate of the data is equal to or less than the preset threshold, and the browser 110 of the terminal 100 proceeds to steps 306, 307, 308, 309, and 310 as described above. Proceed.

단계 313의 비교 결과, 데이터의 평균 전송 속도 값이 기 설정된 임계 값을 초과하면, 연결 관리부(112)는 서버(200)와 단말기(100) 간의 접속 시에 설정된 TCP 연결을 이용하여 서버(200)에 데이터 다운로드 요구 메시지를 송신한다(S314).As a result of the comparison of step 313, if the average transmission rate value of the data exceeds a preset threshold value, the connection manager 112 uses the TCP connection established at the time of connection between the server 200 and the terminal 100 to the server 200. A data download request message is sent to the server (S314).

다운로드부(113)는 데이터 다운로드 요구 메시지를 수신한 서버(200)로부터 응답 메시지 및 데이터를 접속 시에 설정된 TCP 연결을 이용하여 다운로드받고, 다운로드받은 데이터를 단말기(100)의 화면에 디스플레이 하도록 랜더링부(114)에 요구하고, 랜더링부(114)는 다운로드부(113)에서 다운로드받은 데이터를 소정의 랜더링 과정을 통해 단말기(100)의 표시부(120)를 통해 화면에 디스플레이 한다(S315, S316).The download unit 113 downloads a response message and data from the server 200 receiving the data download request message using a TCP connection established at the time of connection, and displays the downloaded data on the screen of the terminal 100. In operation 114, the rendering unit 114 displays the data downloaded from the download unit 113 on the screen through the display unit 120 of the terminal 100 through a predetermined rendering process (S315 and S316).

이상 설명한 바와 같이, 본 발명은 서버의 TCP 연결 상태 정보를 관리하고, 연결 상태 정보에서 서버의 평균 전송 속도 값을 이용하여 클라이언트 시스템과 서버 사이의 새로운 TCP 연결 설정 생성 여부를 판단하며 판단 결과에 의거하여 서버와 클라이언트 사이에 설정된 TCP 연결을 통해 서버로부터 데이터를 다운로드받음으로써, 클라이언트와 서버 사이의 응답 속도를 향상시킬 수 있는 효과가 있다.As described above, the present invention manages the TCP connection state information of the server, and determines whether to generate a new TCP connection setting between the client system and the server using the average transmission rate value of the server in the connection state information, based on the determination result By downloading data from the server through the TCP connection established between the server and the client, there is an effect that can improve the response speed between the client and the server.

또한, 클라이언트 시스템의 저용량 기록매체에 웹 문서가 아닌 서버와 클라이언트간의 TCP 연결 상태 정보를 기록함으로써, 저용량의 클라이언트 시스템인 임베디드 단말기와 서버 사이의 응답 대기 시간을 줄여줄 뿐만 아니라 네트워크 자원을 절약할 수 있는 효과가 있다.In addition, by recording the TCP connection status information between the server and the client rather than the web document on the low-capacity recording medium of the client system, the response time between the embedded terminal and the server, which is a low-capacity client system, can be reduced and network resources can be saved. It has an effect.

Claims (7)

통신망을 통해 구축된 클라이언트/서버 시스템의 클라이언트 측에 구비되어 티시피(TCP : Transmission Control Protocol) 연결과 데이터를 요구하는 브라우저가 저장된 기록매체에 있어서,In the recording medium is stored on the client side of the client / server system established through a communication network to store a TCP (Transmission Control Protocol) connection and requesting data, 상기 서버와의 티시피 연결 상태 정보를 저장하고, 이벤트 발생에 따라 상기 저장된 티시피 연결 정보에 의거하여 상기 서버와 상기 클라이언트 단말기간의 설정된 티시피 연결을 통해 상기 데이터를 다운로드받는 브라우저를 구비하는 것을 특징으로 하는 브라우저가 저장된 기록매체.And a browser for storing the information of the connection status of the server with the server and downloading the data through the set connection of the server between the server and the client terminal based on the stored information of the connection of the recipe according to the occurrence of the event. The recording medium on which the browser is stored. 제 1 항에 있어서,The method of claim 1, 상기 브라우저는,The browser, 상기 서버들에 대한 티시피 연결 상태 정보를 저장하는 데이터부와,A data unit for storing recipe connection state information for the servers; 상기 입력 이벤트에 따른 웹 문서를 상기 서버로부터 전송 받고, 상기 전송 받은 웹 문서를 분석하여 다운로드 요구 메시지를 송출하는 메인부와,A main unit receiving a web document according to the input event from the server, analyzing the received web document, and sending a download request message; 상기 메인부에서 송출된 다운로드 요구 메시지에 따라 상기 데이터부에서 연결 상태 정보를 검색하고, 상기 검색된 연결 상태 정보와 기 설정된 임계 값을 비교하여 티시피 연결을 설정하는 연결 관리부와,A connection management unit for retrieving connection state information from the data unit according to the download request message transmitted from the main unit, and establishing a recipe connection by comparing the retrieved connection state information with a preset threshold value; 상기 설정된 티시피 연결을 통하여 상기 서버로부터 데이터를 다운로드받는 다운로드부와,A download unit which downloads data from the server through the set recipe connection; 상기 다운로드받은 데이터를 랜더링하여 화면에 표시하는 랜더링부를 포함하는 것을 특징으로 하는 브라우저가 내장된 기록매체.And a rendering unit for rendering the downloaded data and displaying the downloaded data on the screen. 제 2 항에 있어서,The method of claim 2, 상기 데이터부의 티시피 연결 상태 정보는,Recipe connection state information of the data unit, 상기 서버의 HTTP(HyperText Transfer Protocol) 버전 정보, 상기 단말기가 접속한 최근 접속 시간, 최근 접속 시 데이터 전송 속도 및 평균 전송 속도를 포함하며;A HyperText Transfer Protocol (HTTP) version information of the server, a recent access time of the terminal access, a data transfer rate at the latest access, and an average transfer rate; 상기 연결 관리부는, 상기 데이터부에 저장된 상기 서버와 단말기간의 평균 전송 속도 값과 기 설정된 임계 값을 비교하여 새로운 티시피 연결을 설정할 것인지 여부를 판단하는 것을 특징으로 하는 브라우저가 내장된 기록매체.And the connection manager compares an average transmission speed value between the server and the terminal stored in the data unit with a preset threshold to determine whether to establish a new TPC connection. 제 2 항에 있어서,The method of claim 2, 상기 다운로드부는,The download unit, 상기 단말기의 데이터 다운로드 요구 메시지에 따른 상기 서버로부터 응답 메시지 및 데이터를 다운로드받은 후에 상기 서버와 단말기간의 데이터 전송 속도를 상기 데이터부에 저장하는 것을 특징으로 하는 브라우저가 내장된 기록매체.And storing a data transfer rate between the server and the terminal after receiving a response message and data from the server according to the data download request message of the terminal. 통신망을 통하여 구축된 클라이언트/서버 시스템의 클라이언트 측에 구비되어 티시피 연결 상태 정보를 갖는 브라우저를 이용하여 데이터를 다운로드받는 방법에 있어서,Claims [1] A method of downloading data using a browser provided on a client side of a client / server system constructed through a communication network, the method comprising: 클라이언트의 입력 이벤트에 따라 상기 서버와의 티시피 연결을 통해 상기 서버에서 웹 문서를 다운로드받고, 상기 다운로드받은 웹 문서를 분석하는 제 1 단계와,A first step of downloading a web document from the server and analyzing the downloaded web document through a recipe connection with the server according to a client input event; 상기 웹 문서의 분석 결과에 의거하여 데이터 다운로드 메시지를 송출하는 제 2 단계와,A second step of sending a data download message based on the analysis result of the web document; 상기 메시지에 응답하여 상기 서버의 티시피 연결 상태 정보를 추출하고, 상기 연결 상태 정보와 기 설정된 임계 값을 비교하는 제 3 단계와,Extracting recipe connection state information of the server in response to the message, and comparing the connection state information with a preset threshold value; 상기 비교 결과에 의거하여 상기 연결 상태 정보가 임계 값 이하일 때 상기 서버와 단말기간의 티시피 연결을 재 설정하고, 상기 연결 상태 정보가 임계 값을 초과할 때 상기 티시피 연결을 이용하여 데이터를 다운로드받아 화면에 표시하는 제 4 단계를 포함하는 것을 특징으로 하는 브라우저가 내장된 기록매체를 이용한 데이터 다운로드 방법.Based on the comparison result, when the connection state information is less than or equal to the threshold, the server establishes a recipe connection between the server and the terminal, and when the connection state information exceeds the threshold, the data is downloaded using the recipe connection. And a fourth step of displaying it on the screen. 제 5 항에 있어서,The method of claim 5, 상기 제 3 단계는,The third step, 상기 서버에서 지원하는 HTTP 프로토콜 버전을 체크하는 단계와,Checking an HTTP protocol version supported by the server; 상기 체크 결과 HTTP 프로토콜 버전이 1.1 일 때 상기 서버와 단말기간에 티시피 연결 설정이 존재 여부를 판단하고, 상기 판단 결과 상기 서버와 단말기간에 티시피 연결 설정이 존재할 때 상기 연결 상태 정보와 기 설정된 임계 값을 비교하는 단계를 포함하는 것을 특징으로 하는 브라우저가 내장된 기록매체를 데이터 다운로드 방법.When the HTTP protocol version is 1.1 as a result of the check, it is determined whether there is a recipe connection setting between the server and the terminal. Comprising the step of comparing the data download method of a built-in browser with a browser. 제 6 항에 있어서,The method of claim 6, 상기 서버의 HTTP 프로토콜 버전 체크 단계는,Checking the HTTP protocol version of the server, 상기 서버의 HTTP 프로토콜 버전이 1.0 일 때 상기 서버와 단말기간의 티시피 연결을 재 설정하는 단계를 포함하는 것을 특징으로 하는 것을 브라우저가 내장된 기록매체를 이용한 데이터 다운로드 방법.And resetting a recipe connection between the server and the terminal when the HTTP protocol version of the server is 1.0.
KR10-2001-0073396A 2001-11-23 2001-11-23 Recording medium storing a browser therein and a data downloading method therewith KR100490721B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2001-0073396A KR100490721B1 (en) 2001-11-23 2001-11-23 Recording medium storing a browser therein and a data downloading method therewith

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2001-0073396A KR100490721B1 (en) 2001-11-23 2001-11-23 Recording medium storing a browser therein and a data downloading method therewith

Publications (2)

Publication Number Publication Date
KR20030042658A true KR20030042658A (en) 2003-06-02
KR100490721B1 KR100490721B1 (en) 2005-05-24

Family

ID=29571105

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2001-0073396A KR100490721B1 (en) 2001-11-23 2001-11-23 Recording medium storing a browser therein and a data downloading method therewith

Country Status (1)

Country Link
KR (1) KR100490721B1 (en)

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100287900B1 (en) * 1998-12-31 2001-06-01 서평원 Routing Optimization Method for Mobile Internet Protocol
KR100600950B1 (en) * 1999-12-03 2006-07-13 주식회사 케이티 Dynamic routing table control method for global optimization of routing path
KR20010076767A (en) * 2000-01-28 2001-08-16 오길록 DNS Based Adaptive Location Update Mechanism for Internet Host Mobility
KR20000063406A (en) * 2000-07-06 2000-11-06 권용명 Multi Threading Internet Search Engines and Agents works on the Network Routing Table, Designed by Component Based Development Software.
KR100356185B1 (en) * 2000-08-31 2002-10-18 윈스로드 주식회사 Method for guaranteeing transmission service quality in internet
KR100383587B1 (en) * 2001-08-16 2003-05-14 삼성전자주식회사 Mobile internet protocol system and it's routing optimization method

Also Published As

Publication number Publication date
KR100490721B1 (en) 2005-05-24

Similar Documents

Publication Publication Date Title
US8688771B2 (en) Method of providing content to a mobile web browsing device
JP4081017B2 (en) System and method for pushing data to a mobile device
US6907429B2 (en) Satellite-based internet access system with remote prefetching of inline objects of web pages
CN100531186C (en) Object transfer control in communications network
EP1886470B1 (en) Method and system for object prediction
US6917960B1 (en) Intelligent content precaching
US7552220B2 (en) System and method to refresh proxy cache server objects
EP1320972B1 (en) Network server
US7967212B1 (en) Web content power consumption notification for wireless devices
US20020120721A1 (en) Client capability detection in a client and server system
KR980004094A (en) Method and apparatus for providing proxies and transcoding of documents in distributed computer networks
JP3764291B2 (en) Information distribution system, mobile computer, information server device, cache server device, and prefetch cache processing method
US20110106908A1 (en) Transfer of information between at least two software
CN1174322C (en) Method and system for high speed buffer store management using admittance control, and computer program products
US20060155819A1 (en) Methods and system for using caches
US8799372B1 (en) Management of referenced object based on size of referenced object
US6968396B1 (en) Reloading of hypermedia pages by sending only changes
KR20020008579A (en) Web Proxy Solution with Compression
KR100490721B1 (en) Recording medium storing a browser therein and a data downloading method therewith
KR20030041856A (en) System, method and program for ordered anticipatory caching of linked files in a client/server network
KR100463836B1 (en) Contents conversion and cashing system and method through feature classification of wireless terminals
US20030191819A1 (en) Client aware notification in a wireless portal server
US20230004565A1 (en) A cache updating system and a method thereof
CA2647976C (en) Method and system for automated and configurable remote cache refreshes
Hadjiefthymiades et al. A Survey of Web Architectures for Wireless Communication Environments.

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20130424

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20140430

Year of fee payment: 10

LAPS Lapse due to unpaid annual fee