{"id":33172,"date":"2021-05-21T08:11:31","date_gmt":"2021-05-21T08:11:31","guid":{"rendered":"https:\/\/www.inspirenignite.com\/anna-university\/it5002-unix-internals-syllabus-for-it-5th-sem-2019-regulation-anna-university-professional-elective-i\/"},"modified":"2021-05-21T08:11:31","modified_gmt":"2021-05-21T08:11:31","slug":"it5002-unix-internals-syllabus-for-it-5th-sem-2019-regulation-anna-university-professional-elective-i","status":"publish","type":"post","link":"https:\/\/www.inspirenignite.com\/anna-university\/it5002-unix-internals-syllabus-for-it-5th-sem-2019-regulation-anna-university-professional-elective-i\/","title":{"rendered":"IT5002: Unix Internals Syllabus for IT 5th Sem 2019 Regulation Anna University (Professional Elective-I)"},"content":{"rendered":"<p align=\"justify\">Unix Internals detailed syllabus for Information Technology (IT) for 2019 regulation curriculum has been taken from the <a class=\"rank-math-link\" href=\"https:\/\/cac.annauniv.edu\/\" style=\"color: inherit\" target=\"_blank\" rel=\"noopener\">Anna Universities<\/a> official website and presented for the IT students. For course code, course name, number of credits for a course and other scheme related information,  do visit full semester subjects post given below. <\/p>\n<p align=\"justify\">For Information Technology 5th Sem scheme and its subjects, do visit <a class=\"rank-math-link\" href=\"..\/information-technology-it-syllabus-for-5th-sem-2019-regulation-anna-university\">IT 5th Sem 2019 regulation scheme<\/a>. For Professional Elective-I scheme and its subjects refer to <a class=\"rank-math-link\" href=\"..\/professional-elective-i-syllabus-for-it-5th-sem-2019-regulation-anna-university\">IT Professional Elective-I syllabus scheme<\/a>. The detailed syllabus of unix internals is as follows. <\/p>\n<p>  <title>Unix Internals<\/title><\/p>\n<h4>Course Objective:<\/h4>\n<p id=\"istudy\" style=\"text-align:center\">For the complete syllabus, results, class timetable, and many other features kindly download the <a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">iStudy App<\/a><br \/><b> It is a lightweight, easy to use, no images, and no pdfs platform to make students&#8217;s lives easier.<\/b><br \/><a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy&amp;pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/play.google.com\/intl\/en_us\/badges\/static\/images\/badges\/en_badge_web_generic.png\" alt=\"Get it on Google Play\" style=\"height:65px\"><\/a>.   <\/p>\n<h4>Unit I<\/h4>\n<p align=\"justify\">\n  <strong>Overview<\/strong><br \/>\n  General Overview of the System: History &#8211; System Structure &#8211; User Perspective -Operating System Services &#8211; Assumptions about Hardware &#8211; Introduction to the Kernel Architecture of the UNIX Operating System &#8211; Introduction to System Concept &#8211; The Buffer Cache &#8211; Buffer headers &#8211; Structure of the Buffer Pool &#8211; Scenarios for Retrieval of a BufferReading and Writing Disk Blocks &#8211; Advantages and Disadvantages of the Buffer Cache.<\/p>\n<p><i>Suggested Activities:<\/i>\n  <\/p>\n<ul>\n<li>Flipped classroom on operating system services.<\/li>\n<li>Practical &#8211;<\/li>\n<li>Implement the system call &#8220;cat&#8221; using command line arguments and generate the executable version of the program and invoke the executable file using exec system calls (fork, wait etc).<\/li>\n<li>Implement a scenario resulting to an incorrect linked list because of context switch.<\/li>\n<li>Implement the five scenarios in the getblk algorithm by using first in first out scheme.<\/li>\n<li>Simulate the function of bread(), breada(), bwrite and brelse.<\/li>\n<\/ul>\n<p><i>Suggested Evaluation Methods:<\/i>\n  <\/p>\n<ul>\n<li>Quiz on operating system services.<\/li>\n<p>    Evaluation of the functions implemented.\n  <\/ul>\n<\/p>\n<h4>Unit II<\/h4>\n<p id=\"istudy\" style=\"text-align:center\">For the complete syllabus, results, class timetable, and many other features kindly download the <a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">iStudy App<\/a><br \/><b> It is a lightweight, easy to use, no images, and no pdfs platform to make students&#8217;s lives easier.<\/b><br \/><a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy&amp;pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/play.google.com\/intl\/en_us\/badges\/static\/images\/badges\/en_badge_web_generic.png\" alt=\"Get it on Google Play\" style=\"height:65px\"><\/a>.   <\/p>\n<h4>Unit III<\/h4>\n<p align=\"justify\">\n  <strong>System Calls for the File System<\/strong><br \/>\n  Open &#8211; Read &#8211; Write &#8211; File and Record Locking &#8211; Adjusting the Position of File I\/O &#8211; lseek -Close &#8211; File Creation &#8211; Creation of Special Files &#8211; Changing Directory &#8211; Root &#8211; Owner -Mode &#8211; stat and fstat &#8211; Pipes &#8211; dup &#8211; Mounting And Unmounting File Systems &#8211; link -unlink.<\/p>\n<p><i>Suggested Activities:<\/i>\n  <\/p>\n<ul>\n<li>Flipped classroom on file system and system calls.<\/li>\n<li>Practical &#8211;<\/li>\n<li>How does the command mkdir work? (Hint: When mkdir completes, what are the inode numbers for &#8220;.&#8221; and &#8220;..&#8221;?).<\/li>\n<li>Simulate the function of chown, chmod, stat and fstat.<\/li>\n<li>Set the whole-file lock with fcntl() and lockf().<\/li>\n<li>Write a program to print the mount table whenever an external device is connected to the Unix system.<\/li>\n<\/ul>\n<p><i>Suggested Evaluation Methods:<\/i>\n  <\/p>\n<ul>\n<li>Quiz on file system calls.<\/li>\n<li>Checking the functions implemented.<\/li>\n<\/ul>\n<h4>Unit IV<\/h4>\n<p id=\"istudy\" style=\"text-align:center\">For the complete syllabus, results, class timetable, and many other features kindly download the <a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">iStudy App<\/a><br \/><b> It is a lightweight, easy to use, no images, and no pdfs platform to make students&#8217;s lives easier.<\/b><br \/><a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy&amp;pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/play.google.com\/intl\/en_us\/badges\/static\/images\/badges\/en_badge_web_generic.png\" alt=\"Get it on Google Play\" style=\"height:65px\"><\/a>.   <\/p>\n<h4>Unit V<\/h4>\n<p align=\"justify\">\n  <strong>Memory Management and I\/O<\/strong><br \/>\n  Memory Management Policies &#8211; Swapping &#8211; Demand Paging &#8211; The I\/O Subsystem: Driver Interface &#8211; Disk Drivers &#8211; Terminal Drivers.<\/p>\n<p><i>Suggested Activities:<\/i>\n  <\/p>\n<ul>\n<li>Flipped classroom on virtual memory concepts<\/li>\n<li>Practical &#8211;<\/li>\n<li>Write a program that tracks the allocation of space on a swap device.<\/li>\n<li>Write a program that verifies that the file systems on a disk do not overlap. The program should take two arguments: a device file that represents a disk volume and a descriptor file that gives section numbers and section lengths for the disk type. The program should read the super blocks to make sure that file systems do not overlap.<\/li>\n<li>Implement sty command: with no parameters, it retrieves the values of terminal settings and report them to the user.<\/li>\n<li>Encode a line disciple that writes the machine name at the beginning of each line of output.<\/li>\n<\/ul>\n<p><i>Suggested Evaluation Methods:<\/i>\n  <\/p>\n<ul>\n<li>Quiz on virtual memory concepts.<\/li>\n<li>Evaluation of the functions implemented.<\/li>\n<\/ul>\n<h4>Course Outcome:<\/h4>\n<p id=\"istudy\" style=\"text-align:center\">For the complete syllabus, results, class timetable, and many other features kindly download the <a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">iStudy App<\/a><br \/><b> It is a lightweight, easy to use, no images, and no pdfs platform to make students&#8217;s lives easier.<\/b><br \/><a class=\"rank-math-link\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy&amp;pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/play.google.com\/intl\/en_us\/badges\/static\/images\/badges\/en_badge_web_generic.png\" alt=\"Get it on Google Play\" style=\"height:65px\"><\/a>.   <\/p>\n<h4>Text Books:<\/h4>\n<p align=\"justify\">\n<ol>\n<li>Maurice J. Bach, &#8220;The Design of the Unix Operating System&#8221;, Pearson Education, 1986.<\/li>\n<\/ol>\n<h4>References:<\/h4>\n<p align=\"justify\">\n<ol>\n<li>B. Goodheart, J. Cox, &#8220;The Magic Garden Explained&#8221;, Prentice Hall of India,1986.<\/li>\n<li>S. J. Leffler, M. K. Mckusick, M. J. .Karels, J. S. Quarterman., &#8220;The Design and Implementation of the 4.3 BSD Unix Operating System&#8221;, Addison Wesley, 1998.<\/li>\n<li>Robert Love, &#8220;Linux Kernel Development&#8221;, Third Edition, Addison Wesley, 2010.<\/li>\n<\/ol>\n<p align=\"justify\">For detailed syllabus of all the other subjects of Information Technology 5th Sem, visit <a class=\"rank-math-link\" href=\"..\/category\/it+5th-sem\">IT 5th Sem subject syllabuses for 2019 regulation<\/a>. <\/p>\n<p align=\"justify\">For all Information Technology results, visit <a class=\"rank-math-link\" href=\"https:\/\/www.inspirenignite.com\/anna-university\/anna-university-results\/\">Anna University IT all semester results<\/a> direct link. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Unix Internals detailed syllabus for Information Technology (IT) for 2019 regulation curriculum has been taken from the Anna Universities official website and presented for the IT students. For course code, [&hellip;]<\/p>\n","protected":false},"author":2297,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"categories":[72],"tags":[],"class_list":["post-33172","post","type-post","status-publish","format-standard","hentry","category-it"],"_links":{"self":[{"href":"https:\/\/www.inspirenignite.com\/anna-university\/wp-json\/wp\/v2\/posts\/33172","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inspirenignite.com\/anna-university\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inspirenignite.com\/anna-university\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inspirenignite.com\/anna-university\/wp-json\/wp\/v2\/users\/2297"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inspirenignite.com\/anna-university\/wp-json\/wp\/v2\/comments?post=33172"}],"version-history":[{"count":0,"href":"https:\/\/www.inspirenignite.com\/anna-university\/wp-json\/wp\/v2\/posts\/33172\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.inspirenignite.com\/anna-university\/wp-json\/wp\/v2\/media?parent=33172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inspirenignite.com\/anna-university\/wp-json\/wp\/v2\/categories?post=33172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inspirenignite.com\/anna-university\/wp-json\/wp\/v2\/tags?post=33172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}