HiveBrain v1.2.0
Get Started
← Back to all entries
gotchaMinor

What is the difference between an embedded system and dedicated system?

Submitted by: @import:stackexchange-cs··
0
Viewed 0 times
thewhatembeddedsystemdedicateddifferencebetweenand

Problem

To my understanding,

a dedicated system is a computer system capable of performing 1 specific task
an embedded system is a computer system within a larger system that performs a specific task

Is there a difference that i'm missing or is dedicated system just a more generic term for referring to things like 'file server'.

Thanks

Solution

An embedded system is embedded in some larger device/system. For example, a computer used to control a car is embedded, or the microprocessor controlling e.g. a washing machine.

A dedicated system is one which is used for one task only, like file serving or running a database.

Most embedded systems are dedicated (to their specific task(s)). There isn't a clear cut definition.

Context

StackExchange Computer Science Q#42606, answer score: 2

Revisions (0)

No revisions yet.