6.3. Example resolution
6.3. 예시 해결
The following examples illustrate the operations a resolver must perform for its client.
다음 예에서는 리졸버가 해당 클라이언트에 대해 수행해야 하는 작업을 보여줍니다.
We assume that the resolver is starting without a cache, as might be the case after system boot.
시스템 부팅 후의 경우처럼 확인자가 캐시 없이 시작된다고 가정합니다.
We further assume that the system is not one of the hosts in the data and that the host is located somewhere on net 26, and that its safety belt (SBELT) data structure has the following information:
또한 시스템이 데이터의 호스트 중 하나가 아니고 호스트가 넷 26 어딘가에 위치하고 안전 벨트(SBELT) 데이터 구조에 다음 정보가 있다고 가정합니다:
Match count = -1
SRI-NIC.ARPA. 26.0.0.73 10.0.0.51
A.ISI.EDU. 26.3.0.103
This information specifies servers to try, their addresses, and a match count of -1, which says that the servers aren't very close to the target.
이 정보는 시도할 서버, 해당 주소 및 일치 횟수 -1을 지정합니다. 이는 서버가 대상과 매우 가깝지 않음을 나타냅니다.
Note that the -1 isn't supposed to be an accurate closeness measure, just a value so that later stages of the algorithm will work.
-1은 정확한 근접성 측정값이 아니라 알고리즘의 이후 단계가 작동하도록 하는 값일 뿐입니다.
The following examples illustrate the use of a cache, so each example assumes that previous requests have completed.
다음 예에서는 캐시 사용을 보여 주므로 각 예에서는 이전 요청이 완료되었다고 가정합니다.