LT4075304T - Turinio parsisiuntimo, naudojant url bandymų mechanizmą, sistema ir būdas - Google Patents

Turinio parsisiuntimo, naudojant url bandymų mechanizmą, sistema ir būdas

Info

Publication number
LT4075304T
LT4075304T LTEP22176053.1T LT22176053T LT4075304T LT 4075304 T LT4075304 T LT 4075304T LT 22176053 T LT22176053 T LT 22176053T LT 4075304 T LT4075304 T LT 4075304T
Authority
LT
Lithuania
Prior art keywords
retry mechanism
fetching
url
url fetching
retry
Prior art date
Application number
LTEP22176053.1T
Other languages
English (en)
Inventor
Ofer Vilenski
Derry Shribman
Original Assignee
Bright Data Ltd.
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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=72239417&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=LT4075304(T) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Bright Data Ltd. filed Critical Bright Data Ltd.
Publication of LT4075304T publication Critical patent/LT4075304T/lt

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/907Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • G06F16/909Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using geographical or spatial information, e.g. location
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9558Details of hyperlinks; Management of linked annotations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1441Countermeasures against malicious traffic
    • H04L63/1466Active attacks involving interception, injection, modification, spoofing of data unit addresses, e.g. hijacking, packet injection or TCP sequence number attacks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • H04L67/1021Server selection for load balancing based on client or server locations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/146Markers for unambiguous identification of a particular session, e.g. session cookie or URL-encoding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/563Data redirection of data network streams
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/59Network arrangements, protocols or services for addressing or naming using proxies for addressing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0272Virtual private networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1441Countermeasures against malicious traffic
    • H04L63/145Countermeasures against malicious traffic the attack involving the propagation of malware through the network, e.g. viruses, trojans or worms
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1441Countermeasures against malicious traffic
    • H04L63/1483Countermeasures against malicious traffic service impersonation, e.g. phishing, pharming or web spoofing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/16Implementing security features at a particular protocol layer
    • H04L63/168Implementing security features at a particular protocol layer above the transport layer
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/40Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass for recovering from a failure of a protocol instance or entity, e.g. service redundancy protocols, protocol state redundancy or protocol service redirection
LTEP22176053.1T 2019-02-25 2020-02-21 Turinio parsisiuntimo, naudojant url bandymų mechanizmą, sistema ir būdas LT4075304T (lt)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US201962809847P 2019-02-25 2019-02-25
US201962855036P 2019-05-31 2019-05-31
US201962948265P 2019-12-15 2019-12-15

Publications (1)

Publication Number Publication Date
LT4075304T true LT4075304T (lt) 2023-07-25

Family

ID=72239417

Family Applications (3)

Application Number Title Priority Date Filing Date
LTEP22176053.1T LT4075304T (lt) 2019-02-25 2020-02-21 Turinio parsisiuntimo, naudojant url bandymų mechanizmą, sistema ir būdas
LTEP20195075.5T LT3780557T (lt) 2019-02-25 2020-02-21 Turinio parsisiuntimo, naudojant url bandymų mechanizmą, sistema ir būdas
LTEP20195090.4T LT3780547T (lt) 2019-02-25 2020-02-21 Turinio parsisiuntimo, naudojant url bandymų mechanizmą, sistema ir būdas

Family Applications After (2)

Application Number Title Priority Date Filing Date
LTEP20195075.5T LT3780557T (lt) 2019-02-25 2020-02-21 Turinio parsisiuntimo, naudojant url bandymų mechanizmą, sistema ir būdas
LTEP20195090.4T LT3780547T (lt) 2019-02-25 2020-02-21 Turinio parsisiuntimo, naudojant url bandymų mechanizmą, sistema ir būdas

Country Status (4)

Country Link
US (18) US20210067577A1 (lt)
EP (9) EP4177771A1 (lt)
LT (3) LT4075304T (lt)
WO (1) WO2020174460A2 (lt)

Families Citing this family (60)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8560604B2 (en) 2009-10-08 2013-10-15 Hola Networks Ltd. System and method for providing faster and more efficient data communication
US10177967B2 (en) * 2013-03-15 2019-01-08 Jesse Lakes Redirection service resource locator mechanism
US9241044B2 (en) 2013-08-28 2016-01-19 Hola Networks, Ltd. System and method for improving internet communication by using intermediate nodes
US11057446B2 (en) 2015-05-14 2021-07-06 Bright Data Ltd. System and method for streaming content from multiple servers
US11316923B2 (en) * 2017-07-21 2022-04-26 Telefonaktiebolaget Lm Ericsson (Publ) Unstructured data storage function (UDSF) services
LT3805958T (lt) 2017-08-28 2024-03-12 Bright Data Ltd. Būdas pagerinti turinio parsisiuntimą, pasirenkant tunelinius įrenginius
ES2921983T3 (es) * 2018-03-16 2022-09-05 Acklio Método y aparato para procesar datos de mensaje
US11303632B1 (en) * 2018-06-08 2022-04-12 Wells Fargo Bank, N.A. Two-way authentication system and method
US20200099961A1 (en) * 2018-09-24 2020-03-26 Dice Corporation Networked video management system
EP3895398A1 (en) * 2018-12-12 2021-10-20 Telefonaktiebolaget Lm Ericsson (Publ) Communication system with de-jitter buffer for reducing jitter
EP4177771A1 (en) 2019-02-25 2023-05-10 Bright Data Ltd. System and method for url fetching retry mechanism
EP4030318A1 (en) 2019-04-02 2022-07-20 Bright Data Ltd. System and method for managing non-direct url fetching service
US11146595B2 (en) * 2019-04-24 2021-10-12 T-Mobile Usa, Inc. Service-based IP multimedia network subsystem (IMS) architecture
RU2739862C2 (ru) * 2019-06-28 2020-12-29 Акционерное общество "Лаборатория Касперского" Способ адаптивного выбора путей передачи данных пользователя
US11329954B1 (en) * 2019-07-30 2022-05-10 Berryville Holdings, LLC Traceless access to remote deployed devices in undisclosed locations
US11533335B2 (en) * 2019-08-26 2022-12-20 Charter Communications Operating, Llc Fast internetwork reconnaissance engine
US10812442B1 (en) * 2019-09-23 2020-10-20 Citrix Systems, Inc. Intelligent redirector based on resolver transparency
US11611549B2 (en) * 2019-10-03 2023-03-21 Fset Inc System and method of securing access to a secure remote server and database on a mobile device
US11275812B2 (en) * 2019-10-28 2022-03-15 Sap Se Realtime feedback-based web resource management and optimization system
US11356367B2 (en) * 2019-11-22 2022-06-07 Red Hat, Inc. Secure preloading of serverless function sequences
US11876881B2 (en) * 2019-12-10 2024-01-16 Telefonaktiebolaget Lm Ericsson (Publ) Mechanism to enable third party services and applications discovery in distributed edge computing environment
US11153404B2 (en) * 2020-01-13 2021-10-19 International Business Machines Corporation Client-server workload sharing
US11310265B2 (en) * 2020-02-27 2022-04-19 Hewlett Packard Enterprise Development Lp Detecting MAC/IP spoofing attacks on networks
US11184950B1 (en) * 2020-02-28 2021-11-23 Rockwell Collins, Inc. Incorporating co-site interference in dynamic spectrum access systems with minimal computational needs
US11575646B2 (en) * 2020-03-12 2023-02-07 Vmware, Inc. Domain name service (DNS) server cache table validation
US11444931B1 (en) * 2020-06-24 2022-09-13 F5, Inc. Managing name server data
JP2022021379A (ja) * 2020-07-22 2022-02-03 株式会社リコー 情報機器、方法およびプログラム
CA3188264A1 (en) * 2020-08-17 2022-02-24 Arris Enterprises Llc Client device based solution for handling mac randomization
US10965770B1 (en) 2020-09-11 2021-03-30 Metacluster It, Uab Dynamic optimization of request parameters for proxy server
US10972436B1 (en) * 2020-10-24 2021-04-06 360 It, Uab System and method for session affinity in proxy media routing
US20220158975A1 (en) * 2020-11-13 2022-05-19 Level 3 Communications, Llc End-to-end network security service for workloads across different network environments
KR102322408B1 (ko) * 2020-12-07 2021-11-05 주식회사 샌즈랩 서버 자원을 이용한 악성 코드 탐지 및 치료가 가능한 사물 인터넷 장치 및 그 방법
US11722310B2 (en) * 2021-01-14 2023-08-08 EMC IP Holding Company LLC Automatically discovering and securely identifying connected systems
CN112835793A (zh) * 2021-01-29 2021-05-25 杭州朗和科技有限公司 一种网页调试方法及装置
CN112911010A (zh) * 2021-02-05 2021-06-04 上海锐伟电子科技有限公司 一种适用于多种设备端连接的管理方法及系统
TWI769748B (zh) * 2021-03-22 2022-07-01 廣達電腦股份有限公司 偵測駭客攻擊的方法及電腦程式產品
US11461588B1 (en) 2021-03-30 2022-10-04 metacluster lt, UAB Advanced data collection block identification
CN113064692B (zh) * 2021-04-06 2022-11-29 深圳市研强物联技术有限公司 一种固件图片资源数据的生成方法及系统
US11693695B1 (en) * 2021-04-12 2023-07-04 Vmware, Inc. Application self-replication control
US11916950B1 (en) 2021-04-12 2024-02-27 Vmware, Inc. Coordinating a distributed vulnerability network scan
CN112804269B (zh) * 2021-04-14 2021-07-06 中建电子商务有限责任公司 一种实现网站接口反爬虫的方法
US11528317B1 (en) 2021-05-05 2022-12-13 Vmware, Inc. Proxy-enabled communication across network boundaries by self-replicating applications
TWI767694B (zh) * 2021-05-10 2022-06-11 財團法人資訊工業策進會 模型建置系統、品質預測系統及應用其之品質管理系統
CN113329022B (zh) * 2021-05-31 2022-08-05 北京天融信网络安全技术有限公司 一种虚拟防火墙的信息处理方法及电子设备
US11922043B2 (en) * 2021-06-08 2024-03-05 EMC IP Holding Company LLC Data migration between storage systems
US20230009930A1 (en) * 2021-07-06 2023-01-12 International Business Machines Corporation Continuous Liveness and Integrity of Applications During Migration
CN113721498B (zh) * 2021-07-15 2022-12-30 青岛英泰信息技术有限公司 一种基于FreeRTOS的指令交互控制系统及其方法
CN113612643B (zh) * 2021-08-03 2023-06-06 北京百度网讯科技有限公司 云手机的网络配置方法、装置、设备以及存储介质
US11621941B2 (en) * 2021-08-24 2023-04-04 Level 3 Communications, Llc Dynamic border gateway protocol (BGP) host route generation based on domain name system (DNS) resolution
US11537678B1 (en) * 2021-08-31 2022-12-27 International Business Machines Corporation Fast-tracking of web requests using a request digest
US11323537B1 (en) * 2021-09-15 2022-05-03 Cloudflare, Inc. Generating early hints informational responses at an intermediary server
CN113810414B (zh) * 2021-09-17 2022-10-11 平安普惠企业管理有限公司 移动客户端域名过滤方法、装置、电子设备及存储介质
US20230171176A1 (en) * 2021-11-30 2023-06-01 Arista Networks, Inc. Adjustable keepalive timer
CN114237739B (zh) * 2021-12-08 2024-02-02 广州讯飞易听说网络科技有限公司 应用程序的图像加载方法、计算机设备及存储介质
US11616716B1 (en) * 2021-12-10 2023-03-28 Amazon Technologies, Inc. Connection ownership gossip for network packet re-routing
US11553058B1 (en) * 2022-02-09 2023-01-10 coretech It, UAB Sticky sessions in a proxy infrastructure
US11928078B2 (en) * 2022-03-04 2024-03-12 Lemon Inc. Creating effect assets while avoiding size inflation
CN114844878B (zh) * 2022-03-29 2023-04-11 宁德星云检测技术有限公司 一种基于WebSocket的锂电池测试系统通讯方法及装置
WO2024059722A1 (en) * 2022-09-14 2024-03-21 Secure Industries Midco, Inc. Application layer security policy implementation
CN116049582B (zh) * 2023-03-31 2023-07-04 深圳依时货拉拉科技有限公司 WebView监控方法、计算机设备和计算机可读存储介质

Family Cites Families (626)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3962539A (en) 1975-02-24 1976-06-08 International Business Machines Corporation Product block cipher system for data security
US4405829A (en) 1977-12-14 1983-09-20 Massachusetts Institute Of Technology Cryptographic communications system and method
US4347827A (en) 1981-06-01 1982-09-07 Motorola, Inc. Noise blanker circuit for use with electronic ignition systems or the like
US4855894A (en) 1987-05-25 1989-08-08 Kabushiki Kaisha Kenwood Frequency converting apparatus
US4853884A (en) 1987-09-11 1989-08-01 Motorola, Inc. Random number generator with digital feedback
US4905176A (en) 1988-10-28 1990-02-27 International Business Machines Corporation Random number generator circuit
US6519693B1 (en) 1989-08-23 2003-02-11 Delta Beta, Pty, Ltd. Method and system of program transmission optimization using a redundant transmission sequence
US5301186A (en) 1991-06-28 1994-04-05 Digital Equipment Corporation High speed transmission line interface
DE4341271B4 (de) 1993-12-03 2005-11-03 Robert Bosch Gmbh Beschleunigungssensor aus kristallinem Material und Verfahren zur Herstellung dieses Beschleunigungssensors
US5577243A (en) 1994-03-31 1996-11-19 Lexmark International, Inc. Reallocation of returned memory blocks sorted in predetermined sizes and addressed by pointer addresses in a free memory list
US5962786A (en) 1995-09-26 1999-10-05 Onera (Office National D'eudes Et De Recheres Aerospatiales) Monolithic accelerometric transducer
US5734829A (en) 1995-10-20 1998-03-31 International Business Machines Corporation Method and program for processing a volume of data on a parallel computer system
US5826014A (en) 1996-02-06 1998-10-20 Network Engineering Software Firewall system for protecting network elements connected to a public network
US7543018B2 (en) 1996-04-11 2009-06-02 Aol Llc, A Delaware Limited Liability Company Caching signatures
US5778187A (en) 1996-05-09 1998-07-07 Netcast Communications Corp. Multicasting method and apparatus
US6012083A (en) 1996-09-24 2000-01-04 Ricoh Company Ltd. Method and apparatus for document processing using agents to process transactions created based on document content
US6240444B1 (en) 1996-09-27 2001-05-29 International Business Machines Corporation Internet web page sharing
US6185625B1 (en) 1996-12-20 2001-02-06 Intel Corporation Scaling proxy server sending to the client a graphical user interface for establishing object encoding preferences after receiving the client's request for the object
US5961593A (en) 1997-01-22 1999-10-05 Lucent Technologies, Inc. System and method for providing anonymous personalized browsing by a proxy system in a network
US6012090A (en) * 1997-03-14 2000-01-04 At&T Corp. Client-side parallel requests for network services using group name association
US6421733B1 (en) 1997-03-25 2002-07-16 Intel Corporation System for dynamically transcoding data transmitted between computers
US6356934B1 (en) 1997-04-28 2002-03-12 Sabre Inc. Intermediate server having control program for storing content accessed during browsing sessions and playback program for asynchronously replaying browsing sessions
US6266704B1 (en) 1997-05-30 2001-07-24 The United States Of America As Represented By The Secretary Of The Navy Onion routing network for securely moving data through communication networks
US6351775B1 (en) 1997-05-30 2002-02-26 International Business Machines Corporation Loading balancing across servers in a computer network
US6449640B1 (en) 1997-06-19 2002-09-10 International Business Machines Corporation Web server with unique identification of linked objects
US20080010365A1 (en) 1997-07-25 2008-01-10 Eric Schneider Methods, products, systems, and devices for processing reusable information
JP3831092B2 (ja) 1997-09-19 2006-10-11 富士通株式会社 サーバ
US6085193A (en) 1997-09-29 2000-07-04 International Business Machines Corporation Method and system for dynamically prefetching information via a server hierarchy
US5974566A (en) 1997-10-07 1999-10-26 International Business Machines Corporation Method and apparatus for providing persistent fault-tolerant proxy login to a web-based distributed file service
JPH11110324A (ja) 1997-10-07 1999-04-23 Hitachi Ltd 代理サーバ選択装置および代理サーバ
US6134584A (en) * 1997-11-21 2000-10-17 International Business Machines Corporation Method for accessing and retrieving information from a source maintained by a network server
JP3561139B2 (ja) 1998-01-27 2004-09-02 シャープ株式会社 ファイルオブジェクト中継方法、ファイルオブジェクト中継方法のプログラムを記録したコンピュータで読取り可能な記録媒体、およびゲートウェイ計算機
US6345330B2 (en) 1998-05-01 2002-02-05 Acqis Technology, Inc. Communication channel and interface devices for bridging computer interface buses
US6389460B1 (en) 1998-05-13 2002-05-14 Compaq Computer Corporation Method and apparatus for efficient storage and retrieval of objects in and from an object storage device
US6311216B1 (en) 1998-05-29 2001-10-30 Microsoft Corporation Method, computer program product, and system for client-side deterministic routing and URL lookup into a distributed cache of URLS
JPH11355302A (ja) 1998-06-11 1999-12-24 Nec Corp Ipアドレス変換装置及びその変換方法
GB9819821D0 (en) 1998-09-12 1998-11-04 Secr Defence Improvements relating to micro-machining
US6687732B1 (en) 1998-09-28 2004-02-03 Inktomi Corporation Adaptive traffic bypassing in an intercepting network driver
EP1125415B1 (en) 1998-11-02 2006-01-25 Airbiquity Inc. Geospacial internet protocol addressing
US20030187925A1 (en) 1998-12-08 2003-10-02 Inala Suman Kumar Software engine for enabling proxy chat-room interaction
US6389462B1 (en) 1998-12-16 2002-05-14 Lucent Technologies Inc. Method and apparatus for transparently directing requests for web objects to proxy caches
US6748416B2 (en) 1999-01-20 2004-06-08 International Business Machines Corporation Client-side method and apparatus for improving the availability and performance of network mediated services
US7080158B1 (en) 1999-02-09 2006-07-18 Nortel Networks Limited Network caching using resource redirection
US8479251B2 (en) 1999-03-31 2013-07-02 Microsoft Corporation System and method for synchronizing streaming content with enhancing content using pre-announced triggers
US6895418B1 (en) 1999-04-28 2005-05-17 Emc Corporation Versatile indirection in an extent based file system
JP3451981B2 (ja) 1999-04-30 2003-09-29 日本電気株式会社 インターネットのホームページデータ収集方法
WO2000068856A2 (en) 1999-05-11 2000-11-16 Webvan Group, Inc. Electronic commerce enabled delivery system and method
US6615259B1 (en) 1999-05-20 2003-09-02 International Business Machines Corporation Method and apparatus for scanning a web site in a distributed data processing system for problem determination
EP1072987A1 (en) 1999-07-29 2001-01-31 International Business Machines Corporation Geographic web browser and iconic hyperlink cartography
US6567857B1 (en) 1999-07-29 2003-05-20 Sun Microsystems, Inc. Method and apparatus for dynamic proxy insertion in network traffic flow
GB2353155A (en) 1999-08-05 2001-02-14 Mitsubishi Electric Inf Tech A random binary signal generator with a narrowed autocorrelation function
DE60033615T2 (de) 1999-10-21 2007-10-31 International Business Machines Corp. Verfahren und System, um das Verteilen von IP-Datagrammen auf mehrere Server gemäß einer definierten Strategie zu erzwingen
US7401115B1 (en) 2000-10-23 2008-07-15 Aol Llc Processing selected browser requests
US7706362B1 (en) 1999-10-29 2010-04-27 3Com Corporation Method and apparatus for selection of an endpoint device in a point to point link
US6820133B1 (en) 2000-02-07 2004-11-16 Netli, Inc. System and method for high-performance delivery of web content using high-performance communications protocol between the first and second specialized intermediate nodes to optimize a measure of communications performance between the source and the destination
US6785705B1 (en) 2000-02-08 2004-08-31 Lucent Technologies Inc. Method and apparatus for proxy chaining
US6421674B1 (en) 2000-02-15 2002-07-16 Nortel Networks Limited Methods and systems for implementing a real-time, distributed, hierarchical database using a proxiable protocol
US7761500B1 (en) 2000-02-29 2010-07-20 Cisco Technology, Inc. URL based communication protocol from a client computer to a network device
US7565450B2 (en) 2000-03-16 2009-07-21 Adara Networks Inc. System and method for using a mapping between client addresses and addresses of caches to support content delivery
US6981180B1 (en) 2000-03-16 2005-12-27 Akamai Technologies, Inc. Method and apparatus for testing request-response service using live connection traffic
US7552233B2 (en) 2000-03-16 2009-06-23 Adara Networks, Inc. System and method for information object routing in computer networks
US7162539B2 (en) 2000-03-16 2007-01-09 Adara Networks, Inc. System and method for discovering information objects and information object repositories in computer networks
EP1428142A2 (en) 2000-03-22 2004-06-16 Sidestep, Inc. Method and apparatus for dynamic information connection engine
US6665715B1 (en) 2000-04-03 2003-12-16 Infosplit Inc Method and systems for locating geographical locations of online users
US7509490B1 (en) 2000-05-26 2009-03-24 Symantec Corporation Method and apparatus for encrypted communications to a secure server
US7734815B2 (en) 2006-09-18 2010-06-08 Akamai Technologies, Inc. Global load balancing across mirrored data centers
US7210099B2 (en) * 2000-06-12 2007-04-24 Softview Llc Resolution independent vector display of internet content
US7895335B2 (en) 2000-06-30 2011-02-22 Aol Inc. Enabling communications of electronic data between an information requestor and a geographically proximate service provider
US6842463B1 (en) 2000-07-14 2005-01-11 Nortel Networks Limited Automated and adaptive management of bandwidth capacity in telecommunications networks
US7574499B1 (en) 2000-07-19 2009-08-11 Akamai Technologies, Inc. Global traffic management system using IP anycast routing and dynamic load-balancing
US6829638B1 (en) 2000-08-03 2004-12-07 International Business Machines Corporation System and method for managing multiple proxy servers
EP1305931B1 (en) 2000-08-04 2006-06-28 Avaya Technology Corp. Method and system for demand driven recognition of connection oriented transactions
US7620703B1 (en) 2000-08-10 2009-11-17 Koninklijke Philips Electronics N.V. Topical service provides context information for a home network
US6895011B1 (en) 2000-08-15 2005-05-17 Lucent Technologies Inc. Method and apparatus for re-sequencing data packets
US7155508B2 (en) 2000-09-01 2006-12-26 Yodlee.Com, Inc. Target information generation and ad server
US6661799B1 (en) 2000-09-13 2003-12-09 Alcatel Usa Sourcing, L.P. Method and apparatus for facilitating peer-to-peer application communication
US7203741B2 (en) 2000-10-12 2007-04-10 Peerapp Ltd. Method and system for accelerating receipt of data in a client-to-client network
WO2002037260A1 (fr) 2000-10-24 2002-05-10 Hmi Co., Ltd. Generateur de nombres aleatoires
US6795848B1 (en) 2000-11-08 2004-09-21 Hughes Electronics Corporation System and method of reading ahead of objects for delivery to an HTTP proxy server
US20020059371A1 (en) 2000-11-16 2002-05-16 Jamail John M. Caching proxy streaming appliance systems and methods
US7296088B1 (en) 2000-11-17 2007-11-13 Microsoft Corporation System and method for determining the geographic location of internet hosts
US7103651B2 (en) 2000-11-30 2006-09-05 Nortel Networks Limited Method and apparatus for discovering client proximity network sites
US20020069241A1 (en) 2000-12-06 2002-06-06 Girija Narlikar Method and apparatus for client-side proxy selection
US6636854B2 (en) 2000-12-07 2003-10-21 International Business Machines Corporation Method and system for augmenting web-indexed search engine results with peer-to-peer search results
CA2328548A1 (en) 2000-12-15 2002-06-15 Zero-Knowledge Systems Inc. Privacy system
US6453227B1 (en) 2000-12-16 2002-09-17 Caterpillar Inc. Method and apparatus for providing a display of a work machine at a work site
DE60033164T2 (de) 2000-12-22 2007-10-25 Sun Microsystems, Inc., Palo Alto Serverseitige Ausführung von Anwendungsmodulen in einem Client/Server-System
KR100385980B1 (ko) 2000-12-28 2003-06-02 삼성전자주식회사 고밀도 광 기록 매체 및 이에 대한 데이터 기록방법
AU2002236718A1 (en) 2001-01-02 2002-07-16 Tranz-Send Broadcasting Network, Inc. System and method for providing load balanced secure media content and data delivery in a distributed computed environment
US7587500B2 (en) 2001-01-10 2009-09-08 Xcelera Distributed selection of a content server
US7027418B2 (en) 2001-01-25 2006-04-11 Bandspeed, Inc. Approach for selecting communications channels based on performance
US6988100B2 (en) 2001-02-01 2006-01-17 International Business Machines Corporation Method and system for extending the performance of a web crawler
US7360075B2 (en) 2001-02-12 2008-04-15 Aventail Corporation, A Wholly Owned Subsidiary Of Sonicwall, Inc. Method and apparatus for providing secure streaming data transmission facilities using unreliable protocols
WO2002071242A1 (en) 2001-03-01 2002-09-12 Akamai Technologies, Inc. Optimal route selection in a content delivery network
US20030018705A1 (en) 2001-03-31 2003-01-23 Mingte Chen Media-independent communication server
US7149797B1 (en) 2001-04-02 2006-12-12 Akamai Technologies, Inc. Content delivery network service provider (CDNSP)-managed content delivery network (CDN) for network service provider (NSP)
US7076256B1 (en) 2001-04-16 2006-07-11 Sirf Technology, Inc. Method and apparatus for transmitting position data using control channels in wireless networks
US20030009583A1 (en) 2001-05-02 2003-01-09 Mtel Limited Protocol for accelerating messages in a wireless communications environment
FI20011075A0 (fi) 2001-05-22 2001-05-22 Keijo Laehetkangas Maantieteellisten paikkatiedon hyödyntäminen internet osoitteissa
US6988147B2 (en) 2001-05-31 2006-01-17 Openwave Systems Inc. Method of establishing a secure tunnel through a proxy server between a user device and a secure server
US6944678B2 (en) 2001-06-18 2005-09-13 Transtech Networks Usa, Inc. Content-aware application switch and methods thereof
JP4274710B2 (ja) 2001-06-28 2009-06-10 株式会社日立製作所 通信中継装置
US7440994B2 (en) 2001-07-06 2008-10-21 Intel Corporation Method and apparatus for peer-to-peer services to shift network traffic to allow for an efficient transfer of information between devices via prioritized list
US7562112B2 (en) 2001-07-06 2009-07-14 Intel Corporation Method and apparatus for peer-to-peer services for efficient transfer of information between networks
CA2353623A1 (en) 2001-07-23 2003-01-23 Zero-Knowledge Systems Inc. A system and method for selective anonymous access to a network
US7234059B1 (en) 2001-08-09 2007-06-19 Sandia Corporation Anonymous authenticated communications
US7373644B2 (en) 2001-10-02 2008-05-13 Level 3 Communications, Llc Automated server replication
CA2408766A1 (en) 2001-10-17 2003-04-17 Telecommunications Research Laboratory Content delivery network bypass system
CA2410172A1 (en) 2001-10-29 2003-04-29 Jose Alejandro Rueda Content routing architecture for enhanced internet services
US7984110B1 (en) 2001-11-02 2011-07-19 Hewlett-Packard Company Method and system for load balancing
JP2003150529A (ja) 2001-11-19 2003-05-23 Hitachi Ltd 情報交換方法、情報交換端末装置、情報交換サーバ装置、プログラム
US7103040B2 (en) 2001-11-19 2006-09-05 Telefonaktieboaget Lm Ericsson (Publ) Method and apparatus for identifying a node for data communications using its geographical location
US6954456B2 (en) 2001-12-14 2005-10-11 At & T Corp. Method for content-aware redirection and content renaming
US6961783B1 (en) 2001-12-21 2005-11-01 Networks Associates Technology, Inc. DNS server access control system and method
US7751628B1 (en) 2001-12-26 2010-07-06 Reisman Richard R Method and apparatus for progressively deleting media objects from storage
US7002553B2 (en) 2001-12-27 2006-02-21 Mark Shkolnikov Active keyboard system for handheld electronic devices
US20030149720A1 (en) 2002-02-06 2003-08-07 Leonid Goldstein System and method for accelerating internet access
US6874089B2 (en) 2002-02-25 2005-03-29 Network Resonance, Inc. System, method and computer program product for guaranteeing electronic transactions
US20030163413A1 (en) 2002-02-28 2003-08-28 Wiczkowski Frank T. Method of conducting anonymous transactions over the internet
US20030229785A1 (en) 2002-03-18 2003-12-11 Daseke Michael J. Dynamic hierarchies system and method for thin devices
US7047315B1 (en) 2002-03-19 2006-05-16 Cisco Technology, Inc. Method providing server affinity and client stickiness in a server load balancing device without TCP termination and without keeping flow states
US20040044731A1 (en) 2002-03-22 2004-03-04 Kailai Chen System and method for optimizing internet applications
US7680796B2 (en) 2003-09-03 2010-03-16 Google, Inc. Determining and/or using location information in an ad system
US7096200B2 (en) 2002-04-23 2006-08-22 Microsoft Corporation System and method for evaluating and enhancing source anonymity for encrypted web traffic
US20030204602A1 (en) 2002-04-26 2003-10-30 Hudson Michael D. Mediated multi-source peer content delivery network architecture
US7246101B2 (en) 2002-05-16 2007-07-17 Hewlett-Packard Development Company, L.P. Knowledge-based system and method for reconstructing client web page accesses from captured network packets
WO2003105010A1 (en) 2002-06-06 2003-12-18 Neoteris, Inc. Method and system for providing secure access to private networks
US7310356B2 (en) 2002-06-24 2007-12-18 Paradyne Corporation Automatic discovery of network core type
US8122153B2 (en) 2002-07-31 2012-02-21 Subdomain Identity Partners Individuals' URL identity exchange and communications
CN1221898C (zh) 2002-08-13 2005-10-05 国际商业机器公司 刷新网络代理高速缓存服务器对象的系统和方法
US7133933B2 (en) 2002-08-28 2006-11-07 Hewlett-Packard Development Company, L.P. Content synchronization frameworks using dynamic attributes and file bundles for connected devices
US7284030B2 (en) 2002-09-16 2007-10-16 Network Appliance, Inc. Apparatus and method for processing data in a network
US6910106B2 (en) 2002-10-04 2005-06-21 Microsoft Corporation Methods and mechanisms for proactive memory management
US7136922B2 (en) 2002-10-15 2006-11-14 Akamai Technologies, Inc. Method and system for providing on-demand content delivery for an origin server
US7120666B2 (en) 2002-10-30 2006-10-10 Riverbed Technology, Inc. Transaction accelerator for client-server communication systems
US8176186B2 (en) 2002-10-30 2012-05-08 Riverbed Technology, Inc. Transaction accelerator for client-server communications systems
JP3779673B2 (ja) 2002-10-30 2006-05-31 株式会社東芝 中継装置及び通信システム
US7328243B2 (en) 2002-10-31 2008-02-05 Sun Microsystems, Inc. Collaborative content coherence using mobile agents in peer-to-peer networks
ATE382902T1 (de) 2002-11-06 2008-01-15 Tellique Kommunikationstechnik Verfahren zum vorabübertragen strukturierter datenmengen zwischen einer clienteinrichtung und einer servereinrichtung
US20040153473A1 (en) 2002-11-21 2004-08-05 Norman Hutchinson Method and system for synchronizing data in peer to peer networking environments
US8332464B2 (en) 2002-12-13 2012-12-11 Anxebusiness Corp. System and method for remote network access
US6874015B2 (en) 2002-12-16 2005-03-29 International Business Machines Corporation Parallel CDN-based content delivery
US7305481B2 (en) 2003-01-07 2007-12-04 Hexago Inc. Connecting IPv6 devices through IPv4 network and network address translator (NAT) using tunnel setup protocol
US7403995B2 (en) 2003-01-08 2008-07-22 Outhink, Inc. Symmetrical bi-directional communication
US7877511B1 (en) 2003-01-13 2011-01-25 F5 Networks, Inc. Method and apparatus for adaptive services networking
US7673048B1 (en) 2003-02-24 2010-03-02 Cisco Technology, Inc. Methods and apparatus for establishing a computerized device tunnel connection
JP4087271B2 (ja) 2003-03-19 2008-05-21 株式会社日立製作所 代理応答装置およびネットワークシステム
US7441036B2 (en) 2003-04-01 2008-10-21 International Business Machines Corporation Method and system for a debugging utility based on a TCP tunnel
US7806525B2 (en) 2003-10-09 2010-10-05 Ipventure, Inc. Eyeglasses having a camera
US6844808B2 (en) 2003-04-22 2005-01-18 Whelen Engineering Company, Inc. Method and apparatus for detection of warning system breach
EP1620992A2 (en) 2003-04-24 2006-02-01 Koninklijke Philips Electronics N.V. Peer to peer transfer of content
US20040230593A1 (en) 2003-05-16 2004-11-18 Rudin Harry R. Anonymous advertisement intermediation
US20040236962A1 (en) 2003-05-19 2004-11-25 Wong Ping Wah Method and apparatus for secure browser-based information service
US7111127B2 (en) 2003-07-14 2006-09-19 Broadcom Corporation System for supporting unlimited consecutive data stores into a cache memory
JP4193629B2 (ja) 2003-07-25 2008-12-10 ソニー株式会社 画面表示装置,プログラム,および画面表示方法
US7698455B2 (en) 2003-08-01 2010-04-13 Foundry Networks, Inc. Method for providing scalable multicast service in a virtual private LAN service
US8938553B2 (en) 2003-08-12 2015-01-20 Riverbed Technology, Inc. Cooperative proxy auto-discovery and connection interception through network address translation
US20150341812A1 (en) 2003-08-29 2015-11-26 Ineoquest Technologies, Inc. Video quality monitoring
US7783777B1 (en) 2003-09-09 2010-08-24 Oracle America, Inc. Peer-to-peer content sharing/distribution networks
US7203967B2 (en) 2003-09-10 2007-04-10 Qualcomm Incorporated Methods and apparatus for content protection in a wireless network
US7584353B2 (en) 2003-09-12 2009-09-01 Trimble Navigation Limited Preventing unauthorized distribution of media content within a global network
US7617462B2 (en) 2003-10-24 2009-11-10 Sap Ag Graphical user interface (GUI) for displaying software component availability as determined by a messaging infrastructure
US7447797B2 (en) 2003-10-29 2008-11-04 International Business Machines Corporation Method and system for processing a service request associated with a particular priority level of service in a network data processing system using parallel proxies
US8627489B2 (en) 2003-10-31 2014-01-07 Adobe Systems Incorporated Distributed document version control
US7136709B2 (en) 2003-11-04 2006-11-14 Universal Electronics Inc. Home appliance control system and methods in a networked environment
US20050138426A1 (en) 2003-11-07 2005-06-23 Brian Styslinger Method, system, and apparatus for managing, monitoring, auditing, cataloging, scoring, and improving vulnerability assessment tests, as well as automating retesting efforts and elements of tests
US7752210B2 (en) 2003-11-13 2010-07-06 Yahoo! Inc. Method of determining geographical location from IP address information
US8122128B2 (en) 2003-11-18 2012-02-21 Burke Ii Robert M System for regulating access to and distributing content in a network
US7721329B2 (en) 2003-11-18 2010-05-18 Aol Inc. Method and apparatus for trust-based, fine-grained rate limiting of network requests
US20050125412A1 (en) 2003-12-09 2005-06-09 Nec Laboratories America, Inc. Web crawling
US7381366B2 (en) 2003-12-31 2008-06-03 General Electric Company Apparatus for the production or refining of metals, and related processes
US7246272B2 (en) 2004-01-16 2007-07-17 International Business Machines Corporation Duplicate network address detection
US20050165903A1 (en) 2004-01-27 2005-07-28 International Business Machines Corporation System and method for time based home page selection
DE602004021296D1 (de) 2004-02-18 2009-07-09 Ericsson Telefon Ab L M Verfahren und vorrichtung zum zuverlässigen rundsenden
JP3890398B2 (ja) 2004-02-19 2007-03-07 海 西田 ピアツーピア型匿名プロキシにおける安全性の高い匿名通信路の検証及び構築する方法
CA2557145C (en) * 2004-02-27 2012-01-10 Research In Motion Limited System, apparatus and method for communicating asynchronously with synchronous web services using a mediator service
US10200504B2 (en) 2007-06-12 2019-02-05 Icontrol Networks, Inc. Communication protocols over internet protocol (IP) networks
FI120950B (fi) 2004-03-26 2010-05-14 Anite Finland Oy Menetelmä, laite, tietokoneohjelmatuote ja järjestely radioverkon datayhteyksien testaamiseksi
US7428588B2 (en) 2004-04-08 2008-09-23 International Business Machines Corporation Method for distributing and geographically load balancing location aware communication device client-proxy applications
WO2005103960A1 (en) 2004-04-20 2005-11-03 The Boeing Company Apparatus and method for redirecting unresolvable addresses using a local care-of ip address
WO2005107417A2 (en) 2004-05-04 2005-11-17 Price Robert M System and method for communicating with electronic devices
US20060036755A1 (en) 2004-05-07 2006-02-16 Abdullah Ibrahim S Meta-protocol
US7788713B2 (en) * 2004-06-23 2010-08-31 Intel Corporation Method, apparatus and system for virtualized peer-to-peer proxy services
US20060015545A1 (en) 2004-06-24 2006-01-19 Josef Ezra Backup and sychronization of local data in a network
US7801824B1 (en) 2004-07-27 2010-09-21 Amazon Technologies, Inc. Method and apparatus to facilitate online purchase of works using paid electronic previews
US20060039352A1 (en) 2004-08-19 2006-02-23 International Business Machines Corporation System and method for designating a priority access order of domain name service servers
US20060047844A1 (en) 2004-08-30 2006-03-02 Li Deng One step approach to deliver multimedia from local PC to mobile devices
GB2418108B (en) * 2004-09-09 2007-06-27 Surfcontrol Plc System, method and apparatus for use in monitoring or controlling internet access
US7805517B2 (en) 2004-09-15 2010-09-28 Cisco Technology, Inc. System and method for load balancing a communications network
US7719971B1 (en) 2004-09-15 2010-05-18 Qurio Holdings, Inc. Peer proxy binding
US20060075114A1 (en) 2004-09-30 2006-04-06 Citrix Systems, Inc. In-line modification of protocol handshake by protocol aware proxy
US7424284B2 (en) 2004-11-09 2008-09-09 Telefonaktiebolaget Lm Ericsson (Publ) Secure network/service access
US7370129B2 (en) * 2004-12-15 2008-05-06 Microsoft Corporation Retry strategies for use in a streaming environment
US20060164383A1 (en) 2004-12-16 2006-07-27 Media Lab Europe (In Voluntary Liquidation) Remote controller ring for user interaction
WO2006072052A2 (en) 2004-12-31 2006-07-06 Anonymizer, Inc. System for protecting identity in a network environment
US7326866B2 (en) 2005-01-18 2008-02-05 Signalquest, Inc. Omnidirectional tilt and vibration sensor
FR2881246B1 (fr) 2005-01-21 2007-03-23 Meiosys Soc Par Actions Simpli Procede perdictif de gestion, de journalisation ou de rejeu d'operations non deterministes au sein du deroulement d'un processus applicatif
US7930365B2 (en) 2005-02-16 2011-04-19 Cisco Technology, Inc. Method and apparatus to modify network identifiers at data servers
US20060190998A1 (en) 2005-02-17 2006-08-24 At&T Corp Determining firewall rules for reverse firewalls
US20060206586A1 (en) 2005-03-09 2006-09-14 Yibei Ling Method, apparatus and system for a location-based uniform resource locator
US8135828B2 (en) 2005-03-14 2012-03-13 Microsoft Corporation Cooperative diagnosis of web transaction failures
US20060212584A1 (en) 2005-03-15 2006-09-21 Qian Xiang Shi Ji (Beijing) Technology Development Co. Ltd. Method and system for accelerating downloading of web page content by a peer-to-peer network
US20060212542A1 (en) 2005-03-15 2006-09-21 1000 Oaks Hu Lian Technology Development Co., Ltd. Method and computer-readable medium for file downloading in a peer-to-peer network
EP1872241B1 (en) 2005-03-24 2019-01-02 EMC Corporation System and method for detecting a proxy between a client and a server
US20060224687A1 (en) 2005-03-31 2006-10-05 Popkin Laird A Method and apparatus for offline cooperative file distribution using cache nodes
CN101040552B (zh) 2005-04-18 2010-12-01 捷讯研究有限公司 控制软件版本更新的方法和系统
US20060242318A1 (en) 2005-04-21 2006-10-26 Paul Nettle Method and apparatus for cascading media
US7788378B2 (en) 2005-04-22 2010-08-31 Microsoft Corporation Apparatus and method for community relay node discovery
US20080263180A1 (en) 2007-04-19 2008-10-23 Hurst Mark B Apparatus, system, and method for resilient content acquisition
US7711916B2 (en) 2005-05-11 2010-05-04 Oracle International Corporation Storing information on storage devices having different performance capabilities with a storage system
US20060256772A1 (en) 2005-05-12 2006-11-16 Yahoo! Inc. Selecting a network for routing real-time audio
US7605714B2 (en) 2005-05-13 2009-10-20 Microsoft Corporation System and method for command and control of wireless devices using a wearable device
US20060271438A1 (en) 2005-05-24 2006-11-30 Andrew Shotland Advertising systems and methods
JP2006344294A (ja) 2005-06-09 2006-12-21 Hitachi Ltd 情報再生装置及び再生信号処理回路
US20070156855A1 (en) 2005-06-17 2007-07-05 Moses Johnson Channel searching media player
KR100725394B1 (ko) 2005-07-08 2007-06-07 삼성전자주식회사 복수의 운영체계에서 특정 운영체계를 선택적으로 설치하는컴퓨터 시스템 및 방법
US7853472B2 (en) 2005-07-15 2010-12-14 Saudi Arabian Oil Company System, program product, and methods for managing contract procurement
US7742485B2 (en) 2005-07-29 2010-06-22 Roxbeam Media Network Corporation Distributed system for delivery of information via a digital network
JP5108763B2 (ja) 2005-08-12 2012-12-26 ノキア シーメンス ネットワークス ゲゼルシャフト ミット ベシュレンクテル ハフツング ウント コンパニー コマンディトゲゼルシャフト ピア・ツー・ピアコミュニティのためのマルチソース且つ復元力のあるビデオ・オン・デマンドストリーミングシステム
EP1755355B1 (en) 2005-08-16 2011-12-21 Panasonic Corporation Method and apparatuses for resetting a transmission sequence number (TSN)
US20070052672A1 (en) 2005-09-08 2007-03-08 Swisscom Mobile Ag Communication device, system and method
US20080214152A1 (en) 2005-09-14 2008-09-04 Jorey Ramer Methods and systems of mobile dynamic content presentation
US8224968B1 (en) 2005-09-19 2012-07-17 At&T Intellectual Property Ii, L.P. Method and system for scalable content storage and delivery
US20070073878A1 (en) 2005-09-23 2007-03-29 Qurio Holdings, Inc. System and method for lowering proxy bandwidth utilization
KR100782824B1 (ko) 2005-11-03 2007-12-06 삼성전자주식회사 네트워크상의 컨텐츠 관리 방법, 장치와 그 방법을수행하는 프로그램이 기록된 기록 매체
US7810750B2 (en) 2006-12-13 2010-10-12 Marcio Marc Abreu Biologically fit wearable electronics apparatus and methods
US20070142036A1 (en) 2005-12-16 2007-06-21 Nokia Corporation Provision of content in mobile environments
US20070174429A1 (en) 2006-01-24 2007-07-26 Citrix Systems, Inc. Methods and servers for establishing a connection between a client system and a virtual machine hosting a requested computing environment
US20070174246A1 (en) 2006-01-25 2007-07-26 Sigurdsson Johann T Multiple client search method and system
US7647405B2 (en) 2006-02-06 2010-01-12 International Business Machines Corporation Method for reducing variability and oscillations in load balancing recommendations using historical values and workload metrics
US7617729B2 (en) 2006-02-21 2009-11-17 Physical Logic Ag Accelerometer
JP4151982B2 (ja) 2006-03-10 2008-09-17 任天堂株式会社 動き判別装置および動き判別プログラム
US7890547B2 (en) 2006-03-22 2011-02-15 Oy International Business Machines Ab Content delivery server
US7970835B2 (en) 2006-04-04 2011-06-28 Xerox Corporation Peer-to-peer file sharing system and method using downloadable data segments
JP4772569B2 (ja) 2006-04-07 2011-09-14 株式会社日立製作所 共通名前空間においてディレクトリ単位のマイグレーションを実行するシステム及び方法
WO2007121587A1 (en) 2006-04-25 2007-11-01 Stephen Laurence Boren Dynamic distributed key system and method for identity management, authentication servers, data security and preventing man-in-the-middle attacks
EP2023245B1 (en) 2006-04-26 2016-02-17 Nippon Telegraph And Telephone Corporation Load control device and its method
US7578189B1 (en) 2006-05-10 2009-08-25 Qualtre, Inc. Three-axis accelerometers
US20080082662A1 (en) 2006-05-19 2008-04-03 Richard Dandliker Method and apparatus for controlling access to network resources based on reputation
US7945689B2 (en) 2007-03-23 2011-05-17 Sony Corporation Method and apparatus for transferring files to clients using a peer-to-peer file transfer model and a client-server transfer model
US8832179B2 (en) 2006-06-20 2014-09-09 Ianywhere Solutions, Inc. Method, system, and computer program product for a relay server
US8041784B1 (en) 2006-06-27 2011-10-18 Qurio Holdings, Inc. Redundant hybrid P2P content sharing
US7929535B2 (en) 2006-07-07 2011-04-19 Qualcomm Incorporated Geolocation-based addressing method for IPv6 addresses
US8572721B2 (en) 2006-08-03 2013-10-29 Citrix Systems, Inc. Methods and systems for routing packets in a VPN-client-to-VPN-client connection via an SSL/VPN network appliance
US8566452B1 (en) * 2006-08-03 2013-10-22 F5 Networks, Inc. Intelligent HTTP based load-balancing, persistence, and application traffic management of SSL VPN tunnels
JP4336904B2 (ja) 2006-08-18 2009-09-30 日本電気株式会社 プロキシ・サーバ、通信システム、通信方法及びプログラム
US7793211B2 (en) 2006-08-28 2010-09-07 Walter Brenner Method for delivering targeted web advertisements and user annotations to a web page
GB2455473B (en) 2006-09-15 2011-03-23 Ericsson Telefon Ab L M A method and arrangement for enabling communication with a client device
US20180262388A1 (en) * 2006-09-25 2018-09-13 Weaved, Inc. Remote device deployment
US10637724B2 (en) 2006-09-25 2020-04-28 Remot3.It, Inc. Managing network connected devices
US9154557B2 (en) 2006-10-12 2015-10-06 Cisco Technology, Inc. Automatic proxy registration and discovery in a multi-proxy communication system
US7827298B2 (en) 2006-10-20 2010-11-02 Mixpo Portfolio Broadcasting, Inc. Peer-to-web media broadcasting and managing online publisher computers
US20080288973A1 (en) 2007-05-18 2008-11-20 Carson David V System and Method for Providing Advertisements for Video Content in a Packet Based Network
CN101179389A (zh) 2006-11-07 2008-05-14 朗迅科技公司 Ims网络的对等文件下载系统
US7650384B2 (en) 2006-11-17 2010-01-19 Microsoft Corporation Maintaining real-time conversations over unreliable connections
US20080125123A1 (en) 2006-11-27 2008-05-29 Motorola, Inc. Method and system for to enable communication for a wireless device having a plurality of identifiers
US8508472B1 (en) 2006-11-28 2013-08-13 James W. Wieder Wearable remote control with a single control button
US20080155016A1 (en) 2006-12-22 2008-06-26 Tsai Wei K Content procurement architecture
EP2129056A4 (en) * 2006-12-26 2012-01-18 Panasonic Corp METHOD AND SYSTEM FOR COMMUNICATIONS, DOMESTIC AGENT AND MOBILE NODE
US8542802B2 (en) 2007-02-15 2013-09-24 Global Tel*Link Corporation System and method for three-way call detection
GB0703276D0 (en) 2007-02-20 2007-03-28 Skype Ltd Instant messaging activity notification
US7702772B2 (en) 2007-02-22 2010-04-20 Yahoo! Inc. Discovering and determining characteristics of network proxies
US20080228537A1 (en) 2007-02-26 2008-09-18 Andrew Monfried Systems and methods for targeting advertisements to users of social-networking and other web 2.0 websites and applications
US20080222267A1 (en) 2007-03-09 2008-09-11 Horn Ray C Method and system for web cluster server
US8533310B2 (en) 2007-03-09 2013-09-10 Riverbed Technology, Inc. Method and apparatus for acceleration by prefetching associated objects
US7865585B2 (en) 2007-03-12 2011-01-04 Citrix Systems, Inc. Systems and methods for providing dynamic ad hoc proxy-cache hierarchies
US8291108B2 (en) 2007-03-12 2012-10-16 Citrix Systems, Inc. Systems and methods for load balancing based on user selected metrics
US7584294B2 (en) 2007-03-12 2009-09-01 Citrix Systems, Inc. Systems and methods for prefetching objects for caching using QOS
US20080235746A1 (en) 2007-03-20 2008-09-25 Michael James Peters Methods and apparatus for content delivery and replacement in a network
US8301787B2 (en) 2007-03-22 2012-10-30 Red Hat, Inc. Selective use of anonymous proxies
US8763136B2 (en) 2007-03-22 2014-06-24 Red Hat, Inc. Privacy enhanced browser
US7640224B2 (en) 2007-03-26 2009-12-29 International Business Machines Corporation Active sampling collaborative prediction method for end-to-end performance prediction
US20080270589A1 (en) * 2007-03-29 2008-10-30 Begrid, Inc. Multi-Source, Multi-Use Web Processing Through Dynamic Proxy Based Grid Computing Mechanisms
KR101409991B1 (ko) 2007-04-16 2014-06-20 삼성전자주식회사 P2p 통신 환경에서의 데이터 전송 방법 및 장치
US7831720B1 (en) 2007-05-17 2010-11-09 Chelsio Communications, Inc. Full offload of stateful connections, with partial connection offload
US20080298328A1 (en) 2007-06-04 2008-12-04 Suman Sharma Trusted wireless communications with station-to-station link association
US8321908B2 (en) 2007-06-15 2012-11-27 Cisco Technology, Inc. Apparatus and method for applying network policy at a network device
WO2009005747A1 (en) 2007-06-28 2009-01-08 The Trustees Of Columbia University In The City Of New York Set-top box peer-assisted video-on-demand
US7991910B2 (en) 2008-11-17 2011-08-02 Amazon Technologies, Inc. Updating routing information based on client location
US8028090B2 (en) 2008-11-17 2011-09-27 Amazon Technologies, Inc. Request routing utilizing client location information
CN100397086C (zh) 2007-07-09 2008-06-25 北京信息工程学院 新型压电石英加速度计
US8130756B2 (en) 2007-07-13 2012-03-06 Hewlett-Packard Development Company, L.P. Tunnel configuration associated with packet checking in a network
US7917755B1 (en) 2007-07-27 2011-03-29 Adobe Systems Incorporated Identification of localized web page element
US8458612B2 (en) 2007-07-29 2013-06-04 Hewlett-Packard Development Company, L.P. Application management framework for web applications
US20090037529A1 (en) 2007-07-31 2009-02-05 Samsung Electronics Co., Ltd. Data sharing in a group of peers with limited resources
US8078729B2 (en) 2007-08-21 2011-12-13 Ntt Docomo, Inc. Media streaming with online caching and peer-to-peer forwarding
US7886050B2 (en) 2007-10-05 2011-02-08 Citrix Systems, Inc. Systems and methods for monitoring components of a remote access server farm
US8392604B2 (en) 2007-10-09 2013-03-05 Yahoo! Inc. Peer to peer browser content caching
US8364816B2 (en) 2007-10-12 2013-01-29 Microsoft Corporation Mapping network addresses to geographical locations
EP2215872B1 (en) 2007-11-29 2012-08-29 Tridinetworks Design and control systems, commissioning tools, configuration adapters and method for wireless and wired networks design, installation and automatic formation
US8949882B2 (en) 2007-12-06 2015-02-03 This Technology, Inc. System and method for enabling content providers to identify advertising opportunities
CA2709309C (en) 2007-12-13 2018-04-03 Highwinds Holdings, Inc. Content delivery network
EP2071809A1 (en) 2007-12-13 2009-06-17 Alcatel Lucent Method of establishing a connection in a peer-to-peer network with network address translation (NAT)
US8966011B2 (en) 2007-12-28 2015-02-24 Echostar Technologies L.L.C. Performance enhancing proxy
US8422397B2 (en) 2007-12-28 2013-04-16 Prodea Systems, Inc. Method and apparatus for rapid session routing
US20090222515A1 (en) 2007-12-31 2009-09-03 Solid State Networks, Inc. Methods and apparatus for transferring data
US9578123B2 (en) 2008-01-08 2017-02-21 International Business Machines Corporation Light weight portal proxy
US8543667B2 (en) 2008-01-14 2013-09-24 Akamai Technologies, Inc. Policy-based content insertion
US8893259B2 (en) 2008-01-26 2014-11-18 Citrix Systems, Inc. Systems and methods for fine grain policy driven clientless SSL VPN access
US7752168B2 (en) 2008-02-07 2010-07-06 Novell, Inc. Method for coordinating peer-to-peer replicated backup and versioning based on usage metrics acquired from peer client
US8639630B2 (en) 2008-02-15 2014-01-28 Ddn Ip Holdings Limited Distribution of digital content
US8655838B2 (en) 2008-02-20 2014-02-18 At&T Intellectual Property I, L.P. Selection of peers to cluster within a peer-to-peer network
US8302161B2 (en) 2008-02-25 2012-10-30 Emc Corporation Techniques for anonymous internet access
US10002034B2 (en) 2008-02-25 2018-06-19 Georgetown University System and method for detecting, collecting, analyzing, and communicating event-related information
KR101430237B1 (ko) 2008-03-10 2014-08-18 주식회사 케이티 피어 투 피어 통신에서의 피어 선정 방법 및 그 시스템
US8199658B2 (en) 2008-03-14 2012-06-12 Cisco Technology, Inc. OAM tools for meshed tunnels in a computer network
US20090248793A1 (en) 2008-03-25 2009-10-01 Contribio Ab Providing Content In a Network
US8577724B1 (en) 2008-04-04 2013-11-05 Nexage Inc. Serving requests by selectively using a plurality of response providers
EP2650790B1 (en) 2008-04-15 2015-09-16 Foresee Results Method for remote tracking and replay of user interaction with a webpage
CA2665340C (en) 2008-05-09 2013-10-01 Research In Motion Limited System and method for dynamic power management of a mobile device
US20090287641A1 (en) * 2008-05-13 2009-11-19 Eric Rahm Method and system for crawling the world wide web
WO2009143115A1 (en) 2008-05-21 2009-11-26 Uniloc Usa, Inc. Device and method for secured communication
US7952895B2 (en) 2008-05-29 2011-05-31 Power Integrations, Inc. Method and apparatus for implementing an unregulated dormant mode in a power converter
US20090300208A1 (en) 2008-06-02 2009-12-03 Viasat, Inc. Methods and systems for acceleration of mesh network configurations
US20090313318A1 (en) 2008-06-13 2009-12-17 Dye Thomas A System and method using interpretation filters for commercial data insertion into mobile computing devices
US8516366B2 (en) 2008-06-20 2013-08-20 Wetpaint.Com, Inc. Extensible content service for attributing user-generated content to authored content providers
US9106668B2 (en) 2008-06-24 2015-08-11 Azureus Software, Inc. Distributed peer location in peer-to-peer file transfers
US8527631B1 (en) 2008-06-26 2013-09-03 Trend Micro, Inc. Web site reputation service using proxy auto-configuration
US8631134B2 (en) 2008-07-30 2014-01-14 Visa U.S.A. Inc. Network architecture for secure data communications
KR101383573B1 (ko) 2008-08-01 2014-04-09 삼성전자주식회사 화상형성장치 및 그의 웹 정보 제공방법
US8180896B2 (en) 2008-08-06 2012-05-15 Edgecast Networks, Inc. Global load balancing on a content delivery network
US20100042725A1 (en) 2008-08-13 2010-02-18 Sk Telecom Co., Ltd. Contents provider participation type contents delivery system and method, and contents delivery network domain name system server thereof
WO2010024590A2 (en) 2008-08-27 2010-03-04 Lg Electronics Inc. Transmitting/receiving system and method of processing broadcast signal in transmitting/receiving system
US8204220B2 (en) 2008-09-18 2012-06-19 Sony Corporation Simulcrypt key sharing with hashed keys
US8504504B2 (en) 2008-09-26 2013-08-06 Oracle America, Inc. System and method for distributed denial of service identification and prevention
WO2010042733A1 (en) 2008-10-08 2010-04-15 Citrix Systems, Inc. Systems and methods for connection management for asynchronous messaging over http
US20100094965A1 (en) 2008-10-15 2010-04-15 Patentvc Ltd. Erasure-coded content assembly and retransmission
US20100094970A1 (en) 2008-10-15 2010-04-15 Patentvc Ltd. Latency based selection of fractional-storage servers
US8869256B2 (en) 2008-10-21 2014-10-21 Yahoo! Inc. Network aggregator
US20100107067A1 (en) 2008-10-27 2010-04-29 Nokia Corporation Input on touch based user interfaces
US20100115613A1 (en) 2008-10-31 2010-05-06 Google Inc. Cacheable Mesh Browsers
WO2010062479A1 (en) 2008-11-02 2010-06-03 David Chaum System and apparatus for eyeglass appliance platform
US8370520B2 (en) 2008-11-24 2013-02-05 Juniper Networks, Inc. Adaptive network content delivery system
US7930429B2 (en) 2008-12-18 2011-04-19 At&T Intellectual Property I, Lp System and method for obtaining content from a content delivery network
US8103780B2 (en) 2008-12-18 2012-01-24 At&T Intellectual Property I, Lp Systems and methods for determining the location of a request on a content delivery network
US8924460B2 (en) 2008-12-19 2014-12-30 International Business Machines Corporation Method and system of administrating a peer-to-peer file sharing network
US8788655B2 (en) 2008-12-19 2014-07-22 Openpeak Inc. Systems for accepting and approving applications and methods of operation of same
EP2199907A1 (en) 2008-12-22 2010-06-23 Koninklijke Philips Electronics N.V. Method for exchanging data
US8938548B2 (en) 2008-12-23 2015-01-20 At&T Mobility Ii Llc Streaming enhancements through pre-fetch background
US20100162126A1 (en) 2008-12-23 2010-06-24 Palm, Inc. Predictive cache techniques
EP2202935B1 (en) 2008-12-23 2012-06-20 Nokia Siemens Networks OY Method and device for processing data in a network
US20100180005A1 (en) 2009-01-12 2010-07-15 Viasat, Inc. Cache cycling
US20110282945A1 (en) 2009-02-06 2011-11-17 Telefonaktiebolaget L M Ericsson (Publ) Network aware peer to peer
ATE531180T1 (de) 2009-02-10 2011-11-15 Alcatel Lucent Verfahren und vorrichtung zur wiederherstellung von torrent inhaltsmetadaten
US8144611B2 (en) 2009-02-10 2012-03-27 Microsoft Corporation Network coordinate systems using IP information
US8775674B2 (en) 2009-02-27 2014-07-08 Telecom Recovery Systems and methods for seamless communications recovery and backup using networked communication devices
US20100235329A1 (en) 2009-03-10 2010-09-16 Sandisk Il Ltd. System and method of embedding second content in first content
US8014292B1 (en) * 2009-04-01 2011-09-06 Sprint Communications Company L.P. Dynamic location routing protocol
US8499059B2 (en) 2009-05-04 2013-07-30 Rovi Solutions Corporation System and methods for buffering of real-time data streams
US8156275B2 (en) 2009-05-13 2012-04-10 Apple Inc. Power managed lock optimization
US8135912B2 (en) 2009-05-18 2012-03-13 Hola Networks, Ltd. System and method of increasing cache size
US9015335B1 (en) 2009-06-17 2015-04-21 Amazon Technologies, Inc. Server side stream switching
US8788570B2 (en) 2009-06-22 2014-07-22 Citrix Systems, Inc. Systems and methods for retaining source IP in a load balancing multi-core environment
US8289960B2 (en) 2009-06-22 2012-10-16 Citrix Systems, Inc. Systems and methods for N-core tracing
JP5434301B2 (ja) 2009-06-26 2014-03-05 ソニー株式会社 信号受信装置、信号受信装置の制御方法及びコンピュータプログラム
EP2454896A1 (en) 2009-07-14 2012-05-23 Nokia Siemens Networks Oy Apparatus and method of providing end-to-end call services
US8224804B2 (en) 2009-07-22 2012-07-17 Microsoft Corporation Indexing of partitioned external data sources
US8707456B2 (en) 2009-07-24 2014-04-22 Broadcom Corporation Method and system for integrating remote devices into a domestic VLAN
US9112875B2 (en) 2009-08-04 2015-08-18 Sam Zaid System and method for anonymous addressing of content on network peers and for private peer-to-peer file sharing
US20120323674A1 (en) 2009-08-14 2012-12-20 Dataxu, Inc. Creation and usage of synthetic user identifiers within an advertisement placement facility
WO2011022405A2 (en) 2009-08-17 2011-02-24 Akamai Technologies, Inc. Method and system for http-based stream delivery
US20110060835A1 (en) 2009-09-06 2011-03-10 Dorso Gregory Communicating with a user device in a computer environment
CN102026321B (zh) 2009-09-18 2013-04-17 华为技术有限公司 无线接入网络重选后状态机的迁移方法及终端
US8560604B2 (en) 2009-10-08 2013-10-15 Hola Networks Ltd. System and method for providing faster and more efficient data communication
US8464133B2 (en) 2009-10-30 2013-06-11 Cleversafe, Inc. Media content distribution in a social network utilizing dispersed storage
KR101749992B1 (ko) 2009-11-13 2017-06-23 삼성전자주식회사 시간 범위를 이용한 위치정보 제공방법
US9137319B2 (en) 2009-11-13 2015-09-15 Adobe Systems Incorporated Browser privacy mode support
US8750145B2 (en) 2009-11-23 2014-06-10 Interdigital Patent Holdings, Inc. Method and apparatus for machine-to-machine communication registration
WO2011068784A1 (en) 2009-12-01 2011-06-09 Azuki Systems, Inc. Method and system for secure and reliable video streaming with rate adaptation
WO2011071850A2 (en) 2009-12-07 2011-06-16 Coach Wei System and method for website performance optimization and internet traffic processing
US8533780B2 (en) 2009-12-22 2013-09-10 Cisco Technology, Inc. Dynamic content-based routing
US9378473B2 (en) 2010-02-17 2016-06-28 Alexander Wolfe Content and application delivery network aggregation
EP2545509A4 (en) 2010-03-08 2014-04-16 Aol Inc SYSTEM AND METHODS FOR PROTECTING CONSUMER CONFIDENTIALITY IN ONLINE ADVERTISING ENVIRONMENTS
CN102164116B (zh) 2010-03-30 2013-11-13 青岛海信传媒网络技术有限公司 均衡负载的方法、系统及相应设备
US9282027B1 (en) 2010-03-31 2016-03-08 Amazon Technologies, Inc. Managing use of alternative intermediate destination computing nodes for provided computer networks
US9049247B2 (en) 2010-04-01 2015-06-02 Cloudfare, Inc. Internet-based proxy service for responding to server offline errors
US9369437B2 (en) 2010-04-01 2016-06-14 Cloudflare, Inc. Internet-based proxy service to modify internet responses
US8543805B2 (en) 2010-04-21 2013-09-24 Citrix Systems, Inc. Systems and methods for split proxying of SSL via WAN appliances
US8307031B1 (en) 2010-04-28 2012-11-06 Google Inc. Processing data requests using multiple request timers
US9420055B2 (en) 2010-05-13 2016-08-16 Futurewei Technologies, Inc. System, apparatus for content delivery for internet traffic and methods thereof
US8856351B2 (en) 2010-06-09 2014-10-07 Pravala Inc. Reducing load at a proxy server
EP2597869A4 (en) 2010-07-20 2013-12-18 Sharp Kk CONTENT DISTRIBUTION DEVICE, CONTENT PLAYER, CONTENT DISTRIBUTION SYSTEM, METHOD FOR CONTROLLING THE CONTENT DISTRIBUTION APPROACH, CONTROL PROGRAM AND RECORDING MEDIUM
WO2012011630A1 (en) 2010-07-20 2012-01-26 Lg Electronics Inc. Selective interaction between networked smart devices
WO2013015835A1 (en) 2011-07-22 2013-01-31 Seven Networks, Inc. Mobile application traffic optimization
GB2495066B (en) 2010-07-26 2013-12-18 Seven Networks Inc Mobile application traffic optimization
EP3651028A1 (en) 2010-07-26 2020-05-13 Seven Networks, LLC Mobile network traffic coordination across multiple applications
US8458786B1 (en) 2010-08-13 2013-06-04 Zscaler, Inc. Automated dynamic tunnel management
US20120050144A1 (en) 2010-08-26 2012-03-01 Clayton Richard Morlock Wearable augmented reality computing apparatus
US9852176B2 (en) 2010-09-03 2017-12-26 Vocus, Inc. Dynamic gathering of social media content
US8433783B2 (en) 2010-09-29 2013-04-30 Citrix Systems, Inc. Systems and methods for providing quality of service via a flow controlled tunnel
US8631091B2 (en) 2010-10-15 2014-01-14 Northeastern University Content distribution network using a web browser and locally stored content to directly exchange content between users
US8462734B2 (en) 2010-10-20 2013-06-11 Nokia Corporation Wireless docking with out-of-band initiation
US8627422B2 (en) 2010-11-06 2014-01-07 Qualcomm Incorporated Authentication in secure user plane location (SUPL) systems
US8955001B2 (en) 2011-07-06 2015-02-10 Symphony Advanced Media Mobile remote media control platform apparatuses and methods
US8655985B2 (en) 2010-11-15 2014-02-18 International Business Machines Corporation Content delivery using multiple sources over heterogeneous interfaces
US8671221B2 (en) 2010-11-17 2014-03-11 Hola Networks Ltd. Method and system for increasing speed of domain name system resolution within a computing device
CN108429800B (zh) 2010-11-22 2020-04-24 杭州硕文软件有限公司 一种移动设备
US20160029402A1 (en) * 2010-11-22 2016-01-28 Seven Networks, Llc Optimization of resource polling intervals to satisfy mobile device requests
JP2012129979A (ja) 2010-11-24 2012-07-05 Jvc Kenwood Corp 区間作成装置、区間作成方法、及び区間作成プログラム
US8909697B2 (en) 2010-11-29 2014-12-09 Hughes Network Systems, Llc Computer networking system and method with javascript execution for pre-fetching content from dynamically-generated URL and javascript injection to modify date or random number calculation
IL210169A0 (en) 2010-12-22 2011-03-31 Yehuda Binder System and method for routing-based internet security
US9230019B2 (en) 2010-12-23 2016-01-05 Virtuanet Llc Semantic information processing
KR101544480B1 (ko) 2010-12-24 2015-08-13 주식회사 케이티 복수 개의 프락시 서버를 포함하는 분산 저장 시스템 및 그 오브젝트 관리 방법 및 컴퓨터에 의하여 독출가능한 저장 매체
US8789198B2 (en) 2011-01-14 2014-07-22 International Business Machines Corporation Triggering a private browsing function of a web browser application program
US8499341B2 (en) 2011-02-01 2013-07-30 Microsoft Corporation Resumable private browsing session
US9009253B2 (en) 2011-02-16 2015-04-14 Yahoo! Inc. Optimizing server resources using multiple retry for high traffic websites
US8819233B2 (en) 2011-03-11 2014-08-26 Qualcomm Incorporated System and method using a web proxy-server to access a device having an assigned network address
US9052898B2 (en) 2011-03-11 2015-06-09 Qualcomm Incorporated Remote access and administration of device content, with device power optimization, using HTTP protocol
US8464350B2 (en) 2011-03-14 2013-06-11 International Business Machines Corporation System and method for in-private browsing
US8539036B2 (en) 2011-03-18 2013-09-17 Juniper Networks, Inc. Modular transparent proxy cache
US9032493B2 (en) 2011-03-31 2015-05-12 Intel Corporation Connecting mobile devices, internet-connected vehicles, and cloud services
US8489760B2 (en) 2011-03-31 2013-07-16 Juniper Networks, Inc. Media file storage format and adaptive delivery system
US8856368B2 (en) 2011-04-01 2014-10-07 International Business Machines Corporation Method for distributing a plurality of data portions
US9912718B1 (en) * 2011-04-11 2018-03-06 Viasat, Inc. Progressive prefetching
US8485897B1 (en) 2011-04-13 2013-07-16 Zynga Inc. System and method for providing branded virtual objects in a virtual environment
US9049244B2 (en) 2011-04-19 2015-06-02 Cloudflare, Inc. Registering for internet-based proxy services
WO2012149434A2 (en) 2011-04-27 2012-11-01 Seven Networks, Inc. Detecting and preserving state for satisfying application requests in a distributed proxy and cache system
EP2710486B1 (en) 2011-05-20 2021-06-30 Citrix Systems, Inc. Shell integration on a mobile device for an application executing remotely on a server
US8285808B1 (en) * 2011-05-20 2012-10-09 Cloudflare, Inc. Loading of web resources
US20140372627A1 (en) 2011-05-31 2014-12-18 Google Inc. Fault-tolerant web caching
US9444903B2 (en) 2011-06-02 2016-09-13 Surfeasy Inc. Proxy based network communications
US8504723B2 (en) 2011-06-15 2013-08-06 Juniper Networks, Inc. Routing proxy for resource requests and resources
WO2012177810A2 (en) 2011-06-20 2012-12-27 Belkin International, Inc. Improved electric power supply and related methods
US9172678B2 (en) 2011-06-28 2015-10-27 At&T Intellectual Property I, L.P. Methods and apparatus to improve security of a virtual private mobile network
GB2494105B (en) 2011-08-20 2013-07-17 Blis Media Ltd Verifying the transfer of a data file
US9253164B2 (en) 2011-09-12 2016-02-02 Microsoft Technology Licensing, Llc Distribution of portions of content
CN103907113A (zh) 2011-09-14 2014-07-02 诺基亚公司 用于分布式脚本处理的方法和装置
CN102314348B (zh) 2011-09-15 2015-06-03 Tcl集团股份有限公司 一种Android系统开发架构及开发装置
US20130072233A1 (en) 2011-09-15 2013-03-21 Thomas E. Sandholm Geographically partitioned online content services
US10129211B2 (en) 2011-09-15 2018-11-13 Stephan HEATH Methods and/or systems for an online and/or mobile privacy and/or security encryption technologies used in cloud computing with the combination of data mining and/or encryption of user's personal data and/or location data for marketing of internet posted promotions, social messaging or offers using multiple devices, browsers, operating systems, networks, fiber optic communications, multichannel platforms
US9106709B2 (en) 2011-09-22 2015-08-11 Opera Software Asa Server side mobile audience intelligence creation
US20130081129A1 (en) 2011-09-23 2013-03-28 F-Secure Corporation Outbound Connection Detection and Blocking at a Client Computer
US8438240B2 (en) 2011-09-27 2013-05-07 Cloudflare, Inc. Distributing transmission of requests across multiple IP addresses of a proxy server in a cloud-based proxy service
US8621038B2 (en) 2011-09-27 2013-12-31 Cloudflare, Inc. Incompatible network gateway provisioned through DNS
CN103024933B (zh) 2011-09-28 2016-01-20 腾讯科技(深圳)有限公司 一种移动互联网访问系统及访问移动互联网的方法
US9325519B2 (en) * 2011-10-04 2016-04-26 Microsoft Technology Licensing, Llc Distributed proxy for bi-directional network connectivity over point-to-point connection
FR2982107A1 (fr) 2011-10-28 2013-05-03 France Telecom Procede de gestion d'une communication destinee a un utilisateur et serveur d'application
US8935798B1 (en) 2011-11-08 2015-01-13 Google Inc. Automatically enabling private browsing of a web page, and applications thereof
US20130117252A1 (en) * 2011-11-09 2013-05-09 Google Inc. Large-scale real-time fetch service
US9313100B1 (en) 2011-11-14 2016-04-12 Amazon Technologies, Inc. Remote browsing session management
WO2013078415A1 (en) 2011-11-22 2013-05-30 Iolo Technologies, Llc Idle detection
EP2789138B1 (en) 2011-12-06 2016-09-14 Seven Networks, LLC A mobile device and method to utilize the failover mechanisms for fault tolerance provided for mobile traffic management and network/device resource conservation
US8918503B2 (en) 2011-12-06 2014-12-23 Seven Networks, Inc. Optimization of mobile traffic directed to private networks and operator configurability thereof
EP2788889A4 (en) * 2011-12-07 2015-08-12 Seven Networks Inc FLEXIBLE AND DYNAMIC INTEGRATION SCHEMES OF A TRAFFIC MANAGEMENT SYSTEM WITH VARIOUS NETWORK OPERATORS TO REDUCE NETWORK TRAFFIC
TWM445818U (zh) 2011-12-07 2013-01-21 Chien Hui Chuan 藍牙可控的電器裝置
US9832095B2 (en) 2011-12-14 2017-11-28 Seven Networks, Llc Operation modes for mobile traffic optimization and concurrent management of optimized and non-optimized traffic
EP2792118A1 (en) 2011-12-16 2014-10-22 British Telecommunications Public Limited Company Data retrieval redirection
US9148397B2 (en) 2011-12-19 2015-09-29 Facebook, Inc. Messaging object generation for synchronous conversation threads
EP2608558A1 (en) 2011-12-22 2013-06-26 Thomson Licensing System and method for adaptive streaming in a multipath environment
US9386114B2 (en) 2011-12-28 2016-07-05 Google Inc. Systems and methods for accessing an update server
CN103188602B (zh) 2011-12-29 2016-01-20 腾讯科技(深圳)有限公司 获取周边信息的方法和系统以及一种位置代理服务器
US8971849B2 (en) 2011-12-29 2015-03-03 United States Cellular Corporation System and method for network assisted control and monetization of tethering to mobile wireless devices
EP2798854B1 (en) 2011-12-29 2019-08-07 Koninklijke KPN N.V. Controlled streaming of segmented content
US9100320B2 (en) 2011-12-30 2015-08-04 Bmc Software, Inc. Monitoring network performance remotely
US20130169513A1 (en) 2012-01-04 2013-07-04 Google Inc. Wearable computing device
US10262148B2 (en) 2012-01-09 2019-04-16 Visa International Service Association Secure dynamic page content and layouts apparatuses, methods and systems
US20130201316A1 (en) 2012-01-09 2013-08-08 May Patents Ltd. System and method for server based control
US8312015B1 (en) 2012-02-16 2012-11-13 Luxian Ltd Processor engine, integrated circuit and method therefor
US20130219281A1 (en) 2012-02-16 2013-08-22 Luxian Ltd Processor engine, integrated circuit and method therefor
WO2013123399A1 (en) 2012-02-17 2013-08-22 Contentraven, Llc Methods and systems for secure digital content distribution and analytical reporting
IL218185B (en) 2012-02-19 2018-12-31 Safe T Data A R Ltd Internal server intrusion protection system
US9374244B1 (en) 2012-02-27 2016-06-21 Amazon Technologies, Inc. Remote browsing session management
US8984166B2 (en) 2012-04-05 2015-03-17 Cloudflare, Inc. Method and apparatus for reducing network resource transmission size using delta compression
EP2650802B1 (en) 2012-04-12 2018-10-24 Dassault Systèmes Building of a web corpus with the help of a reference web crawl
CN103457923A (zh) 2012-06-05 2013-12-18 阿里巴巴集团控股有限公司 异地登录的控制方法、装置及系统
US8972602B2 (en) 2012-06-15 2015-03-03 Citrix Systems, Inc. Systems and methods for using ECMP routes for traffic distribution
US8996856B2 (en) 2012-06-17 2015-03-31 Skycure Ltd Selective encryption in mobile devices
WO2013190545A1 (en) 2012-06-17 2013-12-27 Skycure Ltd Access control system for a mobile device
US10038735B2 (en) 2012-06-19 2018-07-31 Loment, Inc. Delivery control for HTTP communications among multiple end user communication devices
US8948832B2 (en) 2012-06-22 2015-02-03 Fitbit, Inc. Wearable heart rate monitor
US9418243B2 (en) 2012-06-25 2016-08-16 Google Inc. Invoking a private browsing mode by selection of a visual control element within a browser tab
EP2682858B1 (en) 2012-07-03 2019-11-13 BlackBerry Limited Document delivery to a mobile device using mobile device based permissions
US20140013001A1 (en) 2012-07-06 2014-01-09 Microsoft Corporation Parallel probing for efficient proxy selection in networked environments
US10447611B2 (en) 2012-07-11 2019-10-15 Verisign, Inc. System and method for adding a whitelist entry via DNS
US9729687B2 (en) 2012-08-10 2017-08-08 Silverplus, Inc. Wearable communication device
US9059938B1 (en) 2012-09-17 2015-06-16 Amazon Technologies, Inc. Managing requests of website servers
US9756669B2 (en) 2012-11-14 2017-09-05 General Motors Llc Method of establishing a mobile-terminated packet data connection
US20140269279A1 (en) * 2013-03-15 2014-09-18 Seven Networks, Inc. Triggering congestion control for radio aware applications
US10791050B2 (en) * 2012-12-13 2020-09-29 Level 3 Communications, Llc Geographic location determination in a content delivery framework
US10642738B1 (en) * 2012-12-19 2020-05-05 Amazon Technologies, Inc. Distributed caching system
US9729605B2 (en) * 2012-12-27 2017-08-08 Akamai Technologies Inc. Mechanism for distinguishing between content to be served through first or second delivery channels
US9197618B2 (en) 2012-12-31 2015-11-24 Here Global B.V. Method and apparatus for location-based authorization to access online user groups
US20140199044A1 (en) 2013-01-15 2014-07-17 Qualcomm Incorporated Supporting transport diversity and time-shifted buffers for media streaming over a network
US9380523B1 (en) 2013-01-22 2016-06-28 Hypori, Inc. System, method and computer program product for connecting roaming mobile devices to a virtual device platform
US8957988B2 (en) 2013-01-23 2015-02-17 Orcam Technologies Ltd. Apparatus for processing images to prolong battery life
US9065856B2 (en) 2013-02-01 2015-06-23 Vidder, Inc. Securing communication over a network using client system authorization and dynamically assigned proxy servers
US9473581B2 (en) 2013-02-04 2016-10-18 Oracle International Corporation Integrated web-enabled session border controller
US9122554B2 (en) 2013-02-08 2015-09-01 Microsoft Technology Licensing, Llc Pervasive service providing device-specific updates
CN105074787A (zh) 2013-02-25 2015-11-18 林利有限公司 移动通信设备
US10601943B2 (en) 2013-02-27 2020-03-24 Pavlov Media, Inc. Accelerated network delivery of channelized content
US9398102B2 (en) 2013-03-06 2016-07-19 Netskope, Inc. Security for network delivered services
US20140258465A1 (en) 2013-03-11 2014-09-11 Cisco Technology, Inc. Identification of originating ip address and client port connection to a web server via a proxy server
US9830191B2 (en) 2013-04-15 2017-11-28 Seven Networks, Llc Temporary or partial offloading of mobile application functions to a cloud-based environment
US9817911B2 (en) 2013-05-10 2017-11-14 Excalibur Ip, Llc Method and system for displaying content relating to a subject matter of a displayed media program
EP3008943A4 (en) 2013-06-11 2017-02-22 Seven Networks, LLC Optimizing keepalive and other background traffic in a wireless network
PL3008946T3 (pl) * 2013-06-11 2019-02-28 Seven Networks Llc Przenoszenie ruchu aplikacji do współdzielonego kanału łączności w celu zoptymalizowania sygnału w sieci bezprzewodowej dla ruchu wykorzystującego protokoły własnościowe i nie-własnościowe
US9674251B2 (en) 2013-06-17 2017-06-06 Qualcomm Incorporated Mediating content delivery via one or more services
US10216549B2 (en) * 2013-06-17 2019-02-26 Seven Networks, Llc Methods and systems for providing application programming interfaces and application programming interface extensions to third party applications for optimizing and minimizing application traffic
US9414219B2 (en) 2013-06-19 2016-08-09 Facebook, Inc. Detecting carriers for mobile devices
US9419845B2 (en) * 2013-06-27 2016-08-16 Cisco Technology, Inc. Dynamic content distribution network selection based on context from transient criteria
WO2014209075A1 (ko) 2013-06-27 2014-12-31 Seo Jeong Hoan 인터넷 프로토콜을 이용한 서비스를 위한 다중 연결 시스템 및 방법
US10560509B2 (en) 2013-07-05 2020-02-11 Qualcomm Incorporated Method and apparatus for using HTTP redirection to mediate content access via policy execution
US9344493B1 (en) 2013-07-11 2016-05-17 Juniper Networks, Inc. Server health monitoring for traffic load balancer
US9973965B2 (en) 2013-07-12 2018-05-15 Seven Networks, Llc Transport protocol layer optimization for managing signaling and power consumption
US9015348B2 (en) 2013-07-19 2015-04-21 Limelight Networks, Inc. Dynamically selecting between acceleration techniques based on content request attributes
FR3009159B1 (fr) 2013-07-26 2017-06-23 Inst Mines Telecom Procede de traitement de donnees de geolocalisation
US8990357B2 (en) 2013-07-29 2015-03-24 Cloudflare, Inc. Method and apparatus for reducing loading time of web pages
US10951726B2 (en) 2013-07-31 2021-03-16 Citrix Systems, Inc. Systems and methods for performing response based cache redirection
US10743051B1 (en) 2013-08-08 2020-08-11 Time Warner Cable Enterprises Llc Tuning efficiency and delivery of content
US9444916B2 (en) * 2013-08-26 2016-09-13 Seven Networks, Llc Enhanced caching of domain name system (DNS) and reverse DNS queries for traffic management for signaling optimization in a mobile network
US9241044B2 (en) * 2013-08-28 2016-01-19 Hola Networks, Ltd. System and method for improving internet communication by using intermediate nodes
US20150067185A1 (en) 2013-09-04 2015-03-05 Akamai Technologies, Inc. Server-side systems and methods for reporting stream data
US20150120863A1 (en) 2013-10-25 2015-04-30 Qualcomm Incorporated Proxy network device selection in a communication network
EP3054650A4 (en) 2013-10-28 2016-10-12 Huawei Tech Co Ltd METHOD, DEVICE AND SYSTEM FOR RETRIEVING A DATA SERVICE PROXY
CA2930106A1 (en) 2013-11-11 2015-05-14 Adallom, Inc. Cloud service security broker and proxy
US10410244B2 (en) 2013-11-13 2019-09-10 Bi Science (2009) Ltd Behavioral content discovery
US9825812B2 (en) 2013-12-05 2017-11-21 Pulse Secure, Llc Transparently intercepting and optimizing resource requests
US10122747B2 (en) 2013-12-06 2018-11-06 Lookout, Inc. Response generation after distributed monitoring and evaluation of multiple devices
EP3080973B1 (en) 2013-12-11 2017-07-05 Telefonaktiebolaget LM Ericsson (publ) Proxy interception
EP3080972B1 (en) 2013-12-12 2017-06-28 Telefonaktiebolaget LM Ericsson (publ) A method and network node for caching web content
US20150172324A1 (en) 2013-12-13 2015-06-18 Alcatel-Lucent Usa Inc. Authorized SIP Redirection
KR20150080278A (ko) 2013-12-31 2015-07-09 주식회사 케이티 광고 컨텐츠 및 비디오 컨텐츠를 제공하는 장치 및 방법
US9351254B2 (en) 2014-01-22 2016-05-24 Seven Networks, Llc Method for power saving in mobile devices by optimizing wakelocks
CA2939921A1 (en) 2014-02-19 2015-08-27 Level 3 Communications, Llc Proxy server failover and load clustering
US9660895B1 (en) 2014-03-04 2017-05-23 Amazon Technologies, Inc. Geolocation routing and simulation of network conditions
WO2015153803A1 (en) 2014-04-01 2015-10-08 Apple Inc. Devices and methods for a ring computing device
WO2015157646A1 (en) 2014-04-11 2015-10-15 Ensighten, Inc. Url prefetching
US9459860B2 (en) 2014-04-30 2016-10-04 Paypal, Inc. Mixed mode session management
CN110855836B (zh) 2014-05-23 2022-05-31 三星电子株式会社 用于提供通知的方法和设备
US9354859B2 (en) 2014-05-30 2016-05-31 Kabushiki Kaisha Toshiba Efficiently updating multiple devices on a private network
US9654581B2 (en) 2014-05-30 2017-05-16 Apple Inc. Proxied push
US10432576B2 (en) 2014-06-19 2019-10-01 Instart Logic, Inc. User device to domain name resolver mapping
WO2015200293A1 (en) 2014-06-24 2015-12-30 Carroll David W Finger-wearable mobile communication device
US9813488B2 (en) 2014-06-25 2017-11-07 Comcast Cable Communications, Llc Detecting virtual private network usage
WO2015199702A1 (en) 2014-06-26 2015-12-30 Hewlett-Packard Development Company, L.P. Selecting proxies
CN105393247A (zh) * 2014-06-27 2016-03-09 华为技术有限公司 一种网页优化的设备及方法
US9979674B1 (en) 2014-07-08 2018-05-22 Avi Networks Capacity-based server selection
JP2017527056A (ja) 2014-08-04 2017-09-14 ステイフル.コム, インコーポレイテッドStayful.Com, Inc. 期限切れになる在庫のための電子市場プラットフォーム
CN106664254A (zh) 2014-08-21 2017-05-10 七网络有限责任公司 优化移动网络中的网络流量管理
US10120413B2 (en) 2014-09-11 2018-11-06 Interaxon Inc. System and method for enhanced training using a virtual reality environment and bio-signal data
TWI557528B (zh) 2014-10-03 2016-11-11 円星科技股份有限公司 電壓產生電路
GB2546692A (en) * 2014-10-13 2017-07-26 Seven Networks Llc Wireless traffic management system for caching at a mobile device based on user characteristics
US9749146B2 (en) * 2014-10-21 2017-08-29 Electronics And Telecommunications Research Institute Apparatus and methods for providing home network service
US9887933B2 (en) 2014-10-31 2018-02-06 The Nielsen Company (Us), Llc Method and apparatus to throttle media access by web crawlers
US10198645B2 (en) 2014-11-13 2019-02-05 Intel Corporation Preventing face-based authentication spoofing
US9602468B2 (en) 2014-11-19 2017-03-21 Facebook, Inc. Techniques to authenticate a client to a proxy through a domain name server intermediary
CN115834534A (zh) 2015-01-28 2023-03-21 安博科技有限公司 用于全局虚拟网络的系统
US9769642B2 (en) 2015-02-20 2017-09-19 Tracfone Wireless, Inc. Method and system for family plan sharing of wireless services
JP6315640B2 (ja) 2015-03-05 2018-04-25 日本電信電話株式会社 通信先対応関係収集装置、通信先対応関係収集方法及び通信先対応関係収集プログラム
US10412055B2 (en) 2015-03-09 2019-09-10 Telefonaktiebolaget Lm Ericsson (Publ) Enabling transmission encryption
US10462741B2 (en) 2015-03-31 2019-10-29 Lg Electronics Inc. Communication method carried out by terminal in wireless communication system and terminal utilizing the method
US10484487B2 (en) 2015-04-01 2019-11-19 At&T Mobility Ii Llc System and method for predictive delivery of prioritized content
EP3278480A4 (en) 2015-04-02 2018-10-03 Sedonasys Systems Ltd. Systems and methods for managing multi-layer communication networks
US11057446B2 (en) * 2015-05-14 2021-07-06 Bright Data Ltd. System and method for streaming content from multiple servers
US10701037B2 (en) 2015-05-27 2020-06-30 Ping Identity Corporation Scalable proxy clusters
US9843505B2 (en) 2015-05-28 2017-12-12 Cisco Technology, Inc. Differentiated quality of service using tunnels with security as a service
US9929879B2 (en) 2015-06-09 2018-03-27 Oracle International Corporation Multipath support of real-time communications
US11483405B2 (en) 2015-06-10 2022-10-25 Platform9, Inc. Private cloud as a service
CN107925594B (zh) 2015-06-11 2020-12-29 安博科技有限公司 用于网络挂毯多协议集成的系统和方法
US10389614B2 (en) 2015-06-18 2019-08-20 International Business Machines Corporation Web site reachability management for content browsing
CN106453449A (zh) 2015-08-06 2017-02-22 泰兴市智瀚科技有限公司 信息即时推送的方法和分布式系统服务器
US10608985B2 (en) 2015-08-14 2020-03-31 Oracle International Corporation Multihoming for tunneled encapsulated media
US20170063948A1 (en) * 2015-09-01 2017-03-02 Vuclip State-based subscription authorization system with fall-back
CN106534244B (zh) 2015-09-14 2020-01-17 中国移动通信集团公司 一种代理资源的调度方法及装置
CN106547793A (zh) 2015-09-22 2017-03-29 北京国双科技有限公司 获取代理服务器地址的方法和装置
CN105245607B (zh) 2015-10-23 2018-12-14 中国联合网络通信集团有限公司 代理服务器动态自动选择方法及系统
CN105335511A (zh) 2015-10-30 2016-02-17 百度在线网络技术(北京)有限公司 网页的访问方法及装置
US10404791B2 (en) 2015-12-04 2019-09-03 Microsoft Technology Licensing, Llc State-aware load balancing of application servers
WO2017117148A1 (en) 2015-12-29 2017-07-06 Radical App Llp A system, method, and computer program product for securely delivering content between storage mediums
US10672026B2 (en) 2016-01-31 2020-06-02 Assaf Toval System and a method for surveying advertisements in mobile applications
US10567217B2 (en) 2016-02-29 2020-02-18 Whatsapp Inc. Techniques to perform the dynamic configuration of load-balanced relay operations
US10754334B2 (en) 2016-05-09 2020-08-25 Strong Force Iot Portfolio 2016, Llc Methods and systems for industrial internet of things data collection for process adjustment in an upstream oil and gas environment
US10264079B2 (en) 2016-05-18 2019-04-16 Cisco Technology, Inc. Fastpath web sessions with HTTP header modification by redirecting clients
US9635043B1 (en) 2016-06-10 2017-04-25 Cloudflare, Inc. Method and apparatus for causing a delay in processing requests for internet resources received from client devices
WO2018004556A1 (en) 2016-06-29 2018-01-04 Intel Corporation Natural language indexer for virtual assistants
CN107566150B (zh) 2016-07-01 2020-04-28 华为技术有限公司 处理云资源的方法和物理节点
US11395092B2 (en) 2016-07-18 2022-07-19 Here Global B.V. Device location verification for updated map data
US10044826B2 (en) * 2016-08-10 2018-08-07 Cloudflare, Inc. Method and apparatus for reducing network resource transmission size using delta compression
EP3497876A4 (en) 2016-08-12 2020-04-01 7tunnels, Inc. SYSTEMS AND METHODS FOR SECURE COMMUNICATION BY RANDOM ENCRYPTION MASK CRYPTOGRAPHY
US10491622B2 (en) * 2017-01-04 2019-11-26 Synack, Inc. Automatic webpage change detection
US11038967B2 (en) 2017-01-26 2021-06-15 Verizon Patent And Licensing Inc. Enabling hypertext transfer protocol (HTTP) connect in association with a toll-free data service
US10771425B2 (en) 2017-01-30 2020-09-08 Hubspot, Inc. Electronic message lifecycle management
US10361943B2 (en) 2017-02-06 2019-07-23 Ca, Inc. Methods providing performance management using a proxy baseline and related systems and computer program products
US10833891B2 (en) 2017-02-11 2020-11-10 Pismo Labs Technology Limited Methods and systems for transmitting information packets through tunnel groups at a network node
US10880330B2 (en) 2017-05-19 2020-12-29 Indiana University Research & Technology Corporation Systems and methods for detection of infected websites
US10873567B2 (en) 2017-06-26 2020-12-22 Open Text Corporation Systems and methods for providing communications between on-premises servers and remote devices
US11025724B2 (en) 2017-07-24 2021-06-01 Facebook, Inc. Transport of control data in proxy-based network communications
US10491475B2 (en) 2017-07-31 2019-11-26 Bank Of America Corporation Proxy automatic configuration file manager
LT3805958T (lt) 2017-08-28 2024-03-12 Bright Data Ltd. Būdas pagerinti turinio parsisiuntimą, pasirenkant tunelinius įrenginius
US10104039B1 (en) 2017-09-28 2018-10-16 Cloudflare, Inc. Establishing and using a tunnel from an origin server in a distributed edge compute and routing service
WO2019068037A1 (en) 2017-09-30 2019-04-04 Oracle International Corporation REAL TIME DEBUGGING UNITS IN A PLATFORM DEPLOYED WITH CONTAINERS
US11184452B2 (en) 2017-10-13 2021-11-23 Yokogawa Electric Corporation System and method for selecting proxy computer
CN107832355B (zh) 2017-10-23 2019-03-26 北京金堤科技有限公司 一种爬虫程序的代理获取的方法及装置
CN107864143B (zh) 2017-11-13 2020-05-15 翼果(深圳)科技有限公司 自演进的高效的代理资源供应系统及方法
US10656960B2 (en) 2017-12-01 2020-05-19 At&T Intellectual Property I, L.P. Flow management and flow modeling in network clouds
US10938696B2 (en) 2017-12-21 2021-03-02 Apple Inc. Health status monitoring for services provided by computing devices
CN108062413B (zh) * 2017-12-30 2019-05-28 平安科技(深圳)有限公司 网页数据处理方法、装置、计算机设备及存储介质
US11606337B2 (en) 2018-01-26 2023-03-14 Wistron Aiedge Corporation Fog-enabled multipath virtual private network
US10986602B2 (en) 2018-02-09 2021-04-20 Intel Corporation Technologies to authorize user equipment use of local area data network features and control the size of local area data network information in access and mobility management function
US10609189B2 (en) 2018-02-19 2020-03-31 Verizon Digital Media Services Inc. Seamless stream failover with distributed manifest generation
WO2019168557A1 (en) 2018-02-27 2019-09-06 Visa International Service Association High-throughput data integrity via trusted computing
US11635877B2 (en) * 2018-04-06 2023-04-25 Allstate Insurance Company Processing system having a machine learning engine for providing a selectable item availability output
US10601956B2 (en) 2018-06-04 2020-03-24 Cisco Technology, Inc. Automatically and remotely on-board services delivery platform computing nodes
US10667172B2 (en) 2018-06-18 2020-05-26 Akamai Technologies, Inc. Download management with congestion mitigation for over the air content delivery to vehicles
CN108924199A (zh) 2018-06-21 2018-11-30 中山英迈锐信息技术有限公司 爬虫程序自动获取网络代理服务器的方法、装置、计算机存储介质及终端设备
US20220070216A1 (en) 2018-07-25 2022-03-03 Cyren, Inc. Phishing detection system and method of use
US20200097951A1 (en) * 2018-09-21 2020-03-26 Microsoft Technology Licensing, Llc Cryptocurrency system using body activity data
US10778527B2 (en) 2018-10-31 2020-09-15 Oracle International Corporation Methods, systems, and computer readable media for providing a service proxy function in a telecommunications network core using a service-based architecture
US11019034B2 (en) 2018-11-16 2021-05-25 Akamai Technologies, Inc. Systems and methods for proxying encrypted traffic to protect origin servers from internet threats
US20200159622A1 (en) 2018-11-19 2020-05-21 Hewlett Packard Enterprise Development Lp Rule based failure addressing
US11178111B2 (en) 2018-11-28 2021-11-16 International Business Machines Corporation Licensing authority controlled modification of http headers in a proxy-based system
US11120107B2 (en) 2018-12-06 2021-09-14 International Business Machines Corporation Managing content delivery to client devices
US10452868B1 (en) 2019-02-04 2019-10-22 S2 Systems Corporation Web browser remoting using network vector rendering
US10728317B1 (en) 2019-02-11 2020-07-28 Verizon Patent And Licensing, Inc. Usage-based server load balancing
EP4177771A1 (en) * 2019-02-25 2023-05-10 Bright Data Ltd. System and method for url fetching retry mechanism
WO2020181449A1 (en) 2019-03-11 2020-09-17 Citrix Systems, Inc. User experience oriented path selection
CN110062025B (zh) 2019-03-14 2022-09-09 深圳绿米联创科技有限公司 数据采集的方法、装置、服务器及存储介质
CN110071980A (zh) 2019-04-26 2019-07-30 宜人恒业科技发展(北京)有限公司 代理节点的分配方法及装置
CN110147271B (zh) 2019-05-15 2020-04-28 重庆八戒传媒有限公司 提升爬虫代理质量的方法、装置及计算机可读存储介质
US10771524B1 (en) 2019-07-31 2020-09-08 Theta Labs, Inc. Methods and systems for a decentralized data streaming and delivery network
US11956265B2 (en) 2019-08-23 2024-04-09 BitSight Technologies, Inc. Systems and methods for inferring entity relationships via network communications of users or user devices
US10637956B1 (en) 2019-10-01 2020-04-28 Metacluster It, Uab Smart proxy rotator
US11366862B2 (en) * 2019-11-08 2022-06-21 Gap Intelligence, Inc. Automated web page accessing
US11615157B2 (en) * 2020-09-29 2023-03-28 Oxylabs, Uab Optimizing scraping requests through browsing profiles
US11258872B1 (en) 2020-12-10 2022-02-22 Amazon Technologie, Inc. Techniques for accelerating page rendering
EP4227828A1 (en) * 2021-07-08 2023-08-16 oxylabs, UAB Web scraping through use of proxies, and applications thereof

Also Published As

Publication number Publication date
US20220129516A1 (en) 2022-04-28
US20200356618A1 (en) 2020-11-12
US20230004618A1 (en) 2023-01-05
US20220366001A1 (en) 2022-11-17
EP3780557B1 (en) 2023-02-15
US10963531B2 (en) 2021-03-30
EP3750079A2 (en) 2020-12-16
EP3780557A1 (en) 2021-02-17
EP3780547B1 (en) 2023-02-15
WO2020174460A2 (en) 2020-09-03
US10902080B2 (en) 2021-01-26
EP4177771A1 (en) 2023-05-10
US20200394246A1 (en) 2020-12-17
US20230259570A1 (en) 2023-08-17
US20220138278A1 (en) 2022-05-05
EP4053717A3 (en) 2022-10-26
US11593446B2 (en) 2023-02-28
EP3750079A4 (en) 2022-01-12
EP4075304B1 (en) 2023-06-28
US11675866B2 (en) 2023-06-13
US20230267160A1 (en) 2023-08-24
US20230259572A1 (en) 2023-08-17
US20210067577A1 (en) 2021-03-04
EP3780547A1 (en) 2021-02-17
LT3780547T (lt) 2023-03-10
US11657110B2 (en) 2023-05-23
US20230004617A1 (en) 2023-01-05
EP4075304A1 (en) 2022-10-19
US20230259571A1 (en) 2023-08-17
EP4236263A2 (en) 2023-08-30
EP4236263A3 (en) 2023-09-06
LT3780557T (lt) 2023-03-10
US20220129515A1 (en) 2022-04-28
US20220129514A1 (en) 2022-04-28
US20230161832A1 (en) 2023-05-25
US20210200830A1 (en) 2021-07-01
US20210133272A1 (en) 2021-05-06
US20200358858A1 (en) 2020-11-12
WO2020174460A3 (en) 2020-10-01
EP4053717A2 (en) 2022-09-07
EP4220442A1 (en) 2023-08-02
EP4220441A1 (en) 2023-08-02

Similar Documents

Publication Publication Date Title
LT3780557T (lt) Turinio parsisiuntimo, naudojant url bandymų mechanizmą, sistema ir būdas
SG11202105749SA (en) System and method for guiding card positioning using phone sensors
EP3850549A4 (en) SYSTEM AND METHOD FOR OBTAINING WORKOUT DATA
GB2583793B (en) System and method for data acquisition
IL278230A (en) System and method for using V2X and information from sensors
IL290021A (en) Method, device and system for data transfer
SG11202003808PA (en) System and method for data processing
GB2567845B (en) A method and system for combining sensor data
GB2595408B (en) System, method and apparatus for enabling partial data transfers with indicators
EP3811671A4 (en) PROCESS AND APPARATUS FOR VALIDATION OF STORED SYSTEM INFORMATION
EP3286720A4 (en) Method, apparatus and system for inserting watermark data
GB2584251B (en) Method and system for customized content
EP3534266A4 (en) METHOD, APPARATUS AND SYSTEM FOR PREDICTING DATA
SG11202008173QA (en) Webpage translation system, webpage translation apparatus, webpage providing apparatus, and webpage translation method
PL3806501T3 (pl) Sposób, aparat oraz system do pozycjonowania elektronicznego znacznika cenowego
IL279546A (en) Apparatus, system, and method for increasing object visibility
SG11202101201UA (en) A method and system for securing data
GB2574644B (en) A location system, method, and calibration method
GB2585087B (en) Positioning system and method
SG10201907250TA (en) System and method for recommending multimedia data
EP3775471A4 (en) DATA STREAMING SYSTEM AND PROCEDURE
HK1254925A1 (zh) 大數據採集方法、裝置及系統
EP3952440A4 (en) DATA TRANSFER METHOD AND DEVICE
GB201821037D0 (en) System and method for data transfer
SG11202010813TA (en) A system and method for image retrieval