US8161184B2 - Method and apparatus for facilitating long-lived DNS queries - Google Patents
Method and apparatus for facilitating long-lived DNS queries Download PDFInfo
- Publication number
- US8161184B2 US8161184B2 US10/877,518 US87751804A US8161184B2 US 8161184 B2 US8161184 B2 US 8161184B2 US 87751804 A US87751804 A US 87751804A US 8161184 B2 US8161184 B2 US 8161184B2
- Authority
- US
- United States
- Prior art keywords
- llq
- client
- response
- dns server
- receiving
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q20/00—Payment architectures, schemes or protocols
- G06Q20/38—Payment protocols; Details thereof
- G06Q20/382—Payment protocols; Details thereof insuring higher security of transaction
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/45—Network directories; Name-to-address mapping
- H04L61/4505—Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
- H04L61/4511—Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/45—Network directories; Name-to-address mapping
- H04L61/4541—Directories for service discovery
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/51—Discovery or management thereof, e.g. service location protocol [SLP] or web services
Definitions
- the present invention relates to computer networks. More specifically, the present invention relates to a method and an apparatus that facilitates long-lived domain name system (DNS) queries.
- DNS domain name system
- a client it is presently common for a client to use a variety of services over a network. For example, a computer running Apple's iPhotoTM may share another computer's iPhotoTM album over a network.
- a service over a network One prerequisite for using a service over a network is that, prior to using the service, a client needs to identify a specific instance of that service, for example by obtaining the service's host address and port number. It is therefore important for a client to obtain and maintain accurate and updated information for services in a network.
- DNS domain name system
- IETF Internet Engineering Task Force
- RRC Request for Comments
- a traditional DNS query is “one-shot”—a name server answers a query only once, and returns only results available at that moment.
- a client queries a name server it only obtains information for a service instance at a specific point in time.
- a client has to periodically poll the name server. This solution has drawbacks, because a low polling rate can leave the client with stale information, and a high polling rate can have an adverse impact on network and server performance.
- One embodiment of the present invention provides a system that implements a long-lived query (LLQ) at a name server.
- the system receives an LLQ from a client at the name server, wherein the LLQ requests information related to one or more data items stored on the name server.
- the system informs the client of updates to the one or more data items.
- receiving the LLQ involves a two-way handshake process, a three-way handshake process, or a four-way handshake process.
- the system first receives an initial LLQ setup request from the client, which includes a desired lease life. To avoid potential spoofing, the system then sends a challenge to the client in response to the LLQ setup request, wherein the challenge includes a random LLQ identifier (LLQ-ID) and a granted lease life. Next, the system receives a challenge response from the client in response to the challenge, wherein the challenge response echoes the LLQ-ID. The system then sends an acknowledgement to the client in response to the challenge response, along with the information related to the one or more data items as requested by the LLQ.
- LLQ-ID random LLQ identifier
- the system monitors the state of the one or more data items specified by the LLQ. If the state of the one or more data items changes, the system communicates the changes to the client in one or more gratuitous responses.
- a gratuitous response message may include multiple data items corresponding to a single LLQ, unless the size of the gratuitous response message exceeds a packet-size limitation.
- the system receives a refresh request for one or more LLQs from a client.
- the system allows the one or more LLQs to remain active for a period of time.
- the system updates the address or listening port associated with the client upon receiving a refresh request, which indicates a change of the client's address or listening port.
- system sends an acknowledgement to the client in response to the refresh request.
- the system receives a terminate request for one or more LLQs from a client.
- the system terminates the one or more LLQs specified in the refresh request.
- the system receives an LLQ from a client at an intermediate LLQ proxy, which communicates directly with the client, and which communicates with the name server on behalf of one or more clients.
- One embodiment of the present invention provides a system that discovers a service in a network.
- the system maintains state information for one or more services in the network on a name server.
- the system communicates from the name server subsequent updates of the service to the requesting host.
- the system stops communication of the subsequent updates to the requesting host after a period of time following receipt of the request.
- One embodiment of the present invention provides a system that implements a long-lived query (LLQ).
- the system sends an LLQ to a name server from a client, wherein the LLQ requests information related to one or more data items stored on the name server, and wherein the LLQ remains active for a period of time.
- the system then receives subsequent updates of the one or more data items at the client from the name server.
- the system sends a refresh request before the LLQ expires so that the LLQ remains active.
- One embodiment of the present invention provides a system that discovers a service in a network.
- the system communicates a query from a client to a name server, wherein the name server maintains state information for one or more services in the network.
- the system then receives subsequent updates of the service at the client from the name server.
- the system communicates a refresh request to the name server before the query expires, so that the query remains active.
- FIG. 1 illustrates a network containing a name server that supports LLQs in accordance with an embodiment of the present invention.
- FIG. 2 illustrates a DNS message format that supports LLQs in accordance with an embodiment of the present invention.
- FIG. 3 presents a time-space diagram and a flowchart illustrating a four-way handshake process for setting up an LLQ in accordance with an embodiment of the present invention.
- FIG. 4 presents a flowchart illustrating the process of sending network service updates to a client in accordance with an embodiment of the present invention.
- FIG. 5A presents a flowchart illustrating the process of sending a refresh request from a client to refresh the lease lives of one or more LLQs in accordance with an embodiment of the present invention.
- FIG. 5B presents a flowchart illustrating the process of sending a refresh request from a client to update its address or listening port in accordance with an embodiment of the present invention.
- FIG. 6 illustrates a network containing a DNS cache acting as an LLQ proxy which handles LLQs in accordance with an embodiment of the present invention.
- a computer readable storage medium which may be any device or medium that can store code and/or data for use by a computer system.
- the transmission medium may include a communications network, such as the Internet.
- FIG. 1 illustrates a network containing a name server that supports LLQs in accordance with an embodiment of the present invention.
- network 100 contains a name server 120 , computer systems 102 and 104 , printers 106 and 108 , and a scanner 110 .
- network 100 may be a local-area network or a wide-area network, such as the Internet.
- printers 106 and 108 provide printing services over network 100 .
- Name server 120 When client computer 104 needs a printing service, it sets up an LLQ at name server 120 .
- Name server 120 maintains updated state information for both printers 106 and 108 . In this example, printer 106 's printing service is available and printer 108 's printing service is not available when computer 102 's LLQ is set up. Hence, name server 120 sends computer 104 the current information about the printing service offered by printer 106 .
- name server 120 During the lease life granted by name server 120 to computer 104 's LLQ regarding this particular service (printing service by printer 106 ), name server 120 automatically updates computer 104 with the latest changes of this service through gratuitous responses. For example, when printer 106 is offline or out of paper, name server 120 sends a gratuitous response which notifies computer 102 of this change of the service. In addition, if printer 108 's service becomes available, name server 120 also notifies computer 102 that additional service by printer 108 is now available.
- FIG. 2 illustrates a DNS message format that supports LLQs in accordance with an embodiment of the present invention.
- a typical DNS message includes a header 210 , a question field 212 , an answer field 214 , an authority field 216 , and an additional information field 218 .
- Question field 212 is used to send a query from a client to the name server.
- Answer field 214 , authority field 216 , and additional information field 218 include “resource records” (RRs) that share a common RR format. Note that each of these fields may be include one or more RRs.
- RRs resource records
- a resource record includes a NAME field 220 , a TYPE field 222 , a CLASS field 224 , a time-to-live (TTL) field 226 , a resource data length (RDLEN) field 228 , and resource data (RDATA) field 230 .
- TTL time-to-live
- RLEN resource data length
- RDATA resource data
- One approach to implement LLQ is to use option (OPT) pseudo-RR as specified in IETF RFC 2671. Encoding an LLQ request in an OPT RR allows for implementation of LLQ with minimal modification to a name server's front-end, and causes servers that do not implement LLQ to return an appropriate error automatically.
- NAME field 220 is the name to which the following resource data corresponds, which in this case is the root domain of the service.
- TYPE field 222 has the value of OPT to indicate that this is an OPT RR.
- CLASS field 224 indicates, as per RFC 2671, the sender's user datagram protocol (UDP) payload size.
- UDP user datagram protocol
- clients and servers are not required to determine their reassembly buffer size or path maximum transmission unit (MTU) to support an LLQ.
- MTU path maximum transmission unit
- TTL field 226 indicates the number of seconds that the RR can be cached by the client.
- TTL field 226 can be set to zero to indicate that the RR does not contain resource record data to be cached.
- RDLEN field 228 specifies the length of the RDATA field 230 .
- RDATA field 230 contains the following fields to carry LLQ information: OPTION-CODE field 232 is used to indicate that the following fields carry LLQ information. OPTION-LENGTH field 234 indicates the length of following fields. VERSION field 236 indicates the version of LLQ protocol implemented. LLQ-OPCODE field 238 identifies an LLQ operation (e.g., setup or refresh). ERROR field 240 indicates LLQ errors. LLQ-ID field 242 contains an identifier for a specific LLQ. LEASE LIFE field 244 indicates a requested or granted life of LLQ, in seconds. This data format, comprising of (OPTION-CODE, OPTION-LEN, LLQ-Metadata) tuples, may be repeated an arbitrary number of times in the RDATA field, with a properly set RDLEN field.
- FIG. 3 presents a time-space diagram and a flowchart illustrating a four-way handshake process for setting up an LLQ in accordance with an embodiment of the present invention.
- a client initiates an LLQ, and completes the LLQ setup via a four-way handshake process with the name server. This process provides a reliable setup and reduces the risk of denial of service attacks.
- the system in a name server starts by receiving an LLQ setup request from a client (step 310 ).
- An LLQ setup request is formatted like a standard DNS query, with an OPT RR containing LLQ metadata in its additional information field.
- LLQ setup requests are identified by the LLQ-SETUP OPCODE and a zero-valued LLQ-ID.
- An LLQ setup request may contain multiple questions to set up multiple LLQs, each of which is contained in an LLQ metadata section.
- An LLQ setup request may also request a lease life, during which the LLQ remain valid at the name server.
- An LLQ challenge is a DNS response, with its DNS message ID matching that of the request, and with all questions in the request present in the question field.
- the challenge contains an OPT-RR with an LLQ metadata section for each LLQ request, indicating the success or failure of each request.
- the challenge also contains an LLQ-ID and a granted lease life for each successfully requested LLQ.
- An LLQ-ID can be a unique random number generated by the name server. The name server discards an LLQ when its lease life expires, unless the client refreshes the LLQ in time.
- This LLQ challenge response can be a DNS request with a single OPT-RR in the additional information field, with the OPT-RR RDATA identical to the OPT-RR RDATA contained in the LLQ challenge (i.e., echoing, for each set of fields, the LLQ-ID and the granted lease life).
- the system then sends out an acknowledgement acknowledging the LLQ challenge response (step 340 ).
- This acknowledgement contains all available answers to the question(s) contained in the original LLQ setup request, along with all additional RRs appropriate for those answers in the additional information field. It also contains an OPT-RR that repeats the assigned LLQ-ID and lease life.
- the four-way handshake process described above is just one embodiment of the present invention. It mainly targets to prevent spoofing which could lead to denial-of-service attacks.
- a two-way, three-way, or n-way handshake process may be used to set up an LLQ.
- the actual mechanism of how an LLQ is set up does not affect the basic operation of an LLQ.
- a client first sends an LLQ setup request to the name server.
- the name server Upon receiving the LLQ setup request, the name server responds with all available answers to the question(s) contained in the LLQ setup request. In the same response, the name server also assigns an LLQ-ID and a lease life for the LLQ.
- a client first sends an LLQ setup request to the name server.
- the name server responds with all available answers to the question(s) contained in the LLQ setup request.
- the name server also assigns an LLQ-ID and a lease life for the LLQ.
- the client sends an acknowledgement back to the server to confirm successful receipt of the response.
- FIG. 4 presents a flowchart illustrating the process of sending network service updates to a client in accordance with an embodiment of the present invention.
- the server checks whether the updated resource records answer any LLQs whose lease lives have not expired. If so, the name server sends the updated RRs in the form of a gratuitous DNS response to the LLQ requestor client.
- the name server may aggregate gratuitous responses for a single LLQ, such that a single message contains multiple RRs. However, aggregation is not desirable if it would cause a message that would otherwise fit in a single packet to be truncated, or would introduce undue latency.
- the name server After sending a gratuitous response, the name server waits for an acknowledgement from the client. If the client does not respond, the server can re-send the response a number of times, waiting for a period between each re-transmission, terminating the LLQ if no acknowledgement is received.
- the flow chart in FIG. 4 illustrates this event notification process.
- the system in a name server starts by monitoring the state of services and determines whether there is any RR update (step 410 ). If not, the system continues monitoring. If so, the system determines whether the updated RR answers any unexpired LLQs (step 420 ). If not, the system continues monitoring the services. If so, the system sends a gratuitous response to the client with the updated RR (step 430 ). The system then determines whether it has received any acknowledgement from the client within a period of time (step 440 ). An acknowledgement indicates that the client has successfully received the gratuitous response, and the system continues its monitoring of the services.
- the system re-sends the gratuitous response to the client (step 450 ), and waits for acknowledgement (step 460 ). If the system eventually receives an acknowledgement, the gratuitous response is successful and the system goes back to the monitoring state. If not, the system terminates the LLQ (step 470 ). Note that the system may re-send the gratuitous response for a number of times, and may wait for progressively longer periods between the re-sends.
- FIG. 5A presents a flowchart illustrating the process of sending a refresh request from a client to refresh the lease lives of one or more LLQs in accordance with an embodiment of the present invention.
- a client desires to maintain an LLQ beyond the duration specified in the assigned lease life, the client may send a refresh request.
- a refresh request is similar to an LLQ setup response, with the LLQ-OPCODE set to LLQ-REFRESH.
- a refresh request returns no answers.
- a client may aggregate a number of LLQs in one refresh request message to reduce network traffic.
- the client starts by determining whether the lease life of an LLQ is about to expire (step 510 ). If so, it sends a refresh request to the name server (step 520 ). It then waits for an acknowledgement from the name server (step 530 ). If it receives an acknowledgement, the refresh process is successful and hence complete. If it does not receive an acknowledgement after a certain period of time, it may re-transmit the refresh request to the name server (step 520 ). If the client determines that the name server is down because no acknowledgement is received, the client may re-establish the LLQ.
- FIG. 5B presents a flowchart illustrating the process of sending a refresh request from a client to update its address or listening port in accordance with an embodiment of the present invention. If a client's address or listening port changes, the client may send an LLQ refresh request to the name server from the new address or port. Upon receiving the refresh request, the name server updates the address or port number associated with the client, and renews the lease life of the LLQ belonging to the client.
- the client starts by determining whether there is a change in its address or listening port (step 540 ). If not, it continues monitoring its address and listening port. If so, the client sends a refresh request to the name server (step 550 ). It then waits for an acknowledgement from the name server (step 560 ). If it receives an acknowledgement, the refresh process is successful and hence complete. If it does not receive an acknowledgement after a certain period of time, it may re-transmit the refresh request to the name server (step 550 ). If the client determines that the name server is down because no acknowledgement is received, the client may re-establish the LLQ.
- FIG. 6 illustrates a network containing a DNS cache acting as an LLQ proxy which handles LLQs in accordance with an embodiment of the present invention.
- Computer 102 may send LLQ setup request and control messages to an intermediate DNS cache 610 . If DNS cache 610 serves as an intermediate LLQ proxy, it can communicate directly with computer 102 and with name server 660 on behalf of one or more clients.
- DNS cache 610 does not implement LLQ proxying, computer 102 needs to determine the address and port number of the name server to which it can send LLQ messages. To identify the name server that handles LLQ messages, computer 102 first sends a standard DNS query for the name of the LLQ, with type SOA (start of authority). If the SOA record exists, the name server answers with that SOA record in the answer field of its response message. If not, the name server answers with an SOA record for that name's zone in the authority field of its response message. For example, a query for _ftp._tcp.apple.com. may return an SOA record named apple.com.
- SOA start of authority
- Computer 102 constructs and sends an SRV (service location) query for the name _dns-llq._udp. ⁇ soa-name>, which in this example is _dsn-llq._udp.apple.com.
- SRV RDATA indicates the port to which LLQ requests are to be sent.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Business, Economics & Management (AREA)
- Accounting & Taxation (AREA)
- Physics & Mathematics (AREA)
- Finance (AREA)
- Strategic Management (AREA)
- Computer Security & Cryptography (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Telephonic Communication Services (AREA)
- Computer And Data Communications (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
- Preparation Of Compounds By Using Micro-Organisms (AREA)
Priority Applications (9)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/877,518 US8161184B2 (en) | 2004-06-25 | 2004-06-25 | Method and apparatus for facilitating long-lived DNS queries |
CA2562639A CA2562639C (en) | 2004-06-25 | 2005-02-10 | Method and apparatus for facilitating long-lived dns queries |
JP2007507311A JP4594380B2 (ja) | 2004-06-25 | 2005-02-10 | 長命のdnsクエリを円滑にするための方法および装置 |
EP05713326A EP1759517B1 (en) | 2004-06-25 | 2005-02-10 | Method and apparatus for facilitating long-lived dns queries |
AU2005267597A AU2005267597B2 (en) | 2004-06-25 | 2005-02-10 | Method and apparatus for facilitating long-lived DNS queries |
PCT/US2005/004305 WO2006011909A1 (en) | 2004-06-25 | 2005-02-10 | Method and apparatus for facilitating long-lived dns queries |
DE602005014106T DE602005014106D1 (de) | 2004-06-25 | 2005-02-10 | Verfahren und vorrichtung zur ermöglichung langlebiger dns-abfragen |
AT05713326T ATE429771T1 (de) | 2004-06-25 | 2005-02-10 | Verfahren und vorrichtung zur ermöglichung langlebiger dns-abfragen |
HK07107333.4A HK1102948A1 (en) | 2004-06-25 | 2007-07-09 | Method and apparatus for facilitating long-lived dns queries |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/877,518 US8161184B2 (en) | 2004-06-25 | 2004-06-25 | Method and apparatus for facilitating long-lived DNS queries |
Publications (2)
Publication Number | Publication Date |
---|---|
US20060010224A1 US20060010224A1 (en) | 2006-01-12 |
US8161184B2 true US8161184B2 (en) | 2012-04-17 |
Family
ID=34960597
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/877,518 Active 2027-12-24 US8161184B2 (en) | 2004-06-25 | 2004-06-25 | Method and apparatus for facilitating long-lived DNS queries |
Country Status (9)
Country | Link |
---|---|
US (1) | US8161184B2 (ja) |
EP (1) | EP1759517B1 (ja) |
JP (1) | JP4594380B2 (ja) |
AT (1) | ATE429771T1 (ja) |
AU (1) | AU2005267597B2 (ja) |
CA (1) | CA2562639C (ja) |
DE (1) | DE602005014106D1 (ja) |
HK (1) | HK1102948A1 (ja) |
WO (1) | WO2006011909A1 (ja) |
Cited By (43)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20160127305A1 (en) * | 2014-10-31 | 2016-05-05 | Cisco Technology, Inc. | Visibility control for domain name system service discovery |
CN106576118A (zh) * | 2014-07-30 | 2017-04-19 | 思科技术公司 | 基于dns的动态服务发现 |
US20180205697A1 (en) * | 2008-11-17 | 2018-07-19 | Amazon Technologies, Inc. | Managing content delivery network service providers by a content broker |
US10447648B2 (en) | 2017-06-19 | 2019-10-15 | Amazon Technologies, Inc. | Assignment of a POP to a DNS resolver based on volume of communications over a link between client devices and the POP |
US10503613B1 (en) | 2017-04-21 | 2019-12-10 | Amazon Technologies, Inc. | Efficient serving of resources during server unavailability |
US10506029B2 (en) | 2010-01-28 | 2019-12-10 | Amazon Technologies, Inc. | Content distribution network |
US10511567B2 (en) | 2008-03-31 | 2019-12-17 | Amazon Technologies, Inc. | Network resource identification |
US10516590B2 (en) | 2016-08-23 | 2019-12-24 | Amazon Technologies, Inc. | External health checking of virtual private cloud network environments |
US10523783B2 (en) | 2008-11-17 | 2019-12-31 | Amazon Technologies, Inc. | Request routing utilizing client location information |
US10530874B2 (en) | 2008-03-31 | 2020-01-07 | Amazon Technologies, Inc. | Locality based content distribution |
US10542079B2 (en) | 2012-09-20 | 2020-01-21 | Amazon Technologies, Inc. | Automated profiling of resource usage |
US10554748B2 (en) | 2008-03-31 | 2020-02-04 | Amazon Technologies, Inc. | Content management |
US10592578B1 (en) | 2018-03-07 | 2020-03-17 | Amazon Technologies, Inc. | Predictive content push-enabled content delivery network |
US10616250B2 (en) | 2016-10-05 | 2020-04-07 | Amazon Technologies, Inc. | Network addresses with encoded DNS-level information |
US10623408B1 (en) | 2012-04-02 | 2020-04-14 | Amazon Technologies, Inc. | Context sensitive object management |
US10645056B2 (en) | 2012-12-19 | 2020-05-05 | Amazon Technologies, Inc. | Source-dependent address resolution |
US10645149B2 (en) | 2008-03-31 | 2020-05-05 | Amazon Technologies, Inc. | Content delivery reconciliation |
US10666756B2 (en) | 2016-06-06 | 2020-05-26 | Amazon Technologies, Inc. | Request management for hierarchical cache |
US10691752B2 (en) | 2015-05-13 | 2020-06-23 | Amazon Technologies, Inc. | Routing based request correlation |
US10728133B2 (en) | 2014-12-18 | 2020-07-28 | Amazon Technologies, Inc. | Routing mode and point-of-presence selection service |
US10742550B2 (en) | 2008-11-17 | 2020-08-11 | Amazon Technologies, Inc. | Updating routing information based on client location |
US10778554B2 (en) | 2010-09-28 | 2020-09-15 | Amazon Technologies, Inc. | Latency measurement in resource requests |
US10783077B2 (en) | 2009-06-16 | 2020-09-22 | Amazon Technologies, Inc. | Managing resources using resource expiration data |
US10785037B2 (en) | 2009-09-04 | 2020-09-22 | Amazon Technologies, Inc. | Managing secure content in a content delivery network |
US10797995B2 (en) | 2008-03-31 | 2020-10-06 | Amazon Technologies, Inc. | Request routing based on class |
US10831549B1 (en) | 2016-12-27 | 2020-11-10 | Amazon Technologies, Inc. | Multi-region request-driven code execution system |
US10862852B1 (en) | 2018-11-16 | 2020-12-08 | Amazon Technologies, Inc. | Resolution of domain name requests in heterogeneous network environments |
US10931738B2 (en) | 2010-09-28 | 2021-02-23 | Amazon Technologies, Inc. | Point of presence management in request routing |
US10938884B1 (en) | 2017-01-30 | 2021-03-02 | Amazon Technologies, Inc. | Origin server cloaking using virtual private cloud network environments |
US10951725B2 (en) | 2010-11-22 | 2021-03-16 | Amazon Technologies, Inc. | Request routing processing |
US10958501B1 (en) | 2010-09-28 | 2021-03-23 | Amazon Technologies, Inc. | Request routing information based on client IP groupings |
US11025747B1 (en) | 2018-12-12 | 2021-06-01 | Amazon Technologies, Inc. | Content request pattern-based routing system |
US11075987B1 (en) | 2017-06-12 | 2021-07-27 | Amazon Technologies, Inc. | Load estimating content delivery network |
US11108729B2 (en) | 2010-09-28 | 2021-08-31 | Amazon Technologies, Inc. | Managing request routing information utilizing client identifiers |
US11134134B2 (en) | 2015-11-10 | 2021-09-28 | Amazon Technologies, Inc. | Routing for origin-facing points of presence |
US11194719B2 (en) | 2008-03-31 | 2021-12-07 | Amazon Technologies, Inc. | Cache optimization |
US11290418B2 (en) | 2017-09-25 | 2022-03-29 | Amazon Technologies, Inc. | Hybrid content request routing system |
US11297140B2 (en) | 2015-03-23 | 2022-04-05 | Amazon Technologies, Inc. | Point of presence based data uploading |
US11303717B2 (en) | 2012-06-11 | 2022-04-12 | Amazon Technologies, Inc. | Processing DNS queries to identify pre-processing information |
US11308522B2 (en) * | 2018-12-14 | 2022-04-19 | Anagog Ltd. | Utilizing browsing history while preserving user-privacy |
US11336712B2 (en) | 2010-09-28 | 2022-05-17 | Amazon Technologies, Inc. | Point of presence management in request routing |
US11457088B2 (en) | 2016-06-29 | 2022-09-27 | Amazon Technologies, Inc. | Adaptive transfer rate for retrieving content from a server |
US11604667B2 (en) | 2011-04-27 | 2023-03-14 | Amazon Technologies, Inc. | Optimized deployment based upon customer locality |
Families Citing this family (44)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7113980B2 (en) * | 2001-09-06 | 2006-09-26 | Bea Systems, Inc. | Exactly once JMS communication |
US20060218303A1 (en) * | 2005-03-25 | 2006-09-28 | The Go Daddy Group, Inc. | Creation of a database storing domain names and business operational areas |
US20060218151A1 (en) * | 2005-03-25 | 2006-09-28 | The Go Daddy Group, Inc. | Use of a database storing domain names and business operational areas |
US7870265B2 (en) * | 2005-06-30 | 2011-01-11 | Oracle International Corporation | System and method for managing communications sessions in a network |
CN101346634B (zh) | 2005-11-04 | 2012-10-24 | 甲骨文国际公司 | 用于通信网络中的网守的系统和方法 |
US8171466B2 (en) | 2006-05-16 | 2012-05-01 | Oracle International Corporation | Hitless application upgrade for SIP server architecture |
US8112525B2 (en) * | 2006-05-16 | 2012-02-07 | Oracle International Corporation | Engine near cache for reducing latency in a telecommunications environment |
US8001250B2 (en) * | 2006-05-16 | 2011-08-16 | Oracle International Corporation | SIP and HTTP convergence in network computing environments |
US8219697B2 (en) | 2006-05-17 | 2012-07-10 | Oracle International Corporation | Diameter protocol and SH interface support for SIP server architecture |
US20080086567A1 (en) * | 2006-10-10 | 2008-04-10 | Bea Systems, Inc. | SIP server architecture for improving latency in message processing |
US7661027B2 (en) * | 2006-10-10 | 2010-02-09 | Bea Systems, Inc. | SIP server architecture fault tolerance and failover |
US8078737B2 (en) * | 2006-12-13 | 2011-12-13 | Oracle International Corporation | System and method for efficient storage of long-lived session state in a SIP server |
US9667430B2 (en) * | 2006-12-13 | 2017-05-30 | Oracle International Corporation | System and method for a SIP server with offline charging |
US20080147551A1 (en) * | 2006-12-13 | 2008-06-19 | Bea Systems, Inc. | System and Method for a SIP Server with Online Charging |
US7895475B2 (en) * | 2007-07-11 | 2011-02-22 | Oracle International Corporation | System and method for providing an instrumentation service using dye injection and filtering in a SIP application server environment |
US9231903B2 (en) * | 2011-12-30 | 2016-01-05 | Time Warner Cable Enterprises Llc | System and method for resolving a DNS request using metadata |
US9160809B2 (en) | 2012-11-26 | 2015-10-13 | Go Daddy Operating Company, LLC | DNS overriding-based methods of accelerating content delivery |
US9369333B1 (en) * | 2013-05-10 | 2016-06-14 | Google Inc. | System and method for centralizing outbound communications between an email system and a third party service |
US10305934B2 (en) * | 2016-05-26 | 2019-05-28 | Cisco Technology, Inc. | Identity based domain name system (DNS) caching with security as a service (SecaaS) |
US11271846B2 (en) | 2018-10-22 | 2022-03-08 | Oracle International Corporation | Methods, systems, and computer readable media for locality-based selection and routing of traffic to producer network functions (NFs) |
US11252093B2 (en) | 2019-06-26 | 2022-02-15 | Oracle International Corporation | Methods, systems, and computer readable media for policing access point name-aggregate maximum bit rate (APN-AMBR) across packet data network gateway data plane (P-GW DP) worker instances |
US11159359B2 (en) | 2019-06-26 | 2021-10-26 | Oracle International Corporation | Methods, systems, and computer readable media for diameter-peer-wide egress rate limiting at diameter relay agent (DRA) |
US11323413B2 (en) * | 2019-08-29 | 2022-05-03 | Oracle International Corporation | Methods, systems, and computer readable media for actively discovering and tracking addresses associated with 4G service endpoints |
US11082393B2 (en) | 2019-08-29 | 2021-08-03 | Oracle International Corporation | Methods, systems, and computer readable media for actively discovering and tracking addresses associated with 5G and non-5G service endpoints |
US11224009B2 (en) | 2019-12-30 | 2022-01-11 | Oracle International Corporation | Methods, systems, and computer readable media for enabling transport quality of service (QoS) in 5G networks |
US11528334B2 (en) | 2020-07-31 | 2022-12-13 | Oracle International Corporation | Methods, systems, and computer readable media for preferred network function (NF) location routing using service communications proxy (SCP) |
US11290549B2 (en) | 2020-08-24 | 2022-03-29 | Oracle International Corporation | Methods, systems, and computer readable media for optimized network function (NF) discovery and routing using service communications proxy (SCP) and NF repository function (NRF) |
US11483694B2 (en) * | 2020-09-01 | 2022-10-25 | Oracle International Corporation | Methods, systems, and computer readable media for service communications proxy (SCP)-specific prioritized network function (NF) discovery and routing |
US11570262B2 (en) | 2020-10-28 | 2023-01-31 | Oracle International Corporation | Methods, systems, and computer readable media for rank processing for network function selection |
US11470544B2 (en) | 2021-01-22 | 2022-10-11 | Oracle International Corporation | Methods, systems, and computer readable media for optimized routing of messages relating to existing network function (NF) subscriptions using an intermediate forwarding NF repository function (NRF) |
US11589298B2 (en) | 2021-03-05 | 2023-02-21 | Oracle International Corporation | Methods, systems, and computer readable media for selecting multiple network function types using a single discovery request |
US11496954B2 (en) | 2021-03-13 | 2022-11-08 | Oracle International Corporation | Methods, systems, and computer readable media for supporting multiple preferred localities for network function (NF) discovery and selection procedures |
US12127297B2 (en) | 2021-06-02 | 2024-10-22 | Oracle International Corporation | Methods, systems, and computer readable media for using service communications proxy (SCP) or security edge protection proxy (SEPP) to apply or override preferred-locality attribute during network function (NF) discovery |
US11888946B2 (en) | 2021-06-02 | 2024-01-30 | Oracle International Corporation | Methods, systems, and computer readable media for applying or overriding preferred locality criteria in processing network function (NF) discovery requests |
US11895080B2 (en) | 2021-06-23 | 2024-02-06 | Oracle International Corporation | Methods, systems, and computer readable media for resolution of inter-network domain names |
US12022316B2 (en) | 2021-06-23 | 2024-06-25 | Oracle International Corporation | Methods, systems, and computer readable media for optimizing network traffic distribution using timeslot-based tracked producer network function (NF) performance during producer NF selection |
US11950178B2 (en) | 2021-08-03 | 2024-04-02 | Oracle International Corporation | Methods, systems, and computer readable media for optimized routing of service based interface (SBI) request messages to remote network function (NF) repository functions using indirect communications via service communication proxy (SCP) |
US11930083B2 (en) | 2021-08-09 | 2024-03-12 | Oracle International Corporation | Methods, systems, and computer readable media for processing network function (NF) discovery requests at NF repository function (NRF) using prioritized lists of preferred locations |
US11871309B2 (en) | 2021-09-28 | 2024-01-09 | Oracle International Corporation | Methods, systems, and computer readable media for network function discovery using preferred-locality information |
US11849506B2 (en) | 2021-10-08 | 2023-12-19 | Oracle International Corporation | Methods, systems, and computer readable media for routing inter-public land mobile network (inter-PLMN) messages related to existing subscriptions with network function (NF) repository function (NRF) using security edge protection proxy (SEPP) |
US11888957B2 (en) | 2021-12-07 | 2024-01-30 | Oracle International Corporation | Methods, systems, and computer readable media for locality and serving scope set based network function (NF) profile prioritization and message routing |
US11917720B2 (en) | 2021-12-14 | 2024-02-27 | Oracle International Corporation | Methods, systems, and computer readable media for enabling forwarding of subsequent network function subscription updates |
US11652895B1 (en) | 2022-02-15 | 2023-05-16 | Oracle International Corporation | Methods, systems, and computer readable media for dynamic optimized network function discovery for consumer network functions |
US11855956B2 (en) | 2022-02-15 | 2023-12-26 | Oracle International Corporation | Methods, systems, and computer readable media for providing network function (NF) repository function (NRF) with configurable producer NF internet protocol (IP) address mapping |
Citations (28)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5878212A (en) * | 1995-07-31 | 1999-03-02 | At&T Corp. | System for updating mapping or virtual host names to layer-3 address when multimedia server changes its usage state to busy or not busy |
US6016512A (en) * | 1997-11-20 | 2000-01-18 | Telcordia Technologies, Inc. | Enhanced domain name service using a most frequently used domain names table and a validity code table |
US6108330A (en) * | 1997-09-26 | 2000-08-22 | 3Com Corporation | Apparatus and methods for use therein for an ISDN LAN modem that selects among a plurality of DNS servers for responding to a DNS query |
US20030126136A1 (en) * | 2001-06-22 | 2003-07-03 | Nosa Omoigui | System and method for knowledge retrieval, management, delivery and presentation |
US20030154194A1 (en) * | 2001-12-28 | 2003-08-14 | Jonas Jeffrey James | Real time data warehousing |
US20030182269A1 (en) * | 2002-03-19 | 2003-09-25 | Cheshire Stuart D. | Method and apparatus for supporting duplicate suppression when issuing multicast queries using DNS-format message packets |
US6633867B1 (en) * | 2000-04-05 | 2003-10-14 | International Business Machines Corporation | System and method for providing a session query within the context of a dynamic search result set |
US20030200335A1 (en) * | 2002-04-22 | 2003-10-23 | Hyung-Suk Choi | Method for domain name system spoofing in local network system |
US6654786B1 (en) * | 1998-04-30 | 2003-11-25 | Openwave Systems Inc. | Method and apparatus for informing wireless clients about updated information |
US6701353B1 (en) * | 1999-05-13 | 2004-03-02 | Avaya Inc. | System for responding to new message polling from clients |
US20040143579A1 (en) * | 2003-01-21 | 2004-07-22 | Hiroaki Nakazawa | Address query response method, program, and apparatus, and address notification method, program, and apparatus |
US6775661B1 (en) * | 2001-03-21 | 2004-08-10 | Lycos, Inc. | Querying databases using database pools |
US6778651B1 (en) * | 1997-04-03 | 2004-08-17 | Southwestern Bell Telephone Company | Apparatus and method for facilitating service management of communications services in a communications network |
US20040184458A1 (en) * | 2003-03-19 | 2004-09-23 | Nec Corporation | Network information detection apparatus and method |
US6799202B1 (en) * | 1999-12-16 | 2004-09-28 | Hachiro Kawaii | Federated operating system for a server |
US6845393B1 (en) * | 1999-06-14 | 2005-01-18 | Sun Microsystems, Inc. | Lookup discovery service in a distributed system having a plurality of lookup services each with associated characteristics and services |
US6862627B1 (en) * | 2000-12-12 | 2005-03-01 | Apple Computer, Inc. | Method and system for preventing a timeout from reaching a network host |
US6898618B1 (en) * | 2000-05-09 | 2005-05-24 | Sun Microsystems, Inc. | Client-specified display services in a distributed computing environment |
US6944167B1 (en) * | 2000-10-24 | 2005-09-13 | Sprint Communications Company L.P. | Method and apparatus for dynamic allocation of private address space based upon domain name service queries |
US20050278237A1 (en) * | 2004-06-12 | 2005-12-15 | Globaltec Solutions, Llp | System, apparatus and method for performing a multiple condition investment transaction |
US7016875B1 (en) * | 2000-08-04 | 2006-03-21 | Enfotrust Networks, Inc. | Single sign-on for access to a central data repository |
US7072800B1 (en) * | 2002-09-26 | 2006-07-04 | Computer Associates Think, Inc. | Application response monitor |
US7080132B2 (en) * | 2001-01-19 | 2006-07-18 | Apple Computer, Inc. | Presentation during network address acquisition |
US7206841B2 (en) * | 2001-01-22 | 2007-04-17 | Sun Microsystems, Inc. | Rendezvous for locating peer-to-peer resources |
US7237036B2 (en) * | 1997-10-14 | 2007-06-26 | Alacritech, Inc. | Fast-path apparatus for receiving data corresponding a TCP connection |
US7289462B1 (en) * | 2001-12-26 | 2007-10-30 | Nortel Networks Limited | Method and apparatus for network-initiated context activation using dynamic DNS updates |
US7350077B2 (en) * | 2002-11-26 | 2008-03-25 | Cisco Technology, Inc. | 802.11 using a compressed reassociation exchange to facilitate fast handoff |
US20090141692A1 (en) * | 2007-11-30 | 2009-06-04 | Mika Kasslin | Optimized ad hoc networking |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6438594B1 (en) * | 1999-08-31 | 2002-08-20 | Accenture Llp | Delivering service to a client via a locally addressable interface |
US6332163B1 (en) * | 1999-09-01 | 2001-12-18 | Accenture, Llp | Method for providing communication services over a computer network system |
US20020031131A1 (en) * | 2000-02-02 | 2002-03-14 | Yechiam Yemini | Method and apparatus for the exchange of data between a dynamically addressed network and a foreign network |
US6922685B2 (en) * | 2000-05-22 | 2005-07-26 | Mci, Inc. | Method and system for managing partitioned data resources |
US7222187B2 (en) * | 2001-07-31 | 2007-05-22 | Sun Microsystems, Inc. | Distributed trust mechanism for decentralized networks |
JP2004062441A (ja) * | 2002-07-26 | 2004-02-26 | Ntt Docomo Inc | サービス管理システム、サービス管理方法、サーバ管理装置、通信端末及びサーバ装置 |
US7206934B2 (en) * | 2002-09-26 | 2007-04-17 | Sun Microsystems, Inc. | Distributed indexing of identity information in a peer-to-peer network |
JP2004171495A (ja) * | 2002-11-22 | 2004-06-17 | Ntt Docomo Inc | サービス性能監視システム、サービス性能監視ノード、通信端末、通信端末プログラム、及び、サービス性能監視方法 |
-
2004
- 2004-06-25 US US10/877,518 patent/US8161184B2/en active Active
-
2005
- 2005-02-10 DE DE602005014106T patent/DE602005014106D1/de active Active
- 2005-02-10 WO PCT/US2005/004305 patent/WO2006011909A1/en not_active Application Discontinuation
- 2005-02-10 JP JP2007507311A patent/JP4594380B2/ja active Active
- 2005-02-10 AT AT05713326T patent/ATE429771T1/de not_active IP Right Cessation
- 2005-02-10 EP EP05713326A patent/EP1759517B1/en not_active Not-in-force
- 2005-02-10 AU AU2005267597A patent/AU2005267597B2/en not_active Ceased
- 2005-02-10 CA CA2562639A patent/CA2562639C/en active Active
-
2007
- 2007-07-09 HK HK07107333.4A patent/HK1102948A1/xx not_active IP Right Cessation
Patent Citations (29)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5878212A (en) * | 1995-07-31 | 1999-03-02 | At&T Corp. | System for updating mapping or virtual host names to layer-3 address when multimedia server changes its usage state to busy or not busy |
US6778651B1 (en) * | 1997-04-03 | 2004-08-17 | Southwestern Bell Telephone Company | Apparatus and method for facilitating service management of communications services in a communications network |
US7167550B2 (en) * | 1997-04-03 | 2007-01-23 | Southwestern Bell Telephone Company | Apparatus and method for facilitating service management of communications services in a communications network |
US6108330A (en) * | 1997-09-26 | 2000-08-22 | 3Com Corporation | Apparatus and methods for use therein for an ISDN LAN modem that selects among a plurality of DNS servers for responding to a DNS query |
US7237036B2 (en) * | 1997-10-14 | 2007-06-26 | Alacritech, Inc. | Fast-path apparatus for receiving data corresponding a TCP connection |
US6016512A (en) * | 1997-11-20 | 2000-01-18 | Telcordia Technologies, Inc. | Enhanced domain name service using a most frequently used domain names table and a validity code table |
US6654786B1 (en) * | 1998-04-30 | 2003-11-25 | Openwave Systems Inc. | Method and apparatus for informing wireless clients about updated information |
US6701353B1 (en) * | 1999-05-13 | 2004-03-02 | Avaya Inc. | System for responding to new message polling from clients |
US6845393B1 (en) * | 1999-06-14 | 2005-01-18 | Sun Microsystems, Inc. | Lookup discovery service in a distributed system having a plurality of lookup services each with associated characteristics and services |
US6799202B1 (en) * | 1999-12-16 | 2004-09-28 | Hachiro Kawaii | Federated operating system for a server |
US6633867B1 (en) * | 2000-04-05 | 2003-10-14 | International Business Machines Corporation | System and method for providing a session query within the context of a dynamic search result set |
US6898618B1 (en) * | 2000-05-09 | 2005-05-24 | Sun Microsystems, Inc. | Client-specified display services in a distributed computing environment |
US7016875B1 (en) * | 2000-08-04 | 2006-03-21 | Enfotrust Networks, Inc. | Single sign-on for access to a central data repository |
US6944167B1 (en) * | 2000-10-24 | 2005-09-13 | Sprint Communications Company L.P. | Method and apparatus for dynamic allocation of private address space based upon domain name service queries |
US6862627B1 (en) * | 2000-12-12 | 2005-03-01 | Apple Computer, Inc. | Method and system for preventing a timeout from reaching a network host |
US7080132B2 (en) * | 2001-01-19 | 2006-07-18 | Apple Computer, Inc. | Presentation during network address acquisition |
US7206841B2 (en) * | 2001-01-22 | 2007-04-17 | Sun Microsystems, Inc. | Rendezvous for locating peer-to-peer resources |
US6775661B1 (en) * | 2001-03-21 | 2004-08-10 | Lycos, Inc. | Querying databases using database pools |
US20030126136A1 (en) * | 2001-06-22 | 2003-07-03 | Nosa Omoigui | System and method for knowledge retrieval, management, delivery and presentation |
US7289462B1 (en) * | 2001-12-26 | 2007-10-30 | Nortel Networks Limited | Method and apparatus for network-initiated context activation using dynamic DNS updates |
US20030154194A1 (en) * | 2001-12-28 | 2003-08-14 | Jonas Jeffrey James | Real time data warehousing |
US20030182269A1 (en) * | 2002-03-19 | 2003-09-25 | Cheshire Stuart D. | Method and apparatus for supporting duplicate suppression when issuing multicast queries using DNS-format message packets |
US20030200335A1 (en) * | 2002-04-22 | 2003-10-23 | Hyung-Suk Choi | Method for domain name system spoofing in local network system |
US7072800B1 (en) * | 2002-09-26 | 2006-07-04 | Computer Associates Think, Inc. | Application response monitor |
US7350077B2 (en) * | 2002-11-26 | 2008-03-25 | Cisco Technology, Inc. | 802.11 using a compressed reassociation exchange to facilitate fast handoff |
US20040143579A1 (en) * | 2003-01-21 | 2004-07-22 | Hiroaki Nakazawa | Address query response method, program, and apparatus, and address notification method, program, and apparatus |
US20040184458A1 (en) * | 2003-03-19 | 2004-09-23 | Nec Corporation | Network information detection apparatus and method |
US20050278237A1 (en) * | 2004-06-12 | 2005-12-15 | Globaltec Solutions, Llp | System, apparatus and method for performing a multiple condition investment transaction |
US20090141692A1 (en) * | 2007-11-30 | 2009-06-04 | Mika Kasslin | Optimized ad hoc networking |
Non-Patent Citations (13)
Title |
---|
Apple Computer, Inc.: "Long Lived Queries for DNS" HTTP://FILES.DNS-SD.ORG/DRAFT-DNS-LLQ-TXT, retrieved from Internet. |
Babcock et al., "Distributed Top-K Monitoring", Jun. 2003. * |
Bathrick et al., "LAN-Side DSL CPE Configuration", May 2004. * |
Chen et al., "Naming and Discovery in Mobile Systems". * |
Chen et al., "NiagaraCQ: A Scalable Continuous Query System for Internet Databases", 2000. * |
Cheshire et al., "DNS Long-Lived Queries", 2006. * |
Cheshire et al., "Dynamic DNS Update Leases", 2006. * |
Jermine et al., "The partitioned expoential file for database storage management", 2006. * |
Krishnamurthy et al., "On the Difficulty of Finding Optimal Relational Decompositions for XML Workloads: A Complexity Theroretic Perspective", 2003. * |
Ousliha et al., "Service Discovery Protocols". * |
Palmila, "Zeroconf and UPnp techniques". * |
S. Cheshire, M. Krochmal: "DNS Based Service Discovery" Draft-Cheshire-DNSEXT-DNS-SD-01.TST, Jun. 20, 2003; XP015000501 paragraphs '0006!, '0012!. |
Woundy et al., "DHCP Lease Query", Oct. 2002. * |
Cited By (65)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10771552B2 (en) | 2008-03-31 | 2020-09-08 | Amazon Technologies, Inc. | Content management |
US10530874B2 (en) | 2008-03-31 | 2020-01-07 | Amazon Technologies, Inc. | Locality based content distribution |
US10797995B2 (en) | 2008-03-31 | 2020-10-06 | Amazon Technologies, Inc. | Request routing based on class |
US11909639B2 (en) | 2008-03-31 | 2024-02-20 | Amazon Technologies, Inc. | Request routing based on class |
US11194719B2 (en) | 2008-03-31 | 2021-12-07 | Amazon Technologies, Inc. | Cache optimization |
US11245770B2 (en) | 2008-03-31 | 2022-02-08 | Amazon Technologies, Inc. | Locality based content distribution |
US10645149B2 (en) | 2008-03-31 | 2020-05-05 | Amazon Technologies, Inc. | Content delivery reconciliation |
US10554748B2 (en) | 2008-03-31 | 2020-02-04 | Amazon Technologies, Inc. | Content management |
US10511567B2 (en) | 2008-03-31 | 2019-12-17 | Amazon Technologies, Inc. | Network resource identification |
US11451472B2 (en) | 2008-03-31 | 2022-09-20 | Amazon Technologies, Inc. | Request routing based on class |
US10742550B2 (en) | 2008-11-17 | 2020-08-11 | Amazon Technologies, Inc. | Updating routing information based on client location |
US11115500B2 (en) | 2008-11-17 | 2021-09-07 | Amazon Technologies, Inc. | Request routing utilizing client location information |
US10523783B2 (en) | 2008-11-17 | 2019-12-31 | Amazon Technologies, Inc. | Request routing utilizing client location information |
US11283715B2 (en) | 2008-11-17 | 2022-03-22 | Amazon Technologies, Inc. | Updating routing information based on client location |
US20180205697A1 (en) * | 2008-11-17 | 2018-07-19 | Amazon Technologies, Inc. | Managing content delivery network service providers by a content broker |
US11811657B2 (en) | 2008-11-17 | 2023-11-07 | Amazon Technologies, Inc. | Updating routing information based on client location |
US10783077B2 (en) | 2009-06-16 | 2020-09-22 | Amazon Technologies, Inc. | Managing resources using resource expiration data |
US10785037B2 (en) | 2009-09-04 | 2020-09-22 | Amazon Technologies, Inc. | Managing secure content in a content delivery network |
US11205037B2 (en) | 2010-01-28 | 2021-12-21 | Amazon Technologies, Inc. | Content distribution network |
US10506029B2 (en) | 2010-01-28 | 2019-12-10 | Amazon Technologies, Inc. | Content distribution network |
US11108729B2 (en) | 2010-09-28 | 2021-08-31 | Amazon Technologies, Inc. | Managing request routing information utilizing client identifiers |
US11632420B2 (en) | 2010-09-28 | 2023-04-18 | Amazon Technologies, Inc. | Point of presence management in request routing |
US10958501B1 (en) | 2010-09-28 | 2021-03-23 | Amazon Technologies, Inc. | Request routing information based on client IP groupings |
US10931738B2 (en) | 2010-09-28 | 2021-02-23 | Amazon Technologies, Inc. | Point of presence management in request routing |
US10778554B2 (en) | 2010-09-28 | 2020-09-15 | Amazon Technologies, Inc. | Latency measurement in resource requests |
US11336712B2 (en) | 2010-09-28 | 2022-05-17 | Amazon Technologies, Inc. | Point of presence management in request routing |
US10951725B2 (en) | 2010-11-22 | 2021-03-16 | Amazon Technologies, Inc. | Request routing processing |
US11604667B2 (en) | 2011-04-27 | 2023-03-14 | Amazon Technologies, Inc. | Optimized deployment based upon customer locality |
US10623408B1 (en) | 2012-04-02 | 2020-04-14 | Amazon Technologies, Inc. | Context sensitive object management |
US11729294B2 (en) | 2012-06-11 | 2023-08-15 | Amazon Technologies, Inc. | Processing DNS queries to identify pre-processing information |
US11303717B2 (en) | 2012-06-11 | 2022-04-12 | Amazon Technologies, Inc. | Processing DNS queries to identify pre-processing information |
US10542079B2 (en) | 2012-09-20 | 2020-01-21 | Amazon Technologies, Inc. | Automated profiling of resource usage |
US10645056B2 (en) | 2012-12-19 | 2020-05-05 | Amazon Technologies, Inc. | Source-dependent address resolution |
US10742592B2 (en) | 2014-07-30 | 2020-08-11 | Cisco Technology, Inc. | Dynamic DNS-based service discovery |
CN106576118A (zh) * | 2014-07-30 | 2017-04-19 | 思科技术公司 | 基于dns的动态服务发现 |
US9712485B2 (en) | 2014-07-30 | 2017-07-18 | Cisco Technology, Inc. | Dynamic DNS-based service discovery |
CN106576118B (zh) * | 2014-07-30 | 2021-08-31 | 思科技术公司 | 基于dns的动态服务发现 |
US20160127305A1 (en) * | 2014-10-31 | 2016-05-05 | Cisco Technology, Inc. | Visibility control for domain name system service discovery |
US10057208B2 (en) * | 2014-10-31 | 2018-08-21 | Cisco Technology, Inc. | Visibility control for domain name system service discovery |
US10728133B2 (en) | 2014-12-18 | 2020-07-28 | Amazon Technologies, Inc. | Routing mode and point-of-presence selection service |
US11381487B2 (en) | 2014-12-18 | 2022-07-05 | Amazon Technologies, Inc. | Routing mode and point-of-presence selection service |
US11863417B2 (en) | 2014-12-18 | 2024-01-02 | Amazon Technologies, Inc. | Routing mode and point-of-presence selection service |
US11297140B2 (en) | 2015-03-23 | 2022-04-05 | Amazon Technologies, Inc. | Point of presence based data uploading |
US10691752B2 (en) | 2015-05-13 | 2020-06-23 | Amazon Technologies, Inc. | Routing based request correlation |
US11461402B2 (en) | 2015-05-13 | 2022-10-04 | Amazon Technologies, Inc. | Routing based request correlation |
US11134134B2 (en) | 2015-11-10 | 2021-09-28 | Amazon Technologies, Inc. | Routing for origin-facing points of presence |
US10666756B2 (en) | 2016-06-06 | 2020-05-26 | Amazon Technologies, Inc. | Request management for hierarchical cache |
US11463550B2 (en) | 2016-06-06 | 2022-10-04 | Amazon Technologies, Inc. | Request management for hierarchical cache |
US11457088B2 (en) | 2016-06-29 | 2022-09-27 | Amazon Technologies, Inc. | Adaptive transfer rate for retrieving content from a server |
US10516590B2 (en) | 2016-08-23 | 2019-12-24 | Amazon Technologies, Inc. | External health checking of virtual private cloud network environments |
US11330008B2 (en) | 2016-10-05 | 2022-05-10 | Amazon Technologies, Inc. | Network addresses with encoded DNS-level information |
US10616250B2 (en) | 2016-10-05 | 2020-04-07 | Amazon Technologies, Inc. | Network addresses with encoded DNS-level information |
US10831549B1 (en) | 2016-12-27 | 2020-11-10 | Amazon Technologies, Inc. | Multi-region request-driven code execution system |
US11762703B2 (en) | 2016-12-27 | 2023-09-19 | Amazon Technologies, Inc. | Multi-region request-driven code execution system |
US12052310B2 (en) | 2017-01-30 | 2024-07-30 | Amazon Technologies, Inc. | Origin server cloaking using virtual private cloud network environments |
US10938884B1 (en) | 2017-01-30 | 2021-03-02 | Amazon Technologies, Inc. | Origin server cloaking using virtual private cloud network environments |
US10503613B1 (en) | 2017-04-21 | 2019-12-10 | Amazon Technologies, Inc. | Efficient serving of resources during server unavailability |
US11075987B1 (en) | 2017-06-12 | 2021-07-27 | Amazon Technologies, Inc. | Load estimating content delivery network |
US10447648B2 (en) | 2017-06-19 | 2019-10-15 | Amazon Technologies, Inc. | Assignment of a POP to a DNS resolver based on volume of communications over a link between client devices and the POP |
US11290418B2 (en) | 2017-09-25 | 2022-03-29 | Amazon Technologies, Inc. | Hybrid content request routing system |
US10592578B1 (en) | 2018-03-07 | 2020-03-17 | Amazon Technologies, Inc. | Predictive content push-enabled content delivery network |
US11362986B2 (en) | 2018-11-16 | 2022-06-14 | Amazon Technologies, Inc. | Resolution of domain name requests in heterogeneous network environments |
US10862852B1 (en) | 2018-11-16 | 2020-12-08 | Amazon Technologies, Inc. | Resolution of domain name requests in heterogeneous network environments |
US11025747B1 (en) | 2018-12-12 | 2021-06-01 | Amazon Technologies, Inc. | Content request pattern-based routing system |
US11308522B2 (en) * | 2018-12-14 | 2022-04-19 | Anagog Ltd. | Utilizing browsing history while preserving user-privacy |
Also Published As
Publication number | Publication date |
---|---|
WO2006011909A1 (en) | 2006-02-02 |
ATE429771T1 (de) | 2009-05-15 |
US20060010224A1 (en) | 2006-01-12 |
JP4594380B2 (ja) | 2010-12-08 |
AU2005267597B2 (en) | 2008-07-17 |
AU2005267597A1 (en) | 2006-02-02 |
EP1759517A1 (en) | 2007-03-07 |
CA2562639C (en) | 2010-05-04 |
CA2562639A1 (en) | 2006-02-02 |
JP2007531949A (ja) | 2007-11-08 |
EP1759517B1 (en) | 2009-04-22 |
HK1102948A1 (en) | 2007-12-07 |
DE602005014106D1 (de) | 2009-06-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8161184B2 (en) | Method and apparatus for facilitating long-lived DNS queries | |
US7685288B2 (en) | Ad-hoc service discovery protocol | |
Cheshire et al. | Multicast dns | |
US6226684B1 (en) | Method and apparatus for reestablishing network connections in a multi-router network | |
US9998321B2 (en) | Method and apparatus for supporting duplicate suppression when issuing multicast queries using DNS-format message packets | |
US20060077940A1 (en) | Communication system and method with mobile devices | |
KR101563683B1 (ko) | Tcp 연결들에 의한 자원 소비를 관리하는 방법 및시스템 | |
Cheshire et al. | Rfc 6762: Multicast dns | |
CA2562900C (en) | Method and apparatus for updating resource records in a name-server database | |
EP3424241A1 (en) | Reducing time required for location lookup when downlink packets arrive by assisting preloading of a location of a wireless device into the ip advertisement point (iap) | |
WO2020001738A1 (en) | Communication protocol discover method in constrained application protocol (coap) | |
CN109842690A (zh) | 一种dns数据更新方法、系统及设备 | |
CN105340247B (zh) | 用于计算机网络中网络容变服务发现的方法 | |
US11070513B2 (en) | DNS-based method of transmitting data | |
US20110235641A1 (en) | Communication apparatus, method of controlling the communication apparatus,and program | |
JP4242752B2 (ja) | アドレス表管理方法、及び、端末 | |
Cheshire et al. | RFC 8764 Apple's DNS Long-Lived Queries Protocol | |
JP2004342041A (ja) | トラフィック削減装置 | |
JP2015023362A (ja) | 通信端末装置およびその制御方法 | |
Stillman et al. | Network Working Group R. Stewart Internet-Draft Cisco Systems, Inc. Expires: April 14, 2005 Q. Xie Motorola, Inc. | |
Rahman et al. | CoRE Working Group A. Castellani Internet-Draft University of Padova Intended status: Informational S. Loreto Expires: October 29, 2012 Ericsson | |
Wasserman | IPv6 Neighbor Discovery Optimizations for Wired and Wireless Networks draft-chakrabarti-nordmark-6man-efficient-nd-05 | |
Rahman et al. | CoRE Working Group A. Castellani Internet-Draft University of Padova Intended status: Informational S. Loreto Expires: September 13, 2012 Ericsson |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: APPLE COMPUTER, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SEKAR, KIREN R.;CHESHIRE, STUART D.;REEL/FRAME:015526/0438 Effective date: 20040621 |
|
AS | Assignment |
Owner name: APPLE INC.,CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:APPLE COMPUTER, INC.;REEL/FRAME:019265/0922 Effective date: 20070109 Owner name: APPLE INC., CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:APPLE COMPUTER, INC.;REEL/FRAME:019265/0922 Effective date: 20070109 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 12 |