WO2001086896A1 - Procede et systeme concernant des communications de protocole dans une infrastructure de serveur www pre-existant - Google Patents

Procede et systeme concernant des communications de protocole dans une infrastructure de serveur www pre-existant Download PDF

Info

Publication number
WO2001086896A1
WO2001086896A1 PCT/SE2001/000967 SE0100967W WO0186896A1 WO 2001086896 A1 WO2001086896 A1 WO 2001086896A1 SE 0100967 W SE0100967 W SE 0100967W WO 0186896 A1 WO0186896 A1 WO 0186896A1
Authority
WO
WIPO (PCT)
Prior art keywords
www server
request
protocol
binary
client
Prior art date
Application number
PCT/SE2001/000967
Other languages
English (en)
Inventor
James Ewing
Original Assignee
James Ewing
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
Priority claimed from SE0001680A external-priority patent/SE515394C2/sv
Application filed by James Ewing filed Critical James Ewing
Priority to AU2001256902A priority Critical patent/AU2001256902A1/en
Publication of WO2001086896A1 publication Critical patent/WO2001086896A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/04Protocols specially adapted for terminals or networks with limited capabilities; specially adapted for terminal portability
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • 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/08Protocols for interworking; Protocol conversion
    • 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/18Multiprotocol handlers, e.g. single devices capable of handling multiple protocols

