US20040260837A2 - Data Translation Architecture - Google Patents

Data Translation Architecture Download PDF

Info

Publication number
US20040260837A2
US20040260837A2 US10/334,684 US33468402A US2004260837A2 US 20040260837 A2 US20040260837 A2 US 20040260837A2 US 33468402 A US33468402 A US 33468402A US 2004260837 A2 US2004260837 A2 US 2004260837A2
Authority
US
United States
Prior art keywords
module
communications
data
reserved
address
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.)
Granted
Application number
US10/334,684
Other versions
US6826627B2 (en
US20040044792A1 (en
Inventor
Mark Sjollema
Gregory Odom
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.)
BurnBag Ltd of Ireland
Burnbag Ltd
Original Assignee
BurnBag Ltd of Ireland
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 BurnBag Ltd of Ireland filed Critical BurnBag Ltd of Ireland
Priority to US10/334,684 priority Critical patent/US6826627B2/en
Priority to AU2003291622A priority patent/AU2003291622A1/en
Priority to PCT/US2003/027494 priority patent/WO2004036346A2/en
Assigned to BURNBAG, LTD. reassignment BURNBAG, LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ODOM, GREGORY G., SJOLLEMA, MARK
Publication of US20040044792A1 publication Critical patent/US20040044792A1/en
Priority to US10/984,361 priority patent/US20050108412A1/en
Application granted granted Critical
Publication of US6826627B2 publication Critical patent/US6826627B2/en
Publication of US20040260837A2 publication Critical patent/US20040260837A2/en
Adjusted expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/35Network arrangements, protocols or services for addressing or naming involving non-standard use of addresses for implementing network functionalities, e.g. coding subscription information within the address or functional addressing, i.e. assigning an address to a function
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • 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

Definitions

  • the present application relates to computer architecture, and particularly to techniques for interfacing added modules into existing e-mail programs.
  • Computer communications was regarded as a specialized area in the 1960s or so, but now most communication is converging to a paradigm of data communication.
  • the endpoints of data communication are not necessarily computers, but can be audio, video, or image interfaces, sensors, switches, control units, or many kinds of "smart" devices.
  • the established engineering principles of computer networks are becoming applicable to a wide range of applications.
  • Hashing One of the simplest types of data translation is "hashing," where data is reversibly transformed in a way which randomizes the statistical distribution of bytes. Hashing can be a useful way to disarm viruses and/or provide a more nearly stochastic distribution of data. (Equalizing symbol distribution can help in increasing S/N ratio of data transmission.)
  • Packet filtering is a more specific term for content-dependent routing. Any router performs address-dependent routing, but filtering implies that the data in the packet is analyzed in some fashion to affect routing. (For example, packets in which a virus signature is found may be discarded.)
  • Public-key algorithms can be useful for authenticating digital documents. An extension of this is for identification of the specific human who has chosen to authenticate the document. There are many circumstances where it would be useful for persons communicating over the Internet (or over a network) to be able to identify themselves reliably. For example, in arm's-length Internet sales, it can be useful to definitely identify the other party. For another example, electronic publishing over the internet becomes much more practical if working access can be limited to only those users who have paid for it. For another example, some users would like to filter incoming email to exclude mailings (such as spam) which are not tagged with a reliable certificate of origin.
  • Keys used for digital signatures are a very long series of bits, which can be represented as long series of alphanumeric characters. Unlike Personal Identification Numbers (PINs), it is simply not feasible for individuals to remember them. For access control, such key data is typically stored in a chip (or other electronic memory), which can be embedded in a plastic card, or in another physical object such as a ring.
  • Computer communications are a somewhat unusual area of software development, in that many functions may need to be combined.
  • a user's full-range email program should be able to handle (using calls to other programs as needed) various compression or authentication formats, various image formats, various audio formats, various HTML or XTML extensions, various drawing formats, various special fonts, virus-checking, and other new functions as they come up.
  • various compression or authentication formats For example, the secure communications capabilities of PGP were integrated into some email programs, such as Eudora, long before PGP was available in other email programs.
  • the boundary between browser functions and email functions has blurred somewhat in the last decade, and this trend may continue.
  • smooth integration is particularly important.
  • the present application describes a new system architecture for adding in functionality, and particularly for adding data translation functions between a communications program and its target (e.g. the outside world).
  • the preferred embodiment achieves this without any need to intrude on management of the TCP/IP stack; instead, data for communication is simply addressed to a reserved (preferably loopback) address, and is snooped by a "translation agent" (software routine or hardware) either when it is being sent to the network interface unit or when it is echoed back.
  • the translation agent can provide authentication, privacy, data reformatting, or other such functions.
  • these ideas can be used in digital systems which are not computers, or can be used as part of a firewall or gateway, or to interface between networks using different protocols, or used in other analogous ways.
  • [0026] can secure all non-protocol-level data on any TCP/IP port
  • FIG. 1 shows a generic overview of the translation-assistant.
  • FIG. 2 shows an example of implementation of the Translation Agent into an existing application environment.
  • FIG. 3 shows a generic TCP/IP session.
  • FIG. 4 shows a client server environment using some of the disclosed inventions.
  • FIG. 5 shows an environment whereby TA secures the transmission between two TA client applications without Server interdiction.
  • FIG. 6 shows secure data transmission in a peer-to-peer environment.
  • FIG. 7 shows the client to server secure relationship
  • FIG. 8 shows the server to client relationship.
  • FIG. 9 is a flowchart for the TA examining and processing for transmitting data.
  • FIG. 10 is a flowchart for the TA examining and processing of received data.
  • FIG. 11 is a sample of the devices that can be secured with TA.
  • FIG. 12 illustrates the interface between Translation Agent and application software in a device.
  • FIG. 13 gives an overview of the installation process.
  • Translation Agent is an architecture for modifying (e.g. securing data in the Telecommunications Control Protocol and Internet Protocol (TCP/IP) data stream.
  • TA is platform, operating system and device independent.
  • TA is independent of any specific technology for securing or otherwise modifying the data.
  • TA utilizes the TCP/IP "loopback" address 127.0.0.2 and/or other class A addresses in that range to implement a procedure whereby TA can become a pseudo-server on and within the physical device.
  • TA is then able to monitor all or specific ports on the device and secure the data as it is transmitted or unsecure the data as received.
  • TA is independent of specific protocols such as SMTP ("Simple Mail Transport Protocol"), POP3 ("Post Office Protocol 3"), FTP, HTTP etc. TA examines the data, passing protocol level information without modification and secures the data portion of the transmission.
  • SMTP Simple Mail Transport Protocol
  • POP3 Post Office Protocol 3
  • FTP HyperText Transfer Protocol
  • HTTP HyperText Transfer Protocol
  • TA processes and secures the data based on the requirements and capabilities of the specific method used for securing the data.
  • TA is designed to be transparent to other applications and virus checking applications.
  • the TA architecture provides an open framework into which many different algorithm implementations can be inserted as modules.
  • the TA architecture can support insertion of e.g. LZW, DES, DES-3, Rijndael, Blowfish, TwoFish, PGP, RSA, etc.
  • Algorithms used can be, for example, streaming or block-oriented, symmetric or asymmetric.
  • the Translation Agent architecture is modular to the extent that a wide variety of existing encryption (or other) algorithms can be "plugged in” to the Translation Agent. This means that any existing or later-developed algorithm or system can be used if any sizeable group of users demands it. The amount of administrative overhead created by these systems is reduced, since the activities performed within the Translation Agent module are unseen by the user. This is particularly beneficial in corporate IT departments, where a considerable amount of support is usually necessary to make this systems function properly.
  • FIG. 1 shows a generic overview of the TA's function in a device 101 using TCP/IP.
  • the device 101 can be, for example, a personal computer, or alternatively can be a variety of other device types as discussed below.
  • the configuration of a software application 100 is modified to send and/or receive TCP/IP packets using a reserved (e.g. "loopback") TCP/IP address 102 in place of its original TCP/IP settings.
  • TA module 103 is configured to listen on the reserved address 102 specified for this application. (Note that multiple reserved addresses can be specified for multiple applications.) TA module 103 then initiates sessions, using the application's data, on another TCP/IP connection 106.
  • the TA module 103 retains the application's original TCP/IP address and Port configuration data, in order to transmit and receive the data.) For widely used applications, configuring the application settings would be an automated installation process. In most cases, modifications or enhancements by the application vendors should not be required.
  • the configuration for the application 100 is changed to use the "loopback" address 102, and TA will then communicate with the application 100 as though TA were the intended destination.
  • TA 103 will examine and modify the data as necessary, and will forward the modified (e.g. secured) data to the intended destination through connection 106.
  • TA 103 will receive data for the application 100 from connection 106, examine the data and unsecure it when necessary, and forward it to the application 100 through connection 102.
  • TA 103 allows the application 100 to be secure in transmitting and receiving its data without modification to the application's software.
  • FIG. 2 is a more specific example of implementing TA into an existing application environment.
  • the example shown is based on a device 101, e.g. a personal computer or PDA, with TCP/IP connectivity.
  • the E-Mail client 100' in this example is reconfigured so that its SMTP/POP3 interfaces send and receive on the "loopback" TCP/IP address 127.0.0.2.
  • the SMTP target address saved (with many other parameters) in system configuration data file 108 e.g. a Windows registry file
  • the POP3 address has also been changed to 127.0.0.2.
  • the TA module 103' listens on 127.0.0.2 on the "Well known" port 25.
  • TA 103' intercepts the messages.
  • the protocol level data is preferably be passed through intact, but the message content (indicated by the appropriate SMTP body tags etc.) can be transformed by the TA module 103'. That is, the TA module 103' preferably "parses" the SMTP transmission, to the limited extent needed to identify the message body and/or attachments, and then (depending on is programming) performs a data translation operation on these portions. The possibly-transformed body and attachment data, combined with the untransformed protocol data, is then sent along, through connection 106, to the SMTP server that was originally specified by the application.
  • the TA module 103' will listen on the reserved address (in this example 127.0.0.2 on Port 110) for the application to initiate a POP3 session. Thereafter TA 222 will monitor the session, and if secured data is encountered for this application/user, then the TA module 222 will unsecure the data. Otherwise the TA module 103' can simply pass the clear data through to the POP3 interface 100B.
  • the reserved address in this example 127.0.0.2 on Port 110
  • Both the SMTP and POP3 data securing and unsecuring processing are transparent to the application and virus scans implemented at the device.
  • FIG. 13 gives an overview of the installation process (which, as noted, is preferably automatic.)
  • TA or its installation program
  • the actual entry locations and data will vary depending on the versions of the E-Mail client and possibly the Windows operating system.
  • TA extracts the client configuration (steps 1310 and 1330) and saves the information in its own configuration file.
  • TA (or the installation program) then updates the windows registry 108 with POP3 (step 1340) and SMTP (step 1320) configurations set to a reserved address, e.g. a loopback address 127.0.0.x.
  • the TA module is then configured (step 1360) with logical relations which will cause it to load whatever translation algorithms are desired.
  • hashing might be used for outbound messages to some addresses, or encryption for others.
  • the unit can be restarted (step 1390).
  • TA then starts a listening function for POP3 and SMTP on the loopback address at the well known ports for POP3 and SMTP.
  • the e-mail client When the e-mail client starts, it obtains the e-mail server configuration from the windows registry, and is not aware of the changes made by TA.
  • the e-mail client When the e-mail client initiates a POP3 or SMTP request, it actually connects with TA on the same device.
  • TA then initiates the same type connection with the actual POP3 or SMTP server.
  • TA then monitors the information, receiving from the e-mail client and forwarding to the server and visa versa.
  • TA looks for the recipient information, both primary and carbon copies. If any recipients are in the list of registered secured recipients for the encryption technology implemented then TA will wait for the actual text and attachments and secure the information. If there are no secure recipients then TA simply continues to pass the information.
  • TA simply checks the information to determine if it is in a secure format, and unsecures the information if necessary, before passing it to the e-mail client. If TA is not able to decrypt the information, e.g. because the recipient is not the authorized recipient, then the information is passed to the email client in its as-received format.
  • the uninstallation program preferably resets the registry entries back to their original configuration.
  • TA performs a test for integrity at startup.
  • a checksum derived from the updated registry entries can be stored where TA can read it and check it.
  • the example refers to the windows registry, but the specific client application may use some other form for saving its configuration information, such as an ".ini" file, and in this case the minimal access to registry described above is merely performed on the appropriate .ini file or other location.
  • FIG. 3 shows a generic TCP/IP session with a non-email application 100", which can include but is not limited to FTP, VPN, HTTP, video conferencing and peer-to-peer applications.
  • a non-email application 100 can include but is not limited to FTP, VPN, HTTP, video conferencing and peer-to-peer applications.
  • TA is able to secure an application's data without modification to the application's software.
  • TA can secure all data or selected data based on configuration parameters.
  • TA can be configured using its secured configuration manager to use a different TCP/IP port on the device or for the destination.
  • TA's mechanics of operation in this configuration are similar to those of the e-mail configuration of FIG. 2.
  • the application's configuration data is preferably altered so that its send routines 100A' use a non-routable address 102A (preferably a loopback address), and its receive routines 100B' use a non-routable address 102B (also preferably a loopback address).
  • the translation agent 103" is set up to capture accesses to these reserved addresses, and to perform data translation operations on the content of the transmissions as described above. Note however that the retransmission functions performed by translation agent 103" can be slightly more complicated than those performed by email translation agent 103', since the ultimate target address is not necessarily static. Where the target address is unpredictable (as in http: or ftp: accesses), the TA 103" is preferably configured either to snoop and divert all communications, or else to access dynamic routing data from inside the application 100".
  • FIG. 4 shows a sample implementation in a client-server environment whereby the Server requires the data to be unsecured upon arrival.
  • an application 410 running on a physical device 101A (e.g. a workstation), is backed up by a local TA 420A which secures some or all of the communications over connection 106 (e.g. a LAN or WAN routing).
  • a corresponding server-side TA 420S provides a complementary data translation interface between channel 106S and a server 430.
  • An example of this environment could be organization with a central E-Mail server where the client 410 secures all data to the server (in this case E-Mail messages and attachments), and the E-Mail server 430 unsecures the data to perform a Server level virus scan.
  • the reverse process can also be employed, where the client 410 only receives data that has been secured by the Server even when the originator did not have the capability.
  • An example of this is shown in FIG. 7, where an application 710 on a remote device 101C can communicate with the application 410, but all communication must be routed through client-server channel 106S which is protected by TA modules 420A and 420S.
  • the server 430 can be programmed (for example) to perform firewall and gateway functions needed for interface to the outside world.
  • FIG. 8 shows a different implementation, where client-server communications over local channel 106L are not necessarily mediated by TA modules, but communications which must pass over a more exposed channel 106W are secured by TA modules 420A and 420S. Note that this diagram is very similar to FIG. 4, except that the channel assignments are different; in the embodiment of FIG. 8 the local network is assumed to be protected by (e.g.) physical security precautions, and the problem addressed is that of providing secure communications with remote workstations.
  • FIG. 6 shows an example where data transmission can also be secured in a peer-to-peer environment.
  • processes 610A and 610B running on two different physical devices 10A and 101B, have their communications mediated by the complementary operations of respective translation agents 103.
  • the physical devices 101 do not have to be computers, but can be, for example, components of a computing system.
  • the TA modules can be added in to modify peer-to-peer communications. Note, however, that this modification is not as attractive for applications where latency in communications is a action.
  • TA is used to secure information within a device then the same loop interface exists, but TA loops the transmission back to the application after having taken the appropriate action (encrypt or decrypt).
  • FIG. 11 is a sample of the devices that can achieve secure communication, using the TA, through the Internet (or other large network).
  • the illustrated devices which can be connected through the Internet or some other TCP/IP or analogous network, include without limitation: Windows.TM. computers; Unix/Linux computers; MacIntosh.TM. computers; PDA devices; digital cell phones; other digital devices; mainframe computers; servers; videoconferencing stations; Windows-CE.TM. devices; minicomputers; IP telephones; Bluetooth devices; satellites; digital cameras; and laptop or notebook computers.
  • a particularly attractive contemplated use of the disclosed inventions is in handheld mobile internet devices.
  • Such devices such as the Blackberry, or other SIM-enabled PDAs
  • the modular add-on capability of a "translation agent" as described above can be particularly advantageous for updating such systems to include user-selected translation operations as described above.
  • the Blackberry for example, uses a Java.TM. operating system, and therefore the above functionality implies a slight modification to the "JVM" (the "Java Virtual Machine,” which any Java-capable computer must be able to emulate). That is, Java instructions are assumed to be executed by the Java virtual machine, and any particular computer must be equipped with software drivers to implement the JVM. Typically Java midlets sit on the Blackberry to perform encryption and related functions.
  • JVM the "Java Virtual Machine”
  • Java instructions are assumed to be executed by the Java virtual machine, and any particular computer must be equipped with software drivers to implement the JVM.
  • Java midlets sit on the Blackberry to perform encryption and related functions.
  • XDA is a competitor to Blackberry, which uses Windows CE, and the disclosed inventions can be similarly adapted to the XDA.
  • the TA can also be set up for formatting functions, e.g. for selective stripping of attachments and/or images.
  • This function is a normal part of low-bandwidth wide-area wireless network communication, but the ability to include it in the TA, where it is performed transparently to the devices and applications involved, provides a new capability.
  • communications between two Translation Agents can be structured to introduce modifications (e.g. for security) even when using protocols (such as FTP) which are inherently unsecure.
  • protocols such as FTP
  • TA's capabilities are not limited to securing data in transit.
  • TA's in combination can also implement or enhance security and authentication functions, within the communication architecture, which are virtually impossible to achieve without changes in basic internet standards and/or massive changes in software and servers.
  • the TA's which jointly control a communication channel can be programmed to jointly introduce non-standard enhancements to standard protocols.
  • a system comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes one or more reserved addresses which are not freely available for external communication, and also includes non-reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications to said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) modifies data in ones of said second communications, and c) transmits results of said operation b).
  • a system comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes non-reserved addresses and also one or more reserved loopback addresses which are not freely available for external communication, and which echoes back data addressed to one of said reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved loopback addresses; and an additional module which a) detects ones of said second communications, b) modifies data in ones of said second communications, and c) transmits results of said operation b).
  • a system comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes one or more reserved addresses which are not freely available for external communication, and also includes non-reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) modifies data content portions thereof but not protocol-related header portions thereof, and c) transmits results of said operation b).
  • a system comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes one or more reserved addresses which are not freely available for external communication, and also includes non-reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) modifies data in ones of said second communications, and c) transmits results of said operation b); and which also d) intercepts and modifies at least some incoming transmissions directed to said active program.
  • a system comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes one or more reserved addresses which are not freely available for external communication, and also includes non-reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) selectively modifies data in only some ones of said second communications, and c) transmits results of said operation b).
  • a system comprising: a communications interface module which transmits data over a communication channel; at least one active program which sends communications into said channel through said interface module; and an additional software module which a) monitors at least some ones of said communications, b) selectively modifies data in only some ones of said second communications, and c) transmits results of said operation b) through said interface module.
  • a computer comprising: a network interface module which transmits and receives data over a communication channel according to an addressing protocol which includes non-reserved addresses and also one or more reserved addresses which are not freely available for external communication; at least one active program, running on a CPU of said computer, which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module, running on a CPU of said computer, which a) detects ones of said second communications, b) modifies data in ones of said second communications, and c) transmits results of said operation b).
  • a macro-system comprising: multiple complex systems following respective instruction streams; and at least one network linking said multiple complex systems; wherein multiple ones of said complex systems each comprise: a communications interface module which transmits data over said network according to an addressing protocol which includes non-reserved addresses and also one or more reserved addresses which are not freely available for external communication; at least one active program which sends first communications into said network through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) processes data in ones of said second communications, and c) transmits results of said operation b).
  • a modular expandable software architecture comprising: an application program which performs at least one class of interface operations by looking up, in a configuration file, a network address which is used for said interface operations; said configuration file containing a reserved address, which does not correspond to any externally routable address, in place of the network address expected by said application program; and a functional module which, when said application program attempts to send data to said reserved address, performs data translation on said data, and retransmits said data, as modified by said data translation, to an externally routable network address.
  • a method comprising the steps of: (a.) from an application program, sending out a packet, which is intended for a real destination, to a first reserved address which cannot correspond to any real destination; and (b. ) in a translation program, looking up a second address, corresponding to said real destination in a table in memory, and transforming the data of said packet, and rerouting said packet thereafter to said second address.
  • a software structure in a storage medium comprising instructions which, when activated by at least one processor, will direct the processor to perform operations to implement the method of claim 42.
  • a method for adding a data conversion function to a third-party software program comprising the steps of: in a configuration file, replacing at least one target address with a respective non-routable address; and adding a functional module which, when the third-party program attempts to send a packet to said reserved address, performs data translation on the content of the packet according to stored algorithms, and retransmits the content, as modified by said data translation, to an externally routable address.
  • a method for adding data translation functions to a third-party e-mail program comprising the steps of: in a configuration file, substituting a reserved address, which does not correspond to any externally routable address, for the correct e-mail upload address; and adding an functional module which, when the e-mail program attempts to send a packet to said reserved address, performs data translation on the content of the packet according to stored algorithms, and retransmits the content to the correct e-mail upload address.
  • network is used very generally in the present application, to include wireless as well as wired, optical as well as electrical, local area networks (LANs) and wide area networks (WANs), the Internet, and closed networks (such as that used by the banking system).
  • LANs local area networks
  • WANs wide area networks
  • closed networks such as that used by the banking system.
  • TCP/IP is a network addressing protocol dating back to ARPANET, and now in very wide use.
  • IP addresses used by TCP/IP have the format of four numbers, each less than 2 ⁇ circumflex over ( ) ⁇ 8, separated by periods. (Each of these numbers corresponds to two bytes of data, i.e. 8 bits.)
  • a "packet” is a block of data, in a defined format, which can be routed independently of other packets; standard rules permit a stream of data to be converted to or from packets.
  • a "port” is a local destination designator: TCP/IP packets include a two-byte port designation in addition to the eight bytes of IP address. Of the 64K possible port designations, a few (mostly within the first 1K) have standard assignments see http://www.faqs.org/ftp/rfc/rfc1340.txt, which is hereby incorporated by reference. For example, port 110 is normally reserved for POP3, 25 for SMTP, 80 for HTTP, and 23 for telnet. (One of these standard assignments is specifically referred to, confusingly, as the "well-known" port.)
  • a "reserved address” is an address which cannot be routed over the Internet.
  • these include the loopback addresses discussed above, and a few other blocks of "non-routable” or “unresolvable” addresses (all 10.x.x.x addresses; all 90.x.x.x addresses; 172.16.x.x through 172.31.x.x; and 192.168.x.x).
  • VPNs Virtual private networks
  • extranets Some common examples of these are referred to as extranets.
  • a "hub” is a hardware device which echoes packets from one physical network connection into others.
  • a "router” is a programmable hub which is normally used to echo packets from a local network into the Internet, and vice versa.
  • a router can be programmed, for example, for address-dependent transmission, address translation, port-mapping, and "firewall" and other such higher-level functions.
  • Firewall is a special network interface function which performs authorization checking, refuses unauthorized connections, and may also do address translation, port-mapping packet filtering, and other high-level functions. Firewall functions are commonly integrated with router hardware, but can be implemented separately.
  • Packet filtering is content-dependent routing. Any router performs address-dependent routing, but filtering implies that the data in the packet is analyzed in some fashion to affect routing. (For example, packets in which a virus signature is found may be discarded.)
  • Packet sniffing is an operation which extracts the contents of packets and (possibly depending on contents, addresses or both) saves them elsewhere.
  • SMTP Simple Mail Transport Protocol
  • POP3 Post Office Protocol 3
  • ESMTP Simple Mail Transport Protocol
  • GSM Global System for Mobile communications
  • JVM is the "Java Virtual Machine” which any Java-capable computer must be able to emulated. That is, Java instructions are assumed to be executed by the Java virtual machine, and any particular computer must be equipped with software drivers to implement the JVM.
  • Translation Agent modules are capable of being daisy chained for special functions.
  • a primary TA would receive and interrogate the data. If it found data it could recognize as another encryption technology or a recipient who is configured for receiving in another supported encryption technology, then TA could open a connection using a loopback address and predetermined port and pass then information to that TA processor. The secondary TA would not necessarily know that the information was routed from a primary TA rather than any other TCP/IP stream.
  • the invention is particularly advantageous with TCP/IP address protocols, it can also be used with IPX, NetBEUI, NetBIOS, SMB (used for file and print sharing in MS Network) or other protocols, as long as there is a reserved address which can be used for internal communications (intra-chassis or intra-system).
  • the disclosed inventions are particularly useful for adding capability to third-party application programs.
  • Some of the programs which are expected to benefit particularly from this are Notes, Eudora, Outlook, Outlook Express, Groupwise, but of course other commercial software packages can also benefit.
  • reserved addresses which are not loopback addresses can be used instead.
  • the TA can merely snoop communications, and grab packets which are directed to the particular reserved address(es) it recognizes.
  • addresses can be used for TA interception which are not defined as "reserved" within the protocol.
  • the addresses assigned for TA interception must be ones which will not be the target of any legitimate address generated by application software.
  • addresses can be used to define a "hidden call" to a TA routine at a gateway or router.
  • the TA can merely snoop communications, and grab packets which are directed to the particular reserved address(es) it recognizes.
  • the TA can be used in high-speed networks, such as are used in computation clusters or server farms.
  • the disclosed architecture provides a simple way of adding an overlaid structure into an existing network interface architecture.
  • the TA module should of course have a throughput which is high enough not to impose a bottleneck into the communications channel.
  • multiple different functions can optionally be assigned to different reserved (loopback) addresses: e.g. FTP, locking functions (dongles), secure email, https:, VPN (of whatever configuration) and others can each be assigned to its own loopback address.
  • the TA module can include biometric identification functions.
  • the processing performed by the TA module can be made dependent on various authentication components, such as voice recognition, face recognition, input from a portable electronic key, manual entry of a password or PIN, etc.
  • the sensors and interfaces needed for fingerprint or retinal identification are not currently part of a normal personal computer, and the input for facial recognition is not on all computers, so a hardware security module which implements securitization with the TA interface can include dedicated sensor input connections, or even dedicated sensors. For added security these authentications can be combined with required GPS or time relations.
  • the present application refers to the "TA module" where it is not necessary to specify whether the described functions are implemented in hardware or in software (or both). There are advantages to be gained in either case; an implementation with separate hardware has the potential to be more secure, but is more cumbersome to install.
  • the disclosed inventions are believed to be particularly advantageous for wireless networks, which are inherently insecure. (Where the intended RF or IR interfaces have omnidirectional antennas, an eavesdropper's the antenna gain is a potential extra margin which can make the insecure area much larger than the useful area.) For similar reasons, the disclosed inventions can be particularly useful for WANs, where extensive signal routing outside the premises may be necessary.
  • the TA module can include dedicated routines and/or hardware for video and graphics decompression and buffering, to facilitate handling of streaming video.
  • the CPU which is sending communications requests may not be the same one executing translation routines.
  • One contemplated class of alternatives requires the router/firewall to have packet filtering capability.
  • the router can be programmed so that NO packets go out unless they include (or are preceded by) a signature from the TA.
  • this degree of firewall blockade is available, it is not necessary to divert packet addresses coming out of the application; instead the TA can merely snoop outgoing traffic, and retransmit with authentication only packets of translated data, and packets which do not need to be translated.

Abstract

Abstract of the Disclosure
An architecture in which data outputs from an application program into a communication interface are diverted, by changing their address to a reserved address, and then are processed further by an added program which is invisible to the application program.

Description

    Detailed Description of the Invention CROSS-REFERENCE TO OTHER APPLICATION
  • This application claims priority from U.S. Provisional Application 60/408,096 filed Sep. 3, 2002, which is hereby incorporated by reference.[0001]
  • BACKGROUND AND SUMMARY OF THE INVENTION
  • The present application relates to computer architecture, and particularly to techniques for interfacing added modules into existing e-mail programs.[0002]
  • Background: Computer Communications[0003]
  • "Computer communications" was regarded as a specialized area in the 1960s or so, but now most communication is converging to a paradigm of data communication. The endpoints of data communication are not necessarily computers, but can be audio, video, or image interfaces, sensors, switches, control units, or many kinds of "smart" devices. Thus the established engineering principles of computer networks are becoming applicable to a wide range of applications.[0004]
  • Background: Networks, Packets, and Protocols[0005]
  • Computer network structure and operation is one of the basic areas of computer science, and a vast amount of literature has been published. One of the basic ways to structure communications over a network is to use packets of data, as in the pioneering "packet-switched" ARPANET which evolved into the Internet.[0006]
  • Background: Hashing[0007]
  • One of the simplest types of data translation is "hashing," where data is reversibly transformed in a way which randomizes the statistical distribution of bytes. Hashing can be a useful way to disarm viruses and/or provide a more nearly stochastic distribution of data. (Equalizing symbol distribution can help in increasing S/N ratio of data transmission.)[0008]
  • Background: Filtering[0009]
  • A special kind of data translation is filtering, where data is transformed conditionally depending on a certain test. "Packet filtering" is a more specific term for content-dependent routing. Any router performs address-dependent routing, but filtering implies that the data in the packet is analyzed in some fashion to affect routing. (For example, packets in which a virus signature is found may be discarded.)[0010]
  • Background: Digital Signature and Identification[0011]
  • Public-key algorithms (RSA etc.) can be useful for authenticating digital documents. An extension of this is for identification of the specific human who has chosen to authenticate the document. There are many circumstances where it would be useful for persons communicating over the Internet (or over a network) to be able to identify themselves reliably. For example, in arm's-length Internet sales, it can be useful to definitely identify the other party. For another example, electronic publishing over the internet becomes much more practical if working access can be limited to only those users who have paid for it. For another example, some users would like to filter incoming email to exclude mailings (such as spam) which are not tagged with a reliable certificate of origin.[0012]
  • Keys used for digital signatures are a very long series of bits, which can be represented as long series of alphanumeric characters. Unlike Personal Identification Numbers (PINs), it is simply not feasible for individuals to remember them. For access control, such key data is typically stored in a chip (or other electronic memory), which can be embedded in a plastic card, or in another physical object such as a ring.[0013]
  • Background: Interfacing to Programs[0014]
  • In the past decade it has become increasingly difficult to introduce innovative business software products for the personal computer market. Such products must be able to interface to the widely used software application packages, and this is not always easy. In particular, it is important for communications-related software to be able to interface to Outlook, Notes, and GroupWise, and none of these are easy to program for. (The documentation provided to third-party developers is unclear and difficult to use.)[0015]
  • Computer communications are a somewhat unusual area of software development, in that many functions may need to be combined. A user's full-range email program should be able to handle (using calls to other programs as needed) various compression or authentication formats, various image formats, various audio formats, various HTML or XTML extensions, various drawing formats, various special fonts, virus-checking, and other new functions as they come up. (For example, the secure communications capabilities of PGP were integrated into some email programs, such as Eudora, long before PGP was available in other email programs.) As this list indicates, the boundary between browser functions and email functions has blurred somewhat in the last decade, and this trend may continue. Thus, since email handling necessarily involves so many different data types and data operations, smooth integration is particularly important.[0016]
  • Background: Dongles[0017]
  • A recurrent theme in the software industry has been the desire to find some way to make copied software unusable. One of the earliest ways to do this was the "dongle," in which a physical package containing an electronic key was attached to a port of the computer.[0018]
  • Data Translation Architecture[0019]
  • The present application describes a new system architecture for adding in functionality, and particularly for adding data translation functions between a communications program and its target (e.g. the outside world). The preferred embodiment achieves this without any need to intrude on management of the TCP/IP stack; instead, data for communication is simply addressed to a reserved (preferably loopback) address, and is snooped by a "translation agent" (software routine or hardware) either when it is being sent to the network interface unit or when it is echoed back. The translation agent can provide authentication, privacy, data reformatting, or other such functions. In alternative embodiments these ideas can be used in digital systems which are not computers, or can be used as part of a firewall or gateway, or to interface between networks using different protocols, or used in other analogous ways.[0020]
  • The disclosed innovations, in various embodiments, provide one or more of at least the following advantages:[0021]
  • simple interface into existing software;[0022]
  • added IP address uses without added stack handling;[0023]
  • good invisibility to viruses;[0024]
  • easy integration, even with undocumented e-mail programs;[0025]
  • can secure all non-protocol-level data on any TCP/IP port;[0026]
  • transparent to applications which use TCP/IP;[0027]
  • device, platform and operating system independent;[0028]
  • independent of any specific methodology for securing data;[0029]
  • recipient-dependent email modifications are easy.[0030]
  • BRIEF DESCRIPTION OF THE DRAWING
  • The disclosed inventions will be described with reference to the accompanying drawings, which show important sample embodiments of the invention and which are incorporated in the specification hereof by reference, wherein:[0031]
  • FIG. 1 shows a generic overview of the translation-assistant.[0032]
  • FIG. 2 shows an example of implementation of the Translation Agent into an existing application environment.[0033]
  • FIG. 3 shows a generic TCP/IP session.[0034]
  • FIG. 4 shows a client server environment using some of the disclosed inventions.[0035]
  • FIG. 5 shows an environment whereby TA secures the transmission between two TA client applications without Server interdiction.[0036]
  • FIG. 6 shows secure data transmission in a peer-to-peer environment.[0037]
  • FIG. 7 shows the client to server secure relationship, and[0038]
  • FIG. 8 shows the server to client relationship.[0039]
  • FIG. 9 is a flowchart for the TA examining and processing for transmitting data.[0040]
  • FIG. 10 is a flowchart for the TA examining and processing of received data.[0041]
  • FIG. 11 is a sample of the devices that can be secured with TA.[0042]
  • FIG. 12 illustrates the interface between Translation Agent and application software in a device.[0043]
  • FIG. 13 gives an overview of the installation process.[0044]
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • The numerous innovative teachings of the present application will be described with particular reference to the presently preferred embodiment (by way of example, and not of limitation).[0045]
  • Translation Agent (TA) is an architecture for modifying (e.g. securing data in the Telecommunications Control Protocol and Internet Protocol (TCP/IP) data stream. TA is platform, operating system and device independent. TA is independent of any specific technology for securing or otherwise modifying the data.[0046]
  • TA utilizes the TCP/IP "loopback" address 127.0.0.2 and/or other class A addresses in that range to implement a procedure whereby TA can become a pseudo-server on and within the physical device.[0047]
  • TA is then able to monitor all or specific ports on the device and secure the data as it is transmitted or unsecure the data as received.[0048]
  • TA is independent of specific protocols such as SMTP ("Simple Mail Transport Protocol"), POP3 ("[0049] Post Office Protocol 3"), FTP, HTTP etc. TA examines the data, passing protocol level information without modification and secures the data portion of the transmission.
  • TA processes and secures the data based on the requirements and capabilities of the specific method used for securing the data.[0050]
  • TA is designed to be transparent to other applications and virus checking applications.[0051]
  • The TA architecture provides an open framework into which many different algorithm implementations can be inserted as modules. For example, for converting unsecured data to secure data and vice versa, the TA architecture can support insertion of e.g. LZW, DES, DES-3, Rijndael, Blowfish, TwoFish, PGP, RSA, etc. Algorithms used can be, for example, streaming or block-oriented, symmetric or asymmetric.[0052]
  • The Translation Agent architecture is modular to the extent that a wide variety of existing encryption (or other) algorithms can be "plugged in" to the Translation Agent. This means that any existing or later-developed algorithm or system can be used if any sizeable group of users demands it. The amount of administrative overhead created by these systems is reduced, since the activities performed within the Translation Agent module are unseen by the user. This is particularly beneficial in corporate IT departments, where a considerable amount of support is usually necessary to make this systems function properly.[0053]
  • FIG. 1 shows a generic overview of the TA's function in a [0054] device 101 using TCP/IP. (The device 101 can be, for example, a personal computer, or alternatively can be a variety of other device types as discussed below.) The configuration of a software application 100 is modified to send and/or receive TCP/IP packets using a reserved (e.g. "loopback") TCP/IP address 102 in place of its original TCP/IP settings. TA module 103 is configured to listen on the reserved address 102 specified for this application. (Note that multiple reserved addresses can be specified for multiple applications.) TA module 103 then initiates sessions, using the application's data, on another TCP/IP connection 106. (The TA module 103 retains the application's original TCP/IP address and Port configuration data, in order to transmit and receive the data.) For widely used applications, configuring the application settings would be an automated installation process. In most cases, modifications or enhancements by the application vendors should not be required.
  • As denoted in FIG. 1, the configuration for the [0055] application 100 is changed to use the "loopback" address 102, and TA will then communicate with the application 100 as though TA were the intended destination. TA 103 will examine and modify the data as necessary, and will forward the modified (e.g. secured) data to the intended destination through connection 106. In the other direction, TA 103 will receive data for the application 100 from connection 106, examine the data and unsecure it when necessary, and forward it to the application 100 through connection 102. Thus TA 103 allows the application 100 to be secure in transmitting and receiving its data without modification to the application's software.
  • Sample Implementation: SMTP/POP3 E-Mail Client Interface[0056]
  • FIG. 2 is a more specific example of implementing TA into an existing application environment. Again, the example shown is based on a [0057] device 101, e.g. a personal computer or PDA, with TCP/IP connectivity. The E-Mail client 100' in this example is reconfigured so that its SMTP/POP3 interfaces send and receive on the "loopback" TCP/IP address 127.0.0.2. Specifically, the SMTP target address saved (with many other parameters) in system configuration data file 108 (e.g. a Windows registry file) has been changed to 127.0.0.2, and the POP3 address has also been changed to 127.0.0.2.
  • In this example the TA module 103' listens on 127.0.0.2 on the "Well known" [0058] port 25. When the SMTP interface 100A sends an E-Mail message and/or attachments, TA 103' intercepts the messages.
  • The protocol level data is preferably be passed through intact, but the message content (indicated by the appropriate SMTP body tags etc.) can be transformed by the TA module 103'. That is, the TA module 103' preferably "parses" the SMTP transmission, to the limited extent needed to identify the message body and/or attachments, and then (depending on is programming) performs a data translation operation on these portions. The possibly-transformed body and attachment data, combined with the untransformed protocol data, is then sent along, through [0059] connection 106, to the SMTP server that was originally specified by the application.
  • Correspondingly, the TA module 103' will listen on the reserved address (in this example 127.0.0.2 on Port 110) for the application to initiate a POP3 session. Thereafter TA 222 will monitor the session, and if secured data is encountered for this application/user, then the TA module 222 will unsecure the data. Otherwise the TA module 103' can simply pass the clear data through to the [0060] POP3 interface 100B.
  • Both the SMTP and POP3 data securing and unsecuring processing are transparent to the application and virus scans implemented at the device.[0061]
  • Installation of TA[0062]
  • FIG. 13 gives an overview of the installation process (which, as noted, is preferably automatic.) In the presently preferred embodiment, TA (or its installation program) initially examines the [0063] windows registry 108 for e-mail client configurations. (The actual entry locations and data will vary depending on the versions of the E-Mail client and possibly the Windows operating system.) TA extracts the client configuration (steps 1310 and 1330) and saves the information in its own configuration file.
  • TA (or the installation program) then updates the [0064] windows registry 108 with POP3 (step 1340) and SMTP (step 1320) configurations set to a reserved address, e.g. a loopback address 127.0.0.x.
  • The TA module is then configured (step 1360) with logical relations which will cause it to load whatever translation algorithms are desired. (For example, hashing might be used for outbound messages to some addresses, or encryption for others.[0065]
  • Once the TA module itself has been set up to launch automatically, the unit can be restarted (step 1390).[0066]
  • TA then starts a listening function for POP3 and SMTP on the loopback address at the well known ports for POP3 and SMTP.[0067]
  • When the e-mail client starts, it obtains the e-mail server configuration from the windows registry, and is not aware of the changes made by TA.[0068]
  • When the e-mail client initiates a POP3 or SMTP request, it actually connects with TA on the same device.[0069]
  • TA then initiates the same type connection with the actual POP3 or SMTP server.[0070]
  • TA then monitors the information, receiving from the e-mail client and forwarding to the server and visa versa.[0071]
  • If e-mail is being sent (SMTP), then TA looks for the recipient information, both primary and carbon copies. If any recipients are in the list of registered secured recipients for the encryption technology implemented then TA will wait for the actual text and attachments and secure the information. If there are no secure recipients then TA simply continues to pass the information.[0072]
  • If a POP3 session is initiated then TA simply checks the information to determine if it is in a secure format, and unsecures the information if necessary, before passing it to the e-mail client. If TA is not able to decrypt the information, e.g. because the recipient is not the authorized recipient, then the information is passed to the email client in its as-received format.[0073]
  • When TA is uninstalled, the uninstallation program preferably resets the registry entries back to their original configuration.[0074]
  • Preferably, TA performs a test for integrity at startup. (For example, a checksum derived from the updated registry entries can be stored where TA can read it and check it.)[0075]
  • The same general interface should function for Lotus Notes and IMAP with minor changes for these protocols.[0076]
  • The example refers to the windows registry, but the specific client application may use some other form for saving its configuration information, such as an ".ini" file, and in this case the minimal access to registry described above is merely performed on the appropriate .ini file or other location.[0077]
  • Non-E-Mail Applications[0078]
  • FIG. 3 shows a generic TCP/IP session with a [0079] non-email application 100", which can include but is not limited to FTP, VPN, HTTP, video conferencing and peer-to-peer applications. By configuring the application 100" to send and receive using the "loopback" addressing scheme, TA is able to secure an application's data without modification to the application's software. TA can secure all data or selected data based on configuration parameters. TA can be configured using its secured configuration manager to use a different TCP/IP port on the device or for the destination.
  • TA's mechanics of operation in this configuration are similar to those of the e-mail configuration of FIG. 2. The application's configuration data is preferably altered so that its [0080] send routines 100A' use a non-routable address 102A (preferably a loopback address), and its receive routines 100B' use a non-routable address 102B (also preferably a loopback address). The translation agent 103" is set up to capture accesses to these reserved addresses, and to perform data translation operations on the content of the transmissions as described above. Note however that the retransmission functions performed by translation agent 103" can be slightly more complicated than those performed by email translation agent 103', since the ultimate target address is not necessarily static. Where the target address is unpredictable (as in http: or ftp: accesses), the TA 103" is preferably configured either to snoop and divert all communications, or else to access dynamic routing data from inside the application 100".
  • Secure Communication to Interdicting Server[0081]
  • FIG. 4 shows a sample implementation in a client-server environment whereby the Server requires the data to be unsecured upon arrival. In this example an [0082] application 410, running on a physical device 101A (e.g. a workstation), is backed up by a local TA 420A which secures some or all of the communications over connection 106 (e.g. a LAN or WAN routing). A corresponding server-side TA 420S provides a complementary data translation interface between channel 106S and a server 430. An example of this environment could be organization with a central E-Mail server where the client 410 secures all data to the server (in this case E-Mail messages and attachments), and the E-Mail server 430 unsecures the data to perform a Server level virus scan.
  • The reverse process can also be employed, where the [0083] client 410 only receives data that has been secured by the Server even when the originator did not have the capability. An example of this is shown in FIG. 7, where an application 710 on a remote device 101C can communicate with the application 410, but all communication must be routed through client-server channel 106S which is protected by TA modules 420A and 420S. Thus in this example the server 430 can be programmed (for example) to perform firewall and gateway functions needed for interface to the outside world.
  • FIG. 8 shows a different implementation, where client-server communications over [0084] local channel 106L are not necessarily mediated by TA modules, but communications which must pass over a more exposed channel 106W are secured by TA modules 420A and 420S. Note that this diagram is very similar to FIG. 4, except that the channel assignments are different; in the embodiment of FIG. 8 the local network is assumed to be protected by (e.g.) physical security precautions, and the problem addressed is that of providing secure communications with remote workstations.
  • Peer-to-Peer Implementations[0085]
  • FIG. 6 shows an example where data transmission can also be secured in a peer-to-peer environment. In this example processes 610A and 610B, running on two different [0086] physical devices 10A and 101B, have their communications mediated by the complementary operations of respective translation agents 103. Note again that the physical devices 101 do not have to be computers, but can be, for example, components of a computing system. Thus, for example, in a large computing system which uses an array of asynchronous processors to form a "compute farm," or an array of storage devices to form a "server farm," the TA modules can be added in to modify peer-to-peer communications. Note, however, that this modification is not as attractive for applications where latency in communications is a action.
  • If TA is used to secure information within a device then the same loop interface exists, but TA loops the transmission back to the application after having taken the appropriate action (encrypt or decrypt).[0087]
  • The arrows on the document are meant to show flow of the information. In actuality the information is normally a two way exchange over the one connection between the software. In other words the application probably sends and receives over one TCP/IP connection for one function and likewise TA sends and receives over the one connection.[0088]
  • Adaptation to Mobile Systems[0089]
  • FIG. 11 is a sample of the devices that can achieve secure communication, using the TA, through the Internet (or other large network). This diagram is not an exhaustive list at all, but does give some idea of the range of applications of TA technology. The illustrated devices, which can be connected through the Internet or some other TCP/IP or analogous network, include without limitation: Windows.TM. computers; Unix/Linux computers; MacIntosh.TM. computers; PDA devices; digital cell phones; other digital devices; mainframe computers; servers; videoconferencing stations; Windows-CE.TM. devices; minicomputers; IP telephones; Bluetooth devices; satellites; digital cameras; and laptop or notebook computers.[0090]
  • A particularly attractive contemplated use of the disclosed inventions is in handheld mobile internet devices. Such devices (such as the Blackberry, or other SIM-enabled PDAs) are increasingly coming to include substantial memory and processing power, and are often designed for easy installation of software applications and accessories. It is contemplated that the modular add-on capability of a "translation agent" as described above can be particularly advantageous for updating such systems to include user-selected translation operations as described above.[0091]
  • The Blackberry, for example, uses a Java.TM. operating system, and therefore the above functionality implies a slight modification to the "JVM" (the "Java Virtual Machine," which any Java-capable computer must be able to emulate). That is, Java instructions are assumed to be executed by the Java virtual machine, and any particular computer must be equipped with software drivers to implement the JVM. Typically Java midlets sit on the Blackberry to perform encryption and related functions.[0092]
  • XDA is a competitor to Blackberry, which uses Windows CE, and the disclosed inventions can be similarly adapted to the XDA.[0093]
  • Other implementations (in Java, embedded Linux, PalmOS, or other system software) can similarly be ported to Epoc or other machines, including but not limited to any "3G" or "2.5G" phone.[0094]
  • In the special case of routing e-mail into PDAs (or telephones or other mobile information appliances), the TA can also be set up for formatting functions, e.g. for selective stripping of attachments and/or images. This function is a normal part of low-bandwidth wide-area wireless network communication, but the ability to include it in the TA, where it is performed transparently to the devices and applications involved, provides a new capability.[0095]
  • Two-Translation-Agent Methods[0096]
  • In one class of embodiments, communications between two Translation Agents (or more precisely, between two TA-mediated devices) can be structured to introduce modifications (e.g. for security) even when using protocols (such as FTP) which are inherently unsecure. Thus TA's capabilities are not limited to securing data in transit. TA's in combination can also implement or enhance security and authentication functions, within the communication architecture, which are virtually impossible to achieve without changes in basic internet standards and/or massive changes in software and servers.[0097]
  • In such embodiments, the TA's which jointly control a communication channel can be programmed to jointly introduce non-standard enhancements to standard protocols.[0098]
  • According to various disclosed embodiments of the present invention, there is provided: A system, comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes one or more reserved addresses which are not freely available for external communication, and also includes non-reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications to said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) modifies data in ones of said second communications, and c) transmits results of said operation b).[0099]
  • According to various disclosed embodiments of the present invention, there is provided: A system, comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes non-reserved addresses and also one or more reserved loopback addresses which are not freely available for external communication, and which echoes back data addressed to one of said reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved loopback addresses; and an additional module which a) detects ones of said second communications, b) modifies data in ones of said second communications, and c) transmits results of said operation b).[0100]
  • According to various disclosed embodiments of the present invention, there A system, comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes one or more reserved addresses which are not freely available for external communication, and also includes non-reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) modifies data content portions thereof but not protocol-related header portions thereof, and c) transmits results of said operation b).[0101]
  • According to various disclosed embodiments of the present invention, there is provided: A system, comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes one or more reserved addresses which are not freely available for external communication, and also includes non-reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) modifies data in ones of said second communications, and c) transmits results of said operation b); and which also d) intercepts and modifies at least some incoming transmissions directed to said active program.[0102]
  • According to various disclosed embodiments of the present invention, there is provided: A system, comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes one or more reserved addresses which are not freely available for external communication, and also includes non-reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) selectively modifies data in only some ones of said second communications, and c) transmits results of said operation b).[0103]
  • According to various disclosed embodiments of the present invention, there is provided: A system, comprising: a communications interface module which transmits data over a communication channel; at least one active program which sends communications into said channel through said interface module; and an additional software module which a) monitors at least some ones of said communications, b) selectively modifies data in only some ones of said second communications, and c) transmits results of said operation b) through said interface module.[0104]
  • According to various disclosed embodiments of the present invention, there is provided: A computer, comprising: a network interface module which transmits and receives data over a communication channel according to an addressing protocol which includes non-reserved addresses and also one or more reserved addresses which are not freely available for external communication; at least one active program, running on a CPU of said computer, which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module, running on a CPU of said computer, which a) detects ones of said second communications, b) modifies data in ones of said second communications, and c) transmits results of said operation b).[0105]
  • According to various disclosed embodiments of the present invention, there is provided: A macro-system, comprising: multiple complex systems following respective instruction streams; and at least one network linking said multiple complex systems; wherein multiple ones of said complex systems each comprise: a communications interface module which transmits data over said network according to an addressing protocol which includes non-reserved addresses and also one or more reserved addresses which are not freely available for external communication; at least one active program which sends first communications into said network through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) processes data in ones of said second communications, and c) transmits results of said operation b).[0106]
  • According to various disclosed embodiments of the present invention, there is provided: A modular expandable software architecture, comprising: an application program which performs at least one class of interface operations by looking up, in a configuration file, a network address which is used for said interface operations; said configuration file containing a reserved address, which does not correspond to any externally routable address, in place of the network address expected by said application program; and a functional module which, when said application program attempts to send data to said reserved address, performs data translation on said data, and retransmits said data, as modified by said data translation, to an externally routable network address.[0107]
  • According to various disclosed embodiments of the present invention, there is provided: A method, comprising the steps of: (a.) from an application program, sending out a packet, which is intended for a real destination, to a first reserved address which cannot correspond to any real destination; and (b. ) in a translation program, looking up a second address, corresponding to said real destination in a table in memory, and transforming the data of said packet, and rerouting said packet thereafter to said second address.[0108]
  • According to various disclosed embodiments of the present invention, there is provided: A software structure in a storage medium, comprising instructions which, when activated by at least one processor, will direct the processor to perform operations to implement the method of claim 42.[0109]
  • According to various disclosed embodiments of the present invention, there is provided: A method for adding a data conversion function to a third-party software program, comprising the steps of: in a configuration file, replacing at least one target address with a respective non-routable address; and adding a functional module which, when the third-party program attempts to send a packet to said reserved address, performs data translation on the content of the packet according to stored algorithms, and retransmits the content, as modified by said data translation, to an externally routable address.[0110]
  • According to various disclosed embodiments of the present invention, there is provided: A method for adding data translation functions to a third-party e-mail program, comprising the steps of: in a configuration file, substituting a reserved address, which does not correspond to any externally routable address, for the correct e-mail upload address; and adding an functional module which, when the e-mail program attempts to send a packet to said reserved address, performs data translation on the content of the packet according to stored algorithms, and retransmits the content to the correct e-mail upload address.[0111]
  • Definitions:[0112]
  • Following are short definitions of the usual meanings of some of the technical terms which are used in the present application. (However, those of ordinary skill will recognize whether the context requires a different meaning.) Additional definitions can be found in the standard technical dictionaries and journals.[0113]
  • The term "network" is used very generally in the present application, to include wireless as well as wired, optical as well as electrical, local area networks (LANs) and wide area networks (WANs), the Internet, and closed networks (such as that used by the banking system).[0114]
  • "TCP/IP" is a network addressing protocol dating back to ARPANET, and now in very wide use. The "IP" addresses used by TCP/IP have the format of four numbers, each less than 2{circumflex over ( )}8, separated by periods. (Each of these numbers corresponds to two bytes of data, i.e. 8 bits.)[0115]
  • A "packet" is a block of data, in a defined format, which can be routed independently of other packets; standard rules permit a stream of data to be converted to or from packets.[0116]
  • A "port" is a local destination designator: TCP/IP packets include a two-byte port designation in addition to the eight bytes of IP address. Of the 64K possible port designations, a few (mostly within the first 1K) have standard assignments see http://www.faqs.org/ftp/rfc/rfc1340.txt, which is hereby incorporated by reference. For example, [0117] port 110 is normally reserved for POP3, 25 for SMTP, 80 for HTTP, and 23 for telnet. (One of these standard assignments is specifically referred to, confusingly, as the "well-known" port.)
  • A "reserved address" is an address which cannot be routed over the Internet. In TCP/IP these include the loopback addresses discussed above, and a few other blocks of "non-routable" or "unresolvable" addresses (all 10.x.x.x addresses; all 90.x.x.x addresses; 172.16.x.x through 172.31.x.x; and 192.168.x.x).[0118]
  • "Virtual private networks" (VPNs) are network-type communication schemes which embed limited-access constraints within communications over the Internet (or other open or less-secure network). Some common examples of these are referred to as extranets.[0119]
  • A "hub" is a hardware device which echoes packets from one physical network connection into others.[0120]
  • A "router" is a programmable hub which is normally used to echo packets from a local network into the Internet, and vice versa. A router can be programmed, for example, for address-dependent transmission, address translation, port-mapping, and "firewall" and other such higher-level functions.[0121]
  • A "firewall" is a special network interface function which performs authorization checking, refuses unauthorized connections, and may also do address translation, port-mapping packet filtering, and other high-level functions. Firewall functions are commonly integrated with router hardware, but can be implemented separately.[0122]
  • "Packet filtering" is content-dependent routing. Any router performs address-dependent routing, but filtering implies that the data in the packet is analyzed in some fashion to affect routing. (For example, packets in which a virus signature is found may be discarded.)[0123]
  • "Packet sniffing" is an operation which extracts the contents of packets and (possibly depending on contents, addresses or both) saves them elsewhere.[0124]
  • SMTP (Simple Mail Transport Protocol) and POP3 (Post Office Protocol 3) are commonly-used e-mail protocols (one for outgoing, one for incoming). SMTP implementations in which extra functions have been added are sometimes referred to as "ESMTP."[0125]
  • GSM is a cell phone standard--see e. g. http://www.iec.org/online/t- utorials/gsm/ and links therein, all of which are hereby incorporated by reference. "SMS" (standard Short Message Protocol) and "GPRS" (Global Packetized Radio Service) are also defined by the GSM standard.[0126]
  • "JVM" is the "Java Virtual Machine" which any Java-capable computer must be able to emulated. That is, Java instructions are assumed to be executed by the Java virtual machine, and any particular computer must be equipped with software drivers to implement the JVM.[0127]
  • Modifications and Variations[0128]
  • As will be recognized by those skilled in the art, the innovative concepts described in the present application can be modified and varied over a tremendous range of applications, and accordingly the scope of patented subject matter is not limited by any of the specific exemplary teachings given.[0129]
  • Translation Agent modules are capable of being daisy chained for special functions. In a circumstance such as an environment with multiple encryption technologies, a primary TA would receive and interrogate the data. If it found data it could recognize as another encryption technology or a recipient who is configured for receiving in another supported encryption technology, then TA could open a connection using a loopback address and predetermined port and pass then information to that TA processor. The secondary TA would not necessarily know that the information was routed from a primary TA rather than any other TCP/IP stream.[0130]
  • While the invention is particularly advantageous with TCP/IP address protocols, it can also be used with IPX, NetBEUI, NetBIOS, SMB (used for file and print sharing in MS Network) or other protocols, as long as there is a reserved address which can be used for internal communications (intra-chassis or intra-system).[0131]
  • As noted, the disclosed inventions are particularly useful for adding capability to third-party application programs. Some of the programs which are expected to benefit particularly from this are Notes, Eudora, Outlook, Outlook Express, Groupwise, but of course other commercial software packages can also benefit.[0132]
  • An important security benefit is that, in many embodiments, the data translation into a secure format occurs totally inside the system box. This provides an interesting synergy with computers (or other devices) where the CPU itself controls opening of the box, by a "hoodlock" mechanism. (See e.g. U.S. Pat. No. 6,307,738, which is hereby incorporated by reference.) In such cases the TA's resistance to hacking combines advantageously with the hoodlock's protection against physical intrusion.[0133]
  • In an alternative and less preferred class of embodiments, reserved addresses which are not loopback addresses can be used instead. In this case the TA can merely snoop communications, and grab packets which are directed to the particular reserved address(es) it recognizes.[0134]
  • In another alternative and less preferred class of embodiments, addresses can used for TA interception which are not defined as "reserved" within the protocol. In this case the addresses assigned for TA interception must be ones which will not be the target of any legitimate address generated by application software. For example, when Network Address Translation is being used, it is possible to define the rules so that some otherwise-permissible IP addresses should not appear at some points within the network topology. In this case such addresses can be used to define a "hidden call" to a TA routine at a gateway or router. Here too the TA can merely snoop communications, and grab packets which are directed to the particular reserved address(es) it recognizes.[0135]
  • In another alternative and less preferable class of embodiments, the TA can be used in high-speed networks, such as are used in computation clusters or server farms. Here too the disclosed architecture provides a simple way of adding an overlaid structure into an existing network interface architecture. However, in this environment the TA module should of course have a throughput which is high enough not to impose a bottleneck into the communications channel.[0136]
  • Note that multiple different functions can optionally be assigned to different reserved (loopback) addresses: e.g. FTP, locking functions (dongles), secure email, https:, VPN (of whatever configuration) and others can each be assigned to its own loopback address. This allows multiple different routines to be called merely by specifying an appropriate TCP/IP reserved address, or alternatively different routines can each snoop data content of messages sent to some (but not all) of the reserved addresses.[0137]
  • In one alternative class of embodiments, the TA module can include biometric identification functions. In such embodiments the processing performed by the TA module can be made dependent on various authentication components, such as voice recognition, face recognition, input from a portable electronic key, manual entry of a password or PIN, etc. The sensors and interfaces needed for fingerprint or retinal identification are not currently part of a normal personal computer, and the input for facial recognition is not on all computers, so a hardware security module which implements securitization with the TA interface can include dedicated sensor input connections, or even dedicated sensors. For added security these authentications can be combined with required GPS or time relations.[0138]
  • The present application refers to the "TA module" where it is not necessary to specify whether the described functions are implemented in hardware or in software (or both). There are advantages to be gained in either case; an implementation with separate hardware has the potential to be more secure, but is more cumbersome to install.[0139]
  • The disclosed inventions are believed to be particularly advantageous for wireless networks, which are inherently insecure. (Where the intended RF or IR interfaces have omnidirectional antennas, an eavesdropper's the antenna gain is a potential extra margin which can make the insecure area much larger than the useful area.) For similar reasons, the disclosed inventions can be particularly useful for WANs, where extensive signal routing outside the premises may be necessary.[0140]
  • Typically the data sent out onto a network will have originated in a CPU, but in the present application this term is to be construed broadly to cover anything with computing capacity--e.g. a gate array, microcontroller, mainframe, etc.[0141]
  • In one alternative embodiment the TA module can include dedicated routines and/or hardware for video and graphics decompression and buffering, to facilitate handling of streaming video.[0142]
  • Where the disclosed TA is used with a multiprocessor computer, the CPU which is sending communications requests may not be the same one executing translation routines.[0143]
  • References to digital data do not preclude later adaptation of the disclosed innovative teachings to analog or multi-bit data.[0144]
  • One contemplated class of alternatives requires the router/firewall to have packet filtering capability. In this case the router can be programmed so that NO packets go out unless they include (or are preceded by) a signature from the TA. Where this degree of firewall blockade is available, it is not necessary to divert packet addresses coming out of the application; instead the TA can merely snoop outgoing traffic, and retransmit with authentication only packets of translated data, and packets which do not need to be translated.[0145]
  • Additional general background, which helps to show the knowledge of those skilled in the art regarding the system context, and of variations and options for implementations, may be found in the following publications, all of which are hereby incorporated by reference: Mark Nelson, "The Data Compression Book" (2.ed.) (ISBN 1558514341); Gilbert Held, "Personal Computer File Compression" (ISBN 0442017731); Arturo Trujillo, "Translation Machines: Techniques for Machine (ISBN 1852330570); Tim Kientzle, "Internet File Formats" (ISBN 188357756X); Gunter Born, "The File Formats Handbook" (ISBN 1850321175); Bob Quinn and Dave Shute, "Windows Sockets Network Programming" (ISBN 0201633728); Peter Loshin, "Big Book of World Wide Web RFCs" (ISBN 0124558410); Ralph Droms, "DHCP (Dynamic Host Configuration Protocol)" (ISBN 1578701376); and Eric Hall, "Internet Core Protocols--The Definitive Guide" (ISBN 1565925726).[0146]
  • None of the description in the present application should be read as implying that any particular element, step, or function is an essential element which must be included in the claim scope: THE SCOPE OF PATENTED SUBJECT MATTER IS DEFINED ONLY BY THE ALLOWED CLAIMS. Moreover, none of these claims are intended to invoke paragraph six of 35 USC section 112 unless the exact words "means for" are followed by a participle. Moreover, the claims filed with this application are intended to be as comprehensive as possible: EVERY novel and nonobvious disclosed invention is intended to be covered, and NO subject matter is being intentionally abandoned, disclaimed, or dedicated.[0147]

Claims (58)

What is Claimed is:
1. A system, comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes one or more reserved addresses which are not freely available for external communication, and also includes non-reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications to said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) modifies data in ones of said second communications, and c) transmits results of said operation b).
2. The system of claim 1, wherein said additional module is a software module.
3. The system of claim 1, wherein said additional module is a software module, running on the same processor as said active program.
4. The system of claim 1, wherein said protocol is TCP/IP.
5. The system of claim 1, wherein said additional module transmits results of said operation b) through said interface module to a non-reserved address.
6. The system of claim 1, wherein said additional module separates protocol-related header portions of said transmission from data content portions thereof, and performs data translation operations on said data content portions without operating on said header portions.
7. The system of claim 1, wherein said processing step b) is performed only conditionally, in dependence on information in the header of the transmission as received.
8. A system, comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes non-reserved addresses and also one or more reserved loopback addresses which are not freely available for external communication, and which echoes back data addressed to one of said reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved loopback addresses; and an additional module which a) detects ones of said second communications, b) modifies data in ones of said second communications, and c) transmits results of said operation b).
9. The system of claim 8, wherein said additional module is a software module.
10. The system of claim 8, wherein said protocol is TCP/IP.
11. The system of claim 8, wherein said additional module transmits results of said operation b) through said interface module to a non-reserved address.
12. The system of claim 8, wherein said processing step b) is performed only conditionally, in dependence on information in the header of the transmission as received.
13. The system of claim 8, wherein said additional module separates protocol-related header portions of said transmission from data content portions thereof, and performs data translation operations on said data content portions without operating on said header portions.
14. A system, comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes one or more reserved addresses which are not freely available for external communication, and also includes non-reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) modifies data content portions thereof but not protocol-related header portions thereof, and c) transmits results of said operation b).
15. The system of claim 14, wherein said additional module is a software module.
16. The system of claim 14, wherein said additional module is a software module, running on the same processor as said active program.
17. The system of claim 14, wherein said additional module separates protocol-related header portions of said transmission from data content portions thereof, and performs data translation operations on said data content portions without operating on said header portions.
18. The system of claim 14, wherein said protocol is TCP/IP.
19. The system of claim 14, wherein said additional module transmits results of said operation b) through said interface module to a non-reserved address.
20. The system of claim 14, wherein said processing step b) is performed only conditionally, in dependence on information in the header and/or content of the transmission as received.
21. A system, comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes one or more reserved addresses which are not freely available for external communication, and also includes non-reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) modifies data in ones of said second communications, and c) transmits results of said operation b); and which also d) intercepts and modifies at least some incoming transmissions directed to said active program.
22. The system of claim 21, wherein said additional module is a software module.
23. The system of claim 21, wherein said additional module is a software module, running on the same processor as said active program.
24. The system of claim 21, wherein said protocol is TCP/IP.
25. The system of claim 21, wherein said additional module transmits results of said operation b) through said interface module to a non-reserved address.
26. The system of claim 21, wherein said processing step b) is performed only conditionally.
27. The system of claim 21, wherein said processing step d) is performed only conditionally, in dependence on information in the content of the transmission as received.
28. The system of claim 21, wherein said additional module separates protocol-related header portions of said transmission from data content portions thereof, and performs data translation operations on said data content portions without operating on said header portions.
29. A system, comprising: a communications interface module which transmits data over a communication channel according to an addressing protocol which includes one or more reserved addresses which are not freely available for external communication, and also includes non-reserved addresses; at least one active program which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) selectively modifies data in only some ones of said second communications, and c) transmits results of said operation b).
30. The system of claim 29, wherein said additional module is a software module.
31. The system of claim 29, wherein said additional module is a software module, running on the same processor as said active program.
32. The system of claim 29, wherein said protocol is TCP/IP.
33. The system of claim 29, wherein said additional module transmits results of said operation b) through said interface module to a non-reserved address.
34. The system of claim 29, wherein said processing step b) is performed only conditionally.
35. The system of claim 29, wherein said processing step d) is performed only conditionally, in dependence on information in the content of the transmission as received.
36. A system, comprising: a communications interface module which transmits data over a communication channel; at least one active program which sends communications into said channel through said interface module; and an additional software module which a) monitors at least some ones of said communications, b) selectively modifies data in only some ones of said second communications, and c) transmits results of said operation b) through said interface module.
37. The system of claim 36, wherein said additional module is a software module.
38. The system of claim 36, wherein said additional module is a software module, running on the same processor as said active program.
39. The system of claim 36, wherein said protocol is TCP/IP.
40. The system of claim 36, wherein said additional module transmits results of said operation b) through said interface module to a non-reserved address.
41. The system of claim 36, wherein said processing step b) is performed only conditionally.
42. The system of claim 36, wherein said processing step d) is performed only conditionally, in dependence on information in the content of the transmission as received.
43. A computer, comprising: a network interface module which transmits and receives data over a communication channel according to an addressing protocol which includes non-reserved addresses and also one or more reserved addresses which are not freely available for external communication; at least one active program, running on a CPU of said computer, which sends first communications into said channel through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module, running on a CPU of said computer, which a) detects ones of said second communications, b) modifies data in ones of said second communications, and c) transmits results of said operation b).
44. The computer of claim 43, wherein said module is a software module.
45. The computer of claim 43, wherein said module is a software module, and is running on the same hardware as said active program.
46. A macro-system, comprising: multiple complex systems following respective instruction streams; and at least one network linking said multiple complex systems; wherein multiple ones of said complex systems each comprise: a communications interface module which transmits data over said network according to an addressing protocol which includes non-reserved addresses and also one or more reserved addresses which are not freely available for external communication; at least one active program which sends first communications into said network through said interface module, using non-reserved addresses, and which also sends second communications through said interface module using ones of said reserved addresses; and an additional module which a) detects ones of said second communications, b) processes data in ones of said second communications, and c) transmits results of said operation b).
47. The macro-system of claim 46, wherein said module is a software module.
48. The macro-system of claim 46, wherein said module is a software module, and is running on the same hardware as said active program.
49. The macro-system of claim 46, wherein said additional module separates protocol-related header portions of said transmission from data content portions thereof, and performs data translation operations on said data content portions without operating on said header portions.
50. A modular expandable software architecture, comprising: an application program which performs at least one class of interface operations by looking up, in a configuration file, a network address which is used for said interface operations; said configuration file containing a reserved address, which does not correspond to any externally routable address, in place of the network address expected by said application program; and a functional module which, when said application program attempts to send data to said reserved address, performs data translation on said data, and retransmits said data, as modified by said data translation, to an externally routable network address.
51. The architecture of claim 50, wherein said module is a software module.
52. The architecture of claim 50, wherein said module is a software module, and is running on the same hardware as said active program.
53. A method, comprising the steps of: (a.) from an application program, sending out a packet, which is intended for a real destination, to a first reserved address which cannot correspond to any real destination; and (b.) in a translation program, looking up a second address, corresponding to said real destination in a table in memory, and transforming the data of said packet, and rerouting said packet thereafter to said second address.
54. A software structure in a storage medium, comprising instructions which, when activated by at least one processor, will direct the processor to perform operations to implement the method of claim 53.
55. A method for adding a data conversion function to a third-party software program, comprising the steps of: in a configuration file, replacing at least one target address with a respective non-routable address; and adding a functional module which, when the third-party program attempts to send a packet to said reserved address, performs data translation on the content of the packet according to stored algorithms, and retransmits the content, as modified by said data translation, to an externally routable address.
56. A method for adding data translation functions to a third-party e-mail program, comprising the steps of: in a configuration file, substituting a reserved address, which does not correspond to any externally routable address, for the correct e-mail upload address; and adding an functional module which, when the e-mail program attempts to send a packet to said reserved address, performs data translation on the content of the packet according to stored algorithms, and retransmits the content to the correct e-mail upload address.
57. A software structure in a storage medium, comprising instructions which, when activated by at least one processor, will direct the processor to perform operations to implement the method of claim 55.
58. A software structure in a storage medium, comprising instructions which, when activated by at least one processor, will direct the processor to perform operations to implement the method of claim 56.
US10/334,684 2002-09-03 2002-12-31 Data transformation architecture Expired - Fee Related US6826627B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
US10/334,684 US6826627B2 (en) 2002-09-03 2002-12-31 Data transformation architecture
AU2003291622A AU2003291622A1 (en) 2002-09-03 2003-09-03 Data translation architecture
PCT/US2003/027494 WO2004036346A2 (en) 2002-09-03 2003-09-03 Data translation architecture
US10/984,361 US20050108412A1 (en) 2002-09-03 2004-11-09 Data translation architecture

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US40809602P 2002-09-03 2002-09-03
US10/334,684 US6826627B2 (en) 2002-09-03 2002-12-31 Data transformation architecture

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US10/984,361 Continuation US20050108412A1 (en) 2002-09-03 2004-11-09 Data translation architecture

Publications (3)

Publication Number Publication Date
US20040044792A1 US20040044792A1 (en) 2004-03-04
US6826627B2 US6826627B2 (en) 2004-11-30
US20040260837A2 true US20040260837A2 (en) 2004-12-23

Family

ID=31981102

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/334,684 Expired - Fee Related US6826627B2 (en) 2002-09-03 2002-12-31 Data transformation architecture
US10/984,361 Abandoned US20050108412A1 (en) 2002-09-03 2004-11-09 Data translation architecture

Family Applications After (1)

Application Number Title Priority Date Filing Date
US10/984,361 Abandoned US20050108412A1 (en) 2002-09-03 2004-11-09 Data translation architecture

Country Status (3)

Country Link
US (2) US6826627B2 (en)
AU (1) AU2003291622A1 (en)
WO (1) WO2004036346A2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007041662A2 (en) * 2005-10-03 2007-04-12 Divitas Networks, Inc. Secured media communication across enterprise gateway
WO2007147036A2 (en) * 2006-06-14 2007-12-21 Divitas Networks, Inc. Divitas description protocol and methods therefor
US20080140767A1 (en) * 2006-06-14 2008-06-12 Prasad Rao Divitas description protocol and methods therefor
US20080220781A1 (en) * 2006-06-14 2008-09-11 Snehal Karia Methods and arrangment for implementing an active call handover by employing a switching component
US7480500B1 (en) 2006-06-14 2009-01-20 Divitas Networks, Inc. Divitas protocol proxy and methods therefor
US20090215438A1 (en) * 2008-02-23 2009-08-27 Ajay Mittal Methods for performing transparent callback
US20100222053A1 (en) * 2009-02-27 2010-09-02 Girisrinivasarao Athulurutirumala Arrangement and methods for establishing a telecommunication connection based on a heuristic model

