Stack Exchange
log in   chat   discuss   faq   users   badges

Area 51 » Science

101
followers

Distributed Systems [closed]

Proposed Q&A site for engineers and scientists who deal with distributed systems at large: distributed robotics, intelligent vehicles, smart energy grids, social networks, distributed information systems, biological systems, etc.
flag

Announcements

At 2+ years in Area 51 we have to close this proposal. Keep this proposal alive by restarting it. See discuss.area51.stackexchange.com/q/5798. – Robert Cartaino♦ Apr 11 at 21:30

42
votes
3
answers

Closing Two-Year+ Proposals

apr 16 at 23:47 PearsonArtPhoto 3,838
-5
votes
2
answers

Merge “Telecommunications” with “Distributed Systems”?

jul 19 at 19:29 m0j0 201
-1
votes
1
answer

Scope of questions on a particular project

may 11 '12 at 21:48 Verbeia 749
5
votes
1
answer

Motivation for the proposal Distributed Systems

mar 7 '11 at 14:58 Greg 836

create new discussion

closed as not a viable proposal by Robert Cartaino♦ Apr 11 at 21:30

This proposal will not result in a useful, productive, or viable Q&A site.

32 Example Questions (4 closed)

active oldest votes
up vote 11 down vote
What is a simple way to simulate a distributed system on a single computer for the purposes of learning about distributed systems?
added by Adam Davis Mar 10 '11 at 21:13
link|flag
Several DS simulator exist in literature. If you're used to Java: peersim.sourceforge.net. SPLAY is another good example: splay-project.org – Valerio Schiavoni Dec 19 '11 at 10:28
up vote 11 down vote
What are common time synchronization methods over CAN bus in distributed processing systems, such as vehicles and industrial machinery?
added by Adam Davis Mar 10 '11 at 21:16
link|flag
up vote 10 down vote
Could Twitter be integrated into predictive models of stock markets?
added by Greg Mar 6 '11 at 12:29
link|flag
up vote 10 down vote
What is stigmergy? How is it used in insect societies?
added by Greg Mar 6 '11 at 12:30
link|flag
up vote 10 down vote
What is the difference between robustness and resilience?
added by Christian Mar 6 '11 at 16:57
link|flag
up vote 10 down vote
What aspects of the internet help it to survive significant outages (ie, the "nuclear" scenario and survivability of it)?
added by mbq, edited by Adam Davis Mar 10 '11 at 21:18
link|flag
up vote 10 down vote
Is stochastic behavior crucial for proper function of biological regulatory networks?
added by mbq Mar 7 '11 at 15:14
link|flag
Can anyone answer this? – QuietThud Nov 22 '12 at 6:43
up vote 10 down vote
How do I atomically update critical data in a multiple processor system with a slow speed bus?
added by Adam Davis Mar 10 '11 at 21:11
link|flag
up vote 10 down vote
Is there a study or algorithm that weighs the utility of a resilient system with it's potential inefficiency of redundancy?
added by EhevuTov Oct 8 '11 at 7:19
link|flag
In other words, when does distributed labor become so specialized, that a black-swan type of event would topple such a system and necessitate a more resilient, although redundant, system. For instance is their a good formula to determine if everyone should grow their own food and only work part-time at another job, or should they devote full-time to a job and let someone else specialize and grow food. – EhevuTov Oct 8 '11 at 7:23
up vote 10 down vote
How can we make strong guarantees about the global behaviour of a distributed system based on specifications of individual agents?
added by Gian Jan 7 '12 at 1:52
link|flag
1  
I really like this question - I hope the site makes it, and this is asked and answered! – Adam Davis May 15 '12 at 19:07
up vote 10 down vote
Is there good visualization software for tracking and maintaining distributed systems?
added by Jennifer Davis Apr 25 '12 at 4:48
link|flag
up vote 6 down vote
Is there a good set of benchmark programs for DS libraries such as OpenMPI?
added by snim2 Jan 7 '12 at 1:07
link|flag
up vote 4 down vote
Is it important to implement security for internal communications in a multiprocessor system if the hardware is physically secured?
added by Adam Davis Mar 10 '11 at 21:12
link|flag
up vote 3 down vote
How do I set up a Hadoop cluster on Amazon EC2?
added by Ryan Apr 11 '11 at 15:54
link|flag
In fact, this is a topic for serverfault. – ziu Jul 18 '12 at 21:29
up vote 3 down vote
What are some software tools or libraries that can automate setting up and maintaining distributed systems?
added by Oleksi Jun 10 '12 at 2:12
link|flag
up vote 2 down vote
What is consistent hashing in relation to computer networking?
added by EhevuTov Feb 28 '12 at 5:06
link|flag
up vote 2 down vote
What should I consider when designing distributed systems networked over very high-latency links?
added by Renan Nov 25 '12 at 1:28
link|flag
up vote 2 down vote
Do restful web service makes new end of distributed system?
added by Amir Naghizadeh Nov 25 '12 at 11:45
link|flag
up vote 1 down vote
In a robot with many independently-powered wheels (or legs, etc.), how do I avoid "moon-walking" -- dragging/sliding one wheel on the ground?
added by David Cary Dec 10 '11 at 6:24
link|flag
up vote 0 down vote
How can I reduce the number of small files generated by a Map/Reduce job to reduce subsequent number of mappers and increase efficiency?
added by Charles Menguy May 12 '12 at 4:48
link|flag
up vote 0 down vote
How can I design a good Combiner for my Hadoop job to save network bandwidth?
added by Charles Menguy May 12 '12 at 4:49
link|flag
up vote 0 down vote
What is the "Hello World" of distributed systems? Twitter?
added by 0x4a6f4672 Feb 26 at 10:03
link|flag
up vote -1 down vote
Could the numerous tools developed in Systems BIology be used for modeling ensemble of robots? [closed]
added by Greg Mar 6 '11 at 12:28
link|flag

