US20020103912A1 - Method and arrangement providing a virtual continuous connection - Google Patents

Method and arrangement providing a virtual continuous connection Download PDF

Info

Publication number
US20020103912A1
US20020103912A1 US09/996,688 US99668801A US2002103912A1 US 20020103912 A1 US20020103912 A1 US 20020103912A1 US 99668801 A US99668801 A US 99668801A US 2002103912 A1 US2002103912 A1 US 2002103912A1
Authority
US
United States
Prior art keywords
connection
control logic
telephone network
modem
layer
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US09/996,688
Inventor
Steffen Dalgard
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Telefonaktiebolaget LM Ericsson AB
Original Assignee
Individual
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 Individual filed Critical Individual
Assigned to TELEFONAKTIEBOLAGET LM ERICSSON (PUBL) reassignment TELEFONAKTIEBOLAGET LM ERICSSON (PUBL) ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DALGARD, STEFFEN
Publication of US20020103912A1 publication Critical patent/US20020103912A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • 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]
    • H04L69/168Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP] specially adapted for link layer protocols, e.g. asynchronous transfer mode [ATM], synchronous optical network [SONET] or point-to-point protocol [PPP]
    • 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/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/324Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the data link layer [OSI layer 2], e.g. HDLC

Definitions

  • the present invention is related to data communication networks, and in particular a dial up solution in data communication networks using a protocol stack like TCP/IP.
  • FIG. 1 shows an example of such a connection between system A and system B, both using TCP/IP and PPP(Point to Point Protocol) divided into the four lowest layers of the OSI model.
  • TCP/IP Transmission Control Protocol
  • PPP Point to Point Protocol
  • a circuit switched network e.g. PSTN (Public Switched Telecommunication Network), or ISDN (Integrated Services Digital Network) used as interconnection medium may be more convenient.
  • Virtual continuous connection is made by using dial up modems connected to and compatible for the actual telephone network.
  • FIG. 2 shows the system of FIG. 1 wherein the fixed cable is replaced with a telephone network and a compatible modem.
  • this dial up support is integrated in layer 3 , e.g. the IP -layer (FIG. 3).
  • the IP layer includes a forwarding table which has a logical connection between a destination address and the interface to which IP packets are sent.
  • An example of such a table is shown in table 1.
  • TABLE 1 A forwarding table in an IP layer Network Use address Network mask interface 10.10.10.0 255.255.255.0 PPP 10.10.30.0 255.255.255.0 ETH 10.10.40.0 255.255.255.0 PPP
  • the table also has a logical connection between a destination address and a telephone number.
  • the telephone number is dialed when an IP-packet is forwarded.
  • TABLE 2 A forwarding table in an IP layer including telephone numbers Network address Network mask Use number 10.10.10.0 255.255.255.0 12345678 10.10.40.0 255.255.255.0 004612345678
  • the extended functionality is implemented as part of the IP layer (L 3 ) (FIG. 3).
  • the present invention provides a method and an arrangement for connection between different communication systems through a telephone network.
  • the connection is established using a dial up modem compatible with the actual telephone system.
  • a modem control logic is integrated in layer 2 , and simulates a continuous connection towards layer 3 .
  • FIG. 1 shows a fixed cable connection between two systems using TCP/IP protocol stack and PPP layer 2 protocol.
  • FIG. 2 shows the two systems of FIG. 1 connected through a telephone network by using a modem compatible with the telephone network.
  • FIG. 3 shows system A of FIG. 1 connected to other systems by using a modem compatible with the telephone network including an extended dial up function integrated in the IP layer.
  • FIG. 4 is a closer view of system A according to the present invention with a modem control logic integrated in the PPP layer.
  • FIG. 5 shows system A according to the present invention; a modem control logic in the PPP layer, connected to system B through a telephone network.
  • the system is divided into layers according to the OSI model wherein the protocols TCP, IP and PPP are used in layer 4 (L 4 ) layer 3 (L 3 ) and layer 2 (L 2 ), respectively.
  • the original PPP (L 2 ) function is extended with a modem control logic that hides the dial up functionality for IP (L 3 ).
  • This new extended PPP module is called “DIAL-UP PPP”, and simulate a continuous connection seen from the IP (L 3 ).
  • DIAL-UP PPP (L 2 ) provides a virtually continuous connection, because the dial-up functionality is not seen by IP (L 3 ).
  • the modem control logic will have timers for closing the dial out connection if there are no more messages.
  • the IP (L 3 ) will still believe that there is an open connection to the destination of the last transmitted message.
  • a new dial out will be required, but this will automatically be initiated by the modem control logic, and will not affect the IP (L 3 ) or any of the upper layers.
  • Synchronisation with the remote PPP driver has to be done in a way that do not disturb the upper layers, so that the upper layer at any time will experience a continuous data connection.

