USRE39017E1 - Internet upstream request compression - Google Patents
Internet upstream request compression Download PDFInfo
- Publication number
- USRE39017E1 USRE39017E1 US09/927,778 US92777801A USRE39017E US RE39017 E1 USRE39017 E1 US RE39017E1 US 92777801 A US92777801 A US 92777801A US RE39017 E USRE39017 E US RE39017E
- Authority
- US
- United States
- Prior art keywords
- upstream
- request
- internet
- information
- processor
- 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.)
- Expired - Lifetime
Links
- 238000011144 upstream manufacturing Methods 0.000 title claims abstract description 172
- 230000006835 compression Effects 0.000 title claims abstract description 46
- 238000007906 compression Methods 0.000 title claims abstract description 44
- 230000002452 interceptive effect Effects 0.000 claims abstract description 8
- 238000000034 method Methods 0.000 claims description 35
- 238000004891 communication Methods 0.000 claims description 28
- 230000006837 decompression Effects 0.000 claims description 18
- 230000005540 biological transmission Effects 0.000 claims description 17
- 230000004044 response Effects 0.000 claims description 11
- 230000002401 inhibitory effect Effects 0.000 claims 2
- 230000003993 interaction Effects 0.000 abstract description 4
- 230000008901 benefit Effects 0.000 abstract description 3
- 230000000694 effects Effects 0.000 abstract description 2
- 238000010586 diagram Methods 0.000 description 5
- 230000000295 complement effect Effects 0.000 description 2
- 238000012937 correction Methods 0.000 description 2
- 238000012546 transfer Methods 0.000 description 2
- 101150012579 ADSL gene Proteins 0.000 description 1
- 102100020775 Adenylosuccinate lyase Human genes 0.000 description 1
- 108700040193 Adenylosuccinate lyases Proteins 0.000 description 1
- 230000006978 adaptation Effects 0.000 description 1
- 230000015572 biosynthetic process Effects 0.000 description 1
- 239000013256 coordination polymer Substances 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/04—Protocols for data compression, e.g. ROHC
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/40—Network security protocols
Definitions
- This invention relates to interactive information requests over the internet.
- a client To gain access to the internet, a client (user) will typically login into an Internet Service Provider (ISP) via a telephone or ISDN modem.
- ISP Internet Service Provider
- This connection is typically a medium data rate (i.e., 9.6 to 28.8 kbps), symmetrical connection.
- the client is typically searching for information, which leads to asymmetric communications.
- a client (user) requesting a file download will send a small upstream request (e.g., 200 bytes) but receive a large file (e.g. 200 kbytes) in return from the server.
- the downstream channel i.e., return link
- the bottleneck i.e., return link
- the typical volume of downstream data to upstream data ratio is from 10:1 to 20:1.
- asymmetrical channel services are being deployed (e.g., satellite broadcast, cable modems, ADSL, etc.) to take advantage of this ratio and reduce this downstream bottleneck.
- These services typically increase the downstream channel capacity by using a media with wider bandwidth (e.g., co-axial cable), and maintain or allocate a smaller bandwidth connection for the upstream user request channel.
- a media with wider bandwidth e.g., co-axial cable
- an upstream channel path independent of the downstream channel path, is utilized.
- the Internet is a packet switch network, where the defacto protocol standard is TCP/IP.
- IP Internet Protocol
- IP provides the basic addressing scheme for internet routing (where the information goes).
- TCP Transmission Control Protocol
- TCP is very robust protocol designed for error-free bulk data transfer and error detection and correction.
- PPP PPP or SLIP
- ISP ISP
- WWW World Wide Web
- HTTP HyperText Transfer Protocol
- a user sends an HTTP request for a Web Page to a particular server on the internet and the server responds with requested information.
- This transaction takes several phases (i.e., Connect, Request, Response, Close) to complete.
- the requested information from the server is most commonly an HTTP file which references graphical images, audio files, and/or additional text.
- the browser will then automatically request the additional information (unless the user has manually selected to filter out certain high bandwidth file requests from being made). It is not uncommon for an initial request of a web page to trigger 20 more requests which are required to complete the transaction and build the image seen through the browser.
- the upstream traffic between the Client and the Upstream Gateway is compressed and reduced with the bulk of the internet communication performed at the Upstream and (in some cases) Downstream Gateway.
- This allows more users to be placed on multiple access upstream channels and/or reduce the user cost on a charge-by-the-byte upstream channel.
- This invention exploits the architecture of the Indirect Network Connection that is utilized in an asymmetrical internet connection as well as the characteristic that the upstream channel from the Client to the Upstream Gateway is a point-to-point connection.
- This invention utilizes four types of compression to reduce upstream channel traffic so that the ratio of downstream to upstream channel traffic is increased significantly beyond the 20:1 ratio that is now experienced:
- the typical browser request contains ASCII symbols with characters and patterns that are commonly repeated. For example, in the request: http://www.cnn.com/SPORTS/FOOTBALL/college/96/news.usarate.html “/” and “.” are the most common characters. Patterns like “http://”, “www”, “.com”, and “.html” are also common.
- a simple statistical compression or linear predication scheme could reduce the number of bytes required for a request and would be appropriate for this real-time compression application.
- the packet overhead of TCP and IP are not necessarily required.
- Software running at the Client site would operate beneath the browser to bypass the TCP/IP packet formation after the initial connection is established.
- the Upstream Gateway would then take the requests and add the TCP/IP overhead prior to transmission to the Internet.
- a large database could be implemented at the Upstream Gateway which stores a Client's previous data requests.
- Software running at the Client site would operate beneath the browser to send a short address reference message to the Upstream Gateway to indicate a previously requested site instead of sending an entire request sequence.
- the Upstream Gateway in turn, would look up the short address reference in the database for that Client in order to send out the complete data request to the Internet. This could be implemented with a “Go back “N” requests” scheme or a Bookmark scheme similar to those on a typical browser.
- the gateways could be programmed to receive the first request response from a server and automatically make all of the subsequent file requests for the Client. Each of the requested files would then be downloaded to the Client on the downstream channel as they are received. This makes it possible to have only one data request to be sent by the Client on the upstream channel (instead of a multitude) to assemble a web page.
- the gateways could also handle the lower HTTP level of connection, request, response, and close messages with the Internet so that the Client would not be required to send all of these separate messages on the upstream channel.
- the Upstream and Downstream Gateways could operate in concert for this service, or they could operate independently with one gateway or the other managing the proxy requests.
- the compression management software running at the Client site would operate beneath the browser to manage these compression functions.
- the compression management software could send a message to the gateways to indicate this and only the desired files would be automatically requested by the gateways.
- FIG. 1 (prior art) is a diagrammatic illustration of a typical indirect internet connection
- FIG. 2 is a block diagram of the client processor for internet browsing with a compressed upstream channel
- FIG. 3 is a block diagram illustrating a first compression technique incorporated in the invention
- FIG. 4 is a block diagram of a second compression technique incorporating the invention
- FIG. 5 is a block diagram illustrating a third compression technique incorporated in the invention.
- FIG. 6 is a block diagram illustrating a fourth compression technique incorporated in the invention.
- FIG. 1 illustrates all the basic elements of an Indirect Internet Connection where the upstream and downstream data paths are asymmetric and different in their implementation.
- a Client i.e., user
- ( 1 ) requests information from a Server 7 (e.g., home page) somewhere on the internet. It sends the request on the Upstream Channel ( 2 ) to the Upstream Gateway.
- the Upstream Gateway forwards the request onto the Internet ( 5 ) over a higher speed link ( 4 ) and it eventually arrives at the addressed server ( 7 ).
- Server 7 responds to the request by addressing the Downstream Gateway ( 10 ) and the Client ( 1 ).
- FIG. 2 shows an exploded view of the Client Processor CP and the relevant elements that would be needed for internet web browsing with a compressed upstream channel (for simplicity, only the upstream path is shown) according to the invention.
- the User ( 11 ) initiates an information request to the Internet Browser ( 13 ) through the User Interface ( 12 ) (e.g., a query to a web page).
- the Internet Browser ( 13 ) sends a request message to the appropriate drivers (e.g. TCP/IP, PPP, SLP) of the operating system (e.g. Windows 95, Solaris, MacOS) where the request message is formatted for transportation to and on the internet.
- drivers e.g. TCP/IP, PPP, SLP
- the operating system e.g. Windows 95, Solaris, MacOS
- the Custom Compression Application (the subject of this invention) intercepts the request message and performs the appropriate compression techniques (explained below) prior to delivery to the H/W Interface Driver ( 16 ), Communication Interface ( 17 ) and the Communication Path ( 18 ) for transmission to the Upstream Gateway ( 23 ) (FIG. 3 ), where the request message decompression takes place.
- FIG. 3 shows a description of the first compression technique where the ASCII message format is compressed.
- a software application will run on the Client ( 20 ), “below” the internet browser, so that all messages sent from the browser will pass through the compression software and the ASCII text strings will be reduced by efficiently coding the repeating or redundant characters real-time or near real-time (using a simple statistical compression or linear predication scheme), then passed on to the drivers that transmit the message on the Communication Channel ( 12 ) to the Upstream Gateway ( 23 ).
- the complementary software running at the Upstream Gateway ( 23 ) receives the messages from the Communication Channel ( 22 ) and reconstructs the full ASCII text string prior to delivery to transmission on the Communication Channel ( 24 ) to the Internet.
- FIG. 4 shows a description of the second compression technique where the TCP and IP packetizing and overhead is added at the Upstream Gateway ( 23 ′).
- a software application will run on the Client ( 20 ′), “below” the internet browser, so that all messages sent from the browser will be intercepted by the compression software and the unnecessary TCP/IP overhead are not added.
- the complementary software running at the Upstream Gateway ( 23 ′) receives the messages from the Communication Channel ( 22 ) and reads (then removes) the client ID so that the appropriate TCP/IP overhead can then be added prior to delivery to transmission on the Communication Channel ( 24 ) to the Internet.
- FIG. 5 shows a description of the third compression technique where a short web address reference message is sent to the Upstream Gateway ( 23 ′′).
- a software application will run on the Client ( 20 ′′), “below” the internet browser, which follows the user's web browsing and notes frequently visited sites and also bookmarks that the user enters.
- the software can then exchange information with the Upstream Gateway ( 23 ′′) so that a web site address is stored in a user profile database, and referenced by the Client software by a short coded reference message from the Client ( 20 ′′) to the Upstream Gateway ( 23 ′′) instead of the complete web site address.
- the user could manually set up a number of sites that are to be referenced using this shortcut.
- FIG. 6 illustrates the fourth compression technique where the Upstream Gateway ( 23 ′′′) requests all additional web page graphics, images, etc. automatically.
- a software application will run on the Client ( 20 ′′′), “below” the internet browser, so that the browser is inhibited from automatically requesting any subsequent graphics or image files that may be referenced in the initial web page HTML file response.
- the Upstream Gateway ( 23 ′′′) will receive a copy of the initial web page HTML file and make all of the subsequent file requests for the Client ( 20 ′′′) thereby acting as an internet proxy for the Client ( 20 ′′′).
- a setting could be sent from the Client ( 20 ′′′) to the Upstream Gateway ( 23 ′′′) which would set up the Upstream Gateway software to not make the requests.
- the upstream channel traffic from a Client can be significantly reduced, increasing the number of users on a multiple access upstream channel or reducing the required bandwidth for a single user. This is accomplished by:
- One or more of these techniques may be used to “compress” data traffic on the upstream request channel.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Medicines Containing Antibodies Or Antigens For Use As Internal Diagnostic Agents (AREA)
Abstract
Description
http://www.cnn.com/SPORTS/FOOTBALL/college/96/news.usarate.html
“/” and “.” are the most common characters. Patterns like “http://”, “www”, “.com”, and “.html” are also common. A simple statistical compression or linear predication scheme could reduce the number of bytes required for a request and would be appropriate for this real-time compression application.
-
- 1. Compressing the data between the Client and Upstream Gateway.
- 2. Having the Upstream Gateway perform protocol overhead functions.
- 3. Keeping a user profile at the Upstream Gateway.
- 4. Automatically generating new request at the gateway for the client.
Claims (57)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/927,778 USRE39017E1 (en) | 1997-02-14 | 2001-08-15 | Internet upstream request compression |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/799,352 US5938737A (en) | 1997-02-14 | 1997-02-14 | Internet upstream request compression |
US09/927,778 USRE39017E1 (en) | 1997-02-14 | 2001-08-15 | Internet upstream request compression |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/799,352 Reissue US5938737A (en) | 1997-02-14 | 1997-02-14 | Internet upstream request compression |
Publications (1)
Publication Number | Publication Date |
---|---|
USRE39017E1 true USRE39017E1 (en) | 2006-03-14 |
Family
ID=25175671
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/799,352 Ceased US5938737A (en) | 1997-02-14 | 1997-02-14 | Internet upstream request compression |
US09/927,778 Expired - Lifetime USRE39017E1 (en) | 1997-02-14 | 2001-08-15 | Internet upstream request compression |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/799,352 Ceased US5938737A (en) | 1997-02-14 | 1997-02-14 | Internet upstream request compression |
Country Status (6)
Country | Link |
---|---|
US (2) | US5938737A (en) |
EP (1) | EP1015991A1 (en) |
JP (1) | JP2001511984A (en) |
AU (1) | AU733295B2 (en) |
CA (1) | CA2278300A1 (en) |
WO (1) | WO1998036362A1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090231998A1 (en) * | 2008-03-17 | 2009-09-17 | Microsoft Corporation | Selective filtering of network traffic requests |
US20160366241A1 (en) * | 2012-11-16 | 2016-12-15 | International Business Machines Corporation | Saving bandwidth in transmission of compressed data |
Families Citing this family (46)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6339787B1 (en) * | 1995-11-30 | 2002-01-15 | Stampede Technologies, Inc. | Apparatus and method for increasing speed in a network file/object oriented server/client system |
US6226642B1 (en) | 1997-09-11 | 2001-05-01 | International Business Machines Corporation | Content modification of internet web pages for a television class display |
US6493766B1 (en) * | 1998-06-30 | 2002-12-10 | Motorola, Inc. | Method, client device, server and article of manufacture for compressing universal resource identifiers using left/right string substitution |
US6624761B2 (en) | 1998-12-11 | 2003-09-23 | Realtime Data, Llc | Content independent data compression method and system |
US6604158B1 (en) | 1999-03-11 | 2003-08-05 | Realtime Data, Llc | System and methods for accelerated data storage and retrieval |
US6601104B1 (en) | 1999-03-11 | 2003-07-29 | Realtime Data Llc | System and methods for accelerated data storage and retrieval |
US6345307B1 (en) * | 1999-04-30 | 2002-02-05 | General Instrument Corporation | Method and apparatus for compressing hypertext transfer protocol (HTTP) messages |
WO2000072155A1 (en) * | 1999-05-20 | 2000-11-30 | Motorola Inc. | Method for establishing communication in a packet network |
JP3478200B2 (en) * | 1999-09-17 | 2003-12-15 | 日本電気株式会社 | Two-way communication system between server and client |
US6449658B1 (en) * | 1999-11-18 | 2002-09-10 | Quikcat.Com, Inc. | Method and apparatus for accelerating data through communication networks |
IL133039A (en) | 1999-11-18 | 2007-12-03 | Eyeblaster Inc | Full duplex re-transmitter |
US20020115477A1 (en) * | 2001-02-13 | 2002-08-22 | Raja Singh | Portable high speed internet access device with scrolling |
US6633314B1 (en) | 2000-02-02 | 2003-10-14 | Raja Tuli | Portable high speed internet device integrating cellular telephone and palm top computer |
US20020030843A1 (en) * | 2000-02-02 | 2002-03-14 | Tuli Raja Singh | Portable high speed internet access device |
US7023572B2 (en) | 2000-02-02 | 2006-04-04 | Raja Singh Tuli | Portable high speed internet access device |
US7289244B2 (en) | 2000-02-02 | 2007-10-30 | Raja Singh Tuli | Portable high speed internet access device |
US7356570B1 (en) | 2000-08-29 | 2008-04-08 | Raja Tuli | Portable high speed communication device |
US7068381B1 (en) | 2000-02-02 | 2006-06-27 | Raja Tuli | Portable high speed internet access device |
US6748457B2 (en) | 2000-02-03 | 2004-06-08 | Realtime Data, Llc | Data storewidth accelerator |
US6941382B1 (en) | 2000-02-07 | 2005-09-06 | Raja Tuli | Portable high speed internet or desktop device |
US6874009B1 (en) | 2000-02-16 | 2005-03-29 | Raja Tuli | Portable high speed internet device with user fees |
US6772026B2 (en) * | 2000-04-05 | 2004-08-03 | Therics, Inc. | System and method for rapidly customizing design, manufacture and/or selection of biomedical devices |
US7072935B2 (en) * | 2000-04-28 | 2006-07-04 | Agilent Technologies, Inc. | Filtering web proxy for recording web-based transactions that supports secure HTTP steps |
US9444785B2 (en) | 2000-06-23 | 2016-09-13 | Cloudshield Technologies, Inc. | Transparent provisioning of network access to an application |
US8204082B2 (en) | 2000-06-23 | 2012-06-19 | Cloudshield Technologies, Inc. | Transparent provisioning of services over a network |
US6829654B1 (en) | 2000-06-23 | 2004-12-07 | Cloudshield Technologies, Inc. | Apparatus and method for virtual edge placement of web sites |
US7003555B1 (en) * | 2000-06-23 | 2006-02-21 | Cloudshield Technologies, Inc. | Apparatus and method for domain name resolution |
US7032031B2 (en) * | 2000-06-23 | 2006-04-18 | Cloudshield Technologies, Inc. | Edge adapter apparatus and method |
US6728785B1 (en) * | 2000-06-23 | 2004-04-27 | Cloudshield Technologies, Inc. | System and method for dynamic compression of data |
US7114008B2 (en) | 2000-06-23 | 2006-09-26 | Cloudshield Technologies, Inc. | Edge adapter architecture apparatus and method |
US7191211B2 (en) | 2000-10-03 | 2007-03-13 | Raja Tuli | Portable high speed internet access device priority protocol |
US8692695B2 (en) | 2000-10-03 | 2014-04-08 | Realtime Data, Llc | Methods for encoding and decoding data |
US6842777B1 (en) | 2000-10-03 | 2005-01-11 | Raja Singh Tuli | Methods and apparatuses for simultaneous access by multiple remote devices |
US9143546B2 (en) | 2000-10-03 | 2015-09-22 | Realtime Data Llc | System and method for data feed acceleration and encryption |
US6915327B1 (en) | 2000-10-30 | 2005-07-05 | Raja Singh Tuli | Portable high speed communication device peripheral connectivity |
US6976075B2 (en) * | 2000-12-08 | 2005-12-13 | Clarinet Systems, Inc. | System uses communication interface for configuring a simplified single header packet received from a PDA into multiple headers packet before transmitting to destination device |
US6928461B2 (en) | 2001-01-24 | 2005-08-09 | Raja Singh Tuli | Portable high speed internet access device with encryption |
US7386046B2 (en) | 2001-02-13 | 2008-06-10 | Realtime Data Llc | Bandwidth sensitive data compression and decompression |
US7210022B2 (en) * | 2001-05-15 | 2007-04-24 | Cloudshield Technologies, Inc. | Apparatus and method for interconnecting a processor to co-processors using a shared memory as the communication interface |
US7082502B2 (en) * | 2001-05-15 | 2006-07-25 | Cloudshield Technologies, Inc. | Apparatus and method for interfacing with a high speed bi-directional network using a shared memory to store packet data |
US20030078964A1 (en) * | 2001-06-04 | 2003-04-24 | Nct Group, Inc. | System and method for reducing the time to deliver information from a communications network to a user |
US7372871B2 (en) * | 2002-03-27 | 2008-05-13 | Intel Corporation | Techniques to reduce information loss and translation costs in a system populated with data sources and sinks communicating with multiple data representations |
US8176428B2 (en) | 2002-12-03 | 2012-05-08 | Datawind Net Access Corporation | Portable internet access device back page cache |
US20050144648A1 (en) * | 2003-10-31 | 2005-06-30 | Gotwals Michael D. | Communication network analysis apparatus with internetwork connectivity |
US7403486B2 (en) * | 2003-10-31 | 2008-07-22 | Acterna | Signal level measurement and data connection quality analysis apparatus and methods |
US7796526B2 (en) * | 2003-10-31 | 2010-09-14 | Acterna | Versatile communication network test apparatus and methods |
Citations (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5136291A (en) * | 1990-11-30 | 1992-08-04 | Unisys Corporation | Transmitting binary data files using electronic mail |
US5307413A (en) * | 1991-07-19 | 1994-04-26 | Process Software Corporation | Method and apparatus for adding data compression and other services in a computer network |
US5535199A (en) * | 1994-09-06 | 1996-07-09 | Sun Microsystems, Inc. | TCP/IP header compression X.25 networks |
US5534913A (en) * | 1994-03-31 | 1996-07-09 | At&T Corp. | Apparatus and method for integrating downstream data transfer over a cable television channel with upstream data carrier by other media |
US5555377A (en) * | 1993-12-20 | 1996-09-10 | International Business Machines Corporation | System for selectively compressing data transferred in network in response to produced first output when network utilization exceeds first threshold and data length over limit |
US5557749A (en) * | 1992-10-15 | 1996-09-17 | Intel Corporation | System for automatically compressing and decompressing data for sender and receiver processes upon determination of a common compression/decompression method understood by both sender and receiver processes |
US5627829A (en) * | 1993-10-07 | 1997-05-06 | Gleeson; Bryan J. | Method for reducing unnecessary traffic over a computer network |
US5668737A (en) * | 1995-03-22 | 1997-09-16 | Pixel Magic, Inc. | High-speed data processor and coding method |
US5673392A (en) * | 1994-04-26 | 1997-09-30 | Murata Mfg. Co., Ltd. | Method of executing communication program in modem apparatus |
US5673322A (en) * | 1996-03-22 | 1997-09-30 | Bell Communications Research, Inc. | System and method for providing protocol translation and filtering to access the world wide web from wireless or low-bandwidth networks |
US5732216A (en) * | 1996-10-02 | 1998-03-24 | Internet Angles, Inc. | Audio message exchange system |
US5732219A (en) * | 1995-03-17 | 1998-03-24 | Vermeer Technologies, Inc. | Computer system and computer-implemented process for remote editing of computer files |
US5742773A (en) * | 1996-04-18 | 1998-04-21 | Microsoft Corporation | Method and system for audio compression negotiation for multiple channels |
US5867112A (en) * | 1997-05-14 | 1999-02-02 | Kost; James F. | Software method of compressing text and graphic images for storage on computer memory |
US6115384A (en) * | 1996-06-20 | 2000-09-05 | Fourelle Systems, Inc | Gateway architecture for data communication bandwidth-constrained and charge-by-use networks |
-
1997
- 1997-02-14 US US08/799,352 patent/US5938737A/en not_active Ceased
-
1998
- 1998-02-13 AU AU61570/98A patent/AU733295B2/en not_active Ceased
- 1998-02-13 CA CA002278300A patent/CA2278300A1/en not_active Abandoned
- 1998-02-13 JP JP53586698A patent/JP2001511984A/en active Pending
- 1998-02-13 EP EP98906317A patent/EP1015991A1/en not_active Withdrawn
- 1998-02-13 WO PCT/US1998/002637 patent/WO1998036362A1/en not_active Application Discontinuation
-
2001
- 2001-08-15 US US09/927,778 patent/USRE39017E1/en not_active Expired - Lifetime
Patent Citations (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5136291A (en) * | 1990-11-30 | 1992-08-04 | Unisys Corporation | Transmitting binary data files using electronic mail |
US5307413A (en) * | 1991-07-19 | 1994-04-26 | Process Software Corporation | Method and apparatus for adding data compression and other services in a computer network |
US5557749A (en) * | 1992-10-15 | 1996-09-17 | Intel Corporation | System for automatically compressing and decompressing data for sender and receiver processes upon determination of a common compression/decompression method understood by both sender and receiver processes |
US5627829A (en) * | 1993-10-07 | 1997-05-06 | Gleeson; Bryan J. | Method for reducing unnecessary traffic over a computer network |
US5555377A (en) * | 1993-12-20 | 1996-09-10 | International Business Machines Corporation | System for selectively compressing data transferred in network in response to produced first output when network utilization exceeds first threshold and data length over limit |
US5534913A (en) * | 1994-03-31 | 1996-07-09 | At&T Corp. | Apparatus and method for integrating downstream data transfer over a cable television channel with upstream data carrier by other media |
US5673392A (en) * | 1994-04-26 | 1997-09-30 | Murata Mfg. Co., Ltd. | Method of executing communication program in modem apparatus |
US5535199A (en) * | 1994-09-06 | 1996-07-09 | Sun Microsystems, Inc. | TCP/IP header compression X.25 networks |
US5732219A (en) * | 1995-03-17 | 1998-03-24 | Vermeer Technologies, Inc. | Computer system and computer-implemented process for remote editing of computer files |
US5668737A (en) * | 1995-03-22 | 1997-09-16 | Pixel Magic, Inc. | High-speed data processor and coding method |
US5673322A (en) * | 1996-03-22 | 1997-09-30 | Bell Communications Research, Inc. | System and method for providing protocol translation and filtering to access the world wide web from wireless or low-bandwidth networks |
US5742773A (en) * | 1996-04-18 | 1998-04-21 | Microsoft Corporation | Method and system for audio compression negotiation for multiple channels |
US6115384A (en) * | 1996-06-20 | 2000-09-05 | Fourelle Systems, Inc | Gateway architecture for data communication bandwidth-constrained and charge-by-use networks |
US5732216A (en) * | 1996-10-02 | 1998-03-24 | Internet Angles, Inc. | Audio message exchange system |
US5867112A (en) * | 1997-05-14 | 1999-02-02 | Kost; James F. | Software method of compressing text and graphic images for storage on computer memory |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090231998A1 (en) * | 2008-03-17 | 2009-09-17 | Microsoft Corporation | Selective filtering of network traffic requests |
US20160366241A1 (en) * | 2012-11-16 | 2016-12-15 | International Business Machines Corporation | Saving bandwidth in transmission of compressed data |
US10659558B2 (en) * | 2012-11-16 | 2020-05-19 | International Business Machines Corporation | Saving bandwidth in transmission of compressed data |
Also Published As
Publication number | Publication date |
---|---|
EP1015991A1 (en) | 2000-07-05 |
AU6157098A (en) | 1998-09-08 |
AU733295B2 (en) | 2001-05-10 |
CA2278300A1 (en) | 1998-08-20 |
JP2001511984A (en) | 2001-08-14 |
US5938737A (en) | 1999-08-17 |
WO1998036362A1 (en) | 1998-08-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
USRE39017E1 (en) | Internet upstream request compression | |
US6449658B1 (en) | Method and apparatus for accelerating data through communication networks | |
KR100324974B1 (en) | Internet convolution audio/video server | |
FI114265B (en) | Methods and arrangements for realizing effective data transmission over a speed-limited communication link | |
US7444418B2 (en) | Transcoding multimedia information within a network communication system | |
US7370120B2 (en) | Method and system for reducing network latency in data communication | |
US7013322B2 (en) | System and method for rewriting a media resource request and/or response between origin server and client | |
US20020078241A1 (en) | Method of accelerating media transfer | |
US20030051055A1 (en) | System and method for modifying a data stream using element parsing | |
US20010027493A1 (en) | Method for providing streaming media data in a network-based environment | |
US20020040404A1 (en) | System and method for performing broadcast-enabled disk drive replication in a distributed data delivery network | |
US20020042817A1 (en) | System and method for mirroring and caching compressed data in a content distribution system | |
JP2001520472A (en) | Method and system for a network over a low bandwidth link | |
US7640362B2 (en) | Adaptive compression in an edge router | |
US20030149792A1 (en) | System and method for transmission of data through multiple streams | |
WO2000072517A1 (en) | System and method for streaming media over an internet protocol system | |
EP1325604A2 (en) | Speed sensitive content delivery in a client-server network | |
Iren et al. | Network-conscious compressed images over wireless networks | |
WO2001037516A2 (en) | Method and apparatus for accelerating data through private enterprise networks | |
Clausen et al. | Internet services via direct broadcast satellites | |
Liang et al. | A bandwidth effective streaming of JPEG2000 images using HyperText Transfer Protocol | |
US20040073722A1 (en) | System and method for data re-compression for communication over ip | |
CA2272590A1 (en) | System and method for streaming media over an internet protocol system | |
Raman et al. | An Image Transport Protocol for the Internet Ѓ |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FPAY | Fee payment |
Year of fee payment: 12 |
|
FEPP | Fee payment procedure |
Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
AS | Assignment |
Owner name: RPX CORPORATION, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:EXELIS INC.;REEL/FRAME:030146/0905 Effective date: 20130322 |