US10015228B2 - Remote desktop protocol client for a standards-based web browser - Google Patents
Remote desktop protocol client for a standards-based web browser Download PDFInfo
- Publication number
- US10015228B2 US10015228B2 US14/925,582 US201514925582A US10015228B2 US 10015228 B2 US10015228 B2 US 10015228B2 US 201514925582 A US201514925582 A US 201514925582A US 10015228 B2 US10015228 B2 US 10015228B2
- Authority
- US
- United States
- Prior art keywords
- rdp
- client
- web
- cross
- scripting language
- 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.)
- Active, expires
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
- H04L67/025—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/131—Protocols for games, networked simulations or virtual reality
-
- H04L67/42—
Definitions
- This disclosure relates generally to providing native remote desktop protocol (RDP) client functionality, and, more particularly, to implementing RDP client functionality capable of running in a standards-based web browser that supports a cross-platform scripting language, such as JAVASCRIPT and hypertext markup language 5 (HTML5) Canvas.
- RDP native remote desktop protocol
- An information handling system generally processes, compiles, stores, and/or communicates information or data for business, personal, or other purposes thereby allowing users to take advantage of the value of the information.
- information handling systems may also vary regarding what information is handled, how the information is handled, how much information is processed, stored, or communicated, and how quickly and efficiently the information may be processed, stored, or communicated.
- the variations in information handling systems allow for information handling systems to be general or configured for a specific user or specific use such as financial transaction processing, airline reservations, enterprise data storage, or global communications.
- information handling systems may include a variety of hardware and software components that may be configured to process, store, and communicate information and may include one or more information handling systems, data storage systems, and networking systems.
- a remote server provides desktop and application resources to a user.
- the desktop or application resources are published to a user's device utilizing a protocol, such as the remote desktop protocol (RDP).
- RDP remote desktop protocol
- this approach requires installing a native RDP client on the user's computing device.
- Such approach may be costly and expensive in that multiple incompatible computing platforms must be supported. For example, costs associating with maintaining and testing native software code for each RDP client variant.
- the present invention seeks to avoid the need for a native RDP client on each device or information handling system in a computing environment by utilizing standards-based presentation and user interface technologies that are already present on a user's device.
- a remote desktop protocol (RDP) web client receives a packet and then sends the received packet to a cross-platform scripting language client of the RDP web client.
- the packet may be in an RDP compatible format.
- the cross-platform scripting language client may be implemented using JAVASCRIPT and JAVASCRIPT may be used to transcode the received packet.
- a non-blocking thread is created by the cross-platform scripting language client at the RDP web client.
- the cross-platform scripting language client determines a protocol data unit (PDU) type of the packet and transcodes the received packet language client based, at least in part, on the determined PDU type, wherein transcoding comprises converting the received packet to a format supported by a cross-platform web browser of the RDP client.
- Content from the received packet is displayed at the RDP web client via a web browser. HTML5 Canvas may be used to render the content.
- a socket connection is established between a web-socket server and an RDP server and the RDP web client receives the packet from the RDP server via the web-socket server.
- one or more computer-readable non-transitory storage media embodying software that is operable when executed performs or implements any one or more embodiments.
- an information handling system that comprises one or more processors, and a memory coupled to the processors comprising instruction executable by the processors, the processors operable when executing the instructions to perform or implement any one or more embodiments.
- FIG. 1 is a block diagram of selected elements of an information handling system according to one or more embodiments of the present disclosure.
- FIG. 2 is an example of a network environment according to one or more embodiments of the present disclosure.
- FIG. 3 is an example of a remote desktop protocol client according to one or more embodiments of the present invention.
- FIG. 4 is an example web socket server environment according to one or more embodiments of the present disclosure.
- FIG. 5 is an example method for providing a remote desktop protocol (RDP) client for a standards-based web client according to one or more embodiments of the present disclosure.
- RDP remote desktop protocol
- an information handling system may include an instrumentality or aggregate of instrumentalities operable to compute, classify, process, transmit, receive, retrieve, originate, switch, store, display, manifest, detect, record, reproduce, handle, or utilize various forms of information, intelligence, or data for business, scientific, control, entertainment, or other purposes.
- an information handling system may be a personal computer, a PDA, a consumer electronic device, a network storage device, or another suitable device and may vary in size, shape, performance, functionality, and price.
- the information handling system may include memory, one or more processing resources such as a central processing unit (CPU) or hardware or software control logic.
- CPU central processing unit
- Additional components or the information handling system may include one or more storage devices, one or more communications ports for communicating with external devices as well as various input and output (I/O) devices, such as a keyboard, a mouse, and a video display.
- the information handling system may also include one or more buses operable to transmit communication between the various hardware components.
- a computer-readable non-transitory storage medium or media may include one or more semiconductor-based or other integrated circuits (ICs) (such, as for example, field-programmable gate arrays (FPGAs) or application-specific ICs (ASICs)), hard disk drives (HDDs), hybrid hard drives (HHDs), optical discs, optical disc drives (ODDs), magneto-optical discs, magneto-optical drives, floppy diskettes, floppy disk drives (FDDs), magnetic tapes, solid-state drives (SSDs), RAM-drives, SECURE DIGITAL cards or drives, any other suitable computer-readable non-transitory storage media, or any suitable combination of two or more of these, where appropriate.
- ICs such, as for example, field-programmable gate arrays (FPGAs) or application-specific ICs (ASICs)
- HDDs hard disk drives
- HHDs hybrid hard drives
- ODDs optical disc drives
- magneto-optical discs magneto-optical drives
- RDP remote desktop protocol
- JAVASCRIPT remote desktop protocol
- the JAVASCRIPT RDP client implements RDP protocol and data natively in a standards-based web browser using hypertext markup language 5 (HTML5) Canvas.
- HTML5 hypertext markup language 5
- the JAVASCRIPT RDP client transcodes audio, video and other data received in an RDP-compatible format into a format that can be natively displayed by a user's or device's web browser.
- the JAVASCRIPT RDP client also receives user interface events, such as mouse drags and button clicks. These events are translated into RDP packets that can be sent to the remote server.
- RDP clients are written in a native, full-feature programming language such as C or C++.
- the native RDP client utilizes multiple threads and processes to implement the RDP protocol.
- a cross-platform scripting language such as JAVASCRIPT, implements the RDP protocol by using a single, non-blocking thread that must process incoming and outgoing RDP packets and local input/output operations in real-time.
- a sophisticated state machine is utilized to track the RDP protocol state and match incoming RDP packets with previously received RDP packets and events.
- FIGS. 1-5 wherein like numbers are used to indicate like and corresponding parts.
- FIG. 1 illustrates an example information handling system 100 .
- one or more information handling systems 100 perform one or more steps of one or more methods described or illustrated herein.
- one or more information handling systems 100 provide functionality described or illustrated herein.
- software running on one or more information handling systems 100 performs one or more steps of one or more methods described or illustrated herein or provides functionality described or illustrated herein.
- Particular embodiments include one or more portions of one or more information handling systems 100 .
- reference to an information handling system may encompass a computing device, and vice versa, where appropriate.
- reference to an information handling system may encompass one or more information handling systems, where appropriate.
- information handling system 100 may be an embedded information handling system, a system-on-chip (SOC), a single-board information handling system (SBC) (such as, for example, a computer-on-module (COM) or system-on-module (SOM)), a desktop information handling system, a laptop or notebook information handling system, an interactive kiosk, a mainframe, a mesh of information handling systems, a mobile telephone, a personal digital assistant (PDA), a server, a tablet information handling system, or a combination of two or more of these.
- SOC system-on-chip
- SBC single-board information handling system
- COM computer-on-module
- SOM system-on-module
- desktop information handling system such as, for example, a computer-on-module (COM) or system-on-module (SOM)
- COM computer-on-module
- SOM system-on-module
- desktop information handling system such as, for example, a computer-on-module (COM) or system-on
- information handling system 100 may include one or more information handling systems 100 ; be unitary or distributed; span multiple locations; span multiple machines; span multiple data centers; or reside in a cloud, which may include one or more cloud components in one or more networks.
- one or more information handling systems 100 may perform without substantial spatial or temporal limitation one or more steps of one or more methods described or illustrated herein.
- one or more information handling systems 100 may perform in real time or in batch mode one or more steps of one or more methods described or illustrated herein.
- One or more information handling systems 100 may perform at different times or at different locations one or more steps of one or more methods described or illustrated herein, where appropriate.
- information handling system 100 includes a processor 102 , memory 104 , storage 106 , an input/output (I/O) interface 108 , a communication interface 110 , and a bus 112 .
- I/O input/output
- this disclosure describes and illustrates a particular information handling system having a particular number of particular components in a particular arrangement, this disclosure contemplates any suitable information handling system having any suitable number of any suitable components in any suitable arrangement.
- processor 102 includes hardware for executing instructions, such as those making up a computer program.
- processor 102 may retrieve (or fetch) the instructions from an internal register, an internal cache, memory 104 , or storage 106 ; decode and execute them; and then write one or more results to an internal register, an internal cache, memory 104 , or storage 106 .
- processor 102 may include one or more internal caches for data, instructions, or addresses. This disclosure contemplates processor 102 including any suitable number of any suitable internal caches, where appropriate.
- processor 102 may include one or more instruction caches, one or more data caches, and one or more translation lookaside buffers (TLBs).
- Instructions in the instruction caches may be copies of instructions in memory 104 or storage 106 , and the instruction caches may speed up retrieval of those instructions by processor 102 .
- Data in the data caches may be copies of data in memory 104 or storage 106 for instructions executing at processor 102 to operate on; the results of previous instructions executed at processor 102 for access by subsequent instructions executing at processor 102 or for writing to memory 104 or storage 106 ; or other suitable data.
- the data caches may speed up read or write operations by processor 102 .
- the TLBs may speed up virtual-address translation for processor 102 .
- processor 102 may include one or more internal registers for data, instructions, or addresses. This disclosure contemplates processor 102 including any suitable number of any suitable internal registers, where appropriate. Where appropriate, processor 102 may include one or more arithmetic logic units (ALUs); be a multi-core processor; or include one or more processors 102 . Although this disclosure describes and illustrates a particular processor, this disclosure contemplates any suitable processor.
- ALUs arithmetic logic units
- memory 104 includes main memory for storing instructions for processor 102 to execute or data for processor 102 to operate on.
- information handling system 100 may load instructions from storage 106 or another source (such as, for example, another information handling system 100 ) to memory 104 .
- Processor 102 may then load the instructions from memory 104 to an internal register or internal cache.
- processor 102 may retrieve the instructions from the internal register or internal cache and decode them.
- processor 102 may write one or more results (which may be intermediate or final results) to the internal register or internal cache.
- Processor 102 may then write one or more of those results to memory 104 .
- processor 102 executes only instructions in one or more internal registers or internal caches or in memory 104 (as opposed to storage 106 or elsewhere) and operates only on data in one or more internal registers or internal caches or in memory 104 (as opposed to storage 106 or elsewhere).
- One or more memory buses (which may each include an address bus and a data bus) may couple processor 102 to memory 104 .
- Bus 112 may include one or more memory buses, as described below.
- one or more memory management units reside between processor 102 and memory 104 and facilitate accesses to memory 104 requested by processor 102 .
- memory 104 includes random access memory (RAM). This RAM may be volatile memory, where appropriate.
- this RAM may be dynamic RAM (DRAM) or static RAM (SRAM). Moreover, where appropriate, this RAM may be single-ported or multi-ported RAM. This disclosure contemplates any suitable RAM.
- Memory 104 may include one or more memories 104 , where appropriate. Although this disclosure describes and illustrates particular memory, this disclosure contemplates any suitable memory.
- storage 106 includes mass storage for data or instructions.
- storage 106 may include a hard disk drive (HDD), a floppy disk drive, flash memory, an optical disc, a magneto-optical disc, magnetic tape, or a Universal Serial Bus (USB) drive or a combination of two or more of these.
- HDD hard disk drive
- floppy disk drive flash memory
- optical disc an optical disc
- magneto-optical disc magnetic tape
- USB Universal Serial Bus
- Storage 106 may include removable or non-removable (or fixed) media, where appropriate.
- Storage 106 may be internal or external to information handling system 100 , where appropriate.
- storage 106 is non-volatile, solid-state memory.
- storage 106 includes read-only memory (ROM).
- this ROM may be mask-programmed ROM, programmable ROM (PROM), erasable PROM (EPROM), electrically erasable PROM (EEPROM), electrically alterable ROM (EAROM), or flash memory or a combination of two or more of these.
- This disclosure contemplates mass storage 106 taking any suitable physical form.
- Storage 106 may include one or more storage control units facilitating communication between processor 102 and storage 106 , where appropriate. Where appropriate, storage 106 may include one or more storages 106 . Although this disclosure describes and illustrates particular storage, this disclosure contemplates any suitable storage.
- I/O interface 108 includes hardware, software, or both, providing one or more interfaces for communication between information handling system 100 and one or more I/O devices.
- Information handling system 100 may include one or more of these I/O devices, where appropriate.
- One or more of these I/O devices may enable communication between a person and information handling system 100 .
- an I/O device may include a keyboard, keypad, microphone, monitor, mouse, printer, scanner, speaker, still camera, stylus, tablet, touch screen, trackball, video camera, another suitable I/O device or a combination of two or more of these.
- An I/O device may include one or more sensors. This disclosure contemplates any suitable I/O devices and any suitable I/O interfaces 108 for them.
- I/O interface 108 may include one or more device or software drivers enabling processor 102 to drive one or more of these I/O devices.
- I/O interface 108 may include one or more I/O interfaces 108 , where appropriate. Although this disclosure describes and illustrates a particular I/O interface, this disclosure contemplates any suitable I/O interface.
- communication interface 110 includes hardware, software, or both providing one or more interfaces for communication (such as, for example, packet-based communication) between information handling system 100 and one or more other information handling systems 100 or one or more networks.
- communication interface 110 may include a network interface controller (NIC) or network adapter for communicating with an Ethernet or other wire-based network or a wireless NIC (WNIC) or wireless adapter for communicating with a wireless network, such as a WI-FI network.
- NIC network interface controller
- WNIC wireless NIC
- WI-FI network wireless network
- information handling system 100 may communicate with an ad hoc network, a personal area network (PAN), a local area network (LAN), a wide area network (WAN), a metropolitan area network (MAN), or one or more portions of the Internet or a combination of two or more of these.
- PAN personal area network
- LAN local area network
- WAN wide area network
- MAN metropolitan area network
- information handling system 100 may communicate with a wireless PAN (WPAN) (such as, for example, a BLUETOOTH WPAN), a WI-FI network, a WI-MAX network, a cellular telephone network (such as, for example, a Global System for Mobile Communications (GSM) network), or other suitable wireless network or a combination of two or more of these.
- Information handling system 100 may include any suitable communication interface 110 for any of these networks, where appropriate.
- Communication interface 110 may include one or more communication interfaces 110 , where appropriate.
- bus 112 includes hardware, software, or both coupling components of information handling system 100 to each other.
- bus 112 may include an Accelerated Graphics Port (AGP) or other graphics bus, an Enhanced Industry Standard Architecture (EISA) bus, a front-side bus (FSB), a HYPERTRANSPORT (HT) interconnect, an Industry Standard Architecture (ISA) bus, an INFINIBAND interconnect, a low-pin-count (LPC) bus, a memory bus, a Micro Channel Architecture (MCA) bus, a Peripheral Component Interconnect (PCI) bus, a PCI-Express (PCIe) bus, a serial advanced technology attachment (SATA) bus, a Video Electronics Standards Association local (VLB) bus, or another suitable bus or a combination of two or more of these.
- Bus 112 may include one or more buses 112 , where appropriate.
- FIG. 2 illustrates an example configuration of networked information handling systems (e.g., client devices and servers).
- client devices 220 and one or more servers 240 are connected via network 210 .
- Network 210 may be a public network or a private (for example, corporate) network. Additionally, network 210 may, for example, be a Local Area Network (LAN), a Wide Area Network (WAN), a wireless network, the Internet, an intranet or any other suitable type of network.
- network 210 may include one or more routers for routing data between client devices 220 and/or servers 240 .
- a device for example, a client device 220 or a server 240 on network 210 may be addressed by a corresponding network address including, for example, an Internet protocol (IP) address, an Internet name, a Windows Internet name service (WINS) name, a domain name or other system name.
- IP Internet protocol
- WINS Windows Internet name service
- network 210 may include one or more logical groupings of network devices such as, for example, one or more sites (for example, customer sites) or subnets.
- a corporate network may include potentially thousands of offices or branches, each with its own subnet (or multiple subnets) having many devices.
- One or more client devices 220 may communicate with one or more servers 240 via any suitable connection including, for example, a modem connection, a LAN connection including the Ethernet or a broadband WAN connection including DSL, Cable, Ti, T3, Fiber Optics, Wi-Fi, or a mobile network connection including GSM, GPRS, 3G, or WiMax.
- a modem connection including the Ethernet or a broadband WAN connection including DSL, Cable, Ti, T3, Fiber Optics, Wi-Fi, or a mobile network connection including GSM, GPRS, 3G, or WiMax.
- Client device 220 may be a desktop computer, a laptop computer, a tablet computer, a handheld device, a mobile phone, a kiosk, a vending machine, a billboard, or any other suitable information handling system.
- a client device 220 is an embedded computer and may have flash memory (for example, a solid state drive) instead of a hard disk drive.
- a client device 220 is a thin client having limited processing capabilities and limited storage, and such a thin client may require minimal management and updates.
- a client device 220 may communicate with a server 240 via one or more protocols such as Hypertext Transfer Protocol (HTTP), Hypertext Transfer Protocol Secure (HTTPS), File Transfer Protocol (FTP), Common Internet File System (CIFS), Independent Computing Architecture (ICA) protocol (developed by Citrix Systems, Inc.), Remote Desktop Protocol (RDP) (developed by Microsoft Corporation), or any suitable protocol or combination of protocols.
- HTTP Hypertext Transfer Protocol
- HTTPS Hypertext Transfer Protocol Secure
- FTP File Transfer Protocol
- FTP File Transfer Protocol
- CIFS Common Internet File System
- CIFS Common Internet File System
- ICA Independent Computing Architecture
- RDP Remote Desktop Protocol
- a server 240 may include one or more of: a computing device, a desktop computer, a laptop computer, a database, a corporate server, a repository server, a configuration application server, a domain name system (DNS) server, a dynamic host configuration protocol (DHCP) server, a virtual machine (for example, VMware® Virtual Machine), a desktop session (e.g., Microsoft Terminal Server), a published application (for example, Microsoft Terminal Server), or any suitable information handling system.
- a private (for example, corporate) network may include a device manager server and a repository server each configured to communicate with multiple client devices 220 across one or more domains, sites, or subnets of network 210 .
- a server 240 may include one or more servers, or functions of one or more servers.
- a client device 220 may access software resources provided by a server 240 such as, for example, operating systems, add-ons, content, or any other suitable data, applications, or images.
- a client device 220 may access resources provided by a server 240 only after providing suitable authentication information.
- a server 240 may provide software or other resources automatically to one or more client devices 220 .
- the client devices 220 may, for example, be located remotely from one or more servers 240 (including, for example, device managers or resource repositories), and as such, there may be challenges in deploying software or other resources to the client devices.
- limited connectivity or limited speed due to bandwidth constraints or network latencies may create delays in deploying software.
- remote sites or subnets may not include managed components or may not have any personnel with information technology expertise necessary to implement software deployment to client devices at the sites or subnets.
- deploying software or other data to remote sites or subnets may be further delayed. These issues may be further exacerbated in the case of embedded computers such as thin clients, which may have limited processing capability and limited storage space.
- Traditional approaches involving using a static remote software repository for each subnet or site may not be feasible due to cost or management and monitoring requirements.
- one or more servers 240 of a network 210 may include a device manager that may manage one or more client devices 220 (for example, thin clients) of one or more sites or subnets of the network.
- the device manager may, for example, be a software-based management tool that allows for software imaging, software updates, and software configurations to be deployed to the clients from one or more servers.
- the device manager may also perform any other suitable management function to manage client devices including, for example, enabling or performing (for example, automatically) device discovery, tracking of assets (for example, hardware or software inventory) at client devices, monitoring the status or health of client devices, applying one or more policies to client devices (including, for example, network settings of the client devices), or remote administration and shadowing of client devices.
- the device manager may deliver any suitable resources including, for example, operating systems, add-ons, content, or any other suitable data, applications, or images to one or more thin client devices 220 of network 210 .
- a client device such as client device 220 (for example, a thin client) may be designed with minimal or limited storage capacity (for example, in a hard disk).
- the client device 220 may be required, however, to run an operating system such as WINDOWS EMBEDDED or WINDOWS SERVER, but the footprint of such an operating system may grow over time with newer releases or updates.
- client devices may, over time, begin to run low on free storage space (for example, in the hard disk). Unwanted files may be deleted or full volume compression of the storage medium (for example, the hard disk) may be implemented to increase available storage space.
- full volume compression may introduce performance shortcomings (for example, increased number of instruction cycles required to compress/uncompress data in the volume) from the point of view of an end user of the client device.
- optimized volume compression may be implemented to reduce effective disk usage on a client device while minimizing impact on system performance.
- FIG. 3 illustrates a client device 220 , such as an RDP client device 220 , according to one or more embodiments of the present disclosure.
- RDP client device 220 may comprise a standards-based web browser 310 .
- the standards-based web browser 310 may be operable to present data via I/O interface to any one or more I/O devices 330 coupled to RDP client device 220 .
- the one or more I/O devices 330 may be coupled directly or indirectly to RDP client device 220 .
- I/O device 330 may be any known I/O device for presenting data to a user, such as a monitor, display, or any other graphical or textual interface known to one of ordinary skill in the art.
- RDP client device 220 may also comprise a cross-platform scripting language client 320 .
- the cross-platform scripting language client 320 may be implemented using JAVASCRIPT, HTML5, any cross-platform scripting language known to one of ordinary skill in the art or any combination thereof.
- an RDP client device 220 may be implemented in a standards-based web browser 310 .
- a web-socket server may be used to connect the RDP client device 220 implemented in a web browser to the RDP server.
- FIG. 4 is an example web socket server environment 400 .
- web socket server environment 400 may include a web client 410 , web socket 420 , web-socket server 430 , socket 440 , and RDP server 450 .
- web client 410 may correspond to RDP client device 220 and RDP server 450 may correspond to any one or any combination of RDP servers 240 , described in connection with FIG. 2 .
- Web client 410 may be a standards-based web browser 310 , including an information handling system 100 , such as RDP client device 220 , that includes a standards-based web browser 310 .
- Web-socket server 430 may be a proxy server, and web-socket server 430 may be implemented in C or C++ code.
- Web-socket server 430 may facilitate connections between RDP server 450 and web client 410 .
- Web client 410 may send one or more packets, for example, JAVASCRIPT packets, Protocol Data Units (PDUs), or any other suitable packets, over web socket 420 .
- Web-socket server 430 may intercept the packets sent from web client 410 over web socket 420 and convert each packet into a socket format, which RDP server 450 may understand.
- Web-socket server 430 may open a socket 440 that connects with RDP server 450 and send the converted packets (e.g., in socket format) to RDP server 450 over socket 440 .
- web-socket server 430 may intercept packets sent from RDP server 450 over socket 440 , which may be in socket format. Web-socket server 430 may convert the packets into a web-socket format and send the converted packets over web socket 420 to web client 410 . In this manner, web-socket server 430 may facilitate data transmissions and any other suitable communications between web client 410 and RDP server 450 .
- the packets communicated to web client 410 may include instructions that cause web client 410 to act as an RDP client or to provide an RDP client, which may mean that the web client 410 may provide a graphical interface for presenting and interacting with a remote desktop.
- RDP server 450 may provide the remote desktop, which may be published to the web client 410 using an RDP via the connection facilitated by web-socket server 430 .
- Web-socket server 430 may receive and queue a plurality of packets (for example, PDUs) from RDP server 450 , and it may be necessary to implement a flow-control functionality so that each of the received packets in the queue is sent individually, as opposed to being appended to an adjacent packet.
- web-socket server 430 may read and inspect each packet and extract, from the header of the packet, the length of the packet. Web-socket server 430 may then read until it reaches the extracted length of the packet and may then send the packet.
- web-socket server 430 may receive a plurality of PDUs, which are placed into a queue, and web-socket server 430 may inspect a header of each PDU.
- Web-socket server 430 may determine, from the header of the first PDU, the length of the first PDU. For example, the web-socket server 430 may determine that the first PDU is 3 megabytes in length. Web-socket server 430 may then use the determined length of the first PDU to ensure that it sends only the first PDU (for example, the 3 megabytes) and does not inadvertently append any successive PDUs to the first PDU. In this manner, web-socket server 430 may implement a flow control to facilitate the transmission of one packet at a time from a queue at web-socket server 430 . This flow-control functionality implemented at web-socket server 430 may make sure that the PDUs are separated, which saves resources at the web client 410 , which would otherwise perform very slowly in attempting to parse the received packets.
- web-socket server 430 may inspect each received packet and may determine whether the amount of processing required will require too much processing power for web-client 410 to handle effectively. Web-socket server 430 may then perform pre-processing before sending the packet to web client 410 . For example, web-socket server 430 may determine that a particular packet requires run-length encoding, and web-socket server 430 may perform the run-length encoding as pre-processing before it sends the packet to web client 410 . Web-socket server 430 may also handle audio pre-processing. For example, web-socket server 430 may convert packets from RDP server 450 into an audio format that is understandable to web client 410 .
- web-socket server 430 may implement a mirroring process, by which it may manage multiple connections between RDP server 450 and multiple different web clients 410 .
- web-socket server 430 may facilitate a connection between a main web client 410 and RDP server 450 , and multiple other connections between multiple other web clients 410 and RDP server 450 may be mirrored to the main web client 410 connection (for example, view-only connections).
- web-socket server 430 may create an on-demand virtual machine (for example, via AMAZON). In other words, web-socket server 430 may spawn its own RDP server 450 to which it may connect as opposed to connecting to a remote machine.
- web client 410 may have a main processing loop (for example, may not be multithreaded).
- Web client 410 defines any suitable number of callback functions for handling user input.
- web client 410 may receive user input (for example, mouse or keyboard input), and web client 410 may, in response to receiving user input, send a callback function as a packet, which may be referred to herein as a callback packet, to web-socket server 430 indicating that the user input was received.
- Web-socket server 430 may convert the received packets to socket format and send the converted packets to RDP server 450 .
- Web client 410 may implement worker threads.
- a worker thread may be a JAVASCRIPT that is capable of running independently in the background, which means that it will not interfere with the general performance of web client 410 .
- web-socket server 430 may utilize flags to denote particular states (for example, connection). The flags are used to track what state the system is in, because the packets do not contain that information.
- the connection phase may include three states, authentication (for example, when credentials have been communicated and authentication is pending), capabilities (for example, when web client 410 tells RDP server 450 what features it supports and vice versa), and encryption-key exchange (for example, when second-level encryption keys are being exchanged).
- the system may be in normal, connected stage, in which the processing loop decrypts packets and reads what kind of packet each received packet is (for example, an audio packet).
- Web-socket server 430 may only use flags in the connection phase stages (for example, not in the actual connection phase).
- this disclosure describes and illustrates particular embodiments of FIG. 4 as being implemented by web-socket server 430 , this disclosure contemplates any suitable embodiments of FIG. 4 occurring on any suitable interface and as being implemented by any suitable platform or system. As an example, and not by way of limitation, particular embodiments of FIG. 4 may be implemented by web client 410 . Furthermore, although this disclosure describes and illustrates particular components, devices, or systems carrying out particular steps of the method of FIG. 4 , this disclosure contemplates any suitable combination of any suitable components, devices, or systems carrying out any suitable steps of the method of FIG. 4 .
- FIG. 5 illustrates an example method 500 for providing a web client 410 (or RDP client device 220 ) for a standards-based web browser 310 where the functionality for web client 410 is implemented in a cross-platform scripting language client 320 capable of running in the standards-based web browser 310 ; a browser that supports a cross-platform scripting language, such as JAVASCRIPT and HTML5 Canvas.
- the method may begin at step 502 , where web-client 410 may receive, one or more packets of data sent from an RDP server 450 via web-socket server 430 .
- the one or more packets may be sent over a socket connection 440 established between the web-socket server 430 and the RDP server 450 .
- the received one or more packets may be in an RDP-compatible format.
- the received one or more packets are passed or sent to the cross-platform scripting language client 320 of web client 410 .
- a non-blocking thread is created by the cross-platform scripting language client 320 at the web client 410 .
- the cross-platform scripting language client 320 may be implemented using JAVASCRIPT in a standard JAVASCRIPT approach via web-worker.
- the cross-platform scripting language client 320 at the web client 410 determines the PDU type.
- the cross-platform scripting language client 320 of web client 410 transcodes based, at least in part, on the determined PDU type the received one or more packets from the RDP-compatible format to a format supported by the standards-based web browser 310 of the web client 410 .
- the cross-platform scripting language client 320 utilizes JAVASCRIPT to transcode the received packet into a format that can be natively displayed by the standards-based web browser 310 of the web client 410 .
- the rendering is performed in HTML5 Canvas.
- HTML5 Canvas makes resulting renderings natively consumable by a web browser 310 .
- the received one or more packets may comprise any one or more of audio, video, data, and user interface events (such as mouse drags, button clicks, and any other user interface events known to one of ordinary skill in the art).
- any content from the transcoded received one or more packets that needs to be presented is displayed utilizing standards-based web browser 310 .
- the content may be displayed on I/O device 330 .
- Particular embodiments may repeat one or more steps of the method of FIG. 5 , where appropriate.
- this disclosure describes and illustrates particular steps of the method of FIG. 5 as occurring in a particular order, this disclosure contemplates any suitable steps of the method of FIG. 5 occurring in any suitable order.
- this disclosure describes and illustrates an example method for providing an RDP client via a web-socket server 430 , including the particular steps of the method of FIG. 5 this disclosure contemplates any suitable method for providing an RDP client via a web-socket server 430 , including any suitable steps, which may include all, some, or none of the steps of the method of FIG. 5 , where appropriate.
- this disclosure describes and illustrates particular components, devices, or systems carrying out particular steps of the method of FIG. 5 , this disclosure contemplates any suitable combination of any suitable components, devices, or systems carrying out any suitable steps of the method of FIG. 5 .
- “means,” a block, a module, an element, a component or a processor may be an item (for example, one or more of blocks, modules, elements, components or processors) for performing one or more functions or operations.
- such an item may be an apparatus, hardware, or a portion thereof.
- an item may have a structure in the form of, for example, an instruction(s) encoded or stored on a machine-readable medium, on another device, or on a portion thereof.
- An instruction(s) may be software, an application(s), a subroutine(s), or a portion thereof.
- the instructions(s) may be for performing the function(s) or operation(s).
- the instruction(s) may be executable by one or more processors to perform the function(s) or operation(s).
- One or more processors may execute the instruction(s) by, for example, transferring or copying and instructions into an executable memory space and executing the instructions.
- an item may be implemented as one or more circuits configured to perform the function(s) or operation(s).
- a circuit may include one or more circuits and/or logic.
- a circuit may be analog and/or digital.
- a circuit may be electrical and/or optical.
- a circuit may include transistors.
- one or more items may be implemented as a processing system (for example, a digital signal processor (DSP), an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), etc.), as a portion(s) of any of the foregoing, or as a combination(s) of any of the foregoing.
- DSP digital signal processor
- ASIC application specific integrated circuit
- FPGA field programmable gate array
- actions or functions for example, hooking, modifying, intercepting, redirecting, determining, traversing, obtaining, creating, operating, deleting, removing, receiving, providing, generating, converting, displaying, notifying, accepting, selecting, controlling, transmitting, reporting, sending, or any other action or function
- actions or functions for example, hooking, modifying, intercepting, redirecting, determining, traversing, obtaining, creating, operating, deleting, removing, receiving, providing, generating, converting, displaying, notifying, accepting, selecting, controlling, transmitting, reporting, sending, or any other action or function
- an item when an item is described as performing an action, the item may be understood to perform the action indirectly, for example, by facilitating such an action (for example, assisting, allowing, enabling, causing, or providing for, such action to occur; or performing a portion of such an action).
- determining can refer to facilitating determination
- attaching can refer to facilitating attaching
- receiving can refer to facilitating receiving.
- performing an action may refer to performing a portion of the action (for example, performing a beginning part of the action, performing an end part of the action, or performing a middle portion of the action).
- a client may refer to one or more clients
- a server may refer to one or more servers
- an operation may refer to one or more operations
- a signal, message, or communication may refer to one or more signals, messages, or communications.
- the term “some” refers to one or more. Pronouns in the masculine (for example, his) include the feminine and neuter gender (for example, her and its) and vice versa. Headings and subheadings, if any, are used for convenience only and do not limit the invention.
- a phrase such as an “embodiment” does not imply that such embodiment is essential to the subject technology or that such embodiment applies to all configurations of the subject technology.
- a disclosure relating to an embodiment may apply to all embodiments, or one or more embodiments.
- An embodiment may provide one or more examples.
- a phrase such an embodiment may refer to one or more embodiments and vice versa.
- a phrase such as a “configuration” does not imply that such configuration is essential to the subject technology or that such configuration applies to all configurations of the subject technology.
- a disclosure relating to a configuration may apply to all configurations, or one or more configurations.
- a configuration may provide one or more examples.
- a phrase such a configuration may refer to one or more configurations and vice versa.
- Coupled may refer to being directly coupled. In another aspect, the term “coupled” or the like may refer to being indirectly coupled or communicatively coupled.
- an apparatus or system or a component of an apparatus or system being adapted to, arranged to, capable of, configured to, enabled to, operable to, or operative to perform a particular function encompasses that apparatus, system, component, whether or not it or that particular function is activated, turned on, or unlocked, as long as that apparatus, system, or component is so adapted, arranged, capable, configured, enabled, operable, or operative.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims (20)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/925,582 US10015228B2 (en) | 2015-10-28 | 2015-10-28 | Remote desktop protocol client for a standards-based web browser |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/925,582 US10015228B2 (en) | 2015-10-28 | 2015-10-28 | Remote desktop protocol client for a standards-based web browser |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20170126775A1 US20170126775A1 (en) | 2017-05-04 |
| US10015228B2 true US10015228B2 (en) | 2018-07-03 |
Family
ID=58638399
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/925,582 Active 2036-07-19 US10015228B2 (en) | 2015-10-28 | 2015-10-28 | Remote desktop protocol client for a standards-based web browser |
Country Status (1)
| Country | Link |
|---|---|
| US (1) | US10015228B2 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11277500B2 (en) * | 2016-11-28 | 2022-03-15 | Wallix | Integration of a standard network protocol layer in a web browser by compilation to webassembly and use of a websocket |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10051033B2 (en) | 2015-10-30 | 2018-08-14 | Dell Products L.P. | Providing audio data for a remote desktop protocol in a standards-based web browser |
| US10057376B2 (en) | 2015-10-30 | 2018-08-21 | Dell Products L.P. | Remote desktop protocol client with virtual channel support implemented in a standards-based web browser |
| US10511864B2 (en) | 2016-08-31 | 2019-12-17 | Living As One, Llc | System and method for transcoding media stream |
| US11412272B2 (en) | 2016-08-31 | 2022-08-09 | Resi Media Llc | System and method for converting adaptive stream to downloadable media |
| US10909088B2 (en) * | 2017-09-06 | 2021-02-02 | Oracle International Corporation | System and method for high availability and load balancing in a database environment |
| US11880422B2 (en) | 2019-02-04 | 2024-01-23 | Cloudflare, Inc. | Theft prevention for sensitive information |
| US10452868B1 (en) | 2019-02-04 | 2019-10-22 | S2 Systems Corporation | Web browser remoting using network vector rendering |
| CN111724262B (en) * | 2020-06-24 | 2024-03-22 | 上海金仕达软件科技股份有限公司 | Subsequent package query system of application server and working method thereof |
| CN112783481A (en) * | 2021-02-27 | 2021-05-11 | 中电万维信息技术有限责任公司 | Ffmpeg transcoding method based on java multithreading concurrency |
Citations (15)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6873625B1 (en) | 1999-05-21 | 2005-03-29 | Thin Multimedia, Inc. | Intermediate data based video/audio streaming method |
| US20090125636A1 (en) | 2007-11-13 | 2009-05-14 | Qiong Li | Payload allocation methods for scalable multimedia servers |
| US20100070634A1 (en) | 2008-09-16 | 2010-03-18 | Microsoft Corporation | Protocol exchange and policy enforcement for a terminal server session |
| US7839860B2 (en) | 2003-05-01 | 2010-11-23 | Genesis Microchip Inc. | Packet based video display interface |
| US20100299701A1 (en) | 2009-05-19 | 2010-11-25 | Microsoft Corporation | Media content retrieval system and personal virtual channel |
| US7853121B2 (en) | 2004-01-30 | 2010-12-14 | Panasonic Corporation | Recording medium, reproduction device, program, and reproduction method |
| US20130080865A1 (en) | 2011-09-26 | 2013-03-28 | Vodafone Holding Gmbh | Presentation of Multimedia Objects at User Devices |
| US8509555B2 (en) | 2008-03-12 | 2013-08-13 | The Boeing Company | Error-resilient entropy coding for partial embedding and fine grain scalability |
| US20140040767A1 (en) | 2012-08-03 | 2014-02-06 | Oracle International Corporation | Shared digital whiteboard |
| US20140185950A1 (en) | 2012-12-28 | 2014-07-03 | Microsoft Corporation | Progressive entropy encoding |
| US8887060B2 (en) | 2013-03-15 | 2014-11-11 | American Megatrends, Inc. | System and method of web-based keyboard, video and mouse (KVM) redirection and application of the same |
| US20150207904A1 (en) | 2012-06-29 | 2015-07-23 | Avocent Huntsville Corp. | System and method for single kvm client accommodating multiple different video compression technologies |
| US9628810B1 (en) | 2015-11-02 | 2017-04-18 | Dell Products L.P. | Run-length encoded image decompressor for a remote desktop protocol client in a standards-based web browser |
| US20170126776A1 (en) | 2015-10-30 | 2017-05-04 | Evren BINGOL | Providing audio data for a remote desktop protocol in a standards-based web browser |
| US20170126842A1 (en) | 2015-10-30 | 2017-05-04 | Evren BINGOL | Remote desktop protocol client with virtual channel support implemented in a standards-based web browser |
-
2015
- 2015-10-28 US US14/925,582 patent/US10015228B2/en active Active
Patent Citations (15)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6873625B1 (en) | 1999-05-21 | 2005-03-29 | Thin Multimedia, Inc. | Intermediate data based video/audio streaming method |
| US7839860B2 (en) | 2003-05-01 | 2010-11-23 | Genesis Microchip Inc. | Packet based video display interface |
| US7853121B2 (en) | 2004-01-30 | 2010-12-14 | Panasonic Corporation | Recording medium, reproduction device, program, and reproduction method |
| US20090125636A1 (en) | 2007-11-13 | 2009-05-14 | Qiong Li | Payload allocation methods for scalable multimedia servers |
| US8509555B2 (en) | 2008-03-12 | 2013-08-13 | The Boeing Company | Error-resilient entropy coding for partial embedding and fine grain scalability |
| US20100070634A1 (en) | 2008-09-16 | 2010-03-18 | Microsoft Corporation | Protocol exchange and policy enforcement for a terminal server session |
| US20100299701A1 (en) | 2009-05-19 | 2010-11-25 | Microsoft Corporation | Media content retrieval system and personal virtual channel |
| US20130080865A1 (en) | 2011-09-26 | 2013-03-28 | Vodafone Holding Gmbh | Presentation of Multimedia Objects at User Devices |
| US20150207904A1 (en) | 2012-06-29 | 2015-07-23 | Avocent Huntsville Corp. | System and method for single kvm client accommodating multiple different video compression technologies |
| US20140040767A1 (en) | 2012-08-03 | 2014-02-06 | Oracle International Corporation | Shared digital whiteboard |
| US20140185950A1 (en) | 2012-12-28 | 2014-07-03 | Microsoft Corporation | Progressive entropy encoding |
| US8887060B2 (en) | 2013-03-15 | 2014-11-11 | American Megatrends, Inc. | System and method of web-based keyboard, video and mouse (KVM) redirection and application of the same |
| US20170126776A1 (en) | 2015-10-30 | 2017-05-04 | Evren BINGOL | Providing audio data for a remote desktop protocol in a standards-based web browser |
| US20170126842A1 (en) | 2015-10-30 | 2017-05-04 | Evren BINGOL | Remote desktop protocol client with virtual channel support implemented in a standards-based web browser |
| US9628810B1 (en) | 2015-11-02 | 2017-04-18 | Dell Products L.P. | Run-length encoded image decompressor for a remote desktop protocol client in a standards-based web browser |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11277500B2 (en) * | 2016-11-28 | 2022-03-15 | Wallix | Integration of a standard network protocol layer in a web browser by compilation to webassembly and use of a websocket |
Also Published As
| Publication number | Publication date |
|---|---|
| US20170126775A1 (en) | 2017-05-04 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10015228B2 (en) | Remote desktop protocol client for a standards-based web browser | |
| US9935790B2 (en) | Virtual channel virtual private network | |
| US9628810B1 (en) | Run-length encoded image decompressor for a remote desktop protocol client in a standards-based web browser | |
| US10044825B2 (en) | Generic transcoding service for client-server communication | |
| US9705729B2 (en) | General client engine with load balancing for client-server communication | |
| US9467446B2 (en) | Runtime API framework for client-server communication | |
| US9521208B2 (en) | Generic transcoding service with library attachment | |
| US20140372508A1 (en) | Native client tunnel service for client-server communication | |
| US20140372509A1 (en) | Web-based transcoding to clients for client-server communication | |
| US9553925B2 (en) | Front-end high availability proxy | |
| US9582444B1 (en) | Selective partition based redirection for multi-partitioned USB devices | |
| US10382521B2 (en) | Gateway that enables a browser-based application to communicate with a server-side application using a non-browser-compatible protocol | |
| US10057376B2 (en) | Remote desktop protocol client with virtual channel support implemented in a standards-based web browser | |
| US10623377B1 (en) | On-premises data access and firewall tunneling | |
| EP3108632A1 (en) | Generic transcoding service | |
| US10476927B2 (en) | System and method for display stream compression for remote desktop protocols | |
| US20150244835A1 (en) | Transcoding instance with multiple channels | |
| US10051033B2 (en) | Providing audio data for a remote desktop protocol in a standards-based web browser | |
| US9936002B2 (en) | Video compose function | |
| US20170063855A1 (en) | Protocol independent way to selectively restrict write-access for redirected usb mass storage devices | |
| US10146499B2 (en) | System and method to redirect display-port audio playback devices in a remote desktop protocol session | |
| US20170060415A1 (en) | Systems and methods for setting the operating system properties for a storage device | |
| US20160285819A1 (en) | Sharing and controlling electronic devices located at remote locations using xmpp server | |
| US9838507B2 (en) | System and method for providing redirection of Bluetooth devices | |
| US20170060795A1 (en) | System and methods to support vendor defined usb requests for application managed usb devices in vdi environments |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH Free format text: SUPPLEMENTAL PATENT SECURITY AGREEMENT - TERM LOAN;ASSIGNORS:DELL PRODUCTS L.P.;DELL SOFTWARE INC.;BOOMI, INC.;AND OTHERS;REEL/FRAME:037160/0239 Effective date: 20151124 Owner name: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT, NO Free format text: SUPPLEMENTAL PATENT SECURITY AGREEMENT - ABL;ASSIGNORS:DELL PRODUCTS L.P.;DELL SOFTWARE INC.;BOOMI, INC.;AND OTHERS;REEL/FRAME:037160/0171 Effective date: 20151124 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., A Free format text: SUPPLEMENTAL PATENT SECURITY AGREEMENT - NOTES;ASSIGNORS:DELL PRODUCTS L.P.;DELL SOFTWARE INC.;BOOMI, INC.;AND OTHERS;REEL/FRAME:037160/0142 Effective date: 20151124 Owner name: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT, NORTH CAROLINA Free format text: SUPPLEMENTAL PATENT SECURITY AGREEMENT - ABL;ASSIGNORS:DELL PRODUCTS L.P.;DELL SOFTWARE INC.;BOOMI, INC.;AND OTHERS;REEL/FRAME:037160/0171 Effective date: 20151124 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS FIRST LIEN COLLATERAL AGENT, TEXAS Free format text: SUPPLEMENTAL PATENT SECURITY AGREEMENT - NOTES;ASSIGNORS:DELL PRODUCTS L.P.;DELL SOFTWARE INC.;BOOMI, INC.;AND OTHERS;REEL/FRAME:037160/0142 Effective date: 20151124 Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH CAROLINA Free format text: SUPPLEMENTAL PATENT SECURITY AGREEMENT - TERM LOAN;ASSIGNORS:DELL PRODUCTS L.P.;DELL SOFTWARE INC.;BOOMI, INC.;AND OTHERS;REEL/FRAME:037160/0239 Effective date: 20151124 |
|
| AS | Assignment |
Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE OF REEL 037160 FRAME 0171 (ABL);ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040017/0253 Effective date: 20160907 Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE OF REEL 037160 FRAME 0171 (ABL);ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040017/0253 Effective date: 20160907 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF REEL 037160 FRAME 0171 (ABL);ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040017/0253 Effective date: 20160907 |
|
| AS | Assignment |
Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE OF REEL 037160 FRAME 0142 (NOTE);ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040027/0812 Effective date: 20160907 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF REEL 037160 FRAME 0142 (NOTE);ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040027/0812 Effective date: 20160907 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE OF REEL 037160 FRAME 0239 (TL);ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040028/0115 Effective date: 20160907 Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE OF REEL 037160 FRAME 0239 (TL);ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040028/0115 Effective date: 20160907 Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE OF REEL 037160 FRAME 0142 (NOTE);ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040027/0812 Effective date: 20160907 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF REEL 037160 FRAME 0239 (TL);ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040028/0115 Effective date: 20160907 |
|
| AS | Assignment |
Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLAT Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040134/0001 Effective date: 20160907 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., A Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040136/0001 Effective date: 20160907 Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT, NORTH CAROLINA Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040134/0001 Effective date: 20160907 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT, TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040136/0001 Effective date: 20160907 |
|
| AS | Assignment |
Owner name: DELL PRODUCTS L.P., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BINGOL, EVREN;SCHWEBKE, CURTIS J.;REEL/FRAME:042524/0423 Effective date: 20160630 |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| AS | Assignment |
Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., T Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES, INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:049452/0223 Effective date: 20190320 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES, INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:049452/0223 Effective date: 20190320 |
|
| AS | Assignment |
Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:053546/0001 Effective date: 20200409 |
|
| AS | Assignment |
Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: SCALEIO LLC, MASSACHUSETTS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: MOZY, INC., WASHINGTON Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: MAGINATICS LLC, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: FORCE10 NETWORKS, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: EMC IP HOLDING COMPANY LLC, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: EMC CORPORATION, MASSACHUSETTS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL SYSTEMS CORPORATION, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL MARKETING L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL INTERNATIONAL, L.L.C., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: CREDANT TECHNOLOGIES, INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: AVENTAIL LLC, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: ASAP SOFTWARE EXPRESS, INC., ILLINOIS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: ASAP SOFTWARE EXPRESS, INC., ILLINOIS Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: AVENTAIL LLC, CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: CREDANT TECHNOLOGIES, INC., TEXAS Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL INTERNATIONAL, L.L.C., TEXAS Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL MARKETING L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL SYSTEMS CORPORATION, TEXAS Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: EMC CORPORATION, MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: EMC IP HOLDING COMPANY LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: FORCE10 NETWORKS, INC., CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: MAGINATICS LLC, CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: MOZY, INC., WASHINGTON Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: SCALEIO LLC, MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |
|
| AS | Assignment |
Owner name: SCALEIO LLC, MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: EMC IP HOLDING COMPANY LLC (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: EMC CORPORATION (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC), MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL INTERNATIONAL L.L.C., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 |
|
| AS | Assignment |
Owner name: SCALEIO LLC, MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: EMC IP HOLDING COMPANY LLC (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: EMC CORPORATION (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC), MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL INTERNATIONAL L.L.C., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 |
|
| AS | Assignment |
Owner name: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 Owner name: DELL INTERNATIONAL L.L.C., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 Owner name: EMC CORPORATION, MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 Owner name: EMC IP HOLDING COMPANY LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:071642/0001 Effective date: 20220329 |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |