Logout

Home Topic 6 Last Next

6.1.8

Discuss the advantages of producing a dedicated operating system for a device.

 

Teaching Note:

Advantages related to size, speed and customization should be considered.

For example, using a dedicated operating system for a cell phone rather than using a pre-existing operating system.

S/E Issue of proprietary software.

 

Sample Question:

sdfsdfsf

JSR Notes:

 

The Wide-spread Nature of Operating Systems

What kinds of things are operating systems made for? All sorts of things in fact; many devices beyond just computers and phones have their own dedicated operating systems. Generally, simple things that operate in straight-forward ways can do so with a hard-wired microcontroller, and do without an operating system, but as the devices become more complex they can take advantage of the flexibility offered by operating systems.

"Dedicated"

What do we mean by dedicated? We mean everything from an OS custom-programmed for one particular machine used by only a handful of people in the world, all the way up to, for example, the Arduino OS for all Arduino robots. You could even say that the Mac OS is "dedicated" to Apple Macintosh computers. But, really, by saying dedicated, we mean that the device could have used an "off the shelf" OS already in existence, but the developers decided to start from scratch and make an OS dedicated just for that device.

Specialized Devices, Specialized OSs

Related to this, do note that a huge number of different IT hardware devices produced in the world are not the iPhones and PCs that we consumers use, rather they are specialized equipment made for specialized industries and situations, developed to be used in very specialized circumstances, such as a factory - and most of them will require dedicated Operating Systems.

__________________________________

 

Examples of Dedicated Operating Systems

Any company with customized hardware needs customized operating systems.

Ex. Newspaper company will have highly specialized printing presses and other machines which are operated by customized operating systems.

Modern Newspaper Printing Press

Ex. An automobile assembly line factory has hundreds of specialized machines and robots, and each one of them is operated by customized operating systems. Any piece of hardware that is not "off the shelf". (Though note Libor's point that Skoda, I think it was, uses Windows XP to control much of their assembly line!)

Ford Motor Company Oakville, Ontario
By Ford Motor Company CC BY 2.0

Dedicated OSs at a School

Following is a list of things around a typical school which probably have dedicated operating systems. (Remembering that many seemingly intelligent devices don't have an OS; rather their microcontrollers/microprocessing units are hardwired with many different capabilities; for example the Roomba vacuum.)

__________________________________

 

Advantages of a Making a Dedicated OS:

The Smart Phone New Dedicated OS Example

Google, for its Android phones, and Apple for its iPhones, etc. developed dedicate operating systems for their smart phones rather than using existing operating systems. (Other smart phone OSs include Tizen, Windows Phone, Blackberry, and Ubuntu Touch.) Consider why. And, in fact, consider why, if you had a new company coming up with a new smart phone, you would have a dedicated operating system built:

Copyright All rights reserved by thunderbird-72

Reasons to build a dedicated OS for a new smart phone are:

I. Disadvantages of Existing OS Options

1 - Copyright and/or Cost
Here's with the proprietary issue refered to in the S/E Teaching Note comes into play. An existing OS that does what you want will very likely be "proprietary" software, i.e. its rights are owned by another company. So though it's possible that this OS could suit your purposes, the company may not permit you to use it, or if they do, the licensing fees to use it could be substantial. And in terms of using only parts of it, or ideas from it, both approaches could break copyright and patents.


2 - Existing OS Doesn't Work on Your Device
Most often an OS will not work on any product other than the one for which it was designed.

You could always try to hack the OS to work on another device, but that could very well end up turning the device into a paper weight ("brick" it); furthermore, it's very hard to do. Examples of this do exist in the PC world, where when Apple switched to Intel chips, geeks tried somewhat successfully to get Windows to run on Macs. And then this was formally done, both through Apple's Bootcamp. Though these strategies work, they each have their drawbacks compared to an OS running directly on the machine is was intended for.


3 - Too Many Extra OS Components (like drivers for all sort of other add ons)
so too much memory needed
- You may not need many Android and/or iOS-specific things in you new product. And to add your special OS features while keeping all of the old ones would take too much memory. Rather, it's better to have only the features - new, and existing - that you need, thus having the phone operate faster.

- In a related PC example, note that the Mac OS comes with Gigabytes (yes Gigabytes!) of printer drivers, thousands of which you will never need. Your own OS could just come with the printer drivers for printers expected to be used.


4 - You are limited By Design Requirements/Frameworks - such as the four buttons that have to be on all Android phones: home, back, menu, and search(?)


II. Additonal Advantages of Your Own OS

1 - Improvements are Possible (over existing OSs)
The new OS can be faster and better by looking at things slowing down the older OS and implement improvements.


2 - New Features are Desired
Special, unique features are imagined that the other products don't even have. For example a nifty new temperature sensor. i.e. the existing OS software does not support this new hardware.


3 - Smaller Size

Because of not needing all the "extra baggage" (see # 3 above), it's smaller - possiblly a lot smaller. So it takes up less storage and RAM memory.


4 - Faster

Because it is smaller, and "fresh", using the latest technologies and techniques, and is customized for what it most often does.

 

 

 

 

Another good example to consider:   Think of making your own robot at you university:

Do you use an existing OS, or get the CS geeks to make one for you in the Engineering department? What would be the advantages to the development of your own robot operating system for your particular robot?

__________________________________

 

 

General Reasons FOR Choosing To Use Existing Operating Systems

- easier to acquire and implement

- faster improvements not done by you

- it already works

- don't have to bother writing your own (for big devices like computers and robots, this is a huge pain and time consuming)