Abstract

The present invention is related to data communication networks using a modem and a telephone network e.g. ISDN, PSTN or GSM for interconnection between systems. A control logic is included in the layer 2 protocol which is closing the temporary connection on layer 2 each time a timer elapses and re-establishing it when a new subsequent message from layer 3 is transmitted. The timer is being reset each time a message is transmitted. However, seen from layer 3 the control logic in layer 2 provides a continuous connection even if the actual connection is alternating. Thus, unnecessary time spent in the telephone network when no data is being transmitted will be minimized.

Description

    FIELD OF THE INVENTION
  • The present invention is related to data communication networks, and in particular a dial up solution in data communication networks using a protocol stack like TCP/IP. [0001]
  • BACKGROUND OF THE INVENTION
  • The ability for a data communication network to communicate with other networks are almost always required. The chosen connection utilized in this communication is a balance between cost and need. For example, for some applications, a continuous, fixed connection, e.g. a cable exclusive for that purpose may be provided. FIG. 1 shows an example of such a connection between system A and system B, both using TCP/IP and PPP(Point to Point Protocol) divided into the four lowest layers of the OSI model. However, this is a quite expensive solution for long distances, and it is only defensible if the connection is in operation at nearly all times. [0002]
  • Thus, a circuit switched network, e.g. PSTN (Public Switched Telecommunication Network), or ISDN (Integrated Services Digital Network) used as interconnection medium may be more convenient. Virtual continuous connection is made by using dial up modems connected to and compatible for the actual telephone network. FIG. 2 shows the system of FIG. 1 wherein the fixed cable is replaced with a telephone network and a compatible modem. [0003]
  • This is an inefficient way of utilizing a telephone network which may result in unnecessary costs. There must be a dial up support in addition to a protocol stack (e.g. TCP/IP) and a [0004] layer 2 protocol (e.g. PPP).
  • In prior art, this dial up support is integrated in layer [0005] 3, e.g. the IP -layer (FIG. 3). Normally, the IP layer includes a forwarding table which has a logical connection between a destination address and the interface to which IP packets are sent. An example of such a table is shown in table 1.
    TABLE 1
    A forwarding table in an IP layer
    Network Use
    address Network mask interface
    10.10.10.0 255.255.255.0 PPP
    10.10.30.0 255.255.255.0 ETH
    10.10.40.0 255.255.255.0 PPP
  • To extend this for dial out, the table also has a logical connection between a destination address and a telephone number. The telephone number is dialed when an IP-packet is forwarded. There may be more telephone numbers than modems, if not all connections need to be active at the same time. [0006]
    TABLE 2
    A forwarding table in an IP layer including telephone numbers
    Network
    address Network mask Use number
    10.10.10.0 255.255.255.0 12345678
    10.10.40.0 255.255.255.0 004612345678
  • The extended functionality is implemented as part of the IP layer (L[0007] 3) (FIG. 3).
  • The problem with the above mentioned solution is that third party router stack implementations, e.g. TCP/IP, generally do not provide dial up support as an integrated part of the layer [0008] 3 implementation, e.g. IP layer implementation, and for an integration, a major redesign is necessary.
  • SUMMARY OF THE INVENTION
  • It is an object of the present invention to provide an arrangement that eliminates the drawbacks described above. The features defined in the claims enclosed characterize this method. [0009]
  • More specifically, the present invention provides a method and an arrangement for connection between different communication systems through a telephone network. In an OSI layered system, the connection is established using a dial up modem compatible with the actual telephone system. A modem control logic is integrated in [0010] layer 2, and simulates a continuous connection towards layer 3.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • In order to make the invention more understandable, the discussion that follows will refer to the accompanying drawings. [0011]
  • FIG. 1 shows a fixed cable connection between two systems using TCP/IP protocol stack and [0012] PPP layer 2 protocol.
  • FIG. 2 shows the two systems of FIG. 1 connected through a telephone network by using a modem compatible with the telephone network. [0013]
  • FIG. 3 shows system A of FIG. 1 connected to other systems by using a modem compatible with the telephone network including an extended dial up function integrated in the IP layer. [0014]
  • FIG. 4 is a closer view of system A according to the present invention with a modem control logic integrated in the PPP layer. [0015]
  • FIG. 5 shows system A according to the present invention; a modem control logic in the PPP layer, connected to system B through a telephone network.[0016]
  • AN EXAMPLE EMBODIMENT OF THE PRESENT INVENTION
  • The present invention will now be described in conjunction with an example embodiment. However, the present invention is not limited to this particular embodiment, but may be used in other applications with various substitutions without departing from the scope of the invention as defined in the enclosed claims. [0017]
  • In the example discussed, the system is divided into layers according to the OSI model wherein the protocols TCP, IP and PPP are used in layer [0018] 4 (L4) layer 3 (L3) and layer 2 (L2), respectively.
  • According to the present invention, all the dial up functionality is isolated in PPP (L[0019] 2), and the IP (L3) may be left unchanged.
  • The original PPP (L[0020] 2) function is extended with a modem control logic that hides the dial up functionality for IP (L3). This new extended PPP module is called “DIAL-UP PPP”, and simulate a continuous connection seen from the IP (L3).
  • “DIAL-UP PPP” (L[0021] 2) provides a virtually continuous connection, because the dial-up functionality is not seen by IP (L3).
  • All messages to “DIAL-UP PPP” from IP are sensed by the modem control logic which initiates a dial out. [0022]
  • The modem control logic will have timers for closing the dial out connection if there are no more messages. The IP (L[0023] 3) will still believe that there is an open connection to the destination of the last transmitted message. When a subsequent message belonging to the same virtual connection is transmitted from the IP layer, a new dial out will be required, but this will automatically be initiated by the modem control logic, and will not affect the IP (L3) or any of the upper layers.
  • For dial in, the call will be answered by the control logic, and the message is sent to IP by “DIAL-UP PPP”. [0024]
  • Since the upper layers is intended to experience this as a continuous connection, the same number has to be dialled every time within the same virtual connection. [0025]
  • Synchronisation with the remote PPP driver has to be done in a way that do not disturb the upper layers, so that the upper layer at any time will experience a continuous data connection. [0026]
  • Abbreviations
  • ETH Ethernet [0027]
  • PPP Point to Point Protocol [0028]
  • TCP Transmission Control Protocol [0029]
  • UDP User Datagram Protocol [0030]
  • IP Internet Protocol [0031]

