: 1.A domain Name System(DNS) response is classified as ____ if the
: information comes from as cache memory.
: (a)Authoritative (b)Unauthoritavtive (c)Iterative (d)recursive
: 答案是C
: 有点不太懂dns和答案有什么关系呢?而且和题目结尾后的cache memory有什么关系
当客户端向服务器端提出查询时,
如果查到该主机名称与该Domain Name相关时,会直接(Iterative)方式,做出回应。
如果查到该主机名称属于其他的Domain Name,
那server会检查快取内存有没有相关资料,如果有,也会直接方式做出回应
如果没有那就要往root端去查了
....
: 2.which of the following is wrong?
: (a)the interface that enables users to communicate with operating system
: is called a bridge
: (b)A hypertext link can be used to jump to a referenced document
: ....以下省略
: 答案是a
: 答案解析是写称为interrupt(中断)
: 我有点不懂的是a 是说使用者透过接口来和os沟通,这和中断有关系吗?
执行中的 users process若需要OS提供服务时,则需发出interrupt通知OS
这样OS收到后,才会去执行对应的services routine (例如:system call)
完程服务请求后,结果回传给users process.
所以system call 是使用者与作业系统沟通的接口,要沟通OS提供服务,
就要对OS先发出中断。
有错请见谅