KR20020069452A - Method for point to point protocol support for asynchronous transfer mode system - Google Patents

Method for point to point protocol support for asynchronous transfer mode system Download PDF

Info

Publication number
KR20020069452A
KR20020069452A KR1020010009773A KR20010009773A KR20020069452A KR 20020069452 A KR20020069452 A KR 20020069452A KR 1020010009773 A KR1020010009773 A KR 1020010009773A KR 20010009773 A KR20010009773 A KR 20010009773A KR 20020069452 A KR20020069452 A KR 20020069452A
Authority
KR
South Korea
Prior art keywords
point
protocol
ppp
frame
relay interface
Prior art date
Application number
KR1020010009773A
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 KR1020010009773A priority Critical patent/KR20020069452A/en
Publication of KR20020069452A publication Critical patent/KR20020069452A/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/54Store-and-forward switching systems 
    • H04L12/56Packet switching systems
    • H04L12/5601Transfer mode dependent, e.g. ATM
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/54Store-and-forward switching systems 
    • H04L12/56Packet switching systems
    • H04L12/5601Transfer mode dependent, e.g. ATM
    • H04L2012/5638Services, e.g. multimedia, GOS, QOS
    • H04L2012/564Connection-oriented
    • H04L2012/5641Unicast/point-to-point

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Communication Control (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PURPOSE: A method for supporting a PPP(Point-to-Point Protocol) in an ATM system is provided to embody a PPP software stack at a frame relay interface unit in an ATM system so that the ATM system can support a PPP function. CONSTITUTION: If a frame signal is received from an HDLC(High Level Data Link Control) controller(300), a frame relay interface unit judges whether the received message is a control message(301). In case that the received PPP frame signal is a control message, the frame relay interface unit transmits the control message to a PPP stack(302). Meanwhile, if the received PPP frame signal is a data message, the frame relay interface unit removes the packet header through a PPP packet handler and inserts an IP(Internet Protocol) header(303). Then the frame relay interface unit transmits the IP-inserted PPP data to an ATM adaptive layer(304).

Description

비동기전송모드 시스템에서의 점대점 프로토콜 지원방법{Method for point to point protocol support for asynchronous transfer mode system}Method for point to point protocol support for asynchronous transfer mode system

본 발명은 비동기전송모드 시스템에서의 점대점 프로토콜 지원방법에 관한 것으로, 보다 상세하게는 비동기전송모드 시스템에 소프트 웨어로 점대점 프로토콜을 간단히 지원할 수 있도록 한 비동기 전송모드 시스템의 점대점 프로토콜 지원방법에 관한 것이다.The present invention relates to a method for supporting a point-to-point protocol in an asynchronous transmission mode system. More particularly, the present invention relates to a method for supporting a point-to-point protocol in an asynchronous transmission mode system. It is about.

최근들어 인터넷 사용이 확산되면서 대부분의 호스트들이 여러 종류의 근거리통신망(LAN)을 통해서 묶이고, 나머지는 X.25와 같은 장거리 통신망(WAN)을 통해서 공중망을 형성하게 된다.With the recent proliferation of the Internet, most hosts are tied up through different types of local area networks (LANs), with the rest forming public networks over long-distance networks (WANs) such as X.25.

상기 장거리 통신망(WAN) 구간사이의 프로토콜 로서, 시리얼 라인에 인터넷용 프로토콜인 TCP/IP를 실어 전송하기 위하여 IETF가 제정한 표준 프로토콜인 점대점 프로토콜(PPP)은 그 이전에 사실상의 표준이었던 직렬 라인 인터넷 프로토콜(SLIP)보다 우수하다고 평가되고 있다.As a protocol between the long-distance network (WAN) section, the point-to-point protocol (PPP), a standard protocol established by the IETF to carry TCP / IP, which is an Internet protocol, on a serial line, was a serial line that was a de facto standard It is rated as superior to the Internet Protocol (SLIP).

그 이유는 점대점 프로토콜(PPP)이 전송매체와는 독립적으로 동작하므로 비동기식 통신 뿐만 아니라 동기식 통신까지도 처리할 수 있기 때문이다.This is because Point-to-Point Protocol (PPP) operates independently of the transmission medium, so it can handle not only asynchronous but also synchronous communication.

상기 점대점 프로토콜(PPP)은 다른 사용자와 하나의 회선을 공유할 수 있으며, 직렬 라인 인터넷 프로토콜(SLIP)에는 가지고 있지 않은 에러 검출기능을 가지고 있다.The Point-to-Point Protocol (PPP) can share a single line with other users and has an error detection function not found in the Serial Line Internet Protocol (SLIP).

그리고 상기 점대점 프로토콜(PPP)은 본래 인터넷 프로토콜(IP)을 전송하기 위하여 만들어졌으나, Internet Packet exchange(IPX), DEC net 등 여러가지 네트워크 프로토콜을 지원하고 있다.The Point-to-Point Protocol (PPP) was originally designed to transmit Internet Protocol (IP), but supports various network protocols such as Internet Packet Exchange (IPX) and DEC net.

이와 같이 여러 가지 네트워크 프로토콜을 지원하는 점대점 프로토콜(PPP)은 종래 비동기전송모드 시스템의 프레임 릴레이 인터페이스 장치에는 구현되어 있지 않다.As such, the point-to-point protocol (PPP) supporting various network protocols is not implemented in the frame relay interface device of the conventional asynchronous transmission mode system.

따라서 본 발명의 목적은 비동기전송모드 시스템의 프레임 릴레이 인터페이스 장치에 소프트적으로 점대점 프로토콜 스택을 구현하여 상기 점대점 프로토콜 기능을 비동기전송모드 시스템에서 지원할 수 있도록 하고자 하는데 있다.Accordingly, an object of the present invention is to softly implement a point-to-point protocol stack in a frame relay interface device of an asynchronous transmission mode system to support the point-to-point protocol function in an asynchronous transmission mode system.

상기의 목적을 실현하기 위하여 본 발명은 상위 레벨 데이터 링크 제어기로 부터 수신된 프레임 신호가 점대점 프레임 제어 메시지 인가를 판단하는 단계와; 상기 단계에서 수신한 점대점 프레임이 제어메시지인 경우 점대점 프로토콜 장치인 점대점 프로토콜 스텍에 전송하는 단계와; 상기 단계에서 수신한 점대점 프레임이 데이터 메시지인 경우 상기 점대점 패킷 헤더를 제거하고, 인터넷 프로토콜(IP)헤더를 삽입하는 단계와; 상기 인터넷 프로토콜(IP)이 삽입된 점대점 프로토콜 데이터를 상기 비동기 전송모드 적용 계층으로 전송하는 단계로 이루어짐을 특징으로 한다.In order to achieve the above object, the present invention includes the steps of determining whether a frame signal received from a higher level data link controller is a point-to-point frame control message; Transmitting the point-to-point protocol stack, which is a point-to-point protocol device, when the point-to-point frame received in the step is a control message; If the point-to-point frame received in the step is a data message, removing the point-to-point packet header and inserting an Internet Protocol (IP) header; And transmitting the point-to-point protocol data into which the Internet Protocol (IP) is inserted to the asynchronous transmission mode application layer.

도 1 은 본 발명 비동기전송모드 시스템의 프레임 릴레이 인터페이스 장치의 점대점 프로토콜 지원 블럭도1 is a block-to-point protocol support block diagram of a frame relay interface device of the asynchronous transmission mode system of the present invention.

도 2 는 본 발명 비동기전송모드 시스템의 프레임 릴레이 인터페이스 장치 의 점대점 프로토콜 상세 블럭도2 is a detailed block diagram of the point-to-point protocol of the frame relay interface device of the asynchronous transmission mode system of the present invention.

도 3 은 본 발명 비동기 전송모드 시스템의 프레임 릴레이 인터페이스 장치 의 점대점 프로토콜 플로우챠트3 is a flowchart of a point-to-point protocol of a frame relay interface device of the asynchronous transmission mode system of the present invention.

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

10; 상위 레벨 데이터 링크 제어기10; High-level data link controller

20; 프레임 릴레이 인터페이스 장치20; Frame relay interface device

21; 프레임 릴레이 인터페이스 장치의 메인 루프21; Main loop of frame relay interface unit

22; 점대점 프로토콜 제어 패킷 헤더22; Point-to-Point Protocol Control Packet Headers

23; 점대점 프로토콜 서비스 특정 변환 서브계층23; Point-to-Point Protocol Service-Specific Transform Sublayer

30; 비동기 전송 모드 적용 계층30; Asynchronous transfer mode enforcement layer

40; 점대점 프로토콜 스텍40; Point-to-Point Protocol Stack

이하 본 발명의 바람직한 실시예를 첨부되는 도면에 의거 상세히 설명하면 다음과 같다.Hereinafter, described in detail with reference to the accompanying drawings, preferred embodiments of the present invention.

도 1 은 본 발명 비동기전송모드 시스템의 프레임 릴레이 인터페이스 장치1 is a frame relay interface device of the asynchronous transmission mode system of the present invention

의 점대점 프로토콜 지원 블록도 이고, 도 2 는 본 발명 비동기전송모드 시스템의 프레임 릴레이 인터페이스 장치의 점대점 프로토콜 상세 블럭도 로서, 교환 가상 접속 매네지먼트(SVCM)(11),교환가상 접속스텍(12), 고정 가상 접속 매네지먼트(PVCM)(13), 단순 망 관리 프로토콜 서브 에이전트(SNMP)(14), 구성 관리 서브 에이전트(CM)(15)에 제어신호에 의하여 상위 데이터 링크 제어기(HDLC)(10)의 데이터를 프레임 릴레이 인터페이스 장치(20)를 통해서 비동기 전송모드 적용계층(30)로 전송하는 비동기 전송모드 시스템에 있어서, 상기 프레임 릴레이 인터페이스 장치(20)에 구성 관리 서브 에이전트(15)와 단순 망 관리 프로토콜 서브 에이전트(14)로부터 제어신호에 의하여 상기 상위 레벨 데이터 링크 제어기(10)에 수신되는 점대점 프레임을 상기 비동기 전송모드 적용계층(30)에 인터페이스를 수행하는 점대점 프로토콜 스텍(40)을 구성하게 된다.2 is a block-to-point protocol support block diagram of the frame relay interface device of the asynchronous transmission mode system of the present invention, wherein the switched virtual connection management (SVCM) 11 and the switched virtual connection stack ( 12) a higher data link controller (HDLC) by a control signal to a fixed virtual access management (PVCM) 13, a simple network management protocol subagent (SNMP) 14, and a configuration management subagent (CM) 15; In the asynchronous transmission mode system for transmitting the data of the " 10 " to the asynchronous transmission mode application layer 30 through the frame relay interface device 20, the configuration management subagent 15 is connected to the frame relay interface device 20. And applying the point-to-point frame received to the upper level data link controller 10 by a control signal from a simple network management protocol subagent 14 to the asynchronous transmission mode. It constitutes a point-to-point protocol stack 40 that performs an interface to layer 30.

상기 프레임 릴레이 인터페이스 장치(20)는 상위 레벨 데이터 링크 제어기(10)로부터 데이터를 인터페이스하는 프레임 릴레이 인터페이스 메인 루프(21)와; 점대점 프로토콜 스텍(40)과 메시지를 제어하는 점대점 프로토콜 패킷 핸들러(22)와; 상기 프레임 릴레이 인터페이스 메인 루프(21)로 부터 비동기전송모드 적응 계층(30)에 데이터를 변환하여 인터페이스 하는 점대점 프로토콜 서비스 특정 변환 서브계층(23)으로 구성되게 된다.The frame relay interface device 20 includes a frame relay interface main loop 21 for interfacing data from a higher level data link controller 10; A point-to-point protocol packet handler 22 for controlling the point-to-point protocol stack 40 and messages; The frame relay interface main loop 21 is composed of a point-to-point protocol service specific transformation sublayer 23 for converting and interfacing data to the asynchronous transmission mode adaptation layer 30.

도 3 은 본 발명 비동기 전송모드 시스템의 프레임 릴레이 인터페이스 장치 의 점대점 프로토콜 플로우챠트 로서, 상위 레벨 데이터 링크 제어기(10)로 부터 프레임 신호를 수신하는 단계(300)와; 상기 단계(300)에서 수신한 점대점 프레임이프레임 릴레이 인터페이스 장치(20)에서는 제어 메시지 인가를 판단하는 단계(301)와; 상기 단계(301)에서 수신한 점대점 프레임이 제어메시지인 경우 프레임 릴레이 인터페이스 장치(20)에서는 점대점 프로토콜 장치인 점대점 프로토콜 스텍(40)에 전송하는 단계(302)와; 상기 단계(301)에서 수신한 점대점 프레임이 제어메시지가 아니고 데이터 메시지인 경우 상기 프레임 릴레이 인터페이스 장치(20)에서는 점대점 패킷 핸들러로 패킷 헤더를 제거하고, 인터넷 프로토콜(IP)헤더를 삽입하는 단계(303)와; 상기 인터넷 프로토콜(IP)이 삽입된 점대점 프로토콜 데이터를 상기 비동기 전송모드 적용 계층(30)으로 전송하는 단계(304)로 이루어지게 된다.3 is a point-to-point protocol flowchart of a frame relay interface device of the asynchronous transmission mode system of the present invention, comprising: receiving a frame signal from a high level data link controller 10; In the frame relay interface device 20, the point-to-point frame received in step 300 determines whether a control message is applied (301); When the point-to-point frame received in the step 301 is a control message, the frame relay interface device 20 transmits the point-to-point protocol stack 40 to the point-to-point protocol stack 40; If the point-to-point frame received in step 301 is not a control message but a data message, the frame relay interface device 20 removes the packet header with a point-to-point packet handler and inserts an Internet Protocol (IP) header. 303; In step 304, the point-to-point protocol data into which the Internet Protocol (IP) is inserted is transmitted to the asynchronous transmission mode application layer (30).

상기와 같이 이루어지는 본 발명은 점대점 프로토콜 스텍(40)의 동작이 시작되는 동안, 상기 구성관리 서브 에이전트(15)는 교환 가상 접속 매네지먼트(11), 고정 가상 접속 매네지먼트(12)를 포함하여 각 장치에 대한 포트 구성 데이터를 포맷화한다. 상기 점대점 프로토콜 포트는 구성 관리 서브 에이전트(15)에 의하여 점대점 프로토콜 스텍(40)에 구성된다.According to the present invention made as described above, the configuration management subagent 15 performs the exchange virtual connection management 11 and the fixed virtual connection management 12 while the operation of the point-to-point protocol stack 40 is started. Format port configuration data for each device. The point-to-point protocol port is configured in the point-to-point protocol stack 40 by the configuration management subagent 15.

이때 점대점 프로토콜 스텍(40)의 포트 구성에 변화가 있으면 구성관리 서브 에이전트(15)는 점대점 프로토콜 포트 구성을 포맷화하고 점대점 프로토콜 스텍(40)로 전송한다.At this time, if there is a change in the port configuration of the point-to-point protocol stack 40, the configuration management subagent 15 formats the point-to-point protocol port configuration and transmits it to the point-to-point protocol stack 40.

상기 점대점 프로토콜 장치(40)에서 포트를 구성하는 동안 프레임 릴레이 인터페이스 장치(20)는 점대점 프로토콜 프레임을 처리하기 위한 특정 기능을 인스톨한다.While configuring the port in the point-to-point protocol device 40, the frame relay interface device 20 installs a specific function for processing the point-to-point protocol frame.

이어서 상기 점대점 프로토콜 프레임 처리를 위한 특정기능을 인스톨한 프레임 릴레이 인터페이스 장치(20)에 상위 레벨 데이터 링크 제어기(10)의 포트로부터 수신된 점대점 프로토콜 프레임신호 수신되면(단계300), 상기 수신된 신호가 제어 혹은 데이터 프레임이 될 수 있으므로, 상기 프레임 릴레이 인터페이스 장치(20)에서는 수신된 프레임이 제어 메시지인가를 판단하게 된다(단계301).Subsequently, when the point-to-point protocol frame signal received from the port of the upper level data link controller 10 is received in the frame relay interface device 20 in which the specific function for the point-to-point protocol frame processing is installed (step 300), Since the signal may be a control or a data frame, the frame relay interface device 20 determines whether the received frame is a control message (step 301).

이때 상기 상위 레벨 데이터 링크 제어기(10)에 수신된 프레임이 제어메시지이면, 상기 프레임 릴레이 인터페이스 장치(20)의 프레임 릴레이 인터페이스 메인 루프(21)에서는 점대점 프로토콜 패킷 핸들러(22)를 통해서 높은 성능을 위하여 점대점 프로토콜 제어 프레임을 점대점 프로토콜 스텍(40)으로 전송한다(단계302).At this time, if the frame received by the higher-level data link controller 10 is a control message, the frame relay interface main loop 21 of the frame relay interface device 20 provides high performance through the point-to-point protocol packet handler 22. In order to transmit the point-to-point protocol control frame to the point-to-point protocol stack 40 (step 302).

이때 상기 상위 레벨 데이터 링크 제어기(10)에 수신된 프레임이 제어 메시지가 아니고 데이터 메시지이면, 상기 프레임 릴레이 인터페이스 장치(20)에서는 상기 프레임 데이터를 점대점 프로토콜 신호 스텍(40)에 전송하지 않고, 프레임 릴레이 인터페이스 장치(20)내에서 점대점 프로토콜 헤더를 제거하고 점대점 프로토콜 서비스 특정 변환 서브계층(23)으로 인터넷 프로토콜(IP)헤더를 삽입하게 된다(단계303).At this time, if the frame received by the higher level data link controller 10 is not a control message but a data message, the frame relay interface device 20 does not transmit the frame data to the point-to-point protocol signal stack 40, and the frame The point-to-point protocol header is removed in the relay interface device 20 and the Internet protocol (IP) header is inserted into the point-to-point protocol service specific translation sublayer 23 (step 303).

이후 프레임 릴레이 인터페이스 장치(20)에서는 점대점 프로토콜 데이터를 비동기 전송모드 적용계층(30)으로 전송한다(단계304).Thereafter, the frame relay interface device 20 transmits the point-to-point protocol data to the asynchronous transmission mode application layer 30 (step 304).

반대로 상기 비동기 전송모드 적용계층(30)에서 상위 레벨 데이터 링크 제어기(10)로 데이터 전송시 상기 비동기 전송모드 적용계층(30)으로 수신된 인터넷 프로토콜(IP)헤더는 상기 프레임 릴레이 인터페이스 장치(20)내의 점대점 프로토콜 서비스 특정 변환 서브계층(23)에 의하여 점대점 프로토콜 헤더로 변환되어 상위레벨 데이터 링크 제어기(10)로 전송되게 된다.On the contrary, when the data is transmitted from the asynchronous transmission mode application layer 30 to the upper level data link controller 10, the Internet protocol (IP) header received from the asynchronous transmission mode application layer 30 is the frame relay interface device 20. A point-to-point protocol service specific translation sublayer 23 within is converted into a point-to-point protocol header and transmitted to the higher level data link controller 10.

이상에서 설명한 바와 같이 본 발명은 비동기 전송모드 시스템에 있어서, 프레임 릴레이 인터페이스 장치에 상위 레벨 데이터 링크 제어기에서 수신되는 점대점 프로토콜 데이터를 비동기전송모드 적용계층으로 인터페이스 하는 점대점 프로토콜 신호 스텍을 구성하여 비동기전송모드 시스템에 점대점 프로토콜을 지원할 수 있는 효과를 제공해 줄 수 있는 것이다.As described above, the present invention provides an asynchronous transmission mode system in which a point-to-point protocol signal stack for interfacing the point-to-point protocol data received from a higher-level data link controller to an asynchronous transmission mode application layer is asynchronous. It can provide the effect that can support the point-to-point protocol in the transmission mode system.

Claims (1)

상위 레벨 데이터 링크 제어기로 부터 수신된 프레임 신호가 점대점 프레임 제어 메시지 인가를 판단하는 단계와; 상기 단계에서 수신한 점대점 프레임이 제어메시지인 경우 점대점 프로토콜 장치인 점대점 프로토콜 스텍에 전송하는 단계와; 상기 단계에서 수신한 점대점 프레임이 데이터 메시지인 경우 상기 점대점 패킷 헤더를 제거하고, 인터넷 프로토콜(IP)헤더를 삽입하는 단계와; 상기 인터넷 프로토콜(IP)이 삽입된 점대점 프로토콜 데이터를 상기 비동기 전송모드 적용 계층으로 전송하는 단계로 이루어짐을 특징으로 하는 비동기전송모드 시스템에서의 점대점 프로토콜 지원방법.Determining whether a frame signal received from a higher level data link controller is a point-to-point frame control message; Transmitting the point-to-point protocol stack, which is a point-to-point protocol device, when the point-to-point frame received in the step is a control message; If the point-to-point frame received in the step is a data message, removing the point-to-point packet header and inserting an Internet Protocol (IP) header; And transmitting the point-to-point protocol data inserted with the internet protocol (IP) to the asynchronous transmission mode application layer.
KR1020010009773A 2001-02-26 2001-02-26 Method for point to point protocol support for asynchronous transfer mode system KR20020069452A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020010009773A KR20020069452A (en) 2001-02-26 2001-02-26 Method for point to point protocol support for asynchronous transfer mode system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020010009773A KR20020069452A (en) 2001-02-26 2001-02-26 Method for point to point protocol support for asynchronous transfer mode system

Publications (1)

Publication Number Publication Date
KR20020069452A true KR20020069452A (en) 2002-09-04

Family

ID=27695600

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020010009773A KR20020069452A (en) 2001-02-26 2001-02-26 Method for point to point protocol support for asynchronous transfer mode system

Country Status (1)

Country Link
KR (1) KR20020069452A (en)

Similar Documents

Publication Publication Date Title
US6343083B1 (en) Method and apparatus for supporting a connectionless communication protocol over an ATM network
US20080008183A1 (en) Communication Device, Storage Medium, Integrated Circuit, and Communication System
EP1872500B1 (en) Techniques for encapsulating point to point protocol (ppp) over ethernet frames
JP2003018152A (en) Ppp termination device, network device, and method of answering request for lcp echo
EP1633087B1 (en) Repeater apparatus for supporting a plurality of protocols, and a method for controlling proctocol conversion in the repeater apparatus
JP3757863B2 (en) Access network equipment
US6009101A (en) Communication access system with distributed processing
EP1542425B1 (en) Method for autoconfiguring CPEs in DSL networks
KR20020069452A (en) Method for point to point protocol support for asynchronous transfer mode system
Cisco Virtual Templates for Protocol Translation
Cisco Virtual Templates for Protocol Translation
Cisco Virtual Templates for Protocol Translation
Cisco Virtual Templates for Protocol Translation
Cisco Virtual Templates for Protocol Translation
Cisco Protocol Translation and Virtual Asynchronous Device Commands
Cisco Protocol Translation and Virtual Asynchronous Device Commands
Cisco Virtual Templates for Protocol Translation
Cisco Protocol Translation and Virtual Asynchronous Commands
Cisco Interface Commands
Cisco Interface Commands
Cisco Interface Commands
Cisco Interface Commands
Cisco Interface Commands
Cisco Interface Commands
Cisco Interface Commands

Legal Events

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