I have 2 doubts.
1) Aodv is an adhoc on demand protocol. My doubt is whether aodv can be employed as a wireless sensor network routing protocol??
2) Can the concept of base station be used in wireless adhoc networks as a station (or desination) receiving messages from the peers and having more processing power?
Whether the concept of base station in wireless sensor networks can be used here in case of adhoc networks too??
Please clarify these
Thanks
I have 2 doubts.
1) Aodv is an adhoc on demand protocol. My doubt is whether aodv can be employed as a wireless sensor network routing protocol??
2) Can the concept of base station be used in wireless adhoc networks as a station (or desination) receiving messages from the peers and having more processing power?
Whether the concept of base station in wireless sensor networks can be used here in case of adhoc networks too??
Following is a routing framework proposed for my thesis work. Could you please check it and identify the problems associated when developing such a protocol??
I have taken Aodv as the base protocol.Since Aodv is not trusted i want to include trust. For that, in addition to routing able , another "Neighborhood table (NT)" is proposed wherein the neighbours of a particular node as well as trust value associaed with them will be stored.
[...]
Thanks againI understand the risks.
"If the "BS" wants to be heard by all nodes, it can increase its Tx power, but if it wants to hear all nodes, then all the nodes will have to use the same high Tx power *or* the BS must have an incredibly efficient antenna.Ok, let's suppose that the BS does have the incredibly efficient antenna. Why the nodes can't have it as well (and save a lot of Tx power?). Usually the answer is: the incredibly efficient antenna is physically larger.Then, we're in a case where the nodes have a small omnidirectional antenna and the BS is equipped with powerful directional antennas, much like in cellular systems."
OK I am not mentioning BS any more. Because I understand that the name "BS" is creating a lots of confusion. As You said ,I name it as a Master node.One thing is that I do not want master to hear all nodes with one hop. Master gets packets exactly like all other nodes receive. It gets packets forwarded from other nodes. I have already said Master is a node to where most of the communication goes. For example ,it may be deriving data from the nodes in the network to process them and calculate some results. Nodes do not need anything to equip themselves to send data to Master.If this situation also creates any problem,leave every special capability assigned to Master. So if the Master needs to broadcast, the normal broadcasting rules may be applied.Its not like a cellular system. In cellular systems,every call need to reach BS.But here it is not the case. If a node wants to send anything,it may follow Aodv protocol to deliver its packets.
"The last (and perhaps most problematic) question, however, is... why do you need to use an ad-hoc, multihop network if you have the Master Node ?You're in a cellular-like situation. All the nodes can communicate directly with a node they trust. Every node is 2-hop away and the intermediate is a trusted device.Why should they want to communicate directly ?"
I assume that You got answer for this question. I am not in a cellular like station. There are large number of nodes deployed in a network. Some of them may be malicious. Nodes communicate with each other. I introduced concept of Master because I need information to isolate the malicious ones.A routing framework proposed for the WSN is as follows.I need to introduce some modifications into this and implement this framework in Aodv since Aodv is not at all trusted.refer page 70,71.. , block diagram in page 72.Hoping another reply wih new issues.Thanks :)