RED:A Shortest-Path Encoding Approach on Large Networks

Chen Yaoliang,Hong Ji,Xu Danfeng,Xiao Yanghua
2011-01-01
Journal of Computer Research and Development
Abstract:Finding the shortest path(SP) between an arbitrary vertex pair is significant when exploring properties of networks.With the increase of the network size,it becomes an urgent problem to answer shortest path query in real time in network management system.A common way to achieve this is to pre-compute all possible shortest paths and organize them as suitable index structure,so that we can answer shortest path query(SPQ) in constant time.However,the size of the such index will be a great challenge to the capacity of storage,since the number of SPs requiring to be stored is O(N2).In this paper,we present our method RED(Region tree based EncoDing),based on region tree,aiming to compress the shortest path index while keeping the efficiency of the query.Experimental results on synthetic networks and real networks show that we successfully reduce the index size and ensure to answer the shortest queries in constant time,without consuming more time to build the compacted index structure.
What problem does this paper attempt to address?