<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2252940593658717061</id><updated>2011-05-03T10:49:17.449+04:30</updated><title type='text'>Black Crow</title><subtitle type='html'>Imagine The Black Crow And Fly ...</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mandbigs.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2252940593658717061/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mandbigs.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>mandbigS</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/-dzvTXQszj08/TZ9KQHgr4-I/AAAAAAAAALE/9UGpQfgMKaM/s220/Ravely.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2252940593658717061.post-5542927379657793527</id><published>2011-04-15T12:08:00.000+04:30</published><updated>2011-04-15T12:08:22.338+04:30</updated><title type='text'>Data Centric Routing In Sensor Networks Using Biased Walk</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: justify;"&gt;Abstract :&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;We present Spiral , a data centric routing algorithm for short term communication in unstructured sensor networks . Conventional data centric routing algorithms are based on flooding or random walk . Flooding returns the shortest route but has a high search cost ; random walk has a lower search cost but returns a sub optimal route . Spiral offers a compromise between these two extremes it has a lower search cost than flooding and returns better routes than random walk . Spiral is a biased walk that visits nodes near the source before more distant nodes . This results in a spiral like search path that is not only more likely to find a closer copy of the desired data than random walk , but is also able to compute a shorter route because the network around the source is more thoroughly explored . Our experiments show that in a 500 node network with an average degree of 20 and two copies of every data object , for a short term communication of 40 packets the total communication cost by Spiral is only 72% of that by flooding , 81% of ERS , 74% of random walk , and 73% of DFS .&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Introduction :&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;We present a data centric routing algorithm called Spiralfor short term communication in wireless sensor networks . Spiral balances the cost of route discovery and route length , making it efficient for short term communication of tens or hundreds of messages . This reduces the overall communication overhead , and hence the energy consumption , for short term data transmission in wireless sensor networks . Spiral is intended for data centric routing . Unlike address centric routing in which the source node searches for a route to the destination node , in data centric routing the source searches for a particular data object stored on an unknown subset of nodes . Hence the routing problem is actually a query problem the routing algorithm must search for the route to a node with the desired data , then the data can be transmitted along the discovered route . Due to the large data redundancy in sensor networks , data centric routing has proven to be a good scheme for minimizing communication overhead and energy consumption . Data centric routing normally has two phases : route discovery and communication . The route discovery phase determines the best route between the source node and a node with the desired data . During the communication phase the data are transmitted from the destination to the source . The relative lengths of these two phases influences the choice of routing algorithm . At the two extremes either the communication is long lived , or it consists of a single response to the query ( one shot ) . For the former the route discovery overhead is less important , as it will be amortized over the long communication . What is important is the resulting route length , as the subsequent communication must traverse the route and a sub optimal route will have high overhead . For the latter extreme the route discovery cost is much more important than the discovered route length ; it may not pay to find a short route if the communication is one shot . In this paper we propose a route discovery algorithm , Spiral , for short term communication in which both the route discovery cost and resulting route length are important . For example , in data queries for historic data , the collected data may be much bigger than a single datum , hence need to be encapuslated in multiple packets for transmission . Another example is short term monitoring , in which the observer searches for an interesting sensor and then monitors it for a short time . These data transfers are likely to require multiple messages , but will not be long lived . Spiral reduces the communication overhead and the energy consumption for both route discovery and subsequent communication . Like the route discovery algorithms for one shot communication , Spiral uses a walk based mechanism to reduce the overhead of searching for the desired data ; Spiral uses a spiral like search path that visits nodes near the source before more distant nodes . This is particularly beneficial when there are multiple copies of the desired data , as Spiral will tend to find a close one first . Our experimental results show that for&amp;nbsp; route discovery in a 500 node network with average node degree of 20 and two copies of every data object , Spiral’s message overhead is only 8% higher than the random walk&amp;nbsp; based algorithms , but only 46% of that in the flood based algorithms . Spiral’s route lengths are only 10% longer than the optimal routes ( from the flood based algorithms ) , but only about 66% as long as those produced by the random walk based algorithms . Overall , Spiral is most efficient for short&amp;nbsp; term communication of tens to hundreds of messages in dense networks . For example , Spiral’s total cost for a short term communication of 40 packets is only 72% of that by flooding , 81% of ERS , 74% of random walk , and 73% of DFS .&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2252940593658717061-5542927379657793527?l=mandbigs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mandbigs.blogspot.com/feeds/5542927379657793527/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mandbigs.blogspot.com/2011/04/data-centric-routing-in-sensor-networks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2252940593658717061/posts/default/5542927379657793527'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2252940593658717061/posts/default/5542927379657793527'/><link rel='alternate' type='text/html' href='http://mandbigs.blogspot.com/2011/04/data-centric-routing-in-sensor-networks.html' title='Data Centric Routing In Sensor Networks Using Biased Walk'/><author><name>mandbigS</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/-dzvTXQszj08/TZ9KQHgr4-I/AAAAAAAAALE/9UGpQfgMKaM/s220/Ravely.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2252940593658717061.post-1755647507397709540</id><published>2011-04-09T22:02:00.006+04:30</published><updated>2011-04-09T22:15:55.976+04:30</updated><title type='text'>In The Name Of God ...</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div align="justify"&gt;&lt;div dir="rtl" style="text-align: right;"&gt;&lt;div style="text-align: right;"&gt;&lt;div style="text-align: justify;"&gt;سال 85 بود که اولین بلاگمونو رو سرورای &lt;a href="http://www.blogfa.com/"&gt;بلاگفا&lt;/a&gt; آوردیم بالا ... یادش بخیر ، چه حالی میداد . ایام جالبی بود . تا این که چو افتاد بلاگفا اطلاعات کاربراشو می فروشه به این ور اونور !!! خداییش من ترسیدم . یوخده با خودم کلنجار رفتم اما در نهایت از بلاگفا زدم بیرون . در به در دنبال یه سرور خوب تا خوردم به پست گوگل و  &lt;a href="https://www.blogger.com/"&gt;بلاگر&lt;/a&gt; . اما چشتون روز بد نبینه تا اومدم استفاده کنم زدن بابای بلاگرو آوردن جلوی چشش و فیلترش کردن . مام که از این جا مونده و از اون جا رونده رفتیم دنبال یه خونه جدید تا با پدیده ای به نام  &lt;a href="http://wordpress.com/"&gt;وردپرس&lt;/a&gt; آشنا شدیم . اما نمی دونم مشکل از کی بود . از من بود که نتونستم با وردپرس خوب کار کنم یا واقعا خوب نبود اصلا . آخرشم نفهمیدم . حدود یه ماه باهاش کلنجار رفتم اما رام نشد که نشد . اونجارم ول کردم و رفتم دنبال یه جای دیگه غافل از این که دارم میرم سراغ یه خونه دایمی . رفتمو  &lt;a href="http://www.weblog.com/"&gt;وبلاگ&lt;/a&gt; رو پیدا کردم . باید اعتراف کنم که طولانی ترین مدت رو اونجا بودم . وبلاگ سرورای خیلی قوی داشت . کار کردن باهاش راحت بود و از کلی از سرویسای خام وردپرسم پشتیبانی می کرد . فضای نامحدود میداد بهتون و هزارتا کار دیگه می کرد . تا زمانی که چشتون روز بد نبینه ( اگه رو لینک وبلاگ کلیک کنید چشتون میبینه .) وبلاگ زد و خودشو خراب کرد . ما موندیمو کلی اطلاعات تو وبلاگمون که پریده بود . کلی پروژه . اما چاره ای نبود . باید دوباره را میوفتادیم . را افتادیم و گشتیم . اومدیم سراغ خونه اول . هنوز فیلتر بود . احتمالا حالا حالا ها هم فیلتر باقی خواهد موند اما چاره چیه ؟ بلاخره باید کاری کرد . حالا اینجاییم و شما دوست عزیز ، حتی شما دارید این پست اول رو می خونید . این پست اوله که انشالا باهم پست هزارم رو جشن بگیریم . خودمونو محدود به مضمون نمی کنیم . هر چی که به درد خورد میذاریم . خودمونو محدود به زبانم نمی کنیم ، فارسی یا انگلیسی به هر زبونی بود میذاریم اما سعی میکنیم عنوان پستامون انگلیسی باشه . همین . سرتونو درد نمیارم . موفق باشید و کمکمون کنید . یا علی&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2252940593658717061-1755647507397709540?l=mandbigs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mandbigs.blogspot.com/feeds/1755647507397709540/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mandbigs.blogspot.com/2011/04/in-name-of-god.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2252940593658717061/posts/default/1755647507397709540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2252940593658717061/posts/default/1755647507397709540'/><link rel='alternate' type='text/html' href='http://mandbigs.blogspot.com/2011/04/in-name-of-god.html' title='In The Name Of God ...'/><author><name>mandbigS</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://1.bp.blogspot.com/-dzvTXQszj08/TZ9KQHgr4-I/AAAAAAAAALE/9UGpQfgMKaM/s220/Ravely.png'/></author><thr:total>0</thr:total></entry></feed>