closed as off topic by mbq, klonq, kiamlaluno, crucified soul, Hauser Sep 26 '11 at 0:30

This question does not relate to the topic of the proposal.
It was closed as part of an automated migration of off-topic to close votes on September 29, 2011.

up vote -1 down vote
Where can I find resources for creating a Dryad application?
added by Ryan Apr 11 '11 at 16:03
link|flag
up vote -1 down vote
When my A web server gets unplugged, how do I automatically redirect all the users to my B web server in another city, and vice versa?
added by David Cary Dec 10 '11 at 6:15
link|flag
up vote -1 down vote
A particular lang/library only provides unbounded semaphores. How can I create a lock object (which would normally be a bounded semaphore, bound=1)?
added by snim2 Jan 7 '12 at 23:48
link|flag
up vote -1 down vote
How do I design for forward compatibility -- so each node shares data with neighbors running past and future versions of my code?
added by David Cary May 22 '12 at 10:58
link|flag
up vote -1 down vote
What's was the most challenging part of implementing the distributed system?
added by Amir Naghizadeh Nov 25 '12 at 11:50
link|flag
up vote -2 down vote
Are there models for predicting and/or optimizing the popularity of a website based on social networks? [closed]
added by Greg Mar 6 '11 at 12:31
link|flag

closed as off topic by klonq, Graham Sunderland, kiamlaluno, crucified soul, Hauser Sep 26 '11 at 0:30

This question does not relate to the topic of the proposal.
It was closed as part of an automated migration of off-topic to close votes on September 29, 2011.

up vote -2 down vote
Is there a good MATLAB toolbox for genomics? [closed]
added by Greg, edited by WikiSpeedia hang-around Mar 15 '11 at 22:32
link|flag

closed as off topic by mbq, Zayne S Halsall, klonq, Adam Davis, Ryan Apr 11 '11 at 15:59

This question does not relate to the topic of the proposal.
It was closed as part of an automated migration of off-topic to close votes on September 29, 2011.

up vote -2 down vote
Creating a video wall with multiple computers each controlling several monitors. How can I synchronize the video frames?
added by Adam Davis Mar 10 '11 at 21:17
link|flag
up vote -5 down vote
How to get more Twitter followers? [closed]
added by mbq Mar 7 '11 at 15:12
link|flag

closed as off topic by Dori Oct 3 '11 at 21:55