Families Citing this family (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7013394B1 (en) * 2000-04-18 2006-03-14 International Business Machines Corporation Data flow pattern recognition and manipulation
US20050198379A1 (en) 2001-06-13 2005-09-08 Citrix Systems, Inc. Automatically reconnecting a client across reliable and persistent communication sessions
JP3795018B2 (en) * 2003-01-20 2006-07-12 富士通株式会社 Streaming transmission method, streaming transmission system, data processing apparatus, and computer program
WO2004097584A2 (en) * 2003-04-28 2004-11-11 P.G.I. Solutions Llc Method and system for remote network security management
WO2004107131A2 (en) 2003-05-28 2004-12-09 Caymas Systems, Inc. Policy based network address translation
US7978716B2 (en) 2003-11-24 2011-07-12 Citrix Systems, Inc. Systems and methods for providing a VPN solution
US7496097B2 (en) * 2003-11-11 2009-02-24 Citrix Gateways, Inc. System, apparatus and method for establishing a secured communications link to form a virtual private network at a network protocol layer other than at which packets are filtered
US20050132060A1 (en) * 2003-12-15 2005-06-16 Richard Mo Systems and methods for preventing spam and denial of service attacks in messaging, packet multimedia, and other networks
US8739274B2 (en) 2004-06-30 2014-05-27 Citrix Systems, Inc. Method and device for performing integrated caching in a data communication network
US8495305B2 (en) 2004-06-30 2013-07-23 Citrix Systems, Inc. Method and device for performing caching of dynamically generated objects in a data communication network
US7757074B2 (en) 2004-06-30 2010-07-13 Citrix Application Networking, Llc System and method for establishing a virtual private network
EP1771979B1 (en) 2004-07-23 2011-11-23 Citrix Systems, Inc. A method and systems for securing remote access to private networks
EP1771998B1 (en) 2004-07-23 2015-04-15 Citrix Systems, Inc. Systems and methods for optimizing communications between network nodes
US7657657B2 (en) 2004-08-13 2010-02-02 Citrix Systems, Inc. Method for maintaining transaction integrity across multiple remote access servers
US8706877B2 (en) 2004-12-30 2014-04-22 Citrix Systems, Inc. Systems and methods for providing client-side dynamic redirection to bypass an intermediary
US8700695B2 (en) 2004-12-30 2014-04-15 Citrix Systems, Inc. Systems and methods for providing client-side accelerated access to remote applications via TCP pooling
US8954595B2 (en) 2004-12-30 2015-02-10 Citrix Systems, Inc. Systems and methods for providing client-side accelerated access to remote applications via TCP buffering
US8549149B2 (en) 2004-12-30 2013-10-01 Citrix Systems, Inc. Systems and methods for providing client-side accelerated access to remote applications via TCP multiplexing
US7810089B2 (en) 2004-12-30 2010-10-05 Citrix Systems, Inc. Systems and methods for automatic installation and execution of a client-side acceleration program
US8255456B2 (en) 2005-12-30 2012-08-28 Citrix Systems, Inc. System and method for performing flash caching of dynamically generated objects in a data communication network
JP5183214B2 (en) 2005-01-24 2013-04-17 サイトリックス システムズ,インコーポレイテッド System and method for performing caching of dynamically generated objects in a network
US7823196B1 (en) 2005-02-03 2010-10-26 Sonicwall, Inc. Method and an apparatus to perform dynamic secure re-routing of data flows for public services
DE602005002623T2 (en) * 2005-04-07 2008-07-24 Research In Motion Ltd., Waterloo Internet Protocol converter for wireless transmission
US9363306B2 (en) * 2005-04-07 2016-06-07 Blackberry Limited Internet protocol loopback wireless data protocol converter
US20060288418A1 (en) * 2005-06-15 2006-12-21 Tzu-Jian Yang Computer-implemented method with real-time response mechanism for detecting viruses in data transfer on a stream basis
US9009114B1 (en) * 2005-10-31 2015-04-14 Symantec Operating Corporation Version mapped incremental backups
US8301839B2 (en) 2005-12-30 2012-10-30 Citrix Systems, Inc. System and method for performing granular invalidation of cached dynamically generated objects in a data communication network
US7921184B2 (en) 2005-12-30 2011-04-05 Citrix Systems, Inc. System and method for performing flash crowd caching of dynamically generated objects in a data communication network
US7756134B2 (en) * 2006-05-02 2010-07-13 Harris Corporation Systems and methods for close queuing to support quality of service
US7894509B2 (en) 2006-05-18 2011-02-22 Harris Corporation Method and system for functional redundancy based quality of service
US7856012B2 (en) 2006-06-16 2010-12-21 Harris Corporation System and methods for generic data transparent rules to support quality of service
US8516153B2 (en) 2006-06-16 2013-08-20 Harris Corporation Method and system for network-independent QoS
US7990860B2 (en) * 2006-06-16 2011-08-02 Harris Corporation Method and system for rule-based sequencing for QoS
US20070291656A1 (en) * 2006-06-16 2007-12-20 Harris Corporation Method and system for outbound content-based QoS
US8064464B2 (en) 2006-06-16 2011-11-22 Harris Corporation Method and system for inbound content-based QoS
US7916626B2 (en) * 2006-06-19 2011-03-29 Harris Corporation Method and system for fault-tolerant quality of service
US8730981B2 (en) 2006-06-20 2014-05-20 Harris Corporation Method and system for compression based quality of service
US7769028B2 (en) * 2006-06-21 2010-08-03 Harris Corporation Systems and methods for adaptive throughput management for event-driven message-based data
US8300653B2 (en) 2006-07-31 2012-10-30 Harris Corporation Systems and methods for assured communications with quality of service
US8484718B2 (en) * 2006-08-03 2013-07-09 Citrix System, Inc. Systems and methods for enabling assured records using fine grained auditing of virtual private network traffic
US8769284B2 (en) * 2006-12-29 2014-07-01 Nokia Corporation Securing communication
WO2008137098A1 (en) * 2007-05-04 2008-11-13 Nortel Networks Limited Negotiating different mobile ip delivery styles
US7849166B1 (en) * 2008-01-11 2010-12-07 Trend Micro Incorporated Creation of secure communication connections through computer networks
US8893260B2 (en) * 2008-12-17 2014-11-18 Rockstar Consortium Us Lp Secure remote access public communication environment
US9240978B2 (en) * 2008-12-31 2016-01-19 Verizon Patent And Licensing Inc. Communication system having message encryption
DK3035974T3 (en) 2013-08-22 2020-01-02 Arch Biosurgery Inc Implantable nets for controlling the movement of fluids
CN108964840B (en) * 2018-06-27 2022-07-19 河北千和电子商务有限公司 Data transmission method, device and computer readable storage medium

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4649533A (en) * 1983-10-25 1987-03-10 Keycom Electronic Publishing Method and apparatus for retrieving remotely located information
US5185860A (en) * 1990-05-03 1993-02-09 Hewlett-Packard Company Automatic discovery of network elements
US5591306A (en) * 1994-08-08 1997-01-07 Kimberly-Clark Corporation Method for making soft tissue using cationic silicones
US5761440A (en) * 1994-09-15 1998-06-02 International Business Machines Corporation System and method utilizing multiple search trees to route data within a data processing network
US5968133A (en) * 1997-01-10 1999-10-19 Secure Computing Corporation Enhanced security network time synchronization device and method
US6009103A (en) * 1997-12-23 1999-12-28 Mediaone Group, Inc. Method and system for automatic allocation of resources in a network
US6038233A (en) * 1996-07-04 2000-03-14 Hitachi, Ltd. Translator for IP networks, network system using the translator, and IP network coupling method therefor
US6219707B1 (en) * 1996-02-09 2001-04-17 Secure Computing Corporation System and method for achieving network separation
US6243751B1 (en) * 1997-06-11 2001-06-05 Oracle Corporation Method and apparatus for coupling clients to servers
US6332195B1 (en) * 1996-02-09 2001-12-18 Secure Computing Corporation Secure server utilizing separate protocol stacks
US6425008B1 (en) * 1999-02-16 2002-07-23 Electronic Data Systems Corporation System and method for remote management of private networks having duplicate network addresses
US6560642B1 (en) * 1998-10-26 2003-05-06 Elsa Ag Method of establishing an internet protocol network utilizing IP gateway that functions as either or both DHCP client and DHCP server
US6564257B1 (en) * 1999-12-09 2003-05-13 International Business Machines Corporation Repository protection by URL expiration
US6591291B1 (en) * 1997-08-28 2003-07-08 Lucent Technologies Inc. System and method for providing anonymous remailing and filtering of electronic mail
US6590861B1 (en) * 1999-03-18 2003-07-08 3Com Corporation Combining virtual local area networks and load balancing with fault tolerance in a high performance protocol
US6654792B1 (en) * 2000-02-28 2003-11-25 3Com Corporation Method and architecture for logical aggregation of multiple servers
US6668276B1 (en) * 1999-08-10 2003-12-23 International Business Machines Corporation HTML file acquisition method, information terminal support device, and storage medium for storing a software product for acquiring HTML files

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6591306B1 (en) * 1999-04-01 2003-07-08 Nec Corporation IP network access for portable devices
US7058973B1 (en) 2000-03-03 2006-06-06 Symantec Corporation Network address translation gateway for local area networks using local IP addresses and non-translatable port addresses
FI112770B (en) 2001-03-30 2003-12-31 Nokia Corp A mechanism for mobility management in telecommunications networks

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4649533A (en) * 1983-10-25 1987-03-10 Keycom Electronic Publishing Method and apparatus for retrieving remotely located information
US5185860A (en) * 1990-05-03 1993-02-09 Hewlett-Packard Company Automatic discovery of network elements
US5591306A (en) * 1994-08-08 1997-01-07 Kimberly-Clark Corporation Method for making soft tissue using cationic silicones
US5761440A (en) * 1994-09-15 1998-06-02 International Business Machines Corporation System and method utilizing multiple search trees to route data within a data processing network
US6332195B1 (en) * 1996-02-09 2001-12-18 Secure Computing Corporation Secure server utilizing separate protocol stacks
US6219707B1 (en) * 1996-02-09 2001-04-17 Secure Computing Corporation System and method for achieving network separation
US6038233A (en) * 1996-07-04 2000-03-14 Hitachi, Ltd. Translator for IP networks, network system using the translator, and IP network coupling method therefor
US5968133A (en) * 1997-01-10 1999-10-19 Secure Computing Corporation Enhanced security network time synchronization device and method
US6243751B1 (en) * 1997-06-11 2001-06-05 Oracle Corporation Method and apparatus for coupling clients to servers
US6591291B1 (en) * 1997-08-28 2003-07-08 Lucent Technologies Inc. System and method for providing anonymous remailing and filtering of electronic mail
US6009103A (en) * 1997-12-23 1999-12-28 Mediaone Group, Inc. Method and system for automatic allocation of resources in a network
US6560642B1 (en) * 1998-10-26 2003-05-06 Elsa Ag Method of establishing an internet protocol network utilizing IP gateway that functions as either or both DHCP client and DHCP server
US6425008B1 (en) * 1999-02-16 2002-07-23 Electronic Data Systems Corporation System and method for remote management of private networks having duplicate network addresses
US6590861B1 (en) * 1999-03-18 2003-07-08 3Com Corporation Combining virtual local area networks and load balancing with fault tolerance in a high performance protocol
US6668276B1 (en) * 1999-08-10 2003-12-23 International Business Machines Corporation HTML file acquisition method, information terminal support device, and storage medium for storing a software product for acquiring HTML files
US6564257B1 (en) * 1999-12-09 2003-05-13 International Business Machines Corporation Repository protection by URL expiration
US6654792B1 (en) * 2000-02-28 2003-11-25 3Com Corporation Method and architecture for logical aggregation of multiple servers

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7546125B2 (en) 2005-10-03 2009-06-09 Divitas Networks, Inc. Enhancing user experience during handoffs in wireless communication
US20070091907A1 (en) * 2005-10-03 2007-04-26 Varad Seshadri Secured media communication across enterprise gateway
US20070121580A1 (en) * 2005-10-03 2007-05-31 Paolo Forte Classification for media stream packets in a media gateway
US20070207804A1 (en) * 2005-10-03 2007-09-06 Vikas Sharma Enhancing user experience during handoffs in wireless communication
WO2007041662A3 (en) * 2005-10-03 2007-10-04 Divitas Networks Inc Secured media communication across enterprise gateway
US7688820B2 (en) 2005-10-03 2010-03-30 Divitas Networks, Inc. Classification for media stream packets in a media gateway
WO2007041662A2 (en) * 2005-10-03 2007-04-12 Divitas Networks, Inc. Secured media communication across enterprise gateway
US20080140767A1 (en) * 2006-06-14 2008-06-12 Prasad Rao Divitas description protocol and methods therefor
US20080220781A1 (en) * 2006-06-14 2008-09-11 Snehal Karia Methods and arrangment for implementing an active call handover by employing a switching component
US7480500B1 (en) 2006-06-14 2009-01-20 Divitas Networks, Inc. Divitas protocol proxy and methods therefor
WO2007147036A3 (en) * 2006-06-14 2008-07-24 Divitas Networks Inc Divitas description protocol and methods therefor
US7565159B2 (en) 2006-06-14 2009-07-21 Divitas Networks, Inc. Methods and arrangement for implementing an active call handover by employing a switching component
WO2007147036A2 (en) * 2006-06-14 2007-12-21 Divitas Networks, Inc. Divitas description protocol and methods therefor
US20090215438A1 (en) * 2008-02-23 2009-08-27 Ajay Mittal Methods for performing transparent callback
US20100222053A1 (en) * 2009-02-27 2010-09-02 Girisrinivasarao Athulurutirumala Arrangement and methods for establishing a telecommunication connection based on a heuristic model

Also Published As

Publication number Publication date
US6826627B2 (en) 2004-11-30
WO2004036346A2 (en) 2004-04-29
US20040044792A1 (en) 2004-03-04
WO2004036346A3 (en) 2004-07-01
AU2003291622A8 (en) 2004-05-04
AU2003291622A1 (en) 2004-05-04
US20050108412A1 (en) 2005-05-19

Similar Documents

Publication Publication Date Title
US6826627B2 (en) Data transformation architecture
US11659385B2 (en) Method and system for peer-to-peer enforcement
US8897299B2 (en) Method and systems for routing packets from a gateway to an endpoint
US7917744B2 (en) Apparatus and methods for intercepting, examining and controlling code, data and files and their transfer in instant messaging and peer-to-peer applications
US8095786B1 (en) Application-specific network-layer virtual private network connections
US7627681B2 (en) Relaying messages through a firewall
US20070165865A1 (en) Method and system for encryption and storage of information
KR101495946B1 (en) Hardware interface for enabling direct access and security assessment sharing
US20060085503A1 (en) Data communications system using e-mail tunnelling
US20020186683A1 (en) Firewall gateway for voice over internet telephony communications
EP0838930A2 (en) Pseudo network adapter for frame capture, encapsulation and encryption
US7925693B2 (en) NAT access control with IPSec
US20050191997A1 (en) Wireless provisioning device
US20040243837A1 (en) Process and communication equipment for encrypting e-mail traffic between mail domains of the internet
JP2009015616A (en) Server device, communication system, and communication terminal
Nishimura A distributed authentication mechanism for sharing an overlay network among multiple organizations
Xiao et al. Security in distributed and networking systems
JP2000209285A (en) Firewall apparatus

Legal Events

Date Code Title Description
AS Assignment

Owner name: BURNBAG, LTD., IRELAND

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SJOLLEMA, MARK;ODOM, GREGORY G.;REEL/FRAME:014829/0789;SIGNING DATES FROM 20031028 TO 20031216

Owner name: BURNBAG, LTD., IRELAND

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SJOLLEMA, MARK;ODOM, GREGORY G.;SIGNING DATES FROM 20031028 TO 20031216;REEL/FRAME:014829/0789

REMI Maintenance fee reminder mailed
FPAY Fee payment

Year of fee payment: 4

SULP Surcharge for late payment
REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
REIN Reinstatement after maintenance fee payment confirmed
FEPP Fee payment procedure

Free format text: PETITION RELATED TO MAINTENANCE FEES GRANTED (ORIGINAL EVENT CODE: PMFG); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY

Free format text: PETITION RELATED TO MAINTENANCE FEES FILED (ORIGINAL EVENT CODE: PMFP); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY

FP Lapsed due to failure to pay maintenance fee

Effective date: 20121130

FPAY Fee payment

Year of fee payment: 8

PRDP Patent reinstated due to the acceptance of a late maintenance fee

Effective date: 20130311

SULP Surcharge for late payment
REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20161130