Claims (10)

1. A method in a data communication network for virtual continuous connection between a first system to other systems in said data communication network, said first system divided into layers according to the Open System Interconnection (OSI), OSI layer 2 (L2) using a PPP protocol, OSI layer 3 and 4 (L3 and L4) using a TCP/IP protocol, said connection provided by a telephone network connected to said first system by a modem or similar means compatible with said telephone network, characterized in:
establishing said virtual continuous connection on L3 with a second system by means of a control logic integrated with said PPP protocol in L2 by establishing a temporary connection with said second system on L2,
closing said temporary connection when a timer in said control logic elapses, still maintaining said continuous connection,
re-establishing said temporary connection when a new message within said continuous connection is sent from L3 to L2,
executing incoming messages by means of said control logic and sending them to L3.
2. A method as defined in claim 1, characterized in that said establishment and reestablishment of said temporary connection comprising dial up to said second system by means of said modem or similar means through said telephone network.
3. A method as defined in any of the preceding claims, characterized in the step of resetting said timer each time a message is received from L3 to L2.
4. A method as defined in any of the preceding claims, characterized in that said control logic is installed in a driver in L2 connected to said modem or similar means.
5. A method as defined in any of the preceding claims, characterized in that said telephone network is a PSTN or an ISDN network.
6. An arrangement in a data communication network for virtual continuous connection between a first system to other systems in said data communication network, said first system divided into layers according to the Open System Interconnection (OSI), OSI layer 2 (L1) using a PPP protocol, OSI layer 3 and 4 (L3 and L4) using a TCP/IP protocol, said connection provided by a telephone network connected to said first system by a modem or similar means compatible with said telephone network, characterized in a control logic integrated with said PPP protocol in L2 for establishing said virtual continuous connection with said second system on L2 by means of a temporary connection, said control logic closing said temporary connection when a timer in said control logic elapses, still maintaining said virtual continuous connection, said control logic re-establishing said temporary connection when a new message within said continuous connection is sent from L3 to L2, said control logic executing incoming messages and transferring them to L3.
7. An arrangement as defined in claim 6, characterized in that said establishment and reestablishment of said temporary connection comprising dial up to said second system by means of said modem or similar means through said telephone network.
8. An arrangement as defined in claims 6 or 7, characterized in that the timer is adapted to be reset each time a message is received from L3 in L2.
9. An arrangement as defined in claims 6-8, characterized in that said control logic is installed in a driver in L2 connected to said modem or similar means.
10. A arrangement as defined in claims 6-9, characterized in that said telephone network is a PSTN or an ISDN network.
US09/996,688 2000-12-01 2001-11-30 Method and arrangement providing a virtual continuous connection Abandoned US20020103912A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
NO20006127 2000-12-01
NO20006127A NO20006127L (en) 2000-12-01 2000-12-01 Method and arrangement for providing a virtual continuous connection