This question does not relate to the topic of the proposal.

This is more a marketing/social media issue and not a technical question concerning distributed systems... – strauberry May 13 '11 at 15:27
@strauberry This is why it is intended off-topic – mbq May 13 '11 at 15:49
What twitter has to do anything with it? – crucified soul Jun 9 '11 at 7:51
@crucifiedsoul Social networks in description. – mbq Jun 9 '11 at 8:07

This proposal is in:

Definition

The topic and audience are still being decided. It needs:

  • 0 more followers
  • 29 more questions with a score of 10 or more

to move to the next phase.

proposed by

Greg
2,239●1●7●38

2 years ago (edited 2 years ago)

viewed

600 times

latest activity

2 months ago

followers

users also following

16.8% Machine Learning
14.9% Freelancing
13.9% Neuroinformatics
11.9% Computational Sci...
5.9% only this proposal

followers active in

68.3% Stack Overflow
21.8% Super User
17.8% Programmers
16.8% Unix & Linux
15.8% Meta Stack Overflow
15.8% Server Fault

recent followers

added Apr 3 at 11:07
Claudio Biale
51●1
added Apr 1 at 9:39
iOsBoy
1,552●2●42
added Mar 27 at 13:31
Hari
82●3
added Mar 25 at 13:45
RSFalcon7
1,777●2●60
added Mar 24 at 23:52
tsbertalan
51●2
added Mar 24 at 11:18
rabashani
515●1●3●14
added Mar 17 at 12:18
Randall Williams
119●5
added Mar 4 at 10:09
CodesInChaos
68.5k●10●100●248
added Feb 26 at 15:44
MightyMouse
51●1
added Feb 26 at 9:59
0x4a6f4672
2,742●1●9●34
added Feb 26 at 7:00
Artem Kaznatcheev
20.3k●1●55●332
added Feb 25 at 13:03
Mountain
51●2
added Feb 11 at 7:49
user76641
51●1
added Feb 11 at 7:46
Madhusudan.C.S
103●4
added Jan 12 at 6:03
zkan
1,049●2●22
added Jan 4 at 1:35
Philipp Claßen
1,999●4●35
added Dec 31 '12 at 23:38
Hicham LEMGHARI
1,442●4●46
added Dec 27 '12 at 8:15
Kinnard Hockenhull
1,053●1●1●19
added Dec 22 '12 at 10:26
zubinmehta
1,359●2●12●35
added Dec 16 '12 at 20:40
miku
49.5k●12●98●200
added Dec 8 '12 at 18:10
Tyler Langan
1,062●20
added Dec 8 '12 at 3:38
jrdn
1,045●4●16
added Dec 5 '12 at 0:11
ernestopheles
1,077●3●24
added Nov 25 '12 at 23:36
DArctur
51●1
added Nov 25 '12 at 12:04
Amir Naghizadeh
492●1●14
added Nov 24 '12 at 23:39
Renan
22k●10●64●252
added Nov 22 '12 at 4:00
Josh Heitzman
1,619●1●2●23
added Nov 16 '12 at 19:11
QuietThud
61●5
added Oct 30 '12 at 6:59
Dinesh Kumar
1,586●5●33
added Oct 29 '12 at 21:19
joergl
1,397●1●9●25
added Oct 29 '12 at 16:14
MFSiD
51●3
added Oct 26 '12 at 8:50
FarhadA
1,598●1●5●35
added Oct 24 '12 at 15:31
Tornado
51●1
added Oct 9 '12 at 13:17
simonmenke
1,508●3●18
added Oct 4 '12 at 9:58
xhochy
1,028●1●33
added Sep 29 '12 at 10:09
zeristor
55●3
added Sep 27 '12 at 14:41
groove
51●1
added Sep 27 '12 at 5:16
Alexander
51●3
added Sep 15 '12 at 0:52
David Kaczynski
1,654●1●6●48
added Aug 28 '12 at 12:15
tricasse
1,914●4●31
feed icon proposal feed
faq | blog | legal | privacy policy | contact us | feedback always welcome
site design / logo © 2011 stack exchange, inc.; user contributions licensed under cc-wiki with attribution required
rev 2013.5.22.149