Connected: An Internet Encyclopedia
7.3. Processing responses

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1035
Up: 7. RESOLVER IMPLEMENTATION
Prev: 7.2. Sending the queries
Next: 7.4. Using the cache

7.3. Processing responses

7.3. Processing responses

The first step in processing arriving response datagrams is to parse the response. This procedure should include:

The next step is to match the response to a current resolver request. The recommended strategy is to do a preliminary matching using the ID field in the domain header, and then to verify that the question section corresponds to the information currently desired. This requires that the transmission algorithm devote several bits of the domain ID field to a request identifier of some sort. This step has several fine points:


Next: 7.4. Using the cache

Connected: An Internet Encyclopedia
7.3. Processing responses