Add files via upload

This commit is contained in:
Jimmy Debe
2024-02-01 22:43:52 -05:00
committed by GitHub
parent 3fd8b5ac65
commit 47aad7fc11
2 changed files with 21 additions and 0 deletions

21
vac/3/remote-log.msc Normal file
View File

@@ -0,0 +1,21 @@
# Alice and Bob: remote log data sync
msc {
hscale="2", wordwraparcs=on;
alice [label="Alice"],
cas [label="CAS"],
ns [label="NS"],
bob [label="Bob"];
--- [label="Alice replicates data to a remote log"];
alice => cas [label="Add content"];
cas => alice [label="Address"];
alice => ns [label="Update NameUpdate"];
ns => alice [label="Response"];
--- [label="Bob comes online"];
bob => ns [label="Fetch"];
ns => bob [label="Content"];
bob => cas [label="Fetch Query"];
cas => bob [label="Content"];
}

BIN
vac/3/remote-log.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB