Free Essay

Unit 10 Final

In:

Submitted By firemedic1553
Words 1780
Pages 8
Unit 10 Final Project

IT 320

Justin Burse

An operating system is the main management system which is loaded after the boot loader has finished. Its responsible has many core responsibilities which allows all the programs to work together as one system. In the layer structure on the right you can see it is the link between the core hardware and the applications that use these pieces of hardware. How input and output devices link to the applications is controlled by this core program.

Device Manager

When a new device is made it has a program to control it, known as a “driver”. This driver is built to become a plug-in to the operating system, allowing the link to be built between the applications and that hardware device. If a device has not got a driver it cannot be used by the applications. Classes of devices however may use the same driver. An example of this is USB mass storage devices. All USB mass storage devices work using a Mass Storage Device Class which is transmitted as a signal when the device is connected. All these devices use the same protocol (A SCSI command set) and therefore can share a general driver. Although this is not a problem with this device, other devices which may have specialist functions or extra commands within their command set may not be able to use them, because the operating system has chosen a general driver

Memory Management

An example of a job fulfilled by an operating system is memory management. This ensures that each application is assigned memory which does not get overwritten by any other program, and for security reasons ensures that other programs cannot read private memory from a particular program (known as memory protection). Without this management programs would overwrite each others memory spaces and would crash each other.

Processor Manager

Another example of a job done by the operating system is the management of interrupts in the fetch execute cycle. As only one action can be performed on each processor core at once it is important that we allow other jobs that may be more important to interrupt a less important job as each job may be a few thousand lines of machine code, the code directly fed into the CPU. The information on jobs like this is kept in an “Interrupt Registry” which controls what processes interrupt when and also when the process is finished which other process gets resumed first. As well as this programs running multiple tasks at once (known as threads) would be controlled to try and give each thread equal time on the processor, known as Time Sharing.

Storage Management

This looks after the hard disks and other storage. It uses the FAT tables to ensure it does not overwrite data, and allows deletion ,copying and moving of data.

API Management

Allows programmers to interface with the system through libraries. Although this is not managements, more a way of interfacing.

Human Interfaces

Within computing there are two main on-screen interfaces to the computer. These are known as the CLI (Command Line Interface) and the GUI (Graphical User Interface).

CLI

The CLI was the original user interface as it was easier to implement within systems and had a low memory footprint. Because only one command can be executed at a time, and this only had text output there was very little functions to actually control the programs running, unlike the GUI which needed window management, launchers and rendering engines.

Although the command line is very basic is does not make it any less useful than a GUI. Simple commands and scripts can be run with less memory footprint than its GUI counterpart. The output from command line programs also can be “piped” into other programs, allowing one programs output to be another programs input. Within the BASH Linux Shell this link is simply made by adding a ‘|’ onto the CLI before specifying the next program.

However, as more complex tasks came along and the command set grew it became apparent that greater control was needed than that of a simple monospace text console. Computers were growing to mimic the real world better and better and as features, such as fonts, started to be used the system had to be upgraded to a graphical system, where images could be viewed, formatted text documents created and drawing tools utilised. This grew to be the beginning of the GUI interface.

GUI

The first GUI’s were very simple graphically represented icons for particular commands. Rather than typing a screen with all the options could be viewed. When the correct options were selected the command was executed, the output was processed and better graphical results could be analyzed.

As GUI’s grew in popularity, with the introduction of home PC’s and novices being able to get a computer for a comparatively low price to the first the CLI became less used for tasks, even when they may have been the best to use. Microsoft Windows is the classic example of a system designed so that all could use it. Starting off with the MS-DOS (Microsoft Disk Operating System) CLI interface, its aim was to carry out simple file organizing. However as its systems turned to graphical interfaces, such as its first operating systems (Windows 3.1 and Windows 3.11, released on the new 3¼” floppy disks which replaced 5½” floppy disks) the command line was not improved and by later versions (Windows 2000) it had completely disappeared from even the start up process becoming an optional component by Windows XP. The death of the command line however meant that new thinking was brought to the industry with the introduction of such specifications as CSS and HTML 4.1, designed purely for graphical viewing of the web.

The only systems that did not take on the graphical interface properly was the UNIX “headless” servers, which used a remote CLI protocol known as SHH for their operations. Windows telnet protocol, although being still active, has not got the control that the SSH protocols had.

The birth of networking

With computers coming down in price, usability becoming easier and technology to connect PC’s together operating systems had to start including tools on the average PC for network connections, and allowing users to create a home peer-to-peer network with very little configuration. Automated systems such as DHCP and DNS started to become more common, allowing systems to mask complicated operations.

Windows 3.11 for Workgroups was the first Microsoft product to allow networking. And began to have basic support for the DHCP (Dynamic Host Configuration Protocol) service, which automatically gave unique addresses to systems. As well as this it also gave support DNS (Domain Name Service), which covered up a series of numbers known as the IP with a string and letters, known as a Domain Name.

However as with all technology it can be used for bad and therefore technology to protect the technology was added, known as firewalls, which were started to be built into the Windows OS as its XP version came out. This gave significant security improvements to the first versions of Windows.

System Tools

It is important that you keep your machine both secure and well maintained. To do this you do not need expensive tools, most of them can be found legally free on the internet if you take the time to look carefully.

Disk Defragmentation

Microsoft already comes with a disk defragmenter. This tool was originally a CLI tool run with the command

defrag C:

This would have brought up a half-graphic interface, with blocks on your command line representing blocks on your hard disk.

The hard disk is split up into blocks which store files on your hard disk. When you start files will be stored as shown in the following diagram. The length of the block shows the size of the file.

The diagram shows a non-fragmented disk. All files follow each other without being split. This means that the computer can read the file in one block without stopping. This can speed up fetching large files significantly.

The next diagram shows a fragmented disk after “file 2” has been deleted and the bigger “file 4” has been added to the file system. The arrow shows how the system would read the file.

Because file 4 is fragmented, it is stored in two places the computer has to lookup two places on the disk before retrieving the full file. With large files this could mean that the files are stored over many different areas of the disk because there is no continuous space available for storage. A disk defragmentation puts these blocks together so that they form continuous files as shown here

Virus scanner

A virus is a small malicious piece of code that is got from an outside source which makes your computer do an undesired operation. Viruses have various aims, from created “backdoors” for hackers, allowing them to get into an infected computer system remotely, to steeling passwords from places such as banking websites. Almost all viruses have a particular method of transferring from one PC to another, whether by automatically attaching to outgoing e-mails, sending links through instant messaging accounts or removable media, through attaching itself to another file. To save you becoming infected and to protect others it is important that you have a virus scanner installed, which is updated regularly.

One of the best free ones is AVG Free, made by Grisoft. This software can be downloaded, and new virus definitions are downloaded automatically, normally on boot. This is particularly useful Disk formatting

Can be used to ensure drive is clean before new install, and also securely erase data. A complete format will create a new File Allocation Table.

Reference: http://www.clearleadinc.com/site/linux.html http://robert.rsa3.com/EmbeddedLinuxProgramming.html 1. About Linux, Retrieved November 3, 2006, from http://www.linux.org/info/ 2. About Operating Systems, Retrieved November 3, 2006, from http://computer.howstuffworks.com/operating-system.htm/ 3. Description of the Windows Genuine Advantage Notifications application, Retrieved November 3, 2006, from http://support.microsoft.com/?kbid=905474 4. Features new to Windows XP, Retrieved November 2, 2006, from http://en.wikipedia.org/wiki/Features_new_to_Windows_XP 5. Graphical user interface, Retrieved November 3, 2006, from http://www.arikah.com/encyclopedia/Graphical_user_interface 6. Linus Torvalds interview, Retrieved November 3, 2006, from http://kde.sw.com.sg/food/linus.html 7. Linux, Retrieved November 28, 2006, from http://en.wikipedia.org/wiki/Linux

8. Linux Features, Retrieved November 3, 2006, from http://www.linux.com/howtos/INFO-SHEET-2.shtml 9. Linux Online, Retrieved Nove

Similar Documents

Free Essay

Science Meets Real Life: Unit 10 Final Project

...Meets Science Real Life 1 Science Meets Real Life: Unit 10 Final Project Lashundra T. Jones Kaplan University SC300-09 Professor Morris December 5, 2010 Science Meets Real Life 2 Science Meets Real Life: Unit 10 Final Project With life you never know what to expect, a famous actor once quoted in a movie Life is like a box of chocolate, you never know what you will get. (Forrest Gump, 2000). That was an understatement if you were to ask me! But what most individuals dont realize is that life and science go hand and hand. We use reasoning to denote certain things about people or places. We even use the scientific method to solve everyday problems without even realizing it. Take a look at two of my life scenarios and see how I applied the scientific method to each of these problems and came up with my solution. After that we will take a ride and see why I cannot live with or without science. So hold this should be an interesting journey. As I started my entrance into my home one night after getting off late to find that the light to the front room would not come on. I asked myself two questions; why did the light not come on and what could be wrong with it? Here is where we use the scientific method in our lives without even giving it a second thought. After I asked those two questions I had to do some research and come up with a few good reasons or in science terms (construct a hypothesis) as to why the light did not come on. After careful consideration I came up with two hypotheses...

Words: 2130 - Pages: 9

Premium Essay

En1320 Unit 10 Research Paper Part 6 Final Draft

...EN1320 Research Paper Final Draft Gun Control In America Today In the United States there is a need for better gun control legislature, but some Activists are beginning to intrude on United States citizen’s second amendment rights. John Paul Stevens a former member of the U.S. Supreme Court believes we should change the second amendment. Then people who feel that all guns should only be in the hands of law enforcement and military personnel. Some feel that there is only a need for simple back ground checks and a wait time until the person can be properly cleared to own a firearm. A new form of gun control are a new gun manufactures that believe the future of the industry and gun safety is in smart weapons which can only be fired by the registered owner. This is a issue that has been debated on for many years for one reason or another while the gun control law has made few changes its a issue that needs attention and change. I feel the current laws do need changing but do not need to be pushed so far that the rights of the citizens should take a back seat to the Gun Control issue. Former U.S. Supreme Court member John Paul Stevens feels that the only way to have gun control is to change the second amendment. His feelings are that most pro gun Activists misunderstands the second amendment. The second amendment states “A well regulated Militia, being necessary to the security of a...

Words: 1205 - Pages: 5

Premium Essay

Gfgdgd

...cross-elasticity, and income elasticity. 5. Specify the components of a regression model that can be used to estimate a demand equation. 6. Define production function, and explain the difference between a short-run and a long-run production function. 7. Distinguish between economic cost and accounting cost. 8. Describe the key characteristics of the four basic market types used in economic analysis. 9. Cite the main differences between monopolistic competition and oligopoly. 10. Analyze the practice of cartel pricing. 11. Illustrate game theory, and explain how it helps better understand mutually interdependent management decisions. 12. Define the cost of capital, and demonstrate how it is calculated. Credits Upon completion of this course, the students will earn three (3) hours of college credit. Course Structure 1. Unit Learning Objectives: Each unit contains Unit Learning Objectives that specify the measurable skills and knowledge students should gain upon completion of the unit. 2. Unit Lesson: Each unit contains a...

Words: 1441 - Pages: 6

Premium Essay

Nt1210 Final

...NT1210 FINAL EXAM EBOOK INSTITUTE DECEMBER 11, 2014 Nt1210 Final Exam eBook Institute NT1210 FINAL EXAM DOWNLOAD: NT1210 FINAL EXAM Getting Nt1210 Final Exam is easy and simple. Mostly you need to spend much time to search on search engine and doesnt get Nt1210 Final Exam documents that you need. We are here to serve you, so you can easily access, read and download its. No need to wasting time to lookup on another place to get Nt1210 Final Exam. We provide you Nt1210 Final Exam in PDF format so you can read and download its to your computer which this file are safe and virus free. You can read this document with Adobe Acrobat or other PDF Reader. We have massive collection of documents, books, eBook and pdf files including that you are looking Nt1210 Final Exam. To access this you just need to signed up and complete its through website to open your limited access for documents that you needs. So what do you waiting for? DOWNLOAD: NT1210 FINAL EXAM Nt1210 Final Exam 2 Nt1210 Final Exam eBook Institute Final Exam Nt1210 http://ebookinstitute.net/..../final-exam-nt1210.pdf Read or Download final exam nt1210 Online. Also you can search on our online library for related final exam nt1210 that you needed. You can download PDF Document such final exam nt1210 for free ... Download Filetype: PDF | Last Update: 2014-12-11 Final Exam Nt1210 Itt Tech http://ebookinstitute.net/..../final-exam-nt1210-itt-tech.pdf Read or Download final exam nt1210 itt tech Online. Also you can...

Words: 1156 - Pages: 5

Premium Essay

Variable, Fixed, and Mixed Costs

... II. Cost Analysis a. Variable Costs The first kind of cost I will discuss is variable cost. “A variable cost is a cost that varies, in total, in direct proportion to changes in the level of activity” (Garrison, Noreen, & Brewer, 2010, p. 48). Some examples of the activity are hours worked, units manufactured, miles driven, units sold, et cetera. One example of a variable cost is the cost of materials. The cost of the materials will fluctuate depending on how many final products are being manufactured. To help me comprehend this I will give an example, if a corporation needed one computer chip for its production of one final product then if production increased by 20 final products then the cost of the material, computer chip, would go up by 20 units. The below table shows the rise of the variable cost of the computer chip due to the increased number of products being manufactured. Numbers of computers manufactured | Cost per chip | Total variable cost – computer chip | 1 | $50 | $50 | 250 | $50 | $12,500 | 500 | $50 | $25,000 |   By looking at the table we can see how the total variable cost is influenced by the increase in the number of units of final product being manufactured resulting in an increase in the number of computer chips, direct materials,...

Words: 1575 - Pages: 7

Premium Essay

Dsadsadsad

...ACC305 – Auditing and Professional Practice Unit Outline – 2015 Unit Coordinator: Dr Chun Jiang (PhD, FCPA) 1|P age Introduction Welcome to Elite Education and ACC305 – Auditing and Professional Practice. This document provides you with information relevant to successful completion of this unit; including schedule of lecture topics, prescribed texts, assessment policies, assessment tasks, examinations, academic and administrative contacts and online learning support facilities. Student Handbook and Administration Office The Elite Student Handbook provides valuable general information for students and a printed copy will be provided to you. In addition, the Institute staff are available to assist you personally during office hours. Office Contact Details: Elite Education Institute 1 James Place, North Sydney, NSW 2060 Tel: 02 9212 2120 Unit Overview This unit introduces the major conceptual and technical aspects of auditing and assurance services. Accordingly, the unit provides critical insights into the auditor's legal and societal role, the underlying conceptual theory of auditing, professional auditing techniques, and contemporary auditing issues. The core theme of this unit is the external audit of corporations, from initial planning to final reporting in the context of a professional environment. Assumed Knowledge Prerequisite:    ACC101 – Fundamentals of Accounting I, ACC102 – Fundamentals of Accounting II, and ACC204 – Advanced...

Words: 2264 - Pages: 10

Free Essay

Law P2

...Pearson Edexcel General Certificate of Education May–June Summer 2016 Examination Timetable – FINAL Home Pearson Edexcel General Certificate of Education May–June Summer 2016 Examination Timetable – FINAL For more information on Edexcel qualifications please visit http://qualifications.pearson.com Notes Pearson Edexcel General Certificate of Education May–June Summer 2016 Examination Timetable – FINAL Home Notes Pearson Edexcel GCE Summer 2016 Examination View by Week Week Week 2 Week 3 Week 4 Week 5 Week 6 Monday 16 May Monday 23 May Monday 6 June Monday 13 June Monday 20 June Monday 27 June Tuesday 17 May Tuesday 24 May Tuesday 7 June Tuesday 14 June Tuesday 21 June Tuesday 28 June Wednesday 18 May Wednesday 25 May Wednesday 8 June Wednesday 15 June Wednesday 22 June Wednesday 29 June Thursday 19 May Thursday 26 May Thursday 9 June Thursday 16 June Thursday 23 June Thursday 30 June Friday 20 May Day Week 1 Friday 27 May Friday 10 June Friday 17 June Friday 24 June Friday 1 July View by Subject Subject A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Pearson Edexcel General Certificate of Education May–June Summer 2016 Examination Timetable – FINAL Notes Home Notes 1. Conduct of Examinations 2. Key Dates • Each examination must be taken on the day and at the time as shown on the timetable. • The date for the restricted release of results to centres is Wednesday 17 August 2016. • The published...

Words: 5571 - Pages: 23

Premium Essay

Nope

...TDSB e-Summer School 2015ENG4UE: English University PrepCourse Outline | Teacher: | Contact Information: Adobe Connect Tutorial Time: A regular time will be set up following our first week of classes and we will have Adobe Connect meetings every day. Course Description This course emphasizes the consolidation of the literacy, communication, and critical and creative thinking skills necessary for success in academic and daily life. Students will analyze a range of challenging literary texts from various periods, countries, and cultures; interpret and evaluate informational and graphic texts; and create oral, written, and media texts in a variety of forms. An important focus will be on using academic language coherently and confidently, selecting the reading strategies best suited to particular texts and particular purposes for reading, and developing greater control in writing. The course is intended to prepare students for university, college, or the workplace. Assessment and Evaluation To promote student success, ongoing formative assessment and feedback will be given to students. As required by the Ministry of Education, students will be assessed in the four areas of the achievement chart. The chart below provides percentages for each category. The chart below provides the strands under each assignment will be evaluated. All evaluations are expected on the due date, however, they will be also accepted up and until the ultimate due date at 11:59pm.  Given...

Words: 931 - Pages: 4

Premium Essay

Diversity

...ISBN-13: 978-0-538-47808-3 Course Outline: Introduction Unit 1: Chapters 1, 4, 5 Chapter 1 – Exploring the World of Business and Economics Chapter 4 – Choosing a Form of Business Ownership Chapter 5 – Small Business, Entrepreneurship, and Franchises Unit Exam Unit 2: Chapters 9, 10, 11, 6, 7 Chapter 9 – Attracting and Retaining the Best Employees Chapter 10 – Motivating and Satisfying Employees and Teams Chapter 11 – Enhancing Union-Management Relations Chapter 6 – Understanding the Management Process Chapter 7 – Creating a Flexible Organization Unit Exam Unit 3: Chapters 12, 13, 14, 15 Chapter 12 – Building Customer Relationships Through Effective Marketing Chapter 13 – Creating and Pricing Products that Satisfy Customers Chapter 14 – Wholesaling, Retailing, and Physical Distribution Chapter 15 – Developing Integrated Marketing Communications Unit Exam Unit 4: Chapters 2, 18, 20, 3 Chapter 2 – Being Ethical and Socially Responsible Chapter 18 – Understanding Money, Banking, and Credit Chapter 20 – Understanding Personal Finances and Investments Chapter 3 – Exploring Global Business Unit Exam Final Exam (cumulative) Your final grade will be based on: Four Unit Exams 40% (10% each unit exam) Final Exam 20% Case Study 10% Questions of the Day 20% Homework and class participation 10% Grades: A=94-100 A-=90-93 B+=87-89 B=83-86 B-=80-82 C+=76-79...

Words: 1187 - Pages: 5

Premium Essay

Case Study of Tata Nano

...International Marketing Management Unit Outline – 2014 (Semester 1) Unit Coordinator: Dr. Nigel Hardiman Introduction Welcome to TOP Education and TMKT402 International Marketing Management. This document provides you with information relevant to successful completion of this unit; including the schedule of lecture topics, prescribed texts, assessment policies, assessment tasks, examinations, academic and administrative contacts and online learning support facilities. Student Handbook and Administration Office The TOP Student Handbook provides valuable general information for students and a printed copy will be provided to you. In addition, TOP staff are available to assist you personally during office hours. Office Contact Details: TOP Education Institute Suite 1, Biomedical Building, 1 Central Ave Australian Technology Park Eveleigh NSW 2015 Tel: 02 9209 4888 Unit Overview This unit deals with key international marketing concepts, analytical methods and decision tools necessary for understanding the dynamic nature of international marketing situations facing different organisations, and to make international marketing decisions to deal with such international marketing situations. Its objective is to enable students to acquire relevant knowledge and techniques to deal with the various international marketing challenges, and to develop meaningful solutions to overcome such challenges. The unit offers students a practical...

Words: 2563 - Pages: 11

Free Essay

Stryker Corporation: in-Sourcing Pcbs

...and Economics Unit Guide D2 Day; Offered in Session 2, North Ryde 2012 Table of Content Table of Content General Information Convenor and teaching staff Credit Points Prerequisites Corequisites Co-badged status Unit Description 2 3 3 3 3 3 3 3 Learning Outcomes Graduate Capabilities Problem Solving and Research Capability Creative and Innovative Effective Communication Commitment to Continuous Learning Discipline Specific Knowledge and Skills Critical, Analytical and Integrative Thinking Engaged and Ethical Local and Global citizens Capable of Professional and Personal Judgement and Initiative 4 5 5 5 6 6 7 7 8 8 Assessment Tasks Class Test 1 Class Test 2 Group assignment Final Examination 10 10 10 10 11 Unit Schedule Delivery and Resources Policies and Procedures Academic Honesty Grades Grading Appeals and Final Examination Script Viewing Special Consideration Policy Student Support Student Enquiry Service Equity Support IT Help 12 13 14 14 14 14 14 15 15 15 15 Research and Practice 16 Page 2 of 16 General Information Convenor and teaching staff Unit Convenor: Alan Rai Email: alan.rai@mq.edu.au Phone: 9850 1169 Office: E4A 228 Consultation Hours: 1-3pm Monday Lecturer: James McCulloch Email: james.mcculloch@mq.edu.au Consultation Hours: Consultation during tutorials or via email Credit Points 3 Prerequisites ACCG252 or AFIN252 Corequisites N/A Co-badged status This unit is not co-badged. Unit Description The...

Words: 3151 - Pages: 13

Free Essay

Ap Government

...Kick-Off | 8 | 9 | 10*Teacher Work Day/Meetings | 11*Attendance *Expectations*Go Over Project Options-Book-Group Policy-Social Media | 12 | 13*Basic Defs*Core Values*Assgn:-Fed/Anti-Fed*Const Project | 14 | 15 | 16 | 17*Chp 2 Due/Quiz | 18 | 19*Chp 3 Due/Quiz*Const Project Due-whether you are present or not*Assgn Ct Cases | 20 | 21*Review CE*Fed/Anti-Fed Due*Discussion | 22 | 23 | 24 | 25*CE Due*Chp 4 Due/Quiz | 26 | 27*Chp 5 Due/Quiz*Deadline to sign-up for project | 28 | 29 | 30 | 31*Ct Cases Due-whether you are present or not*Intro Writing | | | | | | AP U.S. Govt-Blue Days 2015 Sun | Mon | Tue | Wed | Thu | Fri | Sat | | | 1 | 2*Unit I Exam*Timed Writing | 3 | 4*Chp 6 Due/Quiz*Review Editorial CE | 5 | 6 | 7*No School | 8 | 9*Editorial CE Due*Chp 10 Due/Quiz | 10*Unit I Make-up & Corrections Due | 11*Unit II Exam*Timed Writing | 12 | 13 | 14 | 15*Chp 8 Due/Quiz | 16 | 17*Chp 9 Due/Quiz | 18 | 19 | 20 | 21*Unit III Exam*Timed Writing | 22*Unit II Make-up & Corrections Due | 23*Chp 7 Due/Quiz | 24 | 25*Homecoming-Be Safe-Be Smart-Have Fun | 26 | 27 | 28*Chp 13 Due/Quiz | 29*Unit III Make-up & Corrections Due | 30*Unit IV Exam*Timed Writing | | | | | | | | | | | September AP U.S. Govt-Blue Days 2015 Sun | Mon | Tue | Wed | Thu | Fri | Sat | | | | | 1 | 2*Chp 16 Due/Quiz*Review Pol Toon CE | 3 | 4 | 5 | 6*Pol Toon CE Due*Review Court Cases | 7*Quiz Drop & Corrections Due | 8*Unit V Exam-grade goes on next...

Words: 625 - Pages: 3

Free Essay

Resistivity of Nichrome

...results only shown | | | | | |Correct units | | | | | |Uncertainties shown | | | | | |Uncertainties justified | | | | | |Uncertainties to 1 sig fig | | | | | |Decimal places consistent with uncertainty | | | | |Aspect 2 |Processed results shown in separate table | | | | | |All necessary values shown | | | | | |Correct units | |...

Words: 1924 - Pages: 8

Premium Essay

Qbus5001

...BUSINESS SCHOOL Unit of Study Outline Unit Code QBUS5001 Unit Title Quantitative Methods for Business Semester 2, 2013 Pre-requisite Units: None Co-requisite Units: None Prohibited Units: ECMT5001, QBUS5002 Assumed Knowledge and/or Skills: Basic calculus, basic concept of probability and statistics Unit Coordinator: Dr Boris Choy Address: Room 482, Merewether Building(H04), The University of Sydney NSW 2006 Email: boris.choy@sydney.edu.au Phone: 0293512787 Consultation Hours: Mondays 2pm-3pm at Room 482, H04 Class Day(s): Thursdays 6pm-9pm at Merewether Lecture Room 5, H04 Required Text / Resources: 1. Textbook: Selvanathan E.A., Selvanathan, S & Keller, G. (2011) Business Statistics, Australia & New Zealand 5th Edition. CENGAGE Learning. www.cengage.com.au/selvanathan5e 2. Online resources: Blackboard and Aplia 3. Software: MS Excel with Data Analysis Plus add-in This Guide to Unit Learning Content and Assessment MUST be read in conjunction with the Business School Student Administration Manual for information about all processes (sydney.edu.au/business/currentstudents/student_information/student_administration_manual) and the Business School unit of study common policy and implementation information that apply to every unit of study offered by the Business School (http://sydney.edu.au/business/currentstudents/policy). In determining applications and appeals relating to these matters it will be assumed that every student has taken the time to familiarise themselves...

Words: 3798 - Pages: 16

Premium Essay

Nt2640

...course to map the 2nd edition of lab manual Immediately 02/27/2013 Midterm and Final Examination Answer Keys Added examination keys Immediately 03/18/2013 Answer Keys for Midterm and Final Updated some answers to address the accuracy March 2013 04/19/2013 Assignment labels on Pages 43, 52, 61, 78, 87, 97, 106 and 132. Added labels to identify additional assignments in affected units Clarification of additional assignments March 2013 Table of Contents COURSE OVERVIEW 5 Catalog Description 5 Goals and Expectations 5 Learning Objectives and Outcomes 6 Career Impact 6 INSTRUCTIONAL RESOURCES 7 Required Resources 7 Additional Resources 7 COURSE MANAGEMENT 9 Technical Requirements 9 Test Administration and Processing 9 Replacement of Learning Assignments 10 Communication and Student Support 10 Academic Integrity 10 GRADING 11 COURSE DELIVERY 13 Instructional Approach 13 Methodology 13 Facilitation Strategies 14 UNIT PLANS 15 Unit 1: The TCP/IP Model, LANs, WANs, and IP Networks 15 Unit 2: TCP/IP Network, Transport, and Application Layers 24 Unit 3: IP Subnetting and Basic Router Configuration 34 Unit 4: IP Routing with Connected, Static, and RIP-2 Routes 44 Unit 5: IP Troubleshooting and EIGRP 53 Unit 6: Subnet Design 62 Unit 7: Advanced IP Routing Topics and OSPF 69 Unit 8: Advanced IP Topics 79 Unit 9: LANs 88 Unit 10: WANs 98 Unit 11: Course Review and Final Examination 107 COURSE SUPPORT...

Words: 22068 - Pages: 89