KR20010095814A - A Method and System of Specific Server Program Operation Using Dynamic IP Address - Google Patents

A Method and System of Specific Server Program Operation Using Dynamic IP Address Download PDF

Info

Publication number
KR20010095814A
KR20010095814A KR1020000019202A KR20000019202A KR20010095814A KR 20010095814 A KR20010095814 A KR 20010095814A KR 1020000019202 A KR1020000019202 A KR 1020000019202A KR 20000019202 A KR20000019202 A KR 20000019202A KR 20010095814 A KR20010095814 A KR 20010095814A
Authority
KR
South Korea
Prior art keywords
address
dynamic
server
program
server program
Prior art date
Application number
KR1020000019202A
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 KR1020000019202A priority Critical patent/KR20010095814A/en
Publication of KR20010095814A publication Critical patent/KR20010095814A/en

Links

Classifications

    • CCHEMISTRY; METALLURGY
    • C02TREATMENT OF WATER, WASTE WATER, SEWAGE, OR SLUDGE
    • C02FTREATMENT OF WATER, WASTE WATER, SEWAGE, OR SLUDGE
    • C02F1/00Treatment of water, waste water, or sewage
    • C02F1/48Treatment of water, waste water, or sewage with magnetic or electric fields
    • C02F1/481Treatment of water, waste water, or sewage with magnetic or electric fields using permanent magnets

Abstract

PURPOSE: A method for operating specific server program with dynamic IP(internet protocol) address and a system of the same are provided to operate a specific server program in a cheap line using a dynamic IP address by recording the dynamic IP address and enabling a user to use the dynamic IP address. CONSTITUTION: A first process inquires an IP address of a server program or a sub program, and records the IP address at an arbitrary place. A second process records a dynamic IP address at a specific position or at a database through a home page CGI(common gateway interface) or an arbitrary server program. A third process inquires the IP address in the specific position or in the database, and accesses the dynamic IP address server which is wanted. A fourth process inspects a change of the IP address periodically and reestablishes the address.

Description

유동 아이피 주소를 이용한 특정 서버프로그램 운용 방법 및 시스템 {A Method and System of Specific Server Program Operation Using Dynamic IP Address}A method and system of specific server program operation using dynamic IP address

종래의 변동IP를 사용하는 컴퓨터들은 시스템을 부팅할 때 마다 DHCP 서버로부터 임의의 IP주소를 할당받아 사용하게 된다. 따라서 IP가 고정되어있지 않으므로 일반 사용자들이 그 주소를 알수가 없어서 그 컴퓨터는 서버프로그램을 운용할 수 없게 된다.Computers using the conventional variable IP are assigned an arbitrary IP address from a DHCP server every time the system is booted. Therefore, since the IP address is not fixed, general users cannot know the address, and the computer cannot run the server program.

따라서 본 발명의 목적은 IP가 고정되어 있는 모든 사용자가 아는 임의의 곳(예를 들어 홈페이지)에 변동하는 IP를 기록해 두고 사용자가 그곳을 먼저 이용하여 IP를 알아내어 특정 서버가 운영될 수 있도록 하는데 있다.Therefore, an object of the present invention is to record a variable IP in any place (for example, homepage) that all users know that the IP is fixed, so that the user can use it first to find out the IP so that a specific server can be operated. have.

이렇게 함으로서 유동 IP 주소를 사용하는 저렴한 회선에서도 특정 서버프로그램이 운용될 수 있도록 한다.This allows certain server programs to run on inexpensive lines that use dynamic IP addresses.

도 1 은 인터넷 망에서 클라이언트에서 유동 IP 주소 의 서버에 접속하는데 필요한 구성 요소를 나타낸 구성도1 is a block diagram showing the components required to access a server of a dynamic IP address from a client in the Internet network

이러한 목적을 달성하고자 하는 유동 IP 주소를 이용한 특정서버프로그램 운용방법 및 시스템은 그림1에서 보이는 대로The specific server program operation method and system using the dynamic IP address to achieve this purpose is shown in Figure 1.

(1) 은 유동 IP 주소를 사용하는 특정 서버 프로그램을 운영하고자 하는 컴퓨터.(1) is a computer which wants to run a specific server program using a floating IP address.

(2) 는 (1) 컴퓨터에서 운영된는 특정서버 프로그램.(2) a specific server program run on a computer.

(3) 은 고정IP를 사용하는 컴퓨터.(3) is a computer using a static IP.

(4) 는 (3) 컴퓨터에서 운영되는 홈페이지 또는 IP기록 프로그램.(4) is (3) homepage or IP recording program operated by computer.

(5) 는 일반사용자용 클라이언트 프로그램으로 구성된다(5) consists of client program for general users

(1) 컴퓨터는 유동 IP 주소를 사용하는 저렴한 케이블 TV망이나 ADSL등의 망을 사용하는 컴퓨터이다.(1) A computer is a computer using an inexpensive cable TV network using a dynamic IP address or an ADSL network.

(2) 프로그램은 운영자가 서비스하고 싶어하는 특정프로그램인데 서비스하고자 하는 기능외에 현재 컴퓨터의 IP를 알아내어 HTTP프로토콜이나 TCP/IP프로토콜로 이미 알려진 서버인 (3)서버에 접속하여 IP를 넘겨주는 기능을 포함한다.(2) The program is a specific program that the operator wants to service. Besides the function to service, it finds the IP of the current computer and connects to the server (3) which is already known as HTTP protocol or TCP / IP protocol. Include.

(3)번 고정IP를 사용하는 컴퓨터는 이미 알려진 인터넷 도메인 네임 주소를 가진 컴퓨터이다. 홈페이지 도메인 네임은 한번 설정되면 거의 바뀌지 않고 사용되기 때문에 도메인 네임만 알면 DNS를 통해 고정IP를 쉽게 알아낼 수 있다.The computer using static IP (3) has a known Internet domain name address. The homepage domain name is almost unchanged once it is set up, so if you know the domain name, you can easily find out the static IP through DNS.

(4) 프로그램은 홈페이지방식인경우 CGI나 스크립트언어로 구성되며, IP기록프로그램인 경우 특정포트를 열고 기다린다. 이들은 TCP/IP나 HTTP프로토콜을 통해 (2)프로그램이 넘겨준 IP주소를 임의의 장소나 DataBase에 기록해 놓는다.(4) The program is composed of CGI or script language in the case of homepage type, and in the case of IP recording program, it opens a specific port and waits. They record the IP address passed by the program via TCP / IP or HTTP protocol in an arbitrary place or database.

(5) 일반사용자용 클라이언트 프로그램은 서비스 받고자하는 기능외에 (4)번 프로그램이 기록해 놓은 IP주소를 조회하여 (2) 프로그램에 접속할수 있게 하는 기능을 가진다.(5) The client program for general users has the function to inquire the IP address recorded by program (4) in addition to the function to be serviced, and (2) to access the program.

ActiveX나 자바등의 웹크라우저에서 동작되는 프로그램모듈이거나 보통프로그램으로 구성된다.It is a program module that runs on web browsers such as ActiveX or Java, or it is composed of regular programs.

실제 접속이 이루어지는 과정은 다음과 같다.The actual connection process is as follows.

-서버측Server side

(1)컴퓨터 부팅시 DHCP서버로부터 유동 IP 주소를 할당받음.(1) A dynamic IP address is assigned from the DHCP server when the computer boots.

(2)프로그램 시작시 현재 컴퓨터의 IP를 알아내 HTTP프로토콜로 (4)에 넘겨주며 프로그램 중간에는 설정된 시간주기로 IP를 검사하여 변동이 있을시 위 작업 반복.(2) Find out the current computer's IP at the start of the program and pass it to the HTTP protocol (4). In the middle of the program, check the IP at the set time period and repeat the above operation if there is a change.

(4)프로그램은 (2)가 넘겨준 주소를 특정영역에 기록해 놓거나 데이터베이스에 저장한다.(4) The program records the address passed in (2) in a specific area or stores it in a database.

-클라이언트측Client side

(5) 프로그램은 시작시 (4)번이 기록해 놓은 특정위치나 데이터베이스를 조회하여(5) The program searches the specific location or database recorded by (4) at the beginning.

IP를 알아낸다.Find out the IP.

알아낸 IP로 (2)서버프로그램에 접속하여 서비스를 받는다.(2) Access the server program with the found IP and receive service.

(3)프로그램 중간에는 설정된 시간주기로 IP를 검사하여 변동이 있을시 위 작업 반복.(3) In the middle of the program, check the IP at the set time period and repeat the above operation if there is a change.

상술한 바와 같이 본 발명은 ADSL이나 케이블TV망 같은 유동 IP 주소를 사용하는 저렴한 회선에 서도 특정한 서버를 운영할 수 있다.As described above, the present invention can operate a specific server even on an inexpensive line using a dynamic IP address such as ADSL or cable TV network.

Claims (1)

유동 IP 주소 회선상에서 서버를 운영하는 방법에 있어서 서버프로그램 또는 보조프로그램 자신의 IP를 조회하여 알려진 임의의 장소에 넘기거나 기록하는 단계 ;A method of operating a server on a dynamic IP address line, the method comprising: querying an IP of a server program or an auxiliary program itself, and passing the data to an arbitrary known location; 주소가 알려진 서버에서 홈페이지 CGI나 임의 서버프로그램이 유동 IP 주소를 특정위치나 DataBase에 기록하는 단계 ;A step in which a homepage CGI or an arbitrary server program records a floating IP address in a specific location or database in a server whose address is known; 클라이언트가 주소가 알려진 서버에서 특정위치나 DataBase로부터 IP를 조회하여 원하는 유동 IP 주소서버로 접속하는 단계;A client querying an IP from a specific location or a DataBase in a server whose address is known and connecting to a desired floating IP address server; 일정 주기로 IP 주소의 변동 사항을 검사하여 변동이 있을시 위의 기록과 조회를 반복하여 주소 재설정하는 단계를 포함하는 유동 IP 주소를 이용한 서버접속 방법 및 시스템Method and system for accessing a server using a floating IP address including checking the change of IP address at regular intervals and resetting the address by repeating the above record and inquiry if there is a change
KR1020000019202A 2000-04-12 2000-04-12 A Method and System of Specific Server Program Operation Using Dynamic IP Address KR20010095814A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020000019202A KR20010095814A (en) 2000-04-12 2000-04-12 A Method and System of Specific Server Program Operation Using Dynamic IP Address

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020000019202A KR20010095814A (en) 2000-04-12 2000-04-12 A Method and System of Specific Server Program Operation Using Dynamic IP Address

Publications (1)

Publication Number Publication Date
KR20010095814A true KR20010095814A (en) 2001-11-07

Family

ID=19663778

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020000019202A KR20010095814A (en) 2000-04-12 2000-04-12 A Method and System of Specific Server Program Operation Using Dynamic IP Address

Country Status (1)

Country Link
KR (1) KR20010095814A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030097065A (en) * 2002-06-19 2003-12-31 (주)네비텔레콤 Method for recognizing a dynamic IP as a static IP

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030097065A (en) * 2002-06-19 2003-12-31 (주)네비텔레콤 Method for recognizing a dynamic IP as a static IP

Similar Documents

Publication Publication Date Title
US10999384B2 (en) Method and system for identifying website visitors
US7310686B2 (en) Apparatus and method for transparent selection of an Internet server based on geographic location of a user
US5974453A (en) Method and apparatus for translating a static identifier including a telephone number into a dynamically assigned network address
US7984186B2 (en) Method, system, and apparatus for discovering user agent DNS settings
US6195691B1 (en) Method and apparatus for creating and using dynamic universal resource locators
JP2008507057A (en) Improved user interface
US20060218289A1 (en) Systems and methods of registering and utilizing domain names
EP1504374A1 (en) Automatic proxy detection
KR19990044848A (en) Web page personalization method and cystomer based on requestor type
US7783751B2 (en) Communication system, proxy server, method of controlling same and control program therefor
CA2429761A1 (en) Targeted web page redirection
JP2012503239A (en) Apparatus and method for extracting information from apparatus
KR20010095814A (en) A Method and System of Specific Server Program Operation Using Dynamic IP Address
JP3709558B2 (en) Web server publishing method, system and program
US10958617B2 (en) Systems and methods for using domain name system context based response records
CN110855782B (en) Service calling system, method, electronic equipment and readable storage medium
KR100321926B1 (en) Media that can record computer programs to service information and/or services using direct access mode, and system thereof
WO2002013057A1 (en) Network address resolution
EP2647179A1 (en) Service access apparatus, method, computer program and computer program product for selective initiation of communication
JP5573835B2 (en) DNS name resolution system, override agent, DNS name resolution method
WO2015160437A1 (en) System for identifying current internet protocol address for a remote comuting device
KR20040076852A (en) Surveillance system via the internet
KR101963181B1 (en) AD System with Web Proxy Server and Its Method
KR20000012595A (en) Method and system for direct forwarding service
US20070076695A1 (en) Method and apparatus for translating a telephone number to a packet network address in a soft modem

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination