云题海 - 专业文章范例文档资料分享平台

当前位置:首页 > 操作系统第九版部分课后作业习题答案

操作系统第九版部分课后作业习题答案

  • 62 次阅读
  • 3 次下载
  • 2025/5/3 11:34:58

12.5 One problem with contiguous allocation is that the user must preallocate enough space for each ?le. If the ?le grows to be larger than the

space allocated for it, special actions must be taken. One solution to this

problem is to de?ne a ?le structure consisting of an initial contiguous

area (of a speci?ed size). If this area is ?lled, the operating system

automatically de?nes an over?ow area that is linked to the initial

contiguous area. If the over?ow area is ?lled, another over?ow area

is allocated. Compare this implementation of a ?le with the standard

contiguous and linked implementations. Answer:

This method requires more overhead then the standard contiguous allocation. It requires less overheadthan the standard linked allocation.

12.6 How do caches help improve performance? Why do systems not use

more or larger caches if they are so useful? Answer:

Caches allow components of differing speeds to communicate more ef?ciently by storing data from the slower device, temporarily, in

a faster device (the cache). Caches are, almost by de?nition, more

expensive than the device they are caching for, so increasing the number

or size of caches would increase system cost.

12.7 Why is it advantageous for the user for an operating system to

dynamically allocate its internal tables? What are the penalties to the

operating system for doing so? Answer:

Dynamic tables allow more ?exibility in system use growth — tables

are never exceeded, avoiding arti?cial use limits. Unfortunately, kernel

structures and code are more complicated, so there is more potential

for bugs. The use of one resource can take away more system resources

(by growing to accommodate the requests) than with static tables.Practice Exercises 45

12.8 Explain how the VFS layer allows an operating system to support

multiple types of ?le systems easily. Answer:

VFS introduces a layer of indirection in the ?le system implementation.

In many ways, it is similar to object-oriented programming techniques.

System calls can be made generically (independent of ?le system type).

Each ?le system type provides its function calls and data structures

to the VFS layer. A system call is translated into the proper speci?c

functions for the target ?le system at the VFS layer. The calling program

has no ?le-system-speci?c code, and the upper levels of the system call

structures likewise are ?le system-independent. The translation at the

VFS layer turns these generic calls into ?le-system-speci?c operations.

  • 收藏
  • 违规举报
  • 版权认领
下载文档10.00 元 加入VIP免费下载
推荐下载
本文作者:...

共分享92篇相关文档

文档简介:

12.5 One problem with contiguous allocation is that the user must preallocate enough space for each ?le. If the ?le grows to be larger than the space allocated for it, special actions must be taken. One solution to this problem is to de?ne a ?le structure consisting of an initial contiguous area (of a speci?ed size). If this area is ?lled, the operating system automa

× 游客快捷下载通道(下载后可以自由复制和排版)
单篇付费下载
限时特价:10 元/份 原价:20元
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219
Copyright © 云题海 All Rights Reserved. 苏ICP备16052595号-3 网站地图 客服QQ:370150219 邮箱:370150219@qq.com