Protocol boven aansluiting: verschil tussen versies

Uit Pareltaal
Naar navigatie springen Naar zoeken springen
(Fallacies of Distributed Computing)
(+= http://hintjens.com/blog:94 Ten Rules for Good API Design)
 
Regel 1: Regel 1:
{{Oester
{{Oester
|stadium=vonk
|context=een gedistribueerd, gedecentraliseerd systeem.
|context=een gedistribueerd, gedecentraliseerd systeem.
|wens in één regel=Interoperabiliteit en uitwisseling van gegevens, onafhankelijk van technologie, taal en gedrag.
|wens in één regel=Interoperabiliteit en uitwisseling van gegevens, onafhankelijk van technologie, taal en gedrag.
Regel 27: Regel 26:
*[http://en.wikipedia.org/wiki/Fallacies_of_Distributed_Computing Wikipedia » Fallacies of Distributed Computing]
*[http://en.wikipedia.org/wiki/Fallacies_of_Distributed_Computing Wikipedia » Fallacies of Distributed Computing]
*[http://en.wikipedia.org/wiki/Distributed_computing Wikipedia » Distributed Computing]
*[http://en.wikipedia.org/wiki/Distributed_computing Wikipedia » Distributed Computing]
 
*[http://hintjens.com/blog:94 Ten Rules for Good API Design]
{{Bron
{{Bron
|auteur=Ronny Siebes
|auteur=Ronny Siebes

Huidige versie van 18 sep 2015 om 07:16


…een gedistribueerd, gedecentraliseerd systeem.

✣  ✣  ✣

Interoperabiliteit en uitwisseling van gegevens, onafhankelijk van technologie, taal en gedrag.

Interoperability means consistency across platforms, applications, and programming languages. Forces:

  • A protocol determines how an application will be accessed, owned and created by a large group and defined outside software.
  • An API is defined by a small group, owned by a small group, and closely tied to the software.
  • APIs break over time in ways protocols don't. Classes of API breakages:
    1. unintended consequences;
    2. underestimating the value of backward compatibility; and
    3. overestimating the coolness factor of new features.

A question that a developer should ask him/herself is how much control can and should be seeded from the application designers to the pool of users?

What we've learned from the Network is that the more this is shared, the more it scales.

Daarom:

Ontwerp een elegant en schaalvrij protocol en maak een referentie-implementatie en testbed waarmee je aantoont dat het protocol werkt zoals beschreven

✣  ✣  ✣



✣  ✣  ✣



Zie ook


Web: Peer to Peer solutions in the Semantic Web context: an overview