You are on page 1of 2

CHAPTER 5

IMPLEMENTATION

5.1 OVERVIEW

Reliable multisegment transport protocol is to provide reliable data transport


over sensor networks, which run in conjunction with one phase pull diffusion and
RMST is evaluated in both caching and non-caching mode.

5.2 ONE-PHASE PULL DIFFUSION

In the proposed work, one-phase pull diffusion is used to route data, interests,
and control messages across the sensor networks. The used algorithm reduces the
number of control messages in sensor networks. Since the reinforcement of the
gradient is implicitly done by selecting the lowest latency path, there is no need of
exploratory data and reinforcement messages.

The sink sends the interest message to the source, when there is a need for the
sink to receive data. After receiving the entire data, sink sends the disinterest message.
Each node will have timer which checks for the timeout of gradient, message, and
reinforcement message. It refreshes periodically for each timeout and sends the
message.

All the flow details are maintained in the flow list. Each node will store a local
flow list which contains the neighboring flow list. Whenever a data has to be
forwarded the first flow from the flow list is taken and the matching neighbor is
selected and put in the outflow list. The outflow list should have a list of flow for out
neighbor. Accordingly the data will be sent.
In the intermediate nodes whenever a message comes it is not simply
forwarded, instead it checks in the hash table. If the message is present in the hash
table then the data is marked as old message and simply forwarded. If it is a new
message then an entry to that message is made in the hash table and then it is
forwarded accordingly.

5.3 RELIABLE MULTISEGMENT TRANSPORT PROTOCOL

You might also like