已阅读5页,还剩28页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
操作系统及其Linux技术实践,叶文北京邮电大学计算机科学与技术学院2008年9月,北京,IBM精品课程,OperatingSystemConceptsApplicationofLinuxinCourseTeachingandProfessionalPractice,YEWen,ComputerSchoolBeijingUniversityofPostsandTelecommunications,SyllabusforOperatingSystemsChinaComputingCurricula2005(CCC2005)BodyofKnowledgeinComputerScienceKnowledgeUnitesinOperatingSystemsAreasContentsofClassTeachingWhyLinuxasCaseStudiesSomeissuestobeemphasized,COURSEINTRODUCTION,PART1SyllabusforOperatingSystems,Thesyllabusisaboutbasicinformationofthiscourse,suchascourseoverviews,lecturemeetings,faculty,textbookandreferences,courseobjectsandcurricula,assignmentsandprojects,gradingpolicy,andclasspolicies,etc.formoredetails,seethefileSyllabusforOperatingSystems.docattachedOperatingSystemisanessentialpartofoperatingsystem(OS)knowledgeareaspecifiedinChinaComputingCurricula2005andComputingCurricula2004byACMandIEEE/CS,SyllabusforOperatingSystems(cont.),InBeijingUniversityofPostsandTelecommunications,OperatingSystemsisarequiredcourseforabout450juniorsmajoringincomputerscienceandtechnologyaccordingtothecultivationplans.ThiscourseistaughtinChineseandEnglish,andtheEnglishtextbookusedisOPERATINGSYSTEMCONCEPTS(FourthEdition),writtenbyAbrahamSilberschatz,etc.,CourseContentsTheteachingofOperatingSystemincludesthreeparts,i.e.,In-classteachingofOperatingSystem(64teachinghours)Basicafter-classexperimentsonLinux(17teachinghours)ProfessionalpracticeinLinux(about10days,30teachinghours),i.e.CourseDesignIBM精品课程操作系统课程教学中的Linux技术实践,SyllabusforOperatingSystems(cont.),Withrespecttoin-classteaching,Linuxistakenasacasestudy,itsprinciplesandkeytechnologiesareincorporatedintotheteachingcontents,suchasOSarchitecturesprocessmanagement,memorymanagement,devicemanagement,andfilesystems,etc.Inparallelwithcourselearning,eachstudentisdirectedtomakeseveralbasicafter-classexperimentsonLinuxindependently,togetthestudentstohaveabettergraspoftheirknowledgeaboutOSlearnedintheclassesandbecomeskilledatoperatingpracticaloperatinglikeLinux,SyllabusforOperatingSystems(cont.),AstheseamlesspartofcomputerdisciplinespecifiedinChinaComputerCurriculum2005,theprofessionalpracticeofOperatingsystemscourseisconductedduringtheSummershortterm(attheendofthesecondsemester)onthebasisofoperatingsystemprinciplesandLinuxtheylearnedincourselearningandbasicexperiments,thestudentteamsaredirectedtodesignanddevelopademosofcommunication-area-orientedreal-timeandembeddedLinux实时嵌入式Linux系统关键技术coveringtheknowledgeunit“OS9real-timeandembeddedsystem”,SyllabusforOperatingSystems(cont.),PART2ChinaComputingCurricula2005,ChinaComputingCurricula2005中国计算机科学与技术教程CCC2005参照IEEE-CS&ACM制定的ComputingCurricula2004知识与课程体系14个知识领域(areas),知识单元(unit)inareas,知识点(topics)inunits课程体系:基础课程,主干课程,特色课程,计算机科学与技术学科的定义计算学科研究通过在计算机上建立模型并模拟物理过程来进行科学调查和研究的学科,是对信息描述和变换算法的系统研究,包括理论、分析、效率、实现和应用计算机科学与技术学科研究计算机的设计制造和利用计算机进行信息获取、表示、存储、处理、控制等的理论、原则、方法和技术的学科,包括科学和技术2方面。科学侧重于研究现象、揭示规律;技术则侧重于研制计算机和研究使用计算机进行信息处理的方法和技术手段。,ChinaComputingCurricula2005(cont.),PART3BodyofKnowledgeinComputerScience(Areas),DS离散结构(72核心学时)PF程序设计基础(69核心学时)AL算法与复杂性(54核心学时)AR计算机组织与体系结构(82核心学时)OS操作系统(40核心学时)NC网络及其计算(48核心学时)PL程序设计语言(54核心学时)HC人机交互(12核心学时)GV图形学和可视化计算(8核心学时)IS智能系统(22核心学时)IM信息管理(34核心学时)SP社会与职业问题(11核心学时)SE软件工程(54核心学时)CN数值计算科学(无核心学时),PART4KnowledgeUnitesinOSAreas,OS1操作系统概述(核心)OS2操作系统原理(核心)OS3并发性(核心)OS4调度与分派(核心)OS5内存管理(核心)OS6设备管理(核心)OS7安全与保护(核心)OS8文件系统(核心)OS9实时和嵌入式系统(选修)OS10容错(选修)OS11系统性能评价(选修)OS12脚本(选修),PART5ContentsofClassTeaching,WhatisanOperatingSystemsystemsoftwareanintermediarybetweenusersandcomputersashuman-machineinteraction,forconvenientandefficientusageofcomputers/*用户-计算机间交互/接口功能manages(controlsandcoordinates)theuseofthehardware(CPU,memory,I/Odevices,etc.)andsoftwareresources(programsanddata,asfiles)/*资源管理功能.TeachingcontentsprincipleandimplementationtechniquesofOStakingLinuxascasestudies,Sixpartsinthetextbook1.(PartOne)Overview(概论)Chapter1OSdefinition,OSfunctionalitiesandtypes(OSvs.varioustypesofcomputersystems,developmentsofOS)Chapter2runningenvironmentsforOS,resourcesmanagedbyOSChapter3OSstructure,fromviewpointsofresourcemanagementandhuman-machineinteraction(3.1.1-3.1.8),ContentsofClassTeaching(cont.),2.ResourcesManagementPartTwo,PartThree,andPartFourresources:hardware:CPU,memory,I/Odevicessoftware/Information:programsanddataasfilesPartTwoProcessManagementsChapter4,5Processes/ThreadsbasicunitsforCPUmanagementsCPUmanagements:scheduling,synchronization,deadlockprocessingChapter6CPUschedulingofconcurrentprocessesorthreads),ContentsofClassTeaching(cont.),Chapter7,8coordinating(synchronization,deadlockprocessing)amongconcurrentrunningprocesses/threadsPartThreeStorageManagementsstorage:mainmemory,secondarymemory,cache,registerChapter9,10paging/segmentation,virtualmemory,ContentsofClassTeaching(cont.),Chapter.11,12programsanddatumasfilesinsecondarymemoryPartFourInput/OutputmanagementsChapter13I/O(sub)systemsacomponentinOStomanageandcontrolI/OoperationsandI/OdevicesChapter14Diskmanagement,ContentsofClassTeaching(cont.),3.(PartSix)ProtectionandSecurityChapter18Protectioncontrolstheaccessrequiredbyprograms,processes,anduserstoresourcesincomputers(e.g.files,memorysegments,CPU),resourcesaccesscontrolChapter19Securitydenytheillegalaccesstodata,programs,andphysicalresourcesincomputersystemsfromoutsidesbymeansofe.g.authentication,firewall,auditingandlogging,ContentsofClassTeaching(cont.),4.User-machineInterface/interactionChapter11FileSystemInterface(3.1.8)command-interpretersystemastheinterfacebetweenuserandOS(3.3)systemcallastheinterfacebetweenprocesses/threadsandOSChapter18,19ProtectionandSecurity,ContentsofClassTeaching(cont.),5.(PartFive)DistributedSystemsandDistributedOSChapter15,16,176.(PartSeven)CaseStudiesLinux,Unix,Windows2000,ContentsofClassTeaching(cont.),课堂教学内容与要求,对教材内容的把握程度上按“知道、了解、掌握、精通”分为四个层面,重点是需要“掌握、精通”的相关知识部分课堂教学内容主要为需要“掌握、精通”的部分,也涉及部分需要“知道、了解”的内容考察、考试内容重点在需要“掌握、精通”的相关知识部分作为案例的Linux操作系统的相关教学内容属于“知道、了解”层次,不作为考试要求;但学生应根据相关内容课后补充相关知识,完成课后实验Referto操作系统概念(英文)Summaryforteachingcontents.ppt,课堂教学内容与要求Chapter1(cont.),Twopartsofcontentsinthischapter(*了解*)Hierarchyofcomputerhardwareandsoftware(*了解*)DefinitionofOS(*掌握*)Hardwareresourceincomputers,usersofOS,commonly-acknowledgedclassificationsofOS(*了解*)Variouscomputersystems(*知道*)mainframesystems,desktopsystems,multiprocessorsystems,distributedsystems,clusteredsystems,real-timesystems,embeddedsystems(handheldsystems)(*知道*),OSfeaturesinthesecomputersystems(*了解*)ComputingEnvironments(*知道*)SomeConceptsinChapter1(*掌握*)Multiprogramming(多道程序设计)time-sharingparallel(并行)vs.concurrent(并发)distributedprocessingreal-timesystems,hardreal-time,softreal-timeembeddedsystem,课堂教学内容与要求Chapter1(cont.),PART6WhyLinuxasCaseStudies,根据教育部计算机科学与技术学科教学指导委员会制定的中国计算机科学与技术教程CCC2005的规定操作系统基本课程实验使用的操作系统平台为Windows或Linux操作系统综合课程设计使用的操作系统平台为Windows或Linux建议优先使用Linux,PART6WhyLinuxasCaseStudies,参见文“教育界应成为Linux以及开放软件的推动者和实践者.doc”教育内容的选择,首要的原则不是在于它的完美性,而是在于它必须具有可观察性、可解析性,并具有示范启示性从教学角度Linux具有源码开放,可观测性、可修改性、可裁减性好等特征,利于了解OS软件核心技术,利于实验教学基于Linux的实验教学,利于培养学生对实际操作系统的感性认识利于了解作为计算机基础软件的OS的多样化特征,利于学生创新能力的培养,WhyLinuxasCaseStudies,从技术/文化角度,Linux采用公开源码体系具有较好的安全性、稳定性,利于保证应用系统的安全性,尽量避免OS带来的软件缺陷和人为设置的后门利于在此基础上发展自有OS核心技术和知识产权价格低廉,易于推广使用,利于培养学生正确的知识产权和版权观念从市场角度,Linux采用公开源码体系Linux快速发展,市场份额逐步增大,特别是在服务器市场和大型主机市场国内OS政府采购的首选IBM、HP、Oracle、曙光、联想等公司推出Linux平台下的服务器、主机产品,WhyLinuxasCaseStudies,与课堂教学同步进行的7组Linux基本实验系统安装实验Linux内
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025-2030滑石矿深加工技术进展与市场应用研究报告
- 2025-2030滑石母粒在聚丙烯改性中的技术经济分析
- 2025-2030混合云基础设施服务技术创新与商业模式转型专题研究报告
- 2025-2030海洋塑料垃圾治理技术突破
- 2025-2030海上风电装备制造行业趋势分析与产业链投资价值报告
- 2026届湖北省黄石市九年级物理第一学期期中检测模拟试题含解析
- 山西省怀仁市2026届八年级物理第一学期期末联考试题含解析
- 安徽省滁州市定远县2026届九上物理期中考试试题含解析
- 2026届新疆吉木乃初级中学物理九上期末达标检测试题含解析
- 燃气站安全隐患排查及风险评估报告
- 车辆出口退税与关税减免采购合同
- 大学创业政策课件
- 2025至2030年中国烟支检测器行业发展研究报告
- 叉车公司员工管理制度
- 检验科生化项目操作规程
- 刷单协议合同标准文本
- 2024年一级注册结构工程师专业考试试题及答案(下午卷)
- 国开《液压气动技术》专题报告答案
- 《休闲农业》课件 项目四 休闲农业项目策划
- 办公室管理-形考任务二(第一~第二章)-国开-参考资料
- 2024年辅导员素质能力大赛初赛题库
评论
0/150
提交评论