SHARE
SPREAD
HELP

The Tradition of Sharing

Help your friends and juniors by posting answers to the questions that you know. Also post questions that are not available.


To start with, Sr2Jr’s first step is to reduce the expenses related to education. To achieve this goal Sr2Jr organized the textbook’s question and answers. Sr2Jr is community based and need your support to fill the question and answers. The question and answers posted will be available free of cost to all.

 

#
Authors:
James F. Kurose, Keith W. Ross
Chapter:
Application Layer
Exercise:
Review
Question:24 | ISBN:9780132856201 | Edition: 6

Question

Consider a DHT with a mesh overlay topology (that is, every peer tracks all peers in the system). What are the advantages and disadvantages of such a design? What are the advantages and disadvantages of a circular DHT (with no shortcuts)?

TextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbook

Answer

Advantages of DHT with a mesh overlay topology:

  • DHT means Distributed Hash Tables. Need to require route a message to the peer.
  • It is based on the adjacent key.
  • It acceptable multiple delivery paths.

Disadvantages of DHT with a mesh overlay topology:

  • This is complex structure to develop.
  • This process is required to resources more for difficult delivery scheme.

Advantages of Circular DTH(with no shortcuts):

  • It contains only two peers, one is predecessor and second is successor.

Disadvantages of Circular DTH(with no shortcuts):

  • Need to require key and O(N) hopes.
  • Reduce the messages.
0 0

Discussions

Post the discussion to improve the above solution.