Publications (1)

Publication Number Publication Date
US20020103912A1 true US20020103912A1 (en) 2002-08-01

Family

ID=19911863

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/996,688 Abandoned US20020103912A1 (en) 2000-12-01 2001-11-30 Method and arrangement providing a virtual continuous connection

Country Status (4)

Country Link
US (1) US20020103912A1 (en)
AU (1) AU2002221901A1 (en)
NO (1) NO20006127L (en)
WO (1) WO2002045371A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004051924A2 (en) * 2002-12-02 2004-06-17 Teles Ag Informationstechnologien Method, telecommunications assembly and telecommunications system for controlling data transmission between a first and a second telecommunications system
US20050220075A1 (en) * 2004-04-05 2005-10-06 Alcatel Method for management of communication devices in an access network and a related access unit

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5067149A (en) * 1987-10-05 1991-11-19 Ambassador College Telephone line communications control system with dynamic call streaming
US5537404A (en) * 1992-12-29 1996-07-16 International Business Machines Corporation Switched circuit connection management over public data networks for wide area networks
US5680549A (en) * 1994-12-30 1997-10-21 Compuserve Incorporated System for transferring network connections from first to second program where the first enters an inactive state and resumes control of connections when second terminates
US5818841A (en) * 1996-06-10 1998-10-06 Mitsubishi Electric Information Technology Center America, Inc. System and process for providing user level multiplexing of two or more application channels to one virtual channel in asynchronous transfer mode network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5067149A (en) * 1987-10-05 1991-11-19 Ambassador College Telephone line communications control system with dynamic call streaming
US5537404A (en) * 1992-12-29 1996-07-16 International Business Machines Corporation Switched circuit connection management over public data networks for wide area networks
US5680549A (en) * 1994-12-30 1997-10-21 Compuserve Incorporated System for transferring network connections from first to second program where the first enters an inactive state and resumes control of connections when second terminates
US5818841A (en) * 1996-06-10 1998-10-06 Mitsubishi Electric Information Technology Center America, Inc. System and process for providing user level multiplexing of two or more application channels to one virtual channel in asynchronous transfer mode network

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004051924A2 (en) * 2002-12-02 2004-06-17 Teles Ag Informationstechnologien Method, telecommunications assembly and telecommunications system for controlling data transmission between a first and a second telecommunications system
WO2004051924A3 (en) * 2002-12-02 2004-08-05 Teles Ag Method, telecommunications assembly and telecommunications system for controlling data transmission between a first and a second telecommunications system
US20050220075A1 (en) * 2004-04-05 2005-10-06 Alcatel Method for management of communication devices in an access network and a related access unit
KR101102192B1 (en) * 2004-04-05 2012-01-02 알까뗄 루슨트 Method for management of communication devices in an access network and a related access unit
US8509216B2 (en) * 2004-04-05 2013-08-13 Alcatel Lucent Method for management of communication devices in an access network and a related access unit
US10389579B2 (en) 2004-04-05 2019-08-20 Facebook, Inc. Method for management of communication devices in an access network and a related access unit