Definitions

  • the present invention relates to a method and a system for enabling Wireless Application Protocol (WAP) and other Internet protocol communication transactions on a World Wide Web (WWW) server.
  • WAP Wireless Application Protocol
  • WWW World Wide Web
  • the invention relates to enabling an existing WWW server to communicate with client machines in protocols other than the Hypertext Transfer Protocol (HTTP) that WWW servers are designed to use.
  • HTTP Hypertext Transfer Protocol
  • the World Wide Web is based on a layered system of communications protocols. These communications protocol layers can be divided into the network layer, the session layer, and the security layer protocols.
  • the network layer protocol is comprised of the Internet Protocol (IP) routing protocol together with the Transmission Control Protocol (TCP/IP) and User Datagram Protocol (UDP). These protocols are collectively referred by the acronym TCP/IP.
  • IP Internet Protocol
  • TCP/IP Transmission Control Protocol
  • UDP User Datagram Protocol
  • the IP protocol is used to route information through the Internet between two network peers. Each peer is assigned a unique numeric IP address. Open connection endpoints between two peer IP addresses are referred to as sockets. A socket is a unique number from 1 to 65535.
  • TCP is a connected protocol that creates a virtual circuit between two network peers . Data is transmitted from one unique source IP address and socket pair to a unique destination IP address and socket pair. Data is converted into packet form, routed from the source to destination, reassembled and passed to a higher layer protocol. Lost or corrupted data is retransmitted, thus creating a virtual circuit.
  • UDP is a stateless protocol supplying "best effort" data transmission. Like TCP, data is transmitted between two IP address and socket pairs. Data is converted to packet form and routed to its destination. However, no virtual circuit is created. The peer does not retransmit lost or corrupted UDP packets. Only a checksum is provided for discarding corrupted packets .
  • the WWW server service is generally assigned to TCP/IP socket 80.
  • the WWW client can choose any free socket.
  • WWW servers are designed to communicate with WWW clients (also know as "web browsers") using the TCP/IP network layer protocol.
  • WWW servers and clients use a higher-level session protocol known as HTTP.
  • HTTP is a text-based protocol that facilitates the exchange of information between the WWW client and the WWW server.
  • the information that is exchanged is principally in the Hypertext Markup Language (HTML), although other markup languages can be used.
  • HTML Hypertext Markup Language
  • the combination of the HTTP session communications protocol and the HTML markup language information transmitted via the TCP/IP network layer are what principally comprise the system known as the World Wide Web.
  • SSL Secure Session Layer
  • the Secure Session Layer (SSL) protocol was developed to provide security to WWW clients and servers.
  • SSL provides a mechanism whereby WWW servers and clients can authenticate each other, authenticate the data exchanged, securely exchange encryption keys, and securely encrypt the data exchanged between them.
  • the SSL protocol is designed to use the TCP network layer protocol and is generally assigned socket 443 on the WWW server. The client is able to use any free socket it chooses .
  • the World Wide Web standard is changing rapidly to adapt to changing conditions and needs .
  • HTTP session protocol has been revised to version 1.1, which supersedes versions 1.0 and 0.9.
  • HTML markup language has been revised to version 4.0, which supersedes versions 1.0, 2.0, and 3.0.
  • the existing WWW server programs must be rewritten and reinstalled to accommodate the changes .
  • the HTTP session protocol is a verbose protocol. It is composed of fields and parameters described using the first 127 characters of the American Standard Code for Information Interchange (ASCII).
  • ASCII American Standard Code for Information Interchange
  • WAP Wire- less Access Protocol
  • WSP binary WAP Session Protocol
  • WAP uses the UDP "best effort" network layer protocol and creates additional higher layer protocols to handle data corruption and retransmission.
  • WAP is substantially incompatible with HTTP and the WWW standard.
  • WAP gateway program handles all communication between the WWW server program and the WAP client (i.e. WAP "browser") program.
  • the WAP gateway program translates the binary WAP session protocol to the ASCII HTTP protocol and forwards the request to the WWW server program.
  • the gateway program receives the WWW server program's HTTP reply, translates it to the WSP binary format, and forwards the reply to the client "browser" program.
  • WAP WAP Transaction Protocol
  • WBXML binary WAP Markup Language
  • WBMP WAP Bitmap Graphics Format
  • WMLScript WAP Scripting Language
  • WTLS WAP Transaction Layer Security protocol
  • the WTLS protocol presents particular problems because it is not compatible with the SSL WWW secure session protocol. Because the two protocols are incompatible, encrypted data from a WAP client must be decrypted at the WAP gateway and then re-encrypted in the SSL protocol before being forwarded to the WWW server. This defeats the purpose of a secure session protocol and provides an inherently insecure connection between the WAP client and WWW server.
  • This object is obtained by means of providing a multiprotocol engine that can be installed into a preexisting web server program.
  • the use of such a multiprotocol engine solves several problems encountered when using a conventional solution comprising a gateway translation model.
  • the present invention provides a multi-protocol engine, which can be installed within a pre-existing WWW server program.
  • the multi-protocol engine receives requests from the network layer protocol, translates a binary session layer protocol or binary session layer protocols to the HTTP ASCII session layer protocol, accommodates communications requirements of a binary transaction layer protocol or protocols, accommodates communications requirements of a binary secure session layer protocol or protocols, translates and accommodates any incompatibilities between the WWW server program's original HTTP session layer protocol and the binary session layer protocol, and additionally trans- lates any binary data formats and to formats compatible with the WWW server programs original design.
  • a WWW server supplemented with the multiprotocol engine will, when communicating with a client perform the following steps: First it receives a request from the client, which can be in a format, which is incompatible with the design of the WWW server program. If it is decided that the request is in a format being incompatible with the WWW server program, the received request is intercepted. Then any binary data formats of the intercepted request is translated into formats compatible with the WWW server programs original design, and finally the translated request is forwarded to the WWW server program.
  • Fig. 1 is a general view of a WAP transaction from a WAP client to a WWW Server via a WAP Gateway, and
  • Fig. 2 is a view of a WAP transaction from a WAP client to a WWW Server using a multi-protocol engine running from within the WWW Server process.
  • Fig. 3 is a flow chart illustrating different steps carried out in the multi-protocol engine in Fig. 2 .
  • a WAP protocol engine is designed in a computer programming language to handle communication using the WAP communications standard.
  • the WAP protocol engine receives WAP client requests via the UDP network protocol on sockets 9200, 9201, 9202 and 9203, or, alternatively, the TCP/IP ports so designated to process WAP requests.
  • the socket number determines whether the incoming request uses the WSP session protocol, the WTP transaction protocol together with the WSP session protocol, or the WTLS secure session protocol together with one of the aforementioned combinations of WSP or WSP and WTP.
  • the WAP protocol engine is preferably installed via an Application Program Interface (API) provided with the pre-existing WWW server program.
  • the WAP protocol engine can install itself within the pre-existing WWW server program when the server program is started.
  • the WAP protocol engine optionally creates its own thread of execution or insures that the WWW server program will provide it with processor execution time.
  • the WAP protocol engine is designed to wait for incoming WAP client requests on the aforementioned TCP/IP sockets.
  • a request is received on socket 9200, or, alternatively, the port designated to receive WSP session level protocol requests without the WTP transaction level protocol, it is processed using the WSP session level protocol alone.
  • the WSP binary format is translated to the HTTP ASCII format. Additional data manipulation is performed as needed to accommodate differences between the requesting client and the responding server. This may include character set translation, HTTP field and header caching, compression or decompression of the data, or HTTP field header data transformation.
  • the request can be forwarded to the WWW server via a TCP/IP connection beginning and ending the local machine.
  • This request is forwarded to TCP/IP socket 80, or alternatively, the port designated to receive WWW Server requests by the WWW Server program.
  • the request is forwarded via an Application Program Interface (API).
  • API Application Program Interface
  • the API then transfers the data associated with the request directly to the WWW server program
  • the WAP protocol engine In addition to translating the WSP session layer protocol, the WAP protocol engine translates any differences in character sets used by the WAP client and the WWW server for POST requests. Upon receiving a reply from the WWW server, the WAP protocol engine translates the HTTP ASCII session layer protocol to the WSP binary session layer protocol, and may additionally translate the character based WML markup language to the binary WBXML language, the character based WMLScript byte-code language to the binary WMLScript format, and any character set differences between the WWW server and the WAP client. Additional information translations or modifications are per- formed where appropriate.
  • the request is processed using the WSP session level protocol and additionally the WTP transaction level protocol.
  • the WAP protocol engine preferably also accommodates any requirements imposed by the WAP WTP protocol.
  • the WAP protocol engine accommodates any handshaking, encryption, compression, signing, or key-exchange required by the WAP client and the WTLS standard.
  • the WAP protocol engine further handles any communications requirements of WSP and/or WTP and the aforementioned data translations.
  • a WAP transaction from a WAP client to a WWW Server via a WAP Gateway is shown.
  • a WAP request 12 is transmitted from a WAP client 10 towards a WWW server 20.
  • the WAP request from the client 10 will be transmitted using the UDP protocol and is received by a gateway 30.
  • the gateway 30 trans- lates the WAP request into an HTTP request 14, which is transmitted onwards to the WWW server using a TCP/IP protocol.
  • the WWW server 20 transmits an HTTP response 16 towards the WAP client.
  • the response 16 is received by the gateway 30, which translates the HTTP response 16 into a WAP response 18, which is transmitted back to the client 10 using a UDP protocol.
  • a WAP request 22 is transmitted from the WAP client 10 towards the WWW server 20.
  • the request 22 is received by the WWW server 20 , and the WAP request is translated by a multi-protocol engine 40 as described above in the WWW server 20.
  • the WWW server then transmits a response to the WAP client 10, which is translated into a WAP format by the multi-protocol engine 40.
  • the engine receives an incoming request from the client 10 in Fig. 2.
  • the engine checks if the request uses a Secure Session Protocol, step 303. If so, the engine checks if a Secure Session Protocol session exists, step 305. If no Secure Session Protocol session exists a secure session is created, step 307.
  • the engine checks if the request uses a Transaction Protocol. If so, the engine handles Transaction Protocol communication, step 311.
  • step313 the engine checks if the request uses a compatible character set. If not, the engine translates the character set, step 315.
  • step 317 the engine checks if a session protocol session exists. If not, a session protocol session is created, step 319.
  • the engine translates the binary session protocol into the HTTP-protocol. And forwards the request to the WWW server 20 in Fig. 2, step 323.
  • the engine checks if it has received a valid response from the W W-server, step 325. If not the engine sends a binary error, step 327. If, on the other hand, the response is valid the response is translated into binary protocols in a step 329, and finally the response is returned to the client 10 in a step 331.
  • the pre-existing WWW server program is transformed into a program that is capable of accommodating multiple protocols (WAP, WWW) simultaneously. Hence, it is no longer limited to communication via the protocol it was originally designed to use.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer And Data Communications (AREA)

