GB2350028A - Compression/decompression of ATM streams over WAN links - Google Patents

Compression/decompression of ATM streams over WAN links Download PDF

Info

Publication number
GB2350028A
GB2350028A GB9910755A GB9910755A GB2350028A GB 2350028 A GB2350028 A GB 2350028A GB 9910755 A GB9910755 A GB 9910755A GB 9910755 A GB9910755 A GB 9910755A GB 2350028 A GB2350028 A GB 2350028A
Authority
GB
United Kingdom
Prior art keywords
atm
cells
compressed
vpi
uncompressed
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
GB9910755A
Other versions
GB9910755D0 (en
GB2350028B (en
Inventor
Ioannis Papaefstathiou
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.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to GB9910755A priority Critical patent/GB2350028B/en
Publication of GB9910755D0 publication Critical patent/GB9910755D0/en
Publication of GB2350028A publication Critical patent/GB2350028A/en
Application granted granted Critical
Publication of GB2350028B publication Critical patent/GB2350028B/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion 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/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

Traffic sent over a WAN link in a LAN interconnection network using ATM as the backbone infrastructure is increased by compressing ATM streams transmitted over it. An ATM gateway 4 analyses the VPI/VCI (Virtual Path Identifier/Virtual Channel Identifier) field of cells received from other stations within the LAN and uses this field to index a compression information table (60, fig. 2). For a given VPI/VCI field, the table indicates whether or not cells should be compressed and, if so, which compression technique should be applied. During compression, cells having the same header are collected, the headers are removed and the compression applied to the payload only. The compressed stream is then partitioned into forty eight bytes and the original header attached ready for onward transmission over WAN links to the destination ATM gateway 6. Decompression (if required) is performed at the destination in a reverse manner.

Description

2350028
DETAILED DESCRIPTION OF THE INVENTION
In accordance with the present invention a device for compressing/ decompressing Asynchronous Transfer Mode (ATM) streams on line is provided which effectively increases the bandwidth of a Wide Area Network (kAN) ATM link of a (Local Area Network) LAN interconnection network over, AN links.
Figure I illustrates the LAN interconnection network over WAN. Figure 2 illustrates a block diagram of an ATM stations containing out compression/ decompression device. Figure 3 illustrates the format of an ATM cell.
The particular advantages of this invention are that, the compression scheme understands ATM cell structures and adapts the payload technique depending on the cell header. In this way, each Virtual Circuit (VC) will rapidly acquire a compression context that suits its data. For example, traffic with a timing requirement and low compressibility (such as compressed video) will become transmitted without compression., whereas compressible files, such as web pages and wordprocessor documents will experience good compression.
So some VCs should be compressed, transmitted and then decompressed and some should be transmitted as they are. The relevant information is stored in Table 60 of Figure 2 of the compression/ decompression device. As a result whenever a new VC is set up the two ATM stations 4 and 6 of Figure I should know if it consists of compressible or uncompressible data. They then store that in their compressibility tables which describes which VCs are compressed and which not. These tables are indexed by the VPI/VCI bits.
Different compression schemes or variations of the same compression scheme, for the different compressible ATM VCs are also used. Each VC consists of all the cells with the same Virtual Private Identifier (VPI)/Virtual Circuit Identifier (VCI) bits. So each compression scheme or variation of the compression scheme used in the compression/ decompression phase is indexed by the VPI/VCI bits.
Also a timeout associated with each VC is defined which depends on the timing constrains of this VC.
If it is not possible to have different unique compression schemes or variations of the compression schemes for all the VCs a Least RecentlY use heuristic is used to determine the compression scheme or the variation of the compression scheme that should be associated with the new VC.
The exact operations performed by ATM stations 4 and 6 in the case that station 4 performs the compression and station 6 the decompression are the following:
An ATM cell enters the physical laver circuit of ATM station 4. Then table 60 of Figure 2 is accessed. If this VC consists of uncompressible data the cell is sent to the address resolution circuit as it is. Otherwise it is disassembled into the header and the payload, and the payload is compressed using the compression scheme indexed by the VPI/VCI bits of its header. The compressed payload is put into a ready queue indexed by the VPI/VCI bits together with the compressed payloads D_ of the other cells belonging to the same VC. Whenever forty eight compressed bytes are ready, or a timeout corresponding to this VC occurs a new cell with these bytes as payload and the original header is formed and sent to the address resolution circuit. In case of a timeout the remaining of the forty eight bytes of the payload are padded with zeros. Every cell sent to the address resolution circuit is then sent to the Physical Layer circuit and it is transmitted over the WAN link.
An ATM cell enters the physical laver circuit of ATM station. Then table 60 of Figure 2 is accessed. If this VC consists of uncompressible data the cell is sent to the address resolution circuit as it is. Otherwise it is disassembled into the header and the payload, and its payload is decompressed using the decompression scheme or the variation of the decompression scheme indexed by the VPI/VCI bits of the header The decompressed stream of bytes together with the bytes found in the ready queue indexed by the VPI/VCI bits is divided into forty eight bytes fields and in each one of them the original header is attached. The remaining bytes are stored in the ready queue indexed by the VPI/VCI bits. The newly formed cells are sent to the address resolution circuit. Every cell sent to the address resolution circuit is then sent to the Physical Layer circuit and it is transmitted over the LAN link.
3

Claims (15)

CLAIMS I claim:
1. A device for compressing Asynchronous transfer mode data streams on an ATM station connected to both a local and a wide area network comprising a physical layer for making a physical connection to a medium connected to other ATM station, the physical layer driving the compressed ATM cell from an ATM station onto the medium in a serial fashion and receiving the bytes of the uncompressed ATM cell send by an ATM station from the medium in a serial fashion.
An ATM layer receiving the uncompressed ATM cells from the physical medium, determine if compression should be applied, if it should disassemble the uncompressed cells, compress the payload of the uncompressed cells, assemble the compressed ATM cells, perform the address resolution task and send them to the physical layer, if it shouldn't be applied perform the address resolution task and send them to the physical layer, the ATM layer including:
- Means for determining if compression should be applied based on a compressibility table which has one entry for each VPI/VCI field and states if a cell which has this VPI/VCI field in the header should be compressed or not.
- Compressibility table management means.
- Compression means for compressing the uncompressed payloads of the cells into a compressed byte stream - Disassemble the uncompressed ATM cells means separating the header and the payload of the uncompressed ATM cells - Assemble the compressed cells means for appending to the header of the corresponding uncompressed cell forty eight bytes of the compressed byte stream to generate the compressed ATM cells.
- address resolution means for determining a particular one or more of said receiving port addresses corresponding to said destination station address - Compression management means.
2. In the device of claim I wherein the compressibility table management means include, means for adding, deleting or altering any entry. that corresponds to any 3 VPI/VCI field for changing the compressibility of the cells that contain a certain VPI/VCI field in their header field.
4- 3. In the device of claim I wherein each ATM station includes, means for communicating with said compressibility table management means for communicating that said particular cells contain a VPI/VCI field in their header field should or should not be compressed.
4. In the device of claim I wherein the Compression means include, means for compressing the streams in a lossless way.
means for using different techniques for compressing the cells that contain different VPI/VCI field in their headers 5. In the device of claim I wherein the compression management means include, means for communicating with decompression management means and compression management means of said ATM stations for communicating that said particular cells contain a said VPI/VCI field in their header field should be compressed with a particular compression scheme or a particular variation of a compression scheme and used a particular timeout value.
6. A device for decompressing Asynchronous transfer mode data streams on an ATM station connected to both a local area network and a wide area network comprising a physical layer for making a physical connection to a medium connected to other ATM stations, the physical layer driving the compressed ATM cell from the medium to an ATM station in a serial fashion and sending the bytes of the uncompressed ATM cells to an ATM station through the medium in a serial fashion.
An ATM layer receiving the compressed ATM cells from the physical medium, disassemble the compressed cells, decompress the payload of the compressed cells, assemble the uncompressed ATM cells, perform the address resolution task and send them to the physical layer, the ATM layer including:
- Means for determining if decompression should be applied based on a compressibility table which has one entry for each VPI/VCI field and states if a cell which has this VPI/VCI field in the header should be decompressed or not.
- Compressibility table management means.
- Decompression means for decompressing the compressed payload of the cells into an uncompressed byte stream - Disassemble the compressed ATM cells means separating the header and the payload of the compressed ATM cell - Assemble the uncompressed cells means for appending to the header of the corresponding compressed cell forly eight bytes of the uncompressed byte stream to generate the uncompressed ATM cells.
- address resolution means for determining a particular one or more of said receiving port addresses corresponding to said destination station address 7. In the device of claim 6 wherein the compressibility table management means include, means for adding, deleting or altering any entry that corresponds to any VPI/VCI field for changing the compressibility of the cells that contain a certain VPI/VCI field in their header field.
8. In the device of claim 6 wherein each ATM station includes, means for communicating with said compressibility table management means for communicating that said particular cells contain a VPI/VCI field in their header field should or should not be decompressed.
9. In the device of claim 6 wherein the decompression means include, means for decompressing the streams in a lossless way.
means for using different techniques for decompressing the cells that contain different VPI/VCI field in their headers and under a particular timeout.
10. In the device of claim 6 wherein the decompression management means include, means for communicating with compression management means and decompression management means of said ATM stations for communicating that said particular cells contain a said VPI/VCI field in their header field should be decompressed with a particular decompression scheme or a particular variation of a decompression scheme, and use a particular timeout value.
11. A device which includes a plurality of devices of claim 1 and a plurality of devices of claim 6.
12. For a communication system including a plurality of devices of claim 1 and a plurality of devices of claim 6 13. For a communication system including a pluralit3, of devices of claim I and a plurality of devices of claim 11 c 14. For a communication system including a plurality of' devices of claim 11 and a pluralitly of devices of claim 6 15. For a communication system including a plurality of devices of claim 11 Amendments to the claims have been filed as follows CLAIMS I claim 1. A device for compressing Asynchronous transfer mode data streams on an ATM station connected to both a local and a wide area network comprising 0 a physical layer for making a physical connection to a medium connected to other ATM stations, the physical layer driving the compressed ATM cells from an ATM station onto the medium in a serial fashion and receiving the bytes of the uncompressed ATM cells sent by an ATM station from the medium in a serial fashion, 0 an ATM layer receiving the uncompressed ATM cells from the physical medium, determine if compression should be applied, if it should disassemble the uncompressed cells, compress the payload of the uncompressed cells, assemble the compressed ATM cells, perform the address resolution task and send them to the physical layer, if it shouldn't be applied perform the address resolution task and send them to the physical layer, the ATM layer including:
- means for determining if compression should be applied based on a compressibility table which has one entry for each VPI/VCI field and states if a cell which has this VPI/VCI field in the header should be compressed or not, - compressibility table management means, - Compression means for compressing the uncompressed payloads of the cells into a compressed byte stream, - disassemble the uncompressed ATM cells means separating the header and the payload of the uncompressed ATM cells, assemble the compressed cells means for appending to the header of the corresponding uncompressed cell forty eight bytes of the compressed byte stream to generate the compressed ATM cells, - address resolution means for determining one or more receiving port addresses corresponding to a destination station address, - Compression management means.
2. In the device of claim 1 wherein the compressibility table management means include, means for adding, deleting or altering any entry that corresponds to an-% VPI/VCI field for changing the compressibility of the cells that contain a certain VPI/VCI field in their header field.
3. In the device of claim 1 wherein each ATM station includes, IL means for communicating with said compressibility tab le management means for communicating that said particular cells contain a VPI/N7CI field in their header field should or should not be compressed.
4. In the device of claim 1 wherein the Compression means include, means for compressing the streams in a lossless way, means for using different techniques for compressing the cells that contain different VPI/VCI field in their headers.
5. In the device of claim 1 wherein the compression management means include, means for communicating with decompression management means and compression management means of said ATM stations for communicating that said particular cells contain a said VPI/VCI field in their header field should be compressed with a particular compression scheme or a particular variation of a compression scheme and used a particular timeout value.
6. A device for decompressing Asynchronous transfer mode data streams on an ATM station connected to both a local area network and a wide area network comprising a physical layer for making a physical connection to a medium connected to other ATM stations, the physical layer driving the compressed ATM cells from the medium to an ATM station in a serial fashion and sending the bytes of the uncompressed ATM cells to an ATM station through the medium in a serial fashion, an ATM layer receiving the compressed ATM cells from the physical medium, disassemble the compressed cells, decompress the payload of the compressed cells, assemble the uncompressed ATM cells, perform the address resolution task and send them to the physical layer, the ATM layer including:
- means for determining if decompression should be applied based on a compressibility table which has one entry for each VPI/VCI field and states if a cell which has this VPI/VCI field in the header should be decompressed or not, - compressibility table management means, decompression means for decompressing the compressed payload of the cells into an uncompressed byte stream, - disassemble the compressed ATM cells means separating the header and the payload of the compressed ATM cell, assemble the uncompressed cells means for appending to the header of the corresponding compressed cell forty eight bytes of the uncompressed byte stream to generate the uncompressed ATM cells, - address resolution means for determining one or more receiving port addresses corresponding to a destination station address.
7. In the device of claim 6 wherein the compressibility table management means include, means for adding, deleting or altering any entry that corresponds to any VPI/VCI field for changing the compressibility of the cells that contain a certain VPI/VCI field in their header field.
8. In the device of claim 6 wherein each ATM station includes, means for communicating with said compressibility table management means for communicating that said particular cells contain a VPI/VCI field in their header field should or should not be decompressed.
9. In the device of claim 6 wherein the decompression means include, 9 means for decompressing the streams in a lossless way, 4, means for using different techniques for decompressing the cells that contain different VPI/VCI field in their headers and under a particular timeout.
10. In the device of claim 6 wherein the decompression management means include, means for communicating with compression management means and decompression management means of said ATM stations for communicating that said particular cells contain a said VPI/VCI field in their header field should be decompressed with a particular decompression scheme or a particular variation of a decompression scheme, and use a particular timeout value.
11. A device which includes a plurality of devices of claim I and a plurality of devices of claim 6.
12. For a communication system including a plurality of devices of claim 1 and a plurality of devices of claim 6.
13. For a communication system including a plurality of devices of claim 1 and a plurality of devices of claim 11.
14. For a communication system including a plurality of devices of claim 11 and a plurality of devices of claim 6.
1
15. For a communication system including a plurality of devices of claim 11.
GB9910755A 1999-05-11 1999-05-11 On-line compression/decompression of ATM streams over the wan links in a lan interconnection network over wan Expired - Fee Related GB2350028B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
GB9910755A GB2350028B (en) 1999-05-11 1999-05-11 On-line compression/decompression of ATM streams over the wan links in a lan interconnection network over wan

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
GB9910755A GB2350028B (en) 1999-05-11 1999-05-11 On-line compression/decompression of ATM streams over the wan links in a lan interconnection network over wan

Publications (3)

Publication Number Publication Date
GB9910755D0 GB9910755D0 (en) 1999-07-07
GB2350028A true GB2350028A (en) 2000-11-15
GB2350028B GB2350028B (en) 2001-05-09

Family

ID=10853122

Family Applications (1)

Application Number Title Priority Date Filing Date
GB9910755A Expired - Fee Related GB2350028B (en) 1999-05-11 1999-05-11 On-line compression/decompression of ATM streams over the wan links in a lan interconnection network over wan

Country Status (1)

Country Link
GB (1) GB2350028B (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160088083A1 (en) * 2014-09-21 2016-03-24 Cisco Technology, Inc. Performance monitoring and troubleshooting in a storage area network environment
US10404596B2 (en) 2017-10-03 2019-09-03 Cisco Technology, Inc. Dynamic route profile storage in a hardware trie routing table
US10545914B2 (en) 2017-01-17 2020-01-28 Cisco Technology, Inc. Distributed object storage
US10585830B2 (en) 2015-12-10 2020-03-10 Cisco Technology, Inc. Policy-driven storage in a microserver computing environment
US10664169B2 (en) 2016-06-24 2020-05-26 Cisco Technology, Inc. Performance of object storage system by reconfiguring storage devices based on latency that includes identifying a number of fragments that has a particular storage device as its primary storage device and another number of fragments that has said particular storage device as its replica storage device
US10671289B2 (en) 2015-05-15 2020-06-02 Cisco Technology, Inc. Tenant-level sharding of disks with tenant-specific storage modules to enable policies per tenant in a distributed storage system
US10778765B2 (en) 2015-07-15 2020-09-15 Cisco Technology, Inc. Bid/ask protocol in scale-out NVMe storage
US10826829B2 (en) 2015-03-26 2020-11-03 Cisco Technology, Inc. Scalable handling of BGP route information in VXLAN with EVPN control plane
US10872056B2 (en) 2016-06-06 2020-12-22 Cisco Technology, Inc. Remote memory access using memory mapped addressing among multiple compute nodes
US10942666B2 (en) 2017-10-13 2021-03-09 Cisco Technology, Inc. Using network device replication in distributed storage clusters
US11055159B2 (en) 2017-07-20 2021-07-06 Cisco Technology, Inc. System and method for self-healing of application centric infrastructure fabric memory
US11252067B2 (en) 2017-02-24 2022-02-15 Cisco Technology, Inc. Techniques for using frame deep loopback capabilities for extended link diagnostics in fibre channel storage area networks
US11563695B2 (en) 2016-08-29 2023-01-24 Cisco Technology, Inc. Queue protection using a shared global memory reserve
US11588783B2 (en) 2015-06-10 2023-02-21 Cisco Technology, Inc. Techniques for implementing IPV6-based distributed storage space

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9853873B2 (en) 2015-01-10 2017-12-26 Cisco Technology, Inc. Diagnosis and throughput measurement of fibre channel ports in a storage area network environment
US10140172B2 (en) 2016-05-18 2018-11-27 Cisco Technology, Inc. Network-aware storage repairs
US10254991B2 (en) 2017-03-06 2019-04-09 Cisco Technology, Inc. Storage area network based extended I/O metrics computation for deep insight into application performance

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2271252A (en) * 1992-10-03 1994-04-06 Ibm Data compression in a computer workstation
JPH0730554A (en) * 1993-07-13 1995-01-31 Nec Corp Address conversion system
US5414701A (en) * 1994-07-22 1995-05-09 Motorola, Inc. Method and data structure for performing address compression in an asynchronous transfer mode (ATM) system
CA2208683A1 (en) * 1996-08-07 1998-02-07 Lucent Technologies, Inc. Network design for both compressed and uncompressed atm cells

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2271252A (en) * 1992-10-03 1994-04-06 Ibm Data compression in a computer workstation
JPH0730554A (en) * 1993-07-13 1995-01-31 Nec Corp Address conversion system
US5414701A (en) * 1994-07-22 1995-05-09 Motorola, Inc. Method and data structure for performing address compression in an asynchronous transfer mode (ATM) system
CA2208683A1 (en) * 1996-08-07 1998-02-07 Lucent Technologies, Inc. Network design for both compressed and uncompressed atm cells

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160088083A1 (en) * 2014-09-21 2016-03-24 Cisco Technology, Inc. Performance monitoring and troubleshooting in a storage area network environment
US10826829B2 (en) 2015-03-26 2020-11-03 Cisco Technology, Inc. Scalable handling of BGP route information in VXLAN with EVPN control plane
US11354039B2 (en) 2015-05-15 2022-06-07 Cisco Technology, Inc. Tenant-level sharding of disks with tenant-specific storage modules to enable policies per tenant in a distributed storage system
US10671289B2 (en) 2015-05-15 2020-06-02 Cisco Technology, Inc. Tenant-level sharding of disks with tenant-specific storage modules to enable policies per tenant in a distributed storage system
US11588783B2 (en) 2015-06-10 2023-02-21 Cisco Technology, Inc. Techniques for implementing IPV6-based distributed storage space
US10778765B2 (en) 2015-07-15 2020-09-15 Cisco Technology, Inc. Bid/ask protocol in scale-out NVMe storage
US10949370B2 (en) 2015-12-10 2021-03-16 Cisco Technology, Inc. Policy-driven storage in a microserver computing environment
US10585830B2 (en) 2015-12-10 2020-03-10 Cisco Technology, Inc. Policy-driven storage in a microserver computing environment
US10872056B2 (en) 2016-06-06 2020-12-22 Cisco Technology, Inc. Remote memory access using memory mapped addressing among multiple compute nodes
US10664169B2 (en) 2016-06-24 2020-05-26 Cisco Technology, Inc. Performance of object storage system by reconfiguring storage devices based on latency that includes identifying a number of fragments that has a particular storage device as its primary storage device and another number of fragments that has said particular storage device as its replica storage device
US11563695B2 (en) 2016-08-29 2023-01-24 Cisco Technology, Inc. Queue protection using a shared global memory reserve
US10545914B2 (en) 2017-01-17 2020-01-28 Cisco Technology, Inc. Distributed object storage
US11252067B2 (en) 2017-02-24 2022-02-15 Cisco Technology, Inc. Techniques for using frame deep loopback capabilities for extended link diagnostics in fibre channel storage area networks
US11055159B2 (en) 2017-07-20 2021-07-06 Cisco Technology, Inc. System and method for self-healing of application centric infrastructure fabric memory
US10999199B2 (en) 2017-10-03 2021-05-04 Cisco Technology, Inc. Dynamic route profile storage in a hardware trie routing table
US11570105B2 (en) 2017-10-03 2023-01-31 Cisco Technology, Inc. Dynamic route profile storage in a hardware trie routing table
US10404596B2 (en) 2017-10-03 2019-09-03 Cisco Technology, Inc. Dynamic route profile storage in a hardware trie routing table
US10942666B2 (en) 2017-10-13 2021-03-09 Cisco Technology, Inc. Using network device replication in distributed storage clusters

Also Published As

Publication number Publication date
GB9910755D0 (en) 1999-07-07
GB2350028B (en) 2001-05-09

Similar Documents

Publication Publication Date Title
AU678045B2 (en) Fast packet adaptation method for ensuring packet portability across diversified switching type networks
GB2350028A (en) Compression/decompression of ATM streams over WAN links
US5481544A (en) Multi-channel broadband adaptation processing
EP1095535B1 (en) Source node for a broadband network with atm cells
CA2180345C (en) Method and device for transforming a series of data packets by means of data compression
JP2000504163A (en) Mini cell with variable payload size
JP3972038B2 (en) Data communication cell header compression
US5606552A (en) Broadband adaptation processing
JP3342649B2 (en) Bandwidth reducing ATM network and method thereof
US5884064A (en) System for emulating a virtual path in an ATM network
SE515252C2 (en) Device for broadband data service transmission in telecommunication systems
JP3653721B2 (en) Communication apparatus and system including the same
US7366121B1 (en) Method and system for reducing data overhead in a wireless system
Papaefstathiou Accelerating ATM: On-line compression of ATM streams
EP0781008A1 (en) Method and system for combining connections over ATM network
KR970002790B1 (en) Method for generating a colling party subaddress message in atm
US6771702B1 (en) Image transmission method and apparatus using a plurality of service classes of ATM layer of one image data
KR0129179B1 (en) A circuit for decoding pdu in sscop sublayer
Armitage et al. The Impact of Header Compression and Rate Control on Typical TCP/IP Traffic over ATM Connections
KR100489198B1 (en) Apparatus for compression and extension of ATM cell
Papaefstathiou Measurement based Connection Admission Control algorithm for ATM networks that use low level compression
Muley New intelligent system for data compression in wireless ATM
KR19990048613A (en) User Network Interface Method in ATM Switch
Ko et al. Transportation of a Real-Time Transport Protocol Packet Stream Over an ATM Adaptation Layer 5 Backplane
KR20010087609A (en) Interworking unit between atm and pstn trunk

Legal Events

Date Code Title Description
PCNP Patent ceased through non-payment of renewal fee

Effective date: 20030511