The Stock Trading System Using X-DBaaS in Cloud Environment
|
|
|
- Edmund Morrison
- 10 years ago
- Views:
Transcription
1 , pp The Stock Trading System Using X-DBaaS in Cloud Environment Hyung-Jin Kim 1, Seok-Jae Moon 2, 1 Department of IT Applied System Engineering, Chonbuk National University, 567 Baekje-daero, Jeonju-si, Republic of Korea 2 School of IT Convergence Engineering / Computer Science & Engineering Shinahn University, 30 Beolmadeul-ro 40beon-gil, Dongducheon, Gyeonggi, Republic of Korea {kim}@jbnu.ac.kr, [email protected] Abstract. In the latest stock trading systems, massive stock information is becoming interoperable along with the advent of cloud environment. However, this stock information is hard to be operated due to the heterogeneity of metadata and schemas among the systems. Besides, there is also a problem in data optimization to overcome low delay on the transmission of stock information data. This study is to suggest a stock trading system using X- DBaaS (XMDR-DataBase as a Service) in cloud environment. This system solves the problem of stock-related metadata s heterogeneity by using XMDR. Also, it employs SPT(Safe Proper Time) in order to realize the proper timing of data among the systems and also the optimal rate of transmission and reliability. Keywords: X-DBaaS, stock trading system, clouding 1 Introduction Nowadays many stock companies receive market price information from stock exchanges in cloud environment and then provide it to their users as well as stock trading systems[1,3]. Therefore, this study is to suggest a stock trading system using X-DBaaS that can solve the problem of metadata s heterogeneity that takes place in the process of interoperating information during stock trading. Also, to realize the proper timing of data, it employs SPT and maintains the optimal rate of transmission as well as reliability. SPT is a method to improve the proper timing and reliability of transmission according to the increase of size in stock data, and it guarantees a stock trading system s transmission rate. Also, it uses XMDR to solve various problems of heterogeneity that take place in the interoperability of massive data among stock trading systems in cloud environment. This study consists of five chapters. Chapter 2 describes the structure of the suggested systems, Chapter 3 explains the stock schemabased XMDR, and Chapter 4 discusses the SPT method. Lastly, Chapter 5 provides conclusions and suggestions for follow-up research. 1 corresponding author ISSN: ASTL Copyright 2015 SERSC
2 2 The stock trading system using X-DBaaS The diagram of the system suggested in this study is presented in Fig. 1 It employs XMDR[2] for stock information data transmitted by stock exchanges in cloud environment and supports interoperability among the systems. This solves the problems of metadata s heterogeneity that takes places in processing data transmitted between stock exchanges and stock trading systems. To improve transmission rate, with the data sent through XMDR, orders are checked through HTS, WTS, and MTS from the time market price is received, and then, SPT is utilized to overcome the low delay of transmission rate in the section that the order is placed through FEP and the response is gained for conclusion. Fig. 1. System Diagram X-DBaaS. This stratum uses the protocol messages of stock metadata to provide the processing upon the request from a stock system for stock information through a mapping process, and it is composed of Data Hub and Mapping Agent. Data Hub: It interlinks stock information stored in each of the stock companies and stock systems. The processing needed for schema collisions which may occur among stock data at this time is taken care of by XMDR-DAI[3] and Ontology. Mapping Agent: It does mapping for stock data interlinked by Adapter according to the protocol messages of stock metadata and provides the processing result in the form of a file. Copyright 2015 SERSC 189
3 3 Stock Schema-based XMDR This study uses XMDR to support interoperability in processing data transmitted by stock exchanges in cloud environment. The definitions and elements are as shown below Meta-Semantic Ontology (MSO): MSO makes the schema information of local database metadata in a stock trading system into a thesaurus. This has been defined to do mapping of stock-related metadata schemas designated as a standard and increase relevance among data and solve the problem of collisions resulted from heterogeneity. Also, MSO is information needed for mapping to convert global metadata schemas as a standard of schemas into local metadata schemas. Meta-Location (MLoc): MLoc registers the physical location of a stock trading system s local database and information about right to access, and so on in connection with MSO. This has been defined to deliver stock trading process messages to proper locations in data transfer and transaction processes needed for interoperability during data access and integration. Instance-Semantic Ontology (InSo): InSo does mapping of association information among instance values, the actual stock data, and makes it into a thesaurus. It has been defined in consideration of meaningfulness, similarity, and effectiveness among instance values. In other words, it has been defined by classifying the information of heterogeneous collisions between units or formats (ex: \ -> $, mm/dd/yy -> yy-mmdd). MetaData Registry (MDR): MDR registers and manages the individual schemas of local database metadata in a stock trading system. MDR is composed of global schema area and local schema area. Global Schema: Global schemas consist of the standard schemas of local schemas in each of the stock trading systems and organize them appropriately for the cooperation of stock trading processes. Local Schema: Local schemas register the schemas of a local database in a stock trading system participating in the cooperation of stock trading processes. The elements of XMDR defined above are based on the list of data attributes described in ISO/IEC The basic attributes of data include identify attributes, define attributes, associate attributes, and presentation attributes, and the details are defined as below: Identify attribute: Attributes for identifying data elements Define attribute: Attributes with the meanings of data elements Presentation attribute: Attributes for the presentation of data elements 4 SPT method This study selects SPT as a transmission method according to the data size of stock information so that an optimal transmission method for data transmission is selectively processed. Generally, the sequence transmission method is preferred to prevent the block state that may occur in processing data. When the data size is small as less than 100 bytes, this method consumes only tens of micro-seconds for data 190 Copyright 2015 SERSC
4 processing. But as the data size increases, the frequency of using the CPU increases rapidly, and accordingly, the rate delay of data transmission increases, too. The method to transmit data with a lower frequency of using the CPU is batch processing transmission. This method processes data all at once when the data size reaches a certain point, which lowers the frequency of using the CPU; however, as the amount of its kernel buffer determines the state of transmission, in the block state, it shows low reliability in data transmission. Fig. 2 conceptualizes the flow of the process to send and receive data in the section of the kernel stratum in the user area. This concept map illustrates that the batch processing method performs 1-cycle processing while the sequence method does it repeatedly according to the data size. Fig. 2. Concept Map Showing the Flow of Data in SPT SPT does not apply the aspects of transmission for massive stock information data but performs its processing variably according to the data size; therefore, even when massive data are entered, it guarantees the optimal rate. Concerning the characteristics of a stock ordering system, what should be guaranteed first is the proper timing of data processing. As shown in Fig. 3, in the process of SPT, the data transmission broker calculates the optimal transmission size of data, and according to the optimized size of data, when the data size are smaller than the optimal transmission size of data, the sequence method is chosen, and when it is larger than the optimized data size, the batch processing method comes to be selected. After then, the accumulated average rate of data processing is calculated, which selects the next data processing method adaptively. Copyright 2015 SERSC 191
5 Fig. 3. Process Algorithm in SPT 5 Conclusion This study suggests the stock trading system using X-DBaaS to solve the problem of metadata s heterogeneity that takes place in the process of interoperating information in stock trading. Also, it suggests SPT to realize the optimal transmission rate and proper timing of data. With it, this study has solved the problem of low interoperability among massive stock-related data resulted from the diversification of users contacting points in cloud environment and also settled down one of the latest problems of transmission delay of market price information being received from stock exchanges. Follow-up research will have to calculate the maximum transmission bandwidth according to the environment of network composition and devise ways to process data produced with that at a high late. References 1. Choi, Min Keun, Kwan Tae Cho, and Dong Hoon Lee. "Analysis of Security Vulnerability in Home Trading System, and its Countermeasure using Cell phone." Journal of the Korea Institute of Information Security and Cryptology 23.1 (2013): Copyright 2015 SERSC
6 3. Moon, SeokJae, GyeDong Jung, and YoungKeun Choi. "XMDR-DAI based on GQBP and LQBP for business process." Advanced Computer Science and Information Technology. Springer Berlin Heidelberg, Keun-Hee. Kim, Data transmission method and applied it stock trading system, Patent and Trademark Office, Korea, , effrey S. Chase, Andrew J. Gallatin, and Kenneth G. Yocum, Duke University, End System Optimizations for High-Speed TCP, IEEE Commu Mag, 69, April Panda, Dhabaleswar K. Designing and enhancing the sockets direct protocol (sdp) over iwarp and infiniband. Diss. The Ohio State University, Copyright 2015 SERSC 193
DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud
, pp.111-120 http://dx.doi.org/10.14257/ijmue.2015.10.9.12 DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud Ho-Kyun Park 1 and Seok-Jae Moon 2 1 School of IT Convergence Engineering,
Exchange of Data for Big Data in Hybrid Cloud Environment
, pp. 67-72 http://dx.doi.org/10.14257/ijseia.2015.9.4.08 Exchange of Data for Big Data in Hybrid Cloud Environment Chi-gon Hwang 1, Chang-Pyo Yoon 2 and Daesung Lee 3 1 Dept of Internet Information, Kyungmin
Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment
Vol.46 (Multimedia 2014), pp.307-312 http://dx.doi.org/10.14257/astl.2014.46.64 Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment Jin-tae Park
Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology
Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology Yun Cui 1, Myoungjin Kim 1, Seung-woo Kum 3, Jong-jin Jung 3, Tae-Beom Lim 3, Hanku Lee 2, *, and Okkyung Choi 2 1
Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System
, pp.97-108 http://dx.doi.org/10.14257/ijseia.2014.8.6.08 Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System Suk Hwan Moon and Cheol sick Lee Department
Two-Level Metadata Management for Data Deduplication System
Two-Level Metadata Management for Data Deduplication System Jin San Kong 1, Min Ja Kim 2, Wan Yeon Lee 3.,Young Woong Ko 1 1 Dept. of Computer Engineering, Hallym University Chuncheon, Korea { kongjs,
Customized Efficient Collection of Big Data for Advertising Services
, pp.36-41 http://dx.doi.org/10.14257/astl.2015.94.09 Customized Efficient Collection of Big Data for Advertising Services Jun-Soo Yun 1, Jin-Tae Park 1, Hyun-Seo Hwang 1, Il-Young Moon 1 1 1600 Chungjeol-ro,
A Study on Design of Health Device for U-Health System
, pp.79-86 http://dx.doi.org/10.14257/ijbsbt.2015.7.2.08 A Study on Design of Health Device for U-Health System Am-Suk Oh Dept. of Media Engineering, Tongmyong University, Busan, Korea [email protected] Abstract
Performance Comparison Analysis of Linux Container and Virtual Machine for Building Cloud
, pp.105-111 http://dx.doi.org/10.14257/astl.2014.66.25 Performance Comparison Analysis of Linux Container and Virtual Machine for Building Cloud Kyoung-Taek Seo 1, Hyun-Seo Hwang 1, Il-Young Moon 1, Oh-Young
An Application of Data Leakage Prevention System based on Biometrics Signals Recognition Technology
Vol.63 (NT 2014), pp.1-5 http://dx.doi.org/10.14257/astl.2014.63.01 An Application of Data Leakage Prevention System based on Biometrics Signals Recognition Technology Hojae Lee 1, Junkwon Jung 1, Taeyoung
Cloud Computing based Livestock Monitoring and Disease Forecasting System
, pp.313-320 http://dx.doi.org/10.14257/ijsh.2013.7.6.30 Cloud Computing based Livestock Monitoring and Disease Forecasting System Seokkyun Jeong 1, Hoseok Jeong 2, Haengkon Kim 3 and Hyun Yoe 4 1,2,4
The Application Method of CRM as Big Data: Focused on the Car Maintenance Industry
, pp.93-97 http://dx.doi.org/10.14257/astl.2015.84.19 The Application Method of CRM as Big Data: Focused on the Car Maintenance Industry Dae-Hyun Jung 1, Lee-Sang Jung 2 {San 30, Jangjeon-dong, Geumjeonggu,
The Bayesian Network Methodology for Industrial Control System with Digital Technology
, pp.157-161 http://dx.doi.org/10.14257/astl.2013.42.37 The Bayesian Network Methodology for Industrial Control System with Digital Technology Jinsoo Shin 1, Hanseong Son 2, Soongohn Kim 2, and Gyunyoung
Development of CEP System based on Big Data Analysis Techniques and Its Application
, pp.26-30 http://dx.doi.org/10.14257/astl.2015.98.07 Development of CEP System based on Big Data Analysis Techniques and Its Application Mi-Jin Kim 1, Yun-Sik Yu 1 1 Convergence of IT Devices Institute
Security Threats on National Defense ICT based on IoT
, pp.94-98 http://dx.doi.org/10.14257/astl.205.97.16 Security Threats on National Defense ICT based on IoT Jin-Seok Yang 1, Ho-Jae Lee 1, Min-Woo Park 1 and Jung-ho Eom 2 1 Department of Computer Engineering,
Adaptive MAC Protocol for Emergency Data Transmission in Wireless Body Sensor Networks
, pp. 205-216 http://dx.doi.org/10.14257/ijseia.2015.9.9.18 Adaptive MAC Protocol for Emergency Data Transmission in Wireless Body Sensor Networks Rae Hyun Kim and Jeong Gon Kim 1 Department of Electronic
Industrial Control Systems Vulnerabilities and Security Issues and Future Enhancements
, pp.144-148 http://dx.doi.org/10.14257/astl.2015.95.27 Industrial Control Systems Vulnerabilities and Security Issues and Future Enhancements Hongseok Chae 1, AAmir Shahzad 1, Muhammad Irfan 2, HyangRan
Collecting Packet Traces at High Speed
Collecting Packet Traces at High Speed Gorka Aguirre Cascallana Universidad Pública de Navarra Depto. de Automatica y Computacion 31006 Pamplona, Spain [email protected] Eduardo Magaña Lizarrondo
Social Big Data Analysis on Perception Level of Electromagnetic Field
, pp.90-94 http://dx.doi.org/10.14257/astl.2014.78.18 Social Big Data Analysis on Perception Level of Electromagnetic Field Jwageun Kim 1, Jonghwa Na 2, 1 Department of Business Data Convergence, Chungbuk
Success factors for the implementation of ERP to the Agricultural Products Processing Center
, pp.61-66 http://dx.doi.org/10.14257/astl.2015.95.12 Success factors for the implementation of ERP to the Agricultural Products Processing Center Jung Rock Do 1, Jin Hyeung Kim 2, Young Chan Choe 3 1
Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards
, pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun
Security System in Cloud Computing for Medical Data Usage
, pp.27-31 http://dx.doi.org/10.14257/astl.2013.38.06 Security System in Cloud Computing for Medical Data Usage Maya Louk 1, Hyotaek Lim 2, Hoon Jae Lee 3 1 Department of Ubiquitous IT, Graduate School
Design of Expanded Assessment Management System for Open-Source Moodle LMS Module
2012 3rd International Conference on e-education, e-business, e-management and e-learning IPEDR vol.27 (2012) (2012) IACSIT Press, Singapore Design of Expanded Assessment Management System for Open-Source
Multi-level Metadata Management Scheme for Cloud Storage System
, pp.231-240 http://dx.doi.org/10.14257/ijmue.2014.9.1.22 Multi-level Metadata Management Scheme for Cloud Storage System Jin San Kong 1, Min Ja Kim 2, Wan Yeon Lee 3, Chuck Yoo 2 and Young Woong Ko 1
UPS battery remote monitoring system in cloud computing
, pp.11-15 http://dx.doi.org/10.14257/astl.2014.53.03 UPS battery remote monitoring system in cloud computing Shiwei Li, Haiying Wang, Qi Fan School of Automation, Harbin University of Science and Technology
A Virtual Machine Searching Method in Networks using a Vector Space Model and Routing Table Tree Architecture
A Virtual Machine Searching Method in Networks using a Vector Space Model and Routing Table Tree Architecture Hyeon seok O, Namgi Kim1, Byoung-Dai Lee dept. of Computer Science. Kyonggi University, Suwon,
A Digital Door Lock System for the Internet of Things with Improved Security and Usability
, pp.33-38 http://dx.doi.org/10.14257/astl.2015.109.08 A Digital Door Lock System for the Internet of Things with Improved Security and Usability Ohsung Doh 1, Ilkyu Ha 1 1 Kyungil University, Gyeongsan,
Development of an Ignition Interlock Device to Prevent Illegal Driving of a Drunk Driver
, pp.161-165 http://dx.doi.org/10.14257/astl.205.98.41 Development of an Ignition Interlock Device to Prevent Illegal Driving of a Drunk Driver Jeong MyeongSu 1, Moon ChangSoo 1, Gwon DaeHyeok 1 and Cho
Design of Media measurement and monitoring system based on Internet of Things
Design of Media measurement and monitoring system based on Internet of Things Hyunjoong Kang 1, Marie Kim 1, MyungNam Bae 1, Hyo-Chan Bang 1, 1 Electronics and Telecommunications Research Institute, 138
Data Structure and Switch Categorization for Mobility Management Service in Software Defined Networking
Vol.117 (Information Technology and Computer Science 2015), pp.1-5 http://dx.doi.org/10.14257/astl.2015.117.01 Data Structure and Switch Categorization for Mobility Management Service in Software Defined
Performance Evaluation of Dynamic Bandwidth Allocation Algorithm for XG-PON Using Traffic Monitoring and Intra- Scheduling
, pp. 27-216 http://dx.doi.org/1.14257/ijseia.215.9.8.19 Performance Evaluation of Dynamic Bandwidth Allocation Algorithm for XG-PON Using Traffic Monitoring and Intra- Scheduling Man Soo Han Optical Engineering
A Study on HL7 Standard Message for Healthcare System Based on ISO/IEEE 11073
, pp. 113-118 http://dx.doi.org/10.14257/ijsh.2015.9.6.13 A Study on HL7 Standard Message for Healthcare System Based on ISO/IEEE 11073 Am-Suk Oh Dept. of Media Engineering, Tongmyong University, Busan,
A Comparative Analysis on the Outcomes of Synchronous and Asynchronous Online International Educational Exchange
, pp.62-67 http://dx.doi.org/10.14257/astl.2015.92.13 A Comparative Analysis on the Outcomes of Synchronous and Anous Online International Educational Exchange Jong-Yeon Lee 1, Sang Hoon Park 2, Min Jung
The Development of an Intellectual Tracking App System based on IoT and RTLS
, pp.9-13 http://dx.doi.org/10.14257/astl.2015.85.03 The Development of an Intellectual Tracking App System based on IoT and RTLS Hak-Jun Lee 1, Ju-Su Kim 1, Umarov Jamshid 1, Man-Kyo Han 2, Ryum-Duck
On a Hadoop-based Analytics Service System
Int. J. Advance Soft Compu. Appl, Vol. 7, No. 1, March 2015 ISSN 2074-8523 On a Hadoop-based Analytics Service System Mikyoung Lee, Hanmin Jung, and Minhee Cho Korea Institute of Science and Technology
Efficient Techniques for Improved Data Classification and POS Tagging by Monitoring Extraction, Pruning and Updating of Unknown Foreign Words
, pp.290-295 http://dx.doi.org/10.14257/astl.2015.111.55 Efficient Techniques for Improved Data Classification and POS Tagging by Monitoring Extraction, Pruning and Updating of Unknown Foreign Words Irfan
Wireless Communications for SCADA Systems Utilizing Mobile Nodes
, pp. 1-8 http://dx.doi.org/10.14257/ijsh.2013.7.5.01 Wireless Communications for SCADA Systems Utilizing Mobile Nodes Minkyu Choi Security Engineering Research Support Center, Daejon, Republic of Korea
Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations
Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,
CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation
, pp.62-67 http://dx.doi.org/10.14257/astl.2015.90.14 CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation Byeong Jeong Kim 1 and Seop Hyeong Park 1 1 Department of Electronic
Component Based Development for Mobile Enterprise Application
Vol.35(Software 2013), pp.31-35 http://dx.doi.org/10.14257/astl.2013.35.08 Component Based Development for Mobile Enterprise Application Yvette E. Gelogo 1 and Haeng-Kon Kim 1* 1 School of Information
Modern Accounting Information System Security (AISS) Research Based on IT Technology
, pp.163-170 http://dx.doi.org/10.14257/astl.2016. Modern Accounting Information System Security (AISS) Research Based on IT Technology Jiamin Fang and Liqing Shu Accounting Branch, Jilin Business and
Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation
Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation R.Navaneethakrishnan Assistant Professor (SG) Bharathiyar College of Engineering and Technology, Karaikal, India.
Standardization Requirements Analysis on Big Data in Public Sector based on Potential Business Models
, pp. 165-172 http://dx.doi.org/10.14257/ijseia.2014.8.11.15 Standardization Requirements Analysis on Big Data in Public Sector based on Potential Business Models Suwook Ha 1, Seungyun Lee 2 and Kangchan
A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow
, pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices
Design and Implementation of Automatic Attendance Check System Using BLE Beacon
, pp.177-186 http://dx.doi.org/10.14257/ijmue.2015.10.10.19 Design and Implementation of Automatic Attendance Check System Using BLE Beacon Mi-Young Bae and Dae-Jea Cho * Dept. Of Multimedia Engineering,
Mobile Hybrid Cloud Computing Issues and Solutions
, pp.341-345 http://dx.doi.org/10.14257/astl.2013.29.72 Mobile Hybrid Cloud Computing Issues and Solutions Yvette E. Gelogo *1 and Haeng-Kon Kim 1 1 School of Information Technology, Catholic University
Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP
Vol.8, No.3 (2014), pp.191-196 http://dx.doi.org/10.14257/ijsh.2014.8.3.18 Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Am suk Oh 1, Doo Heon Song 2 and Gwan
Big Data Framework for u-healthcare System. Tae-Woong Kim 1, Jai-Hyun Seu 2. [email protected]
Big Data Framework for u-healthcare System Tae-Woong Kim 1, Jai-Hyun Seu 2 1. Department of Computer Education, Silla University, Sasang-Gu, Busan, Korea 2. School of Computer Engineering, Inje University,
Secure Semantic Web Service Using SAML
Secure Semantic Web Service Using SAML JOO-YOUNG LEE and KI-YOUNG MOON Information Security Department Electronics and Telecommunications Research Institute 161 Gajeong-dong, Yuseong-gu, Daejeon KOREA
Energy Monitoring and Management Technology based on IEEE 802.15. 4g Smart Utility Networks and Mobile Devices
Monitoring and Management Technology based on IEEE 802.15. 4g Smart Utility Networks and Mobile Devices Hyunjeong Lee, Wan-Ki Park, Il-Woo Lee IT Research Section IT Convergence Technology Research Laboratory,
A 3.2Gb/s Clock and Data Recovery Circuit Without Reference Clock for a High-Speed Serial Data Link
A 3.2Gb/s Clock and Data Recovery Circuit Without Reference Clock for a High-Speed Serial Data Link Kang jik Kim, Ki sang Jeong, Seong ik Cho The Department of Electronics Engineering Chonbuk National
Flood inundation prediction model on spatial characteristics with utilization of OLAP-based multidimensional cube information
, pp.162-166 http://dx.doi.org/10.14257/astl.2015.99.40 Flood inundation prediction model on spatial characteristics with utilization of OLAP-based multidimensional cube information Hye-Jin Jo, Yoon-Ju
A Critical Juncture and an Emerging New Paradigm of Health Insurance Policy in Korea: A Theoretical Review
, pp.36-41 http://dx.doi.org/10.14257/astl.2015.88.08 A Critical Juncture and an Emerging New Paradigm of Health Insurance Policy in Korea: A Theoretical Review JongEun Yim 1, MyungHee Kim 2* 1 Department
Fast Device Discovery for Remote Device Management in Lighting Control Networks
J Inf Process Syst, Vol.11, No.1, pp.125~133, March 2015 http://dx.doi.org/10.3745/jips.03.0011 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) Fast Device Discovery for Remote Device Management in
The Digital Signage System Supporting Multi-Resources Schedule on an Elevator
, pp. 219-228 http://dx.doi.org/10.14257/ijsh.2015.9.8.23 The Digital Signage System Supporting Multi-Resources Schedule on an Elevator Woon-Yong Kim and SoonGohn Kim (Corresponding Author) Department
Developing Learning Activities using Mixed Reality Contents at Elementary Smart School
, pp.32-36 http://dx.doi.org/10.14257/astl.2013 Developing Learning Activities using Mixed Reality Contents at Elementary Smart School Suh Heejeon Tongmyong University 428, Sinseon-ro, Nam-gu, Busan, 608-711,
Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service
, pp. 195-204 http://dx.doi.org/10.14257/ijsh.2015.9.5.19 Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service Ju-Su Kim, Hak-Jun
Cable Identification and Application of Power Line Carrier Communication for Distribution Lines
, pp.172-176 http://dx.doi.org/10.14257/astl.205.98.43 Cable Identification and Application of Power Line Carrier Communication for Distribution Lines Hee-Jung Byun 1 and Su Goog Shon 2* 1 Department of
Integration of Hadoop Cluster Prototype and Analysis Software for SMB
Vol.58 (Clound and Super Computing 2014), pp.1-5 http://dx.doi.org/10.14257/astl.2014.58.01 Integration of Hadoop Cluster Prototype and Analysis Software for SMB Byung-Rae Cha 1, Yoo-Kang Ji 2, Jong-Won
Performance Comparison of SCTP and TCP over Linux Platform
Performance Comparison of SCTP and TCP over Linux Platform Jong-Shik Ha, Sang-Tae Kim, and Seok J. Koh Department of Computer Science, Kyungpook National University, Korea {mugal1, saintpaul1978, sjkoh}@cs.knu.ac.kr
A Synchronization Algorithm of Mobile Database for Cloud Computing
A Synchronization Algorithm of Mobile Database for Cloud Computing Ranjeet Singh 1, Chiranjit Dutta 2 Faculty of information Technology, SRM University, NCR campus, India ABSTRACT The existing synchronization
An Efficiency Keyword Search Scheme to improve user experience for Encrypted Data in Cloud
, pp.246-252 http://dx.doi.org/10.14257/astl.2014.49.45 An Efficiency Keyword Search Scheme to improve user experience for Encrypted Data in Cloud Jiangang Shu ab Xingming Sun ab Lu Zhou ab Jin Wang ab
An Analysis on the Factors affecting Standardization of e-government System Development and Management Methodology 1
, pp.12-16 http://dx.doi.org/10.14257/astl.2015.95.03 An Analysis on the Factors affecting Standardization of e-government System Development and Management Methodology 1 Seung Young Shin 1, Mi Ryang Kim
A Study on Analysis of Clearwell in Water works by Computational Fluid Dynamics
, pp.217-222 http://dx.doi.org/10.14257/astl.2015. A Study on Analysis of Clearwell in Water works by Computational Fluid Dynamics Jinhong Jung 1,1, Gyewoon Choi 2, 1 Environmental and Plant Engineering
Enhancing Dataset Processing in Hadoop YARN Performance for Big Data Applications
Enhancing Dataset Processing in Hadoop YARN Performance for Big Data Applications Ahmed Abdulhakim Al-Absi, Dae-Ki Kang and Myong-Jong Kim Abstract In Hadoop MapReduce distributed file system, as the input
The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator
Vol.8, No.3 (2014), pp.107-118 http://dx.doi.org/10.14257/ijsh.2014.8.3.10 The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Woon-Yong
Development of Real-time Big Data Analysis System and a Case Study on the Application of Information in a Medical Institution
, pp. 93-102 http://dx.doi.org/10.14257/ijseia.2015.9.7.10 Development of Real-time Big Data Analysis System and a Case Study on the Application of Information in a Medical Institution Mi-Jin Kim and Yun-Sik
Design of Micro-payment to Strengthen Security by 2 Factor Authentication with Mobile & Wearable Devices
, pp.28-32 http://dx.doi.org/10.14257/astl.2015.109.07 Design of Micro-payment to Strengthen Security by 2 Factor Authentication with Mobile & Wearable Devices Byung-Rae Cha 1, Sang-Hun Lee 2, Soo-Bong
A Study on Data Analysis Process Management System in MapReduce using BPM
A Study on Data Analysis Process Management System in MapReduce using BPM Yoon-Sik Yoo 1, Jaehak Yu 1, Hyo-Chan Bang 1, Cheong Hee Park 1 Electronics and Telecommunications Research Institute, 138 Gajeongno,
An Architecture for Home-Oriented IPTV Service Platform on Residential Gateway
J Inf Process Syst, Vol.9, No.3, September 2013 pissn 1976-913X eissn 2092-805X http://dx.doi.org/10.3745/jips.2013.9.3.425 An Architecture for Home-Oriented IPTV Service Platform on Residential Gateway
A Survey on Security Threats and Security Technology Analysis for Secured Cloud Services
, pp.21-30 http://dx.doi.org/10.14257/ijsia.2013.7.6.03 A Survey on Security Threats and Security Technology Analysis for Secured Cloud Services Changsoo Lee 1, Daewon Jung 2 and Keunwang Lee 3 1 Dept.
Research on the Performance Optimization of Hadoop in Big Data Environment
Vol.8, No.5 (015), pp.93-304 http://dx.doi.org/10.1457/idta.015.8.5.6 Research on the Performance Optimization of Hadoop in Big Data Environment Jia Min-Zheng Department of Information Engineering, Beiing
SH-Sim: A Flexible Simulation Platform for Hybrid Storage Systems
, pp.61-70 http://dx.doi.org/10.14257/ijgdc.2014.7.3.07 SH-Sim: A Flexible Simulation Platform for Hybrid Storage Systems Puyuan Yang 1, Peiquan Jin 1,2 and Lihua Yue 1,2 1 School of Computer Science and
Study of HTML5 WebSocket for a Multimedia Communication
, pp.61-72 http://dx.doi.org/10.14257/ijmue.2014.9.7.06 Study of HTML5 WebSocket for a Multimedia Communication Jin-tae Park 1, Hyun-seo Hwang 1, Jun-soo Yun 1 and Il-young Moon 1 1 School of Computer
A Real-Time Cloud Based Model for Mass Email Delivery
A Real-Time Cloud Based Model for Mass Email Delivery Nyirabahizi Assouma, Mauricio Gomez, Seung-Bae Yang, and Eui-Nam Huh Department of Computer Engineering Kyung Hee University Suwon, South Korea {assouma,mgomez,johnhuh}@khu.ac.kr,
Studying Security Weaknesses of Android System
, pp. 7-12 http://dx.doi.org/10.14257/ijsia.2015.9.3.02 Studying Security Weaknesses of Android System Jae-Kyung Park* and Sang-Yong Choi** *Chief researcher at Cyber Security Research Center, Korea Advanced
XMPP A Perfect Protocol for the New Era of Volunteer Cloud Computing
International Journal of Computational Engineering Research Vol, 03 Issue, 10 XMPP A Perfect Protocol for the New Era of Volunteer Cloud Computing Kamlesh Lakhwani 1, Ruchika Saini 1 1 (Dept. of Computer