Abstract

L'invention concerne un serveur WWW doté d'un moteur multi-protocole. Le moteur peut être installé dans un programme du serveur WWW pré-existant. Le moteur multi-protocole reçoit des demandes dans la couche protocole de la couche réseau. Il traduit les protocoles couche de session binaire en protocole couche de session HTTP ASCII. Il traduit et prend en charge toute incompatibilité entre le protocole couche de session HTTP initiale du programme du serveur WWW et le protocole couche de session binaire, et en plus traduit n'importe quel format de données binaires en des formats compatibles avec le design initial du programme du serveur WWW. L'utilisation d'un tel moteur multi-protocole directement dans le programme serveur pré-existant permet essentiellement de résoudre le problème de délais des systèmes existants. En outre, l'installation du moteur multi-protocole dans le serveur WWW pré-existant résout les problèmes liés à l'infrastructure doublée et au personnel, à la diminution de la sécurité et aux besoins en formation additionnels.
PCT/SE2001/000967 2000-05-05 2001-05-04 Procede et systeme concernant des communications de protocole dans une infrastructure de serveur www pre-existant WO2001086896A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2001256902A AU2001256902A1 (en) 2000-05-05 2001-05-04 A method and a system relating to protocol communications within a pre-existing www server framework

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
SE0001680A SE515394C2 (sv) 2000-05-05 2000-05-05 Förfarande och system avseende protokollkommunikation i en existerande WWW-serverstruktur
SE0001680-8 2000-05-05
EP00850186.8 2000-11-03
EP00850186A EP1152579A3 (fr) 2000-05-05 2000-11-03 Procédé et système pour la communication avec un serveur WWW

Publications (1)

Publication Number Publication Date
WO2001086896A1 true WO2001086896A1 (fr) 2001-11-15

Family

ID=26074213

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/SE2001/000967 WO2001086896A1 (fr) 2000-05-05 2001-05-04 Procede et systeme concernant des communications de protocole dans une infrastructure de serveur www pre-existant

Country Status (2)

Country Link
AU (1) AU2001256902A1 (fr)
WO (1) WO2001086896A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1661012A2 (fr) * 2003-08-11 2006-05-31 Teamon Systems, Inc. Systeme de communications comprenant une interface de protocole extensible multicouche et ses procedes

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5848415A (en) * 1996-12-18 1998-12-08 Unisys Corporation Selective multiple protocol transport and dynamic format conversion in a multi-user network
EP0942554A2 (fr) * 1998-01-27 1999-09-15 Moore Products Co. Gestionnaire de système de transmissions de réseau
US6003077A (en) * 1996-09-16 1999-12-14 Integrated Systems, Inc. Computer network system and method using domain name system to locate MIB module specification and web browser for managing SNMP agents
WO2000020962A2 (fr) * 1998-10-02 2000-04-13 International Business Machines Corporation Informatique conversationnelle par machine virtuelle conversationnelle
WO2000020992A1 (fr) * 1998-10-07 2000-04-13 Gilbrech Arthur S Systeme d'extraction dans une base de donnees

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6003077A (en) * 1996-09-16 1999-12-14 Integrated Systems, Inc. Computer network system and method using domain name system to locate MIB module specification and web browser for managing SNMP agents
US5848415A (en) * 1996-12-18 1998-12-08 Unisys Corporation Selective multiple protocol transport and dynamic format conversion in a multi-user network
EP0942554A2 (fr) * 1998-01-27 1999-09-15 Moore Products Co. Gestionnaire de système de transmissions de réseau
WO2000020962A2 (fr) * 1998-10-02 2000-04-13 International Business Machines Corporation Informatique conversationnelle par machine virtuelle conversationnelle
WO2000020992A1 (fr) * 1998-10-07 2000-04-13 Gilbrech Arthur S Systeme d'extraction dans une base de donnees

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
WAP Architecture, Version 30-Apr-1998, Wireless Application Protocol Architecture Specification, Wireless Application Protocol Forum, Ltd. see page 13 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1661012A2 (fr) * 2003-08-11 2006-05-31 Teamon Systems, Inc. Systeme de communications comprenant une interface de protocole extensible multicouche et ses procedes
EP1661012A4 (fr) * 2003-08-11 2007-08-01 Teamon Systems Inc Systeme de communications comprenant une interface de protocole extensible multicouche et ses procedes
US7774486B2 (en) 2003-08-11 2010-08-10 Teamon Systems, Inc. Communications system providing multi-layered extensible protocol interface and related methods

Also Published As

Publication number Publication date
AU2001256902A1 (en) 2001-11-20

Similar Documents

Publication Publication Date Title
US7376715B2 (en) Asynchronous hypertext messaging system and method
US10069939B2 (en) Establishing a virtual tunnel between two computers
US8788814B2 (en) Secure data transfer using an embedded system
US7562146B2 (en) Encapsulating protocol for session persistence and reliability
US6704786B1 (en) Network and end-host efficiency for web communication
US8407350B2 (en) System and method for projecting content beyond firewalls
US7502726B2 (en) Systems and methods for maintaining a session between a client and host service
JP3906204B2 (ja) コンピューティング装置、コンピューティング装置とリモート・コンピュータ・システムとの間でデータを通信する方法
US7769871B2 (en) Technique for sending bi-directional messages through uni-directional systems
US8224966B2 (en) Reproxying an unproxied connection
EP1152579A2 (fr) Procédé et système pour la communication avec un serveur WWW
EP3414877A1 (fr) Technique permettant une sélection de protocole de transport et un établissement d'une connexion entre un client et un serveur
WO2001086896A1 (fr) Procede et systeme concernant des communications de protocole dans une infrastructure de serveur www pre-existant
Cisco Cisco Content Transformation Engine 1400 Configuration Note
Cisco Cisco Content Transformation Engine 1400 Configuration Note
Cisco SLIP and PPP Commands
US20030177348A1 (en) Secure internet communication with small embedded devices
Cisco SLIP and PPP Configuration Commands
Cisco SLIP and PPP Configuration Commands
Cisco SLIP and PPP Configuration Commands
Cisco SLIP and PPP Configuration Commands
JPH1132088A (ja) ネットワークシステム
KR20010056418A (ko) 왑 상에서의 종단 간의 보안 방법
JPH11239136A (ja) ネットワーク機器及びそれを用いたネットワーク管理方法

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ CZ DE DE DK DK DM DZ EE EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 69(1) EPC

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP