All publications of JIPS are indexed in DOI,DBLP, Google and Google scholar and are also selected as the candidate Journal for Accreditation by NRF(National Research Foundation of Korea)








Volume 3, Number 1 (June 2007) ISSN : 1738-8899
A Scalable Multicasting with Group Mobility Support in
Mobile Ad Hoc Networks
Full text PdfPdf
Authors
Kap-Dong Kim, Kwangil Lee, Jun-Hee Park, Sang-Ha Kim
Page
1-7


ABSTRACT

In mobile ad hoc networks, an application scenario requires mostly collaborative mobility behavior. The key problem of those applications is scalability with regard to the number of multicast members as well as the number of the multicast group. To enhance scalability with group mobility, we have proposed a multicast protocol based on a new framework for hierarchical multicasting that is suitable for the group mobility model in MANET. The key design goal of this protocol is to solve the problem of reflecting the node¡¯s mobility in the overlay multicast tree, the efficient data delivery within the sub-group with group mobility support, and the scalability problem for the large multicast group size. The results obtained through simulations show that our approach supports scalability and efficient data transmission utilizing the characteristic of group mobility.



Membership Management based on a Hierarchical Ring
for Large Grid Environments
Full text PdfPdf
Authors
Tae-Wan Gu, Seong-Jun Hong, Saangyong Uhmn, Kwang-Mo Lee
Page
8-15


ABSTRACT

Grid environments provide the mechanism to share heterogeneous resources among nodes. Because of the similarity between grid environments and P2P networks, the structures of P2P networks can be adapted to enhance scalability and efficiency in deployment and to search for services. In this paper, we present a membership management based on a hierarchical ring which constructs P2P-like Grid environments. The proposed approach uses only a limited number of connections, reducing communication cost. Also, it only keeps local information for membership, which leads to a further reduction in management cost. This paper analyzes the performance of the approach by simulation and compares it with other approaches.



Interface Development for the Point-of-care device based on SOPC
Full text PdfPdf
Authors
Hong Bum Son, Sung Gun Song, Jae Wook Jung, Chang Su Lee, Seong Mo Park
Page
16-20


ABSTRACT

This paper describes the development of the sensor interface and driver program for a point of care (POC) device. The proposed POC device comprises an ARM9 embedded processor and eightchannel sensor input to measure various bio-signals. It features a user-friendly interface using a fullcolor TFT-LCD and touch-screen, and a bluetooth wireless communication module. The proposed device is based on the system on a programmable chip (SOPC). We use Altera¡¯s Excalibur device, which has an ARM9 and FPGA area on a chip, as a test bed for the development of interface hardware and driver software.



A Practical Privacy-Preserving Cooperative Computation Protocol without Oblivious Transfer for Linear Systems of Equations
Full text PdfPdf
Authors
Ju-Sung Kang, Dowon Hong
Page
21-25


ABSTRACT

We propose several practical SMC protocols for privacy-preserving cooperative scientific computations. We consider two important scientific computations which involve linear equations: the linear systems of equations problem and the linear least-square problem. The protocols proposed in this paper achieve acceptable security in the sense of Du-Zhan¡¯s paradigm and t-wise collusionresistance, and their communication complexity is O(tm), where t is a security parameter and m is the total number of participants. The complexity of our protocol is significantly better than the previous result O(m©÷§¤¥ì) of [4], in which the oblivious transfer protocol is used as an important building block. .



Static Type Assignment for SSA Form in CTOC
Full text PdfPdf
Authors
Ki-Tae Kim, Weon-Hee Yoo
Page
26-32


ABSTRACT

Although the Java bytecode has numerous advantages, it also has certain shortcomings such as its slow execution speed and difficulty of analysis. In order to overcome such disadvantages, a bytecode analysis and optimization must be performed. The control flow of the bytecode should be analyzed; next, information is required regarding where the variables are defined and used to conduct a dataflow analysis and optimization. There may be cases where variables with an identical name contain different values at different locations during execution, according to the value assigned to a given variable in each location. Therefore, in order to statically determine the value and type, the variables must be separated according to allocation. In order to achieve this, variables can be expressed using a static single assignment form. After transformation into a static single assignment form, the type information of each node expressed by each variable and expression must be configured to perform a static analysis and optimization. Based on the basic type information, this paper proposes a method for finding the related equivalent nodes, setting nodes with strong connection components, and efficiently assigning each node type



Feature Extraction of Concepts by Independent Component Analysis
Full text PdfPdf
Authors
Altangerel Chagnaa, Cheol-Young Ock, Chang-Beom Lee, Purev Jaimai
Page
33-37


ABSTRACT

Semantic clustering is important to various fields in the modern information society. In this work we applied the Independent Component Analysis method to the extraction of the features of latent concepts. We used verb and object noun information and formulated a concept as a linear combination of verbs. The proposed method is shown to be suitable for our framework and it performs better than a hierarchical clustering in latent semantic space for finding out invisible information from the data.



An Efficient Functional Analysis Method for Micro-array Data Using Gene Ontology
Full text PdfPdf
Authors
Dong-wan Hong, Jong-keun Lee, Sung-soo Park, Sang-kyoon Hong, Jee-hee Yoon
Page
38-42


ABSTRACT

Microarray data includes tens of thousands of gene expressions simultaneously, so it can be effectively used in identifying the phenotypes of diseases. However, the retrieval of functional information from a large corpus of gene expression data is still a time-consuming task. In this paper, we propose an efficient method for identifying functional categories of differentially expressed genes from a micro-array experiment by using Gene Ontology (GO). Our method is as follows: (1) The expression data set is first filtered to include only genes with mean expression values that differ by at least 3-fold between the two groups. (2) The genes are then ranked based on the t-statistics. The 100 most highly ranked genes are selected as informative genes. (3) The t-value of each informative gene is imposed as a score on the associated GO terms. High-scoring GO terms are then listed with their associated genes and represent the functional category information of the micro-array experiment. A system called HMDA (Hallym Micro-array Data analysis) is implemented on publicly available microarray data sets and validated. Our results were also compared with the original analysis.