Also Published As

Publication number Publication date
WO2002045371A2 (en) 2002-06-06
NO20006127L (en) 2002-06-03
AU2002221901A1 (en) 2002-06-11
WO2002045371A3 (en) 2002-12-05
NO20006127D0 (en) 2000-12-01

Similar Documents

Publication Publication Date Title
US6377571B1 (en) Virtual modem for dialout clients in virtual private network
US6697377B1 (en) Method for communicating audio data in a packet switched network
RU2002113639A (en) Voice protocol Internet gateway and method of controlling it
JPH0865343A (en) Inter-lan connecting device
WO2006035081A1 (en) Device and method for simultaneous, integrated voice and data communication
WO2003090436A1 (en) Telephone system and method for reliable emergency services calling
AU2003230349B2 (en) Method and device for modem relay termination
US9270473B2 (en) Method and apparatus for VOIP roaming
AU761977B2 (en) Security in telecommunications network gateways
US20080159265A1 (en) Point-To-Point Communication Using UPnP Protocol
WO2008137173A1 (en) Network architecture for call processing
US20020103912A1 (en) Method and arrangement providing a virtual continuous connection
JP4564881B2 (en) Voice communication system
JP2005534244A (en) System and method for transferring data between networks operating under different protocols
Cisco Features for Japan on Cisco 800 Series Routers, Phase 2
US6577627B1 (en) Service selection on IP access networks
EP1504578B1 (en) Device for modem relay channel termination
JP4143479B2 (en) Communication system between subscriber terminals
CN101212414A (en) Data packet routing method in communication system
JP2003143320A (en) Method for reaching incoming call to ip terminal
US7099303B2 (en) Method for transmitting control information between a line-switching and a packet-switching communications network
US20030016661A1 (en) Telephone switching system for integrating the internet with the public switched telephone network
JP4215550B2 (en) Private branch exchange system for intersystem connection by IP and system information transmission method thereof
JPH058898B2 (en)
JP2006314056A (en) Call control system, method, and program

Legal Events

Date Code Title Description
AS Assignment

Owner name: TELEFONAKTIEBOLAGET LM ERICSSON (PUBL), SWEDEN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:DALGARD, STEFFEN;REEL/FRAME:012336/0144

Effective date: 20011122

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION