KR100213475B1 - Method of realizing a videotex service for providing an image information - Google Patents

Method of realizing a videotex service for providing an image information Download PDF

Info

Publication number
KR100213475B1
KR100213475B1 KR1019930005229A KR930005229A KR100213475B1 KR 100213475 B1 KR100213475 B1 KR 100213475B1 KR 1019930005229 A KR1019930005229 A KR 1019930005229A KR 930005229 A KR930005229 A KR 930005229A KR 100213475 B1 KR100213475 B1 KR 100213475B1
Authority
KR
South Korea
Prior art keywords
data
videotex
server
information
received
Prior art date
Application number
KR1019930005229A
Other languages
Korean (ko)
Other versions
KR940023255A (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 KR1019930005229A priority Critical patent/KR100213475B1/en
Publication of KR940023255A publication Critical patent/KR940023255A/en
Application granted granted Critical
Publication of KR100213475B1 publication Critical patent/KR100213475B1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

본 발명은 비디오텍스서버의 구현방법에 관한 것으로, 소규모 정보제공자가 기대에 부응하기 위해 UNIX의 파일시스템을 사용하여 정보의 저장 및 검색이 이루어지도록 함으로써 소형기계에 적합학 저렴한 서버를 설계할 수 있다.The present invention relates to a method for implementing a videotex server. In order to meet expectations, a small information provider can design a server suitable for small machines by storing and retrieving information using a file system of UNIX. .

본 발명에 따른 서버는 초기화후 수신할 데이타가 있는지 전송할 데이타가 있는지를 조사하고, 수신할 데이타가 있으면 그것을 받아들이고 채널을 분석한 후 응용프로그램모듈을 위한 데이타인지를 판별하여 응용프로그램으로 갈 데이타이면 수신된 데이타를 메세지큐로 전달하고 아니면 트리검색을 한 후 해당 프레임을 전송하고 전송할 데이타가 있는 경우 메세지큐로부터 데이타를 전달받아 채널을 분석하고 적절한 포트로 데이타를 전송하는 기능을 수행한다.The server according to the present invention checks whether there is data to be received or data to be transmitted after initialization, and if there is data to be received, receives it, analyzes a channel, determines whether it is data for an application program module, and receives data if it is going to an application program. It transfers the data to the message queue or transmits the corresponding frame after searching the tree. If there is data to be transmitted, it receives the data from the message queue and analyzes the channel and transmits the data to the appropriate port.

Description

화상정보제공을 위한 비디오텍스서버의 구현방법Implementation Method of Videotex Server for Image Information

제1도는 비디오텍스 시스템의 구성을 개략적으로 나타낸 도면.1 is a diagram schematically showing the configuration of a videotex system.

제2도는 본 발명에 따른 비디오텍스서버의 기능수행과정을 나타낸 흐름도.2 is a flowchart illustrating a function performance process of a videotex server according to the present invention.

제3도는 서버를 구성하는 입출력모듈에서 데이타흐름을 간략하게 나타낸 도면.3 is a view briefly illustrating a data flow in an input / output module constituting a server.

제4도는 입력처리모듈에서 데이타흐름을 구체적으로 나타낸 도면.4 is a view showing in detail the data flow in the input processing module.

제5도는 출력처리모듈에서 데이타흐름을 구체적으로 나타낸 도면.5 is a view showing in detail the data flow in the output processing module.

제6도는 본 발명에 따른 비디오텍스서버의 상태천이도.6 is a state transition diagram of a videotex server according to the present invention.

제7a, b도는 서버의 메세지 심벌테이블 및 상태심벌테이블을 나타낸 도면.7A and 7B show a message symbol table and a state symbol table of a server.

제8도는 서버의 상태천이테이블을 나타낸 도면.8 shows a state transition table of a server.

제9a도 내지 제9c도는 함수테이블, 페이지테이블, 페이지테이블인덱스를 각각 나타낸 도면.9A to 9C show function tables, page tables, and page table indexes, respectively.

* 도면의 주요부분에 대한 부호의 설명* Explanation of symbols for main parts of the drawings

10 : 비디오텍스서버 20 : 비디오텍스터미널10: Videotex Server 20: Videotexture Terminal

30 : 전화망 40 : 패킷망30: telephone network 40: packet network

50 : 망접속패드 60 : 프로토콜변환기50: network connection pad 60: protocol converter

70 : 데이타베이스70: database

본 발명은 비디오텍스서비스(videotex service)를 제공하기 위한 비디오텍스서버(videotex server)의 기능실현방법에 관한 것으로, 더 구체적으로는 운영체제(operating system)로서 UNIX를 채용하는 인텔(Intel) 80386 또는 80486 시스템과 같은 수준의 시스템에서 비디오텍스 서비스를 제공할 수 있는 방법에 관한 것이다.The present invention relates to a method of realizing a function of a videotex server for providing a videotex service. More specifically, the present invention relates to an Intel 80386 or 80486 employing UNIX as an operating system. The present invention relates to a method for providing a videotex service in a system at the same level as the system.

비디오텍스시스템은 일반적인 정보제공시스템과 유사한 기능을 갖고 있지만, 양자간에는 일반정보제공시스템이 텍스트(text) 형태의 정보만을 제공하는 반면 비디오텍스시스템은 이미지(image), 그래픽(graphics) 및 텍스트형태의 정보들을 다양하게 제공할 수 있는 차이점이 있다.The videotex system has functions similar to the general information providing system, but between them, the general information providing system only provides information in the form of text, while the videotex system uses images, graphics and text forms. There is a difference that can provide a variety of information.

따라서, 비디오텍스시스템은 일반정보제공시스템에 비해 급증하는 정보사용자들의 요청을 효과적 충족시킬 수 있다.Accordingly, the videotex system can effectively meet the increasing demands of information users compared to the general information providing system.

또한, 비디오텍스시스템은 데이타베이스(data base)를 사용하여 복수의 사용자가 동시에 여러가지 정보를 공유할 수 있는 환경을 제공하므로 사용자들에게 폭넓고 다양한 서비스를 빠르게 제공할 수 있다.In addition, the Videotex system provides an environment in which a plurality of users can share various information at the same time by using a database, thereby providing a wide variety of services to users quickly.

그러나, 정보의 공급 및 수요의 구조가 점차 고도화 되어감에 따라 정보공급의 형태에 있어서, 특정 제공자가 모든 정보를 집중적으로 관리하는 경우에는 막대한 자본이 소요되고 급변하는 정보의 공급에 효율적으로 대처할 수 없는 실정이다.However, as the structure of supply and demand of information is becoming more advanced, in the form of information supply, when a specific provider manages all the information intensively, a huge amount of capital is required and it can cope with the supply of rapidly changing information efficiently. There is no situation.

따라서, 오늘날에는 급속도로 변화되는 정보에 대한 수요를 충족시키기 위해 다양한 정보를 신속하게 공급할 수 있는 소규모의 많은 정보제공자들이 필요한 실정이다.Therefore, there is a need for many small information providers who can supply various information quickly to meet the demand for rapidly changing information.

그러나, 소규모의 정보제공자들 각각의 입장에서 고려해 볼때, 각자가 갖고 있는 정보의 양은 상술한 집중정보관리체계와 비교할때 극히 소량에 불과하며 자본 또한 영세하므로, 대형 정보서비스체계에 적합하도록 구축된 종래의 비디오텍스서버를 그대로 사용한다는 것은 비경제적일 뿐만아니라 서버의 정보관리능력을 최대로 활용할 수 없는 문제점들을 야기시키게 된다.However, from the standpoint of each small information provider, the amount of information they have is very small compared to the centralized information management system described above, and the capital is also small. Using the Videotex server as it is not only uneconomical, it also causes problems that can't take full advantage of the server's information management capabilities.

따라서, 소규모의 비디오텍스서비스를 제공하기 위한 사업을 하는 영세정보제공자에게는 소형의 서버가 반드시 필요하다.Therefore, a small server is essential for a small information provider who is doing business to provide a small videotex service.

본 발명은 이와 같은 요구를 충족시키기 위한 것으로서, 소형기계에 적합한 비디오텍스서버의 구현방법을 제공하는 것을 목적으로 한다.An object of the present invention is to provide a method for implementing a videotex server suitable for a small machine.

본 발명의 다른 목적은 각 사용자에 대한 정보를 관리하여 복수의 사용자가 동시에 서비스를 제공받을 수 있도록 하는 것이다.Another object of the present invention is to manage information about each user so that a plurality of users can be provided with the service at the same time.

본 발명의 또 다른 목적은 데이타의 저장 및 검색을 위해 UNIX의 화일시스템(file system)을 사용하는 비디오텍스서버의 구현방법을 제공하는 것이다.It is still another object of the present invention to provide a videotex server implementation method using a UNIX file system for storing and retrieving data.

이상과 같은 목적들을 달성하기 위해 본 발명에 따른 비디오텍스서빙방법은 각종의 테이블(table)들 및 큐(queue)들을 초기화하고 스케쥴링(schduling)하는 단계와, 입력될 데이타가 있는지 출력될 데이타가 있는지를 검토하는 단계와, 들어올 데이타가 있으면 채널(channel)을 분석하여 상기 들어올 데이타가 응용프로그램(application program)으로 전달될 데이타라고 판명되면 메세지 큐(message queue)로 데이타를 전달하고 아니면 트리(tree)를 검색한 후 해당 프레임을 사용자측으로 전송하는 단계와, 상기 나갈 데이타가 있는 경우 상기 메세지큐로부터 데이타를 전달받고 상기 채널을 분석하여 사용자측으로 데이타를 전송하는 단계를 포함하는 것이 특징이다.In order to achieve the above objects, the videotex serving method according to the present invention comprises the steps of initializing and scheduling various tables and queues, whether there is data to be input or whether there is data to be output. Examine the channel, and if there is incoming data, analyze the channel and if the incoming data is found to be delivered to the application program, transfer the data to the message queue, or tree And searching for and transmitting the corresponding frame to the user side, and receiving the data from the message queue if there is outgoing data, analyzing the channel, and transmitting the data to the user side.

이제부터 첨부된 도면들을 참조하면서 본 발명에 따른 비디오텍스서버에 대하여 설명하겠다.A videotex server according to the present invention will now be described with reference to the accompanying drawings.

제1도는 본 발명에 따른 비디오텍스시스템의 전체구성을 나타낸 것으로, 본 발명에 따른 비디오텍스 시스템은 운영체제를 UNIX로 하는 386 또는 486시스템을 기준으로 하는 서버와, 전화망과, 공중망을 위한 X.25프로토콜(Multix 25)을 지원하는 부가적인 통신장비들로 이루어진다.FIG. 1 shows the overall configuration of a videotex system according to the present invention. The videotex system according to the present invention is based on a 386 or 486 system using UNIX as an operating system, a X.25 server for a telephone network, and a public network. It consists of additional communication devices that support the protocol (Multix 25).

제1도에서, 참조번호 10으로 나타낸 것이 비디오텍스서버이고, 20은 비디오텍스터미널(videotex terminal)이고, 30은 비디오텍스터미널(20)과 연결되는 전화망(public switched telephone network : PSTN)이며, 40은 패킷망(packed switched data network : PSDN), 50은 전화망(30)과 패킷망(40)을 연결하는 패드(PAD), 60은 비디오텍스서버(10)와 패킷망(40)간의 데이타를 교환할 수 있도록 하기 위해 전송자의 통신프로토콜을 수신자의 프로토콜의 대응부분에 적응시키는 프로토콜변환기(protocol converter)이다.In FIG. 1, reference numeral 10 denotes a videotex server, 20 is a videotex terminal, 30 is a public switched telephone network (PSTN) connected to the videotexterminal 20, 40 Is a packet switched data network (PSDN), 50 is a pad (PAD) connecting the telephone network 30 and the packet network 40, and 60 is a data exchange server 10 and the packet network 40 to exchange data. A protocol converter that adapts the sender's communication protocol to the corresponding part of the receiver's protocol.

본 발명에 따른 비디오텍스시스템의 소프트웨어구조를 살펴보면, 크게 4가지의 모듈(제1도 참조) 즉, 통신모듈(11), 정보관리모듈(12), 비디오텍스 API모듈(videotex Application Programming Interface)(13), 응용프로그램모듈(14)로 구성되며, 이 모듈들의 기능을 살펴보면 다음과 같다.Looking at the software structure of the videotex system according to the present invention, there are largely four modules (see FIG. 1), that is, the communication module 11, the information management module 12, the videotex application programming interface ( 13), consisting of an application program module 14, the function of these modules is as follows.

먼저, 통신모듈(11)은 망(network)과 관련된 부분으로 X.25 공중망과 연결이 가능하고 비동기방식의 다중통신도 지원한다. 이와 같이 X.25 공중망과 연결됨으로써 많은 사용자들이 동시에 정보서비스를 제공받을 수 있게 하고, 비동기방식의 직접통신을 허락함으로써 터미널을 비디오텍스시스템과 직접 접속하여 사용하는 환경도 제공한다.First, the communication module 11 is a part related to the network, and can be connected to the X.25 public network and also supports asynchronous multiple communication. Thus, by connecting with X.25 public network, many users can be provided with information service at the same time, and by providing asynchronous direct communication, it provides environment to connect terminal to Videotex system directly.

또한, 이 모듈은 응용프로그램을 지원하기 위해서 입출력 API를 제공함으로써 정보제공자가 필요로 하는 응용프로그램의 작성을 용이하게 한다.In addition, the module provides input / output APIs to support application programs, making it easy to write application programs needed by information providers.

정보관리모듈(12)은 상용 데이타베이스(70)를 사용할 수도 있으나 이 경우에는 정보처리의 효율(처리속도)이 떨어지므로, 소형 비디오텍스시스템의 정보관리용 데이타베이스를 UNIX의 화일 시스템으로 구축함으로써 정보검색 등 비디오텍스서버에 요구되는 기능이 신속하게 제공될 수 있게 한다.The information management module 12 may use a commercial database 70. However, in this case, since the efficiency (processing speed) of information processing decreases, the information management database of the small videotex system is constructed as a file system of UNIX. It enables to provide the functions required for Videotex Server such as information retrieval quickly.

비디오텍스는 일반 ASCII데이타와는 달리 그래픽이 포함된 문자정보들을 취급하므로 응용프로그램을 제공하기 위해서는 비디오텍스 표현코드를 다룰 수 있는 API가 요구된다.Unlike normal ASCII data, Videotex handles character information including graphics, so an API that can handle videotex representation codes is required to provide an application program.

따라서, 본 시스템의 비디오텍스서버(10)는 NAPLPS(North America Presentation Level Protocol Systax)를 시스템운영자들이 손쉽게 응용프로그램에 이용할 수 있도록 C 라이브러리 형태의 비디오텍스용 API(13)를 제공한다.Accordingly, the videotex server 10 of the present system provides an API 13 for videotex in the form of a C library so that system operators can easily use NAPLPS (North America Presentation Level Protocol Systax) for application programs.

한편, 본 API(13)는 ASCII형태로 저장된 데이타를 그대로 활용할 수 있도록 하는 유틸리티(utility)도 제공한다.On the other hand, the API 13 also provides a utility for utilizing the data stored in ASCII form as it is.

통상, 비디오텍스서버는 많은 종류의 서비스들을 제공할 수 있는데, 본 비디오텍스서버(10)에서는 주로 X.400 MHS(Message Handling System)을 채용하여 전자게시판(Bulletine Board System), 전자메일(Electronic Mail)등과 같은 메세지전송을 위한 응용 프로그램들을 제공하는데, 이러한 응용프로그램들은 본 비디오텍스서버(10)의 API(13)를 이용하여 구현된다.In general, the Videotex server can provide many kinds of services. In the Videotex server 10, the X.400 MHS (Message Handling System) is mainly adopted, such as a bulletin board system and an electronic mail. Application programs for message transmission, etc., which are implemented using the API 13 of the present Videotex Server 10.

제2도는 본 발명에 따른 비디오텍스서버의 기능수행방법을 나타낸 흐름도로서, 이제부터 이를 참조하면서 본 발명에 따라 비디오텍스서비스가 어떻게 제공되는지에 대하여 상세히 설명하겠다.2 is a flowchart illustrating a function of a videotex server according to the present invention, which will now be described in detail with reference to the videotex service according to the present invention.

기능적인면에서, 비디오텍스서버(10)를 구축하는 소프트웨어는 크게 나누어 다시 세가지의 부분으로구분할 수 있는데, 그 첫번째 부분은 외부와의 통신을 담당하는 부분이고, 그 두번째 부분은 트리검색(tree navigation)을 지원하는 부분이며, 마지막 부분은 응용프로그램들과 외부통신모듈들을 연결시켜 주는 부분이다.In functional terms, the software for building the Videotex server 10 can be divided into three parts, the first part of which is responsible for communication with the outside and the second part of the tree navigation. The last part is the part that connects application programs and external communication modules.

통신소프트웨어의 메인프로세스(main process)가 하는 일은 먼저 자신이 사용하게 될 테이블들 및 큐들을 초기화시키고 그 다음으로 스케쥴링을 수행하게 된다(S11).The work performed by the main process of the communication software first initializes the tables and queues to be used and then performs scheduling (S11).

스케쥴링에 의해 입력처리부분과 출력처리부분이 교대로 수행되는데, 입력처리모듈은 시스템의 tty포트로부터 들어오는 패킷(packet)들을 받아서 그것의 형태에 상응한 처리를 수행하거나, 트리검색기능을 제공하거나, 또는 소정의 패킷이 목적하는 응용프로세스(application process)들로 전달되도록 하는 일을 담당하며, 출력처리모듈은 응용프로세스들로 부터 패킷을 받아서 상기 tty포트로 보내는 일을 담당하게 된다. 다중망 X.25 프로토콜이 서버와 데이타를 주고 받기 위해서 사용하는 패킷의 형태는 제7도에 나타낸 표(A)와 같다.By scheduling, the input processing part and the output processing part are performed alternately. The input processing module receives packets from the tty port of the system and performs processing corresponding to its type, or provides a tree search function, Or it is responsible for the delivery of a predetermined packet to the desired application process (application process), the output processing module is responsible for receiving the packet from the application process and sending it to the tty port. The packet types used by the multi-network X.25 protocol to send and receive data with the server are shown in Table (A) in Figure 7.

패킷의 종류에 따라서 메인프로세스에서 관리하는 상태의 변화가 생기거나 데이타의 전달이 이루어진다.Depending on the type of packet, a change of state managed by the main process occurs or data is transferred.

메인프로세스가 관리하는 채널접속관리상태를 정의하여 제6도 및 제8도에 나타내었는데, 제8도의 상태천이표(State Transition Table)는 제4도 및 제5도의 데이타흐름도에서 상태분석(State Analysis)루틴이 참조하는 F-table(function table)에 포함되어 상태를 관리하게 된다.The channel access management state managed by the main process is defined and shown in FIGS. 6 and 8. The state transition table of FIG. 8 shows the state analysis in the data flow diagrams of FIGS. It is included in the F-table (function table) referenced by the routine to manage its state.

제6도의 상태천이도를 살펴보면, 일반적인 데이타전송은 접속상태(connected state)에서 이루어지고, 어떤 채널이 데이타를 처리하는 양보다 들어오는 데이타량이 많아 오버플로우(overflow)가 일어나는 것을 방지하기 위해 비지(Busy)패킷을 이용한다.Referring to the state transition diagram of FIG. 6, the general data transmission is performed in the connected state, and the busy data is prevented in order to prevent overflow due to a large amount of incoming data than the amount of a channel processing data. Use packets.

비지패킷을 상대방으로 (X.25 공중망에서 메인프로세스로, 또는 메인프로세스에서 X.25공중망으로) 보내면 비지패킷을 받은 쪽에서는 어베일(Avail)패킷을 받을때 까지 그 채널로 보내야 할 데이타를 보유(holding)하고 있게 된다.When a busy packet is sent to the other party (from X.25 public network to main process, or from main process to X.25 public network), the receiving party retains data to send to the channel until it receives an avail packet. You are holding.

본 비디오텍스시스템에서는, 제7b도와 같이, 로컬홀드(Local Hold)는 서버쪽에서 비지패킷을 보낸 상태(S2)로서 정의하고, 리모트홀드(Remote Hold)는 X.25 다중망쪽에서 비지패킷을 보낸 상태(S3)로서 정의한다.In this videotex system, as shown in Fig. 7b, Local Hold is defined as S2 sending busy packets from the server side, and Remote Hold is sending busy packets from the X.25 multiplex network side. It is defined as (S3).

접속이 끝나거나 시작하기 전의 상태는 아이들(Idle)상태(S0)로 정의하고 Call, Call_confirm 메세지를 받은 후에 접속상태(S1)로 전환된다.The state before the connection is terminated or started is defined as an idle state S0. After receiving Call and Call_confirm messages, the state is switched to the connected state S1.

이러한 상태들은 각 채널마다 하나씩 존재하고 메인프로세스가 이들을 테이블형태로 관리한다.These states exist one for each channel, and the main process manages them in table form.

X.25공중망과 서버가 데이타를 주고받기 위해 사용하는 테이블에는 함수테이블(F_table), 페이지테이블(Page table), 페이지테이블인덱스(Page Table Index)등이 있는데, 제9a도 내지 9c도를 참조하면서 이들의 기능에 대해 상세히 설명하면 다음과 같다.The tables used by the X.25 public network and the server to exchange data include function tables (F_table), page tables, and page table indexes. Referring to FIGS. 9A to 9C, A detailed description of these functions is as follows.

먼저, 함수테이블(제9a도 참조)은 현재의 접속상태에 따른 기능을 정의해 놓은 테이블로서, 각 상태에 따라 호출할 함수루틴들이 정의 되어 있다.First, the function table (see Fig. 9a) is a table that defines the function according to the current connection state, and the function routines to be called according to each state are defined.

페이지테이블(제9b도 참조)은 트리검색(Tree Navigation)을 지원하기 위해서 사용되는 테이블로서, 이름(Name)항목은 논리프레임(Logical Frame)의 이름이 되고, 형태(Type) 항목은 페이지의 속성을 정의하는 항목으로 일반적인 화면정보를 갖는 페이지나 외부 응용프로그램을 수행해야 하는 실행페이지(action page)들을 정의한다.The page table (see Figure 9b) is used to support tree navigation. The Name item is the name of the logical frame, and the Type item is the property of the page. This item defines the page having general screen information or action pages that should execute external application program.

이때, 형태(Type)항목이 실행페이지인 경우, 이름항목에 들어갈 내용은 응용프로그램의 이름이 된다.In this case, when the Type item is an execution page, the content to be included in the name item is the name of the application program.

키워드(Keyword)항목은 사용자가 키워드의 검색을 요구하는 경우 키워드에 해당하는 페이지를 보여주기 위해 사용된다. 다음(Next)항목 및 도움말(Help)항목은 다음키(Next Key) 및 도움말키(Help Key)를 눌렀을 때 가야하는 페이지를 나타낸다. 전송항목(Send[1]....[9])은 사용자가 번호를 치고 실행키를 쳤을 때 가야 하는 페이지를 나타내고, 오류(error)항목은 잘못된 입력이 들어온 경우에 가야하는 페이지를 나타낸다. 마지막으로, CalChoice항목은 10번 이상의 번호를 치고 실행키를 눌렀을 경우 가야하는 페이지를 정의해 놓은 항목이다.The Keyword item is used to show the page corresponding to the keyword when the user requests a keyword search. Next and Help items indicate the page to go to when the Next and Help Keys are pressed. The send item (Send [1] .... [9]) indicates the page to go to when the user dials the number and executes the key, and the error item indicates the page to go to when an incorrect entry is made. Finally, CalChoice item defines the page to go to when you press more than 10 times and press the Execute key.

이상과 같이 정의되는 하나의 페이테이블에 들어가는 정보들은 VAP(Videotex Access Point)에서 선택하는 하나의 서비스가 해야 할 모든 기능을 포함하고 있어야 한다.The information contained in one pay table defined as above should include all functions that a single service selected from VAP (Videotex Access Point) should do.

따라서, 서버는 여러가지의 서비스를 제공할 수 있으므로, 서버내에 존재하는 페이지테이블의 갯수는 서버가 제공하는 서비스의 가지수와 동일하게 된다.Therefore, since the server can provide various services, the number of page tables existing in the server is equal to the number of services provided by the server.

페이지테이블인덱스(제9c도 참조)는 사용하는 페이지테이블의 어드레스를 제공하는 기능을 수행하는 것으로, 초기작업때 그 서버에서 제공하는 서비스들을 정의해 놓은 페이지테이블의 이름을 읽고 그에 해당하는 페이지테이블을 만들때 그 테이블의 어드레스를 가리키게 된다.The page table index (see also 9c) performs the function of providing the address of the page table to be used. In the initial operation, the page table name that defines the services provided by the server is read and the corresponding page table is read. When you create it, it points to the address of the table.

제3도는 최기화후에 수행하는 스케쥴링시 메인프로세스내에서 주요모듈 사이의 데이타흐름(data flow)을 개략적으로 나타낸 것이다.3 schematically shows the data flow between main modules in the main process during scheduling after initializing.

제2도에서, 단계 S13 내지 S20은 입력처리모듈의 기능수행과정을 단계별로 나타낸 것이고, 단계 S22 내지 S24는 출력처리 모듈의 기능수행과정을 단계별로 나타낸 것이다.In FIG. 2, steps S13 to S20 show step by step performing the function of the input processing module, and steps S22 to S24 show step by step performing the function of the output processing module.

제4도 및 제5도는 상기 입력처리모듈의 데이타흐름 및 상기 출력처리모듈의 데이타흐름을 보다 구체적으로 나타낸 것이다.4 and 5 show the data flow of the input processing module and the data flow of the output processing module in more detail.

초기화 및 스케쥴링이 완료되면 겟패킷루틴(GET PACKET routine)이 tty포트로부터 데이타를 읽어 오는데 이 루틴이 읽어올 데이타가 tty포트에 존재하는지 여부를 조사하게 된다(S12). 읽어올 데이타가 존재하는 경우 데이타를 받아들이고(S13), 콜 리퀘스트(Call Request)패킷이 들어오면 그 패킷의 채널을 분석하고, 사용자데이타필드(User Data Field)항목을 확인하여 VAP(Videotex Access Point)로 들어온 사용자의 요구서비스가 본 서버에서 제공하는 것인지를 먼저 확인하고 그에 해당하는 경우 그 채널에 맞는 UCB(User Control Block)에 페이지테이블인덱스(Page tabel Index)에 관한 정보를 저장시킨다(S14).When the initialization and scheduling is completed, the get packet routine (GET PACKET routine) reads data from the tty port, and the routine checks whether the data to be read exists in the tty port (S12). If there is data to be read, the data is accepted (S13), when a call request packet is received, the channel of the packet is analyzed, and the user data field item is checked to confirm the VAP (Videotex Access Point). First, it is checked whether the requested service of the user provided by the server is provided by the server, and if the corresponding information is stored in the UCB (User Control Block) for the channel (Page tabel Index) is stored (S14).

이어 받아들인 데이타패킷이 응용프로그램모듈로 갈 것인지 여부를 판별하여 (S15), 내부 응용프로그램모듈로 갈 것이면 데이타패킷을 메세지큐로 전달하고(S16), 외부응용프로그램모듈로 갈 것이면 To Application 루틴을 수행시킨다(제4도 참조).Then, it is determined whether the received data packet goes to the application program module (S15), and if it goes to the internal application module, the data packet is transferred to the message queue (S16). (See Figure 4).

받아들인 데이타패킷이 응용프로그램모듈로 갈 것이 아니면 트리검색(Tree Navigation)루틴을 수행시킨다(S17).If the received data packet does not go to the application program module, a tree search routine is executed (S17).

입력처리모듈(제4도 참조)의 트리검색(Tree Navigation)루틴을 비디오텍스의 특징인 화면단위의 그래픽정보를 보여주는 기능을 담당하는 부분으로서 주기능을 구체적으로 설명하면 다음과 같다.The tree navigation routine of the input processing module (see FIG. 4) is responsible for displaying graphic information of the screen unit, which is a characteristic of Videotex, and the main functions will be described in detail as follows.

트리검색루틴은 사용자가 입력한 키(Key)값을 분석하는 키패드(Key Pad)분석기능과, 사용자키패드에 의해 요구된 논리프레임(logical frame)이름을 읽고 그에 해당하는 물리프레임(physical frame)들을 알아내어 전송하는 프레임전송(Frame Send)기능과, 각 사용자별로 다음키, 실행키 등에 의해서 보여진 페이지들의 경로를 스택(Stack)에 저장(Push)시키는 경로저장기능과, 지정된 시간후에 액션(action)이 일어나도록 하기 위한 타이머기능등을 제공한다.The tree search routine has a Key Pad analysis function that analyzes key values entered by the user, and reads the logical frame names requested by the user keypad, and displays the corresponding physical frames. Frame send function to find and transmit, path saving function to push the path of pages shown by next key, execution key, etc. for each user to stack, and action after specified time It provides a timer function to make this happen.

이상과 같은 기능외에도 외부응용프로그램을 호출시켜주는 기능도 필요하게 되는데 이러한 기능은 인보우크 차일드(INVOKE CHILD)루틴으로부터 제공받게 된다.In addition to the functions described above, a function that calls an external application is also required. This function is provided by an INVOKE CHILD routine.

트리검색(S17)이 완료된 후에는 검색이 끝난 페이지가 실행할 프로그램인지 du부를 판별하고(S18), 실행할 프로그램이라고 판명되면 프로그램을 실행시킨다(S19).After the tree search (S17) is completed, it is determined whether the searched page is a program to be executed du (S18), and if it is found to be a program to be executed, the program is executed (S19).

트리검색후 실행할 프로그램이 없으면(단계 S18에서 '아니오'이면) 트리검색의 결과에 해당하는 프레임을 tty포트로 전송한다(S20).If there is no program to be executed after the tree search (No in step S18), a frame corresponding to the result of the tree search is transmitted to the tty port (S20).

tty포트로 나갈 데이타가 존재하는 경우(S21에서 '예'이면) 메세지큐로부터 데이타를 전달받고(S22) 채널을 분석하여(S23) 해당 채널로 상기 메세지큐로부터 전달받은 데이타를 전송한다(S24).If there is data to go out to the tty port (YES in S21), the data is received from the message queue (S22), the channel is analyzed (S23), and the data received from the message queue is transmitted to the corresponding channel (S24). .

상술한 바와 같은 서버의 입력처리 및 출력처리는 종료하라는 지시가 있을 때까지 계속된다(S25).Input processing and output processing of the server as described above continue until an instruction to end (S25).

이상에서 설명된 바와 같이 본 발명에 따른 비디오텍스서버는 상용데이타베이스를 사용하지 않고 UNIX의 화일시스템을 사용하여 소형기종에 적합하도록 설계됨으로써 기존의 서버에 비해 가격이 저렴하여 소자본의 사업가가 비디오텍스서비스사업을 할 수 있으며, 기존의 전화망(PSTN) 및 패킷망(PSDN)을 그대로 사용할수 있으므로 여러 사용자들이 동시에 사용할 수도 있다.As described above, the videotex server according to the present invention is designed to be suitable for a small model using a UNIX file system without using a commercial database. The service business can be used, and existing telephone network (PSTN) and packet network (PSDN) can be used as it is, so that multiple users can use it at the same time.

Claims (1)

화상정보를 제공하기 위한 비디오텍스시스템에서 서버의 기능수행방법에 있어서, 각종 테이블들 및 큐들을 초기화하고 스케쥴링을 수행하는 단계와, 포트로부터 수신할 데이타가 있는지 그리고 상기 포트로 전송할 데이타가 있는지 여부를 조사하는 단계와, 상기 포트로부터 수신할 데이타가 있는 경우에는 데이타를 수신한 후 채널을 분석하고 상기 수신데이타가 내부 응용프로그램모듈을 위한 데이타인지 여부를 판별하는 단계와, 상기 수신데이타가 상기 내부응용프로그램모듈을 위한 데이타라고 판명되면 상기 수신데이타를 메세지큐로 전달하고 아니라고 판명되면 트리검색을 수행한 후 검색이 끝난 페이지가 실행할 외부응용프로그램인지 여부를 판별하는 단계와, 상기 페이지가 상기 실행할 프로그램이면 그것을 실행시키고 아니면 해당 프레임을 상기 포트로 전송하는 단계와, 상기 전송할 데이타가 존재하는 경우에는 상기 메세지큐로부터 전송데이타를 전달받고 채널을 분석한 후 상기 전송데이타를 포트로 전송하는 단계를 포함하는 것을 특징으로 하는 화상정보제공을 위한 비디오텍스서버의 구현방법.A method of performing a function of a server in a videotex system for providing image information, the method comprising: initializing and scheduling various tables and queues, whether there is data to be received from a port, and whether there is data to be transmitted to the port. Investigating, if there is data to be received from the port, analyzing the channel after receiving the data, and determining whether the received data is data for an internal application program module, and the received data is the internal application. If it is determined that the data for the program module is transmitted, the received data is transmitted to the message queue, and if it is determined that the data is not determined, the tree search is performed to determine whether the searched page is an external application to be executed, and if the page is the program to be executed. Run it or And transmitting the transmission data to the port after receiving the transmission data from the message queue and analyzing the channel if there is data to be transmitted. Implementation method of Videotex Server.
KR1019930005229A 1993-03-31 1993-03-31 Method of realizing a videotex service for providing an image information KR100213475B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019930005229A KR100213475B1 (en) 1993-03-31 1993-03-31 Method of realizing a videotex service for providing an image information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019930005229A KR100213475B1 (en) 1993-03-31 1993-03-31 Method of realizing a videotex service for providing an image information

Publications (2)

Publication Number Publication Date
KR940023255A KR940023255A (en) 1994-10-22
KR100213475B1 true KR100213475B1 (en) 1999-08-02

Family

ID=19353174

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019930005229A KR100213475B1 (en) 1993-03-31 1993-03-31 Method of realizing a videotex service for providing an image information

Country Status (1)

Country Link
KR (1) KR100213475B1 (en)

Also Published As

Publication number Publication date
KR940023255A (en) 1994-10-22

Similar Documents

Publication Publication Date Title
US5802526A (en) System and method for graphically displaying and navigating through an interactive voice response menu
US6150962A (en) Predictive data entry method for a keyboard
CN100586211C (en) Method and system for implementing real name calling service based on mobile terminal client terminal module
KR100243637B1 (en) Computer server system
US6430409B1 (en) Method and architecture for an interactive two-way data communication network
JP3099277B2 (en) Method and apparatus for communicating with a telecommunications terminal
US6775660B2 (en) User-oriented method and system for database query
US7990954B2 (en) Method and apparatus for controlling telephone calls using a computer assistant
US20040243939A1 (en) Method, system and program product for display management of web page phone/fax numbers by a data processing system
US20050226229A1 (en) Method and apparatus for co-socket telephony
EP0647381A1 (en) Call distributor
US5574888A (en) A method and apparatus for establishing compatibility between communication applications producing at commands and a telephony application programming interface
JP2001142798A (en) System for providing multi-media additional value service
US6285683B1 (en) Method and apparatus for providing extended capability telephone services via an automated server
US5802307A (en) Network communications subsystem and method for digital computer system employing protocol stack having diverse lower-level network driver components optimized for each of base and enhance operating systems
KR100213475B1 (en) Method of realizing a videotex service for providing an image information
US6473496B1 (en) Method for handling telephone commands
Lin et al. Broadband service creation and operations
KR0132942B1 (en) Isdn service search method
JP2517626B2 (en) Communications system
JP2001216210A (en) Mail communication system, mail receiver, mail transmitter, and storage medium
US20020129120A1 (en) Method and apparatus of gateway aggregate
KR0176636B1 (en) Apparatus for applying the multiple communication network of a pc video phone
AU691667B2 (en) A method to structure call processing and a call processing switching system for telephony
JP3227310B2 (en) Simple service selection method for multimedia information service system

Legal Events

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

Payment date: 20080429

Year of fee payment: 10

LAPS Lapse due to unpaid annual fee