WO2004023831A1 - Application dispatcher - Google Patents

Application dispatcher Download PDF

Info

Publication number
WO2004023831A1
WO2004023831A1 PCT/IB2002/003591 IB0203591W WO2004023831A1 WO 2004023831 A1 WO2004023831 A1 WO 2004023831A1 IB 0203591 W IB0203591 W IB 0203591W WO 2004023831 A1 WO2004023831 A1 WO 2004023831A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
internal
data unit
mobile terminal
port
Prior art date
Application number
PCT/IB2002/003591
Other languages
French (fr)
Inventor
Hossein Djelogiry
Original Assignee
Nokia Corporation
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 Nokia Corporation filed Critical Nokia Corporation
Priority to PCT/IB2002/003591 priority Critical patent/WO2004023831A1/en
Priority to AU2002334254A priority patent/AU2002334254A1/en
Publication of WO2004023831A1 publication Critical patent/WO2004023831A1/en

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/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72403User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
    • H04M1/72406User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality by software upgrading or downloading
    • 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/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Human Computer Interaction (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

A method in a mobile terminal for communication of data between internal applications in the mobile terminal and remote applications over a wireless communication network through a plurality of ports. The method comprises the step of providing, in the mobile terminal, mapping information for associating active ones of said internal applications with individual ones of said ports. It further comprises the steps of receiving a first data unit from a first remote application through a first port among said plurality of ports, determining, from said mapping information, a first internal application among said active internal applications which is associated with the first port, and forwarding the first data unit to the first internal application.

Description

APPLICATION DISPATCHER
Technical Field of Invention
This invention relates to a method in a mobile terminal for communication of data between internal applications in the mobile terminal and remote applica- tions. The invention also relates to a mobile terminal for communication of data between internal applications in the mobile terminal and remote applications.
Background Art A mobile terminal, such as a mobile telephone, is arranged to run different kinds of applications, such as an operating system, a word processing program, an image processing program, etc.
In a WAP (Wireless Application Protocol) system, the mobile terminal can be arranged to communicate data from an application inside the mobile terminal to a remote application, i.e. an application outside the mobile terminal, via a wireless communication network, for example the Internet. The mobile terminal comprises a content dispatcher which communicates with the WSP (Wireless
Socket Protocol) layer. The WSP layer is the top layer in WAP l.X. The content dispatcher gets a PUSH from the WSP layer. Getting a PUSH means that data units are received. The content dispatcher checks the MIME (Multipurpose Internet Mail Extension) type of the PUSH data and forwards the data to the appropriate application in the mobile terminal according to the MIME type.
The content dispatcher is arranged to communicate said data units through a socket server which in turn communicates through a port having a port number, using for example GPRS (General Packet Radio System) , to the remote application. Applications running on the mobile terminal thus communicate with other applications over the network using port numbers.
A disadvantage with the content dispatcher is that it limits the type of data communicated to the MIME type. One problem with WAP is that when a large amount of data is to be sent from a remote application to an internal application in real time it must go through many time consuming steps of the WAP architecture.
Summary of the Invention
In view of the above, an objective of the invention is to solve or at least reduce the problems discussed above and to provide a simple and effective method to communicate data between internal applications in a mobile terminal and remote applications.
The invention provides, according to a first aspect, a method in a mobile terminal for communication of data between internal applications in the mobile terminal and remote applications over a wireless communication network through a plurality of ports, the method comprising the steps of providing, in the mobile terminal, mapping information for associating active ones of said internal applications with individual ones of said ports, receiving a first data unit from a first remote application through a first port among said plurality of ports, determining, from said mapping information, a first internal application among said active internal applications which is associated with the first port, and forwarding the first data unit to the first internal appli- cation.
The internal applications can preferably be Java applications, but could also be written in any programming language.
The remote application can be implemented in a server, in another mobile terminal, in a conventional personal computer etc. An active application can be an application that is running on the mobile terminal. An application can be in a stand-by mode, for instance waiting to receive a data unit or waiting for an event to activate the application. Within the context of the present invention, such a "sleeping" application is also to be regarded as an active application.
An advantage with this method is that by not checking the type of data the method can use other data for- mats than data formats that have been type approved by IANA (Internet Assigned Numbers Authority) , for example JPEG, email, etc. Also, user or technical field specific applications can easily be implemented in a mobile terminal . This provides a simpler developing environment for downloadable applications which can easily find use in many different technical fields. The data unit can be forwarded to the first internal application regardless of the data unit content.
Still another advantage with this method is that it is WAP independent. A user can set up a wireless application without having to register at and pay for a WAP gateway.
The method only needs a very simple API (Application Program Interface) to allow developers to design and implement applications that use the invention. The API merely has to handle the communication according to the invention which can be made using only a very few different commands. This small API set would therefore be easy to learn, thus both inviting people with little program- ming skill to the developing environment and also further simplifying the development of user specific (downloadable) applications.
In one embodiment of the method the first data unit is received through a socket server. The socket server communicates in turn through a port . In one embodiment of the method the mapping information further associates active ones of said internal applications with individual application identities.
In another embodiment of the invention the method comprises the step of determining the steps of determining, from said mapping information, a first application identity among said application identities, which is associated with the first port, and determining, from said mapping information, a first internal application among said active internal applications which is associated with the first application identity.
At first the application identity associated with the first port can be checked for example through look up. Then the data unit is forwarded to the internal application having that application identity regardless of the data content .
In one embodiment of the method the step of determining comprises the steps of extracting a first application identity from the first data unit and determining, from said mapping information, a first internal application among said active internal applications which is associated with the extracted application identity.
Another embodiment of the method comprises upon activation of the first internal application the initial steps of registering the first internal application, and mapping the first internal application with an individual one of said plurality ports.
The ports that are assigned to the applications when registering do not belong to the group of port numbers reserved or used for prespecified and standard purposes such as WAP applications. The data communication between the internal application and the remote application therefore bypasses the WAP system. This enables faster communication which in turn makes for example streaming much faster.
In another embodiment of the method the initial step of mapping the first internal application with an avail- able port comprises the step of mapping the first internal application with an application identity and mapping the application identity with an available port.
One embodiment of the method further comprises the step of returning the first data unit if the first internal application is not found.
One embodiment of the method further comprises the step of returning a non-acknowledge message if the first internal application is not found. In another embodiment of the method the wireless communication network is part of or connected to the Internet .
Another embodiment of the method further comprises the steps of receiving a second data unit from a second internal application, determining, from said mapping information, a second port associated with the second internal application, and forwarding the second data unit to a second remote application via the second port.
When an internal application wants to communicate data or a request to a remote application it packages this data and sends this data for determining a second port, for example by keying the map information. The second data unit is then forwarded to the remote application through the second port. The second internal appli- cation can be the same as the first internal application. An internal application can both receive and send data units. The data units can be received and sent through the same port .
One embodiment of the method the second data unit is forwarded to the second remote application together with a port number associated with the determined second port to a socket server.
The port number can be included in the header of the second data unit or as a parameter. The socket server then forwards the second data unit to the determined port with the associated port number using the protocol layer below the socket server. An advantage by this method is that the communication handling mechanism can be made very simple.
According to a second aspect, the invention also involves a mobile terminal for communication of data between internal applications in the mobile terminal and remote applications over a wireless communication network, the mobile terminal comprising a communication interface having a plurality of ports to said communication network, a memory adapted to store mapping in- formation for associating active ones of said internal applications with individual ones of said ports, and a controller adapted to receive a first data unit from a remote application through a first port among said plurality of ports, to determine, from said mapping information, an internal application among said active internal applications which is associated with the first port, and to forward the first data unit to the determined internal application.
The controller can receive the first data unit from a socket server in the mobile terminal. The socket server sends all arriving data units not having reserved port numbers, such as WAP ports etc, to the controller.
In one embodiment of the invention the mapping information associates active ones of said internal applications with individual application identities.
In another embodiment of the invention the controller is arranged to determine, from said mapping information, a first application identity among said application identities, which is associated with the first port, and to determine, from said mapping information, a first internal application among said active internal applications which is associated with the first application identity.
In one embodiment of the invention the controller is arranged to extract a first application identity from the first data unit and to determine, from said mapping information, a first internal application among said active internal applications which is associated with the extracted application identity.
In another embodiment of the invention upon activation of the first internal application, the controller is arranged to register the first internal application, and to map the first internal application with an individual one of said plurality ports.
In still another embodiment of the invention the controller further is adapted to receive a second data unit from a second internal application, to determine, from said mapping information, a second port associated with the second internal application, and to forward the second data unit to a second remote application via the second port . In one embodiment of the invention the second data unit is forwarded together with a port number associated with the determined second port to a socket server.
The advantages of the mobile terminal are essentially the same as described above for the method. In a third aspect, the invention also involves a method in a mobile terminal for communication of data between internal applications, having application identities, in the mobile terminal and remote applications over a wireless communication network, the method comprising the steps of providing, in the mobile terminal, mapping information for associating active ones of said internal applications with the application identities, receiving a first data unit from the remote application, extracting from the first data unit an application identity, deter- mining, from said mapping information, an internal application among said active internal applications which is associated with the application identity, and forwarding the first data unit to the determined internal application. This method can preferably be implemented in systems using WAP 1.X. In one embodiment of the invention, the method further comprises the step of forwarding the first data unit to a content dispatcher if the application identity has a specified predetermined value. The specified predetermined value can also be that the application identity is missing in the first data unit. If the application identity is missing this will incur a value N/A (not available) that will be interpreted as the specified value by default. The value of the application identity can be set to 0. The application identity can also have another predetermined value, for example the highest available.
In another embodiment of the invention the application identity is the specified predetermined value when the first data unit is aimed for a WAP application.
Another embodiment of the invention further comprises upon activation of the first internal application the initial steps of registering the first internal application, and mapping the internal application with an individual one of said application identities.
One embodiment of the invention further comprises the initial step of mapping the content dispatcher with a specified predetermined application identity.
In one embodiment of the invention the first data unit is received via a port specified for WAP applications .
Brief Description of the Drawings
A preferred embodiment of the present invention will now be described in more detail, reference being made to the enclosed drawings, in which:
FIG 1 is a schematic front view of a portable communication apparatus.
FIG 2 is a schematic block diagram of some compo- nents of the portable communication apparatus shown in FIG 1. FIG 3 is a schematic flowchart of a general method for communication of data between internal applications in a mobile terminal and remote applications according to one embodiment of the invention. FIG 4 is a schematic flowchart of a method for communication of data from internal applications in a mobile terminal to remote applications according to one embodiment of the invention.
FIG 5 is a schematic flowchart of a method for com- munication of data between internal applications in a mobile terminal and remote applications according to one embodiment of the invention.
Detailed Description of Embodiments of the Invention FIG 1 shows a portable communication apparatus and more specifically a mobile telephone 10. The mobile telephone may be any commercially available device for a mobile telecommunications system such as GSM (Global Service for Mobile transmission) , UMTS (Universal Mobile Telecommunications System) , PDC (Pacific Digital Cellular) , AMPS (Advanced Mobile Phone System) or D-AMPS (Digital AMPS) .
As is well known in the technical field, the mobile telephone 10 comprises an antenna 20, a loudspeaker 21, a display 22, a plurality of keys 23, and a microphone 24. FIG 2 illustrates some internal components, within the context of the present invention, of the mobile telephone 10. A controller 41 is responsible for the overall operation of the mobile telephone 10 and is preferably implemented by any commercially available CPU ("Central Processing Unit"), DSP ("Digital Signal Processor") or any other electronic programmable logic device. The controller 41 is coupled to a radio interface 20, 40, comprising the antenna 20 and radio circuitry 40. The radio interface 20, 40 is responsible for establishing and maintaining a wireless link 11 to the base transceiver station 12. As is well known to a man skilled in the art, the radio circuitry 40 comprises a series of analogue and digital electronic components, which together form a radio receiver and transmitter. The radio circuitry 40 comprises, i.e., band pass filters, amplifiers, mixers, local oscillators, low pass filters, AD converters, etc. The controller 41 is also connected to an electronic memory 42, such as a RAM memory, a ROM memory, an EEPROM memory, a flash memory, or any combination thereof. The memory 42 is used for various purposes by the controller 41, one of them being for storing data and program instructions, which form a man-machine interface 45. The man-machine interface 45 also involves a keypad 43 (corresponding to the keys 23 in FIG 1) and a display 44 (corresponding to the display 22 in FIG 1) . A user 46 of the mobile telephone 10 will operate the telephone through the man-machine interface 45, as is well known per se.
A number of internal application can be running on the mobile phone 10. The internal application can commu- nicate through a socket server which in turn communicates through a port with an associated port number through for example GPRS (General Packet Radio System) with another remote application over a mobile communication network 11, which may be part of or connected to the Internet. The remote application can be running for example on a server or an other mobile phone. The mobile phone has a plurality of ports through which the internal applications can communicate.
In a first embodiment a general method for communi- cation according to the invention is described by way of reference to the schematic flow chart in FIG 3.
Mapping information for associating active ones of internal applications is in step 100 provided. The controller 41 receives in step 110 a first data unit from a first remote application through a first port. The controller 41 then in step 120 determines, from the mapping information, a first internal application among said active internal applications which is associated with the first port. In step 130, the controller 41 forwards the first data unit to the first internal application. In the following the method for communication according to one embodiment of the invention will be explained in more detail by way of reference to FIG 5.
When an internal application is started in the mobile telephone 10, the controller 41 registers in step 300 and maps in step 310 the internal application having an application identity with an available port among said plurality of ports. The memory 42 is used for storing the mapping information. The port number associated with the mapped port is sent in step 320 to the remote application with which the started internal application intends to communicate.
The remote application sends data units to the internal application by using the IP address of the mobile phone. From the IP address the port number can easily be read in a well known manner. When receiving a first data unit, in step 330, from a remote application through a port, which is not used or reserved for a specific purpose such as WAP, the socket server determines, in step 340, from the mapping information if there is any application identity associated with the port number for the port receiving the first data unit. If there is no application identity associated with the port number, the data unit is returned, in step 360, to the remote application. Alternatively a non-acknowledge message is sent to the remote application. If an application identity is determined the controller forwards in step 370 the first data unit to the internal application associated with the determined application identity.
In the following the method for sending a second data unit to a remote application according to one embodiment of the invention will be explained in more detail by way of reference to FIG 4. When an internal application is sending a second data unit to a remote application, the controller 41 receives in step 200 the second data unit. In step 210, the controller determines, from the mapping information, what port number is associated with the internal application. The controller then forwards, in step 220, the second data unit together with the port number to the remote application via the socket server. The socket server is forwarding the second data unit to the remote application via the port with the determined port number by using the physical layer below the socket server.
In an alternative embodiment of the invention the internal application communicates with the remote application via a WAP port. When a data unit is received in the mobile terminal from a remote application, the controller determines the application identity if any. If the application identity is 0, i.e. there is no application identity, the data unit is sent to a content dispatcher which is well known to a person skilled in the art. The content dispatcher looks at the MIME type of the data and forwards the data unit to the correct application. If the application identity is not equal to 0, the controller forwards the data unit to the application associated with the application identity. The foregoing embodiment of the present invention provides an exemplary illustration and description, but is not intended to be exhaustive or to limit the invention to the precise form disclosed. Modification and variations are possible in light of the above teachings or may be acquired from practice of the invention.

Claims

WHAT IS CLAIMED IS:
1. A method in a mobile terminal for communication of data between internal applications in the mobile ter- minal and remote applications over a wireless communication network through a plurality of ports, the method comprising the steps of: providing, in the mobile terminal, mapping information for associating active ones of said internal appli- cations with an individual one of said ports, receiving a first data unit from a first remote application through a first port among said plurality of ports, determining, from said mapping information, a first internal application among said active internal applications which is associated with the first port, and forwarding the first data unit to the first internal application.
2. A method according to claim 1, wherein the first data unit is received through a socket server.
3. A method according to any one of the preceding claims, wherein the mapping information further associates active ones of said internal applications with individual application identities.
4. A method according to claim 3, wherein the step of determining comprises the steps of determining, from said mapping information, a first application identity among said application identities, which is associated with the first port, and determining, from said mapping information, a first internal application among said active internal applications which is associated with the first application identity.
5. A method according to claim 3, wherein the step of determining comprises the steps of extracting a first application identity from the first data unit and determining, from said mapping information, a first internal application among said active internal applications which is associated with the extracted application identity.
6. A method according to any one of the preceding claims, further comprising upon activation of the first internal application the initial steps of registering the first internal application, and mapping the first internal application with an indi- vidual one of said plurality ports.
7. A method according to claim 6, wherein the initial step of mapping the first internal application with an available port comprises the steps of mapping the first internal application with an app- lication identity and mapping the application identity with an available port .
8. A method according to any one of the preceding claims, further comprising the step of returning the first data unit if the first internal application is not found .
9. A method according to any one of the preceding claims, further comprising the step of returning a non- acknowledge message if the first internal application is not found.
10. A method according to any one of the preceding claims, wherein the wireless communication network is part of or connected to the Internet .
11. A method according to any one of the preceding claims, further comprising the steps of receiving a second data unit from a second internal application, determining, from said mapping information, a second port associated with the second internal application, and forwarding the second data unit to a second remote application via the second port.
12. A method according to claim 11, wherein the second data unit is forwarded to the second remote application together with a port number associated with the determined second port to a socket server.
13. A method according to any one of claims 11 or 12, wherein the first and the second internal applications are the same.
14. A method according to any one of claims 11 or 12, wherein the first and the second remote applications are the same.
15. A method according to any one of claims 11 or 12, wherein the first and the second ports are the same.
16. A mobile terminal for communication of data between internal applications in the mobile terminal and remote applications over a wireless communication network, the mobile terminal comprising a communication interface having a plurality of ports to said communication network, a memory adapted to store mapping information for associating active ones of said internal app- lications with an individual one of said ports, and a controller adapted to receive a first data unit from a remote application through a first port among said plurality of ports, to determine, from said mapping information, an internal application among said active internal applications which is associated with the first port, and to forward the first data unit to the determined internal application.
17. A mobile terminal according to claim 16, wherein the mapping information associates active ones of said internal applications with individual application identities .
18. A mobile terminal according to claim 17, wherein the controller is arranged to determine, from said mapping information, a first application identity among said application identities, which is associated with the first port, and to determine, from said mapping information, a first internal application among said active internal applications which is associated with the first application identity.
19. A mobile terminal according to claim 17, wherein the controller is arranged to extract a first application identity from the first data unit and to determine, from said mapping information, a first internal application among said active internal applications which is associated with the extracted application identity.
20. A mobile terminal according to any one of claims 16-19, wherein upon activation the first internal application the controller is arranged to register the first internal application, and to map the first internal application with an individual one of said plurality ports.
21. A mobile terminal according to any one of claims 16-20, wherein the controller further is adapted to receive a second data unit from a second internal application, to determine, from said mapping information, a second port associated with the second internal application, and to forward the second data unit to a second remote application via the second port.
22. A mobile terminal according to claim 21, wherein the second data unit is forwarded together with a port number associated with the determined second port to a socket server.
23 A mobile terminal according to any one of claims 21 or 22, wherein the first and the second internal applications are the same.
24. A mobile terminal according to any one of claims 21 or 22, wherein the first and the second remote appli - cations are the same.
25. A mobile terminal according to any one of claims 21 or 22, wherein the first and the second ports are the same .
26. A method in a mobile terminal for communication of data between internal applications, having application identities, in the mobile terminal and remote applica- tions over a wireless communication network, the method comprising the steps of: providing, in the mobile terminal, mapping information for associating active ones of said internal appli- cations with the application identities, receiving a first data unit from the remote application, extracting, from the first data unit, an application identity, determining, from said mapping information, an internal application among said active internal applications which is associated with the application identity, and forwarding the first data unit to the determined internal application.
27. A method according to claim 26, further comprising the step of: forwarding the first data unit to a content dispatcher if the application identity is a specified pre- determined value.
28. A method according to claim 27, wherein the application identity is the specified predetermined value when the first data unit is aimed for a WAP application.
29. A method according to any one of claims 26-28, further comprising upon activation of the first internal application the initial steps of registering the first internal application, and mapping the first internal application with an individual one of said application identities.
30. A method according to claim 29, further comprising the initial step of mapping the content dispatcher with the specified predetermined application identity.
31. A method according to any one of claims 26-30, wherein the first data unit is received via a port speci - fied for WAP applications.
PCT/IB2002/003591 2002-09-05 2002-09-05 Application dispatcher WO2004023831A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/IB2002/003591 WO2004023831A1 (en) 2002-09-05 2002-09-05 Application dispatcher
AU2002334254A AU2002334254A1 (en) 2002-09-05 2002-09-05 Application dispatcher

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/IB2002/003591 WO2004023831A1 (en) 2002-09-05 2002-09-05 Application dispatcher

Publications (1)

Publication Number Publication Date
WO2004023831A1 true WO2004023831A1 (en) 2004-03-18

Family

ID=31972016

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2002/003591 WO2004023831A1 (en) 2002-09-05 2002-09-05 Application dispatcher

Country Status (2)

Country Link
AU (1) AU2002334254A1 (en)
WO (1) WO2004023831A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10607021B2 (en) 2018-01-26 2020-03-31 Bank Of America Corporation Monitoring usage of an application to identify characteristics and trigger security control

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998052320A2 (en) * 1997-05-14 1998-11-19 Citrix Systems, Inc. System and method for managing the connection between a server and a client node
WO2001026267A1 (en) * 1999-10-05 2001-04-12 Ejasent Inc. Virtual port multiplexing
US6377808B1 (en) * 2000-04-27 2002-04-23 Motorola, Inc. Method and apparatus for routing data in a communication system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998052320A2 (en) * 1997-05-14 1998-11-19 Citrix Systems, Inc. System and method for managing the connection between a server and a client node
WO2001026267A1 (en) * 1999-10-05 2001-04-12 Ejasent Inc. Virtual port multiplexing
US6377808B1 (en) * 2000-04-27 2002-04-23 Motorola, Inc. Method and apparatus for routing data in a communication system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10607021B2 (en) 2018-01-26 2020-03-31 Bank Of America Corporation Monitoring usage of an application to identify characteristics and trigger security control
US11151272B2 (en) 2018-01-26 2021-10-19 Bank Of America Corporation Monitoring usage of an application to identify characteristics and trigger security control

Also Published As

Publication number Publication date
AU2002334254A1 (en) 2004-03-29

Similar Documents

Publication Publication Date Title
US20020115446A1 (en) User-tagging of cellular telephone locations
MXPA06013142A (en) Method, device and software for updating data in mobile devices.
JP2007518284A5 (en)
WO2004102400A1 (en) Communication device having function for automatically determining unsolicited e-mails
US7486947B2 (en) Mobile communication device and position search method
JP2002532796A5 (en)
US20070140439A1 (en) Method for presenting location information on a mobile terminal
JP4153696B2 (en) Message transmission system and method and use of the transmission system to investigate the services provided
CN101151929A (en) Method for performing location-specific services, broadcasting unit and mobile receiving device
US20050101336A1 (en) Mobile communication terminal, mobile communication system and content delivery method
US20030074412A1 (en) Electronic mail communication system and portable terminal for the same
US7349708B2 (en) System and method for providing position information
JP2000332943A (en) Portable information terminal device
JP4220394B2 (en) Mobile terminal and provider for filling out electronic forms
US20070142076A1 (en) Alarm and messaging communications system having wireless network gateway
WO2004023831A1 (en) Application dispatcher
US20030074414A1 (en) Electronic mail rejecting system, method therefor, and storage medium storing control program thereof
JP2002297474A (en) Bbs(bulletin board system), remote terminal and program
US7640360B1 (en) Network system including a terminal device capable of registering with a server
KR100860227B1 (en) the method of wireless schedule management
JP4360260B2 (en) Program, computer and data processing method
JP2005277952A (en) Crime information supply system using mobile communication network
JPH03256426A (en) Information distributing method
JP3871314B2 (en) Terminal in communication system and program thereof
KR100604516B1 (en) Mobile cellular phone for proffering weather forecast

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC 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 OM PH PL PT RO RU SD SE SG SI SK SL TJ TM TN TR TT TZ UA UG US UZ VN YU ZA ZM 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 ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR IE IT LU MC NL PT SE SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP