Anonymous

What Is The Difference Between Distributed Systems And Network?

7

7 Answers

sheetal Profile
sheetal answered
Distributed system has middleware software. Computer network does not have middleware
Anonymous Profile
Anonymous answered
Difference between Computer Network and Distributed Systems

A network is simply a group of computers and other devices connected together to share common resources.

A distributed system is a group of computers linked together to perform different operations of the same problem. Middleware could definitely be a part of a distributed system. Some examples of distributed systems are:

Large websites where different portions of the website are hosted on different servers.

An N-Tier application such that you have a server(s) hosting a database, another server hosting a front-end application, and a client that accesses the front end. A web site using a separate database is an example of this.
Anonymous Profile
Anonymous answered
Network system means those the interconnected autonomous computers. Two computers are said to be interconnected if the can able to share the information's.
Whereas in distributed system the multiple autonomous computers are transparent to the users.
Anonymous Profile
Anonymous answered
Network system means those the interconnected autonomous computers.here we can transfer information cannot share,whereas in distributed system the multiple autonomous computers are transparent to the users.
ali imran baig Profile
ali imran baig answered
In network a server is handling the other connected members and if one system goes down, the rest of the network is connected whereas distributed systems are those in which one member supplies the other member and if one system goes down, only that system is out and rest are working.
Anonymous Profile
Anonymous answered
In distributed system basically a user has an illusion that his system is coherent system and all information is stored in his comp which is obviously not possible as because of the limitations of space.. Just like www is an example of ds where everything appears to be a web page...

In network, which is a interconnection of self capable computers, no such illusion occurs and user will get information regarding hardware and diff os of the machine. Thus if a user want to run a prog on a remote machine then he needs to log on to tht computer..
Anonymous Profile
Anonymous answered

In distributed systems multiple processor are transparent, it looks like a uniprocessor.

Answer Question

Anonymous