• Title/Summary/Keyword: Service Implementation

Search Result 3,894, Processing Time 0.035 seconds

Implementation of a Spam Message Filtering System using Sentence Similarity Measurements (문장유사도 측정 기법을 통한 스팸 필터링 시스템 구현)

  • Ou, SooBin;Lee, Jongwoo
    • KIISE Transactions on Computing Practices
    • /
    • v.23 no.1
    • /
    • pp.57-64
    • /
    • 2017
  • Short message service (SMS) is one of the most important communication methods for people who use mobile phones. However, illegal advertising spam messages exploit people because they can be used without the need for friend registration. Recently, spam message filtering systems that use machine learning have been developed, but they have some disadvantages such as requiring many calculations. In this paper, we implemented a spam message filtering system using the set-based POI search algorithm and sentence similarity without servers. This algorithm can judge whether the input query is a spam message or not using only letter composition without any server computing. Therefore, we can filter the spam message although the input text message has been intentionally modified. We added a specific preprocessing option which aims to enable spam filtering. Based on the experimental results, we observe that our spam message filtering system shows better performance than the original set-based POI search algorithm. We evaluate the proposed system through extensive simulation. According to the simulation results, the proposed system can filter the text message and show high accuracy performance against the text message which cannot be filtered by the 3 major telecom companies.

Efficient Publishing Spatial Information as GML for Interoperability of Heterogeneous Spatial Database Systems (이질적인 공간정보시스템의 상호 운용성을 위한 효과적인 지리데이터의 GML 사상)

  • 정원일;배해영
    • Journal of Korea Multimedia Society
    • /
    • v.7 no.1
    • /
    • pp.12-26
    • /
    • 2004
  • In the past, geographic data is constructed and serviced through independent formats of its own according to each GIS(Geographic Information System). Recently the provision of interoperability in GIS is important to efficiently apply the various geographic data between conventional GIS's. Whereupon OGC(Open GIS Consortium) proposed GML(Geography Markup Language) to offer the interoperability between heterogeneous GISs in distributed environments. The GML is an XML encoding for the transport and storage of geographic information, including both the spatial and non-spatial properties of geographic features. Also, the GML includes Web Map Server Implementation Specification to service the GML documents. Accordingly the prototype to provide the reciprocal interchange of geographic information between conventional GIS's and GML documents is widely studied. In this paper, we propose a mapping method of geographic in formation between spatial database and GML for the prototype to support the interoperability between heterogeneous geographic information. For this method, firstly the scheme of converting geographic in Formation of the conventional spatial database into the GML document according to the GML specification is explained, and secondly the scheme to transform geographic information of GML documents to geographic data of spatial database is showed. Consequently, the proposed method is applicable to the framework for integrated geographic information services based on Web by making an offer the interoperability between already built geographic information of conventional GIS's using a mapping method of geographic information between spatial database and GML.

  • PDF

The Design and Implementation of Secure Instant Messaging System (안전한 단문 전송 시스템 설계 및 구현)

  • Song, Gi-Pyeung;Son, Hong;Jo, In-June;Ju, Young-Ji;Lee, Dal-Won
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2001.05a
    • /
    • pp.667-671
    • /
    • 2001
  • The Instant Messenger(IM) is the most popular personal communication tool today. IM is a tool that can substitute E-mail for a person, and can secure the user for a company. Further, it is claimed as it has a limitless potential. However, there has been several reports on security issues. It has known that the transmitting message is not secured for the attacks, and hacking tools has been developed. In addition, several reports has been made regards to the vulnerability. In other words, anyone can been through and manipulate the messages that are sent or received via IM. This is a barrier for the IM to be developed as a corporate's strategic tool, and furthermore, it will create serious personal privacy issue. IETF IMPP Working Group is preparing a standard mutual relationship between IM. However, it is complicated due to the American On-Lines's absence, whom has ensured the most number of IM users. There was a discussion only about the form of the transmitting data, but it is insufficient state to discuss the security service for general. In this paper, I design and implement the Secure Instant Messaging System, to solve the IM's vulnerability and the security issue presented above.

  • PDF

Recommendation of Best Empirical Route Based on Classification of Large Trajectory Data (대용량 경로데이터 분류에 기반한 경험적 최선 경로 추천)

  • Lee, Kye Hyung;Jo, Yung Hoon;Lee, Tea Ho;Park, Heemin
    • KIISE Transactions on Computing Practices
    • /
    • v.21 no.2
    • /
    • pp.101-108
    • /
    • 2015
  • This paper presents the implementation of a system that recommends empirical best routes based on classification of large trajectory data. As many location-based services are used, we expect the amount of location and trajectory data to become big data. Then, we believe we can extract the best empirical routes from the large trajectory repositories. Large trajectory data is clustered into similar route groups using Hadoop MapReduce framework. Clustered route groups are stored and managed by a DBMS, and thus it supports rapid response to the end-users' request. We aim to find the best routes based on collected real data, not the ideal shortest path on maps. We have implemented 1) an Android application that collects trajectories from users, 2) Apache Hadoop MapReduce program that can cluster large trajectory data, 3) a service application to query start-destination from a web server and to display the recommended routes on mobile phones. We validated our approach using real data we collected for five days and have compared the results with commercial navigation systems. Experimental results show that the empirical best route is better than routes recommended by commercial navigation systems.

Implementation and Validation of the Web DDoS Shelter System(WDSS) (웹 DDoS 대피소 시스템(WDSS) 구현 및 성능검증)

  • Park, Jae-Hyung;Kim, Kang-Hyoun
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.4 no.4
    • /
    • pp.135-140
    • /
    • 2015
  • The WDSS improves defensive capacity against web application layer DDoS attack by using web cache server and L7 switch which are added on the DDoS shelter system. When web DDoS attack occurs, security agents divert traffic from backbone network to sub-network of the WDSS and then DDoS protection device and L7 switch block abnormal packets. In the meantime, web cache server responds only to requests of normal clients and maintains stable web service. In this way, the WDSS can counteract the web DDoS attack which generates small traffic and depletes server-client session resource. Furthermore, the WDSS does not require IP tunneling because it is not necessary to retransfer the normal requests to original web server. In this paper, we validate operation of the WDSS and verify defensive capability against web application layer DDoS attacks. In order to do this, we built the WDSS on backbone network of an ISP. And we performed web DDoS tests by using a testing system that consists of zombie PCs. The tests were performed by three types and various amounts of web DDoS attacks. Test results suggest that the WDSS can detect small traffic of the web DDoS attacks which do not have repeat flow whereas the formal DDoS shelter system cannot.

Design and Implementation of a Multi-Interface Mobile Gateway for Seamless Handoff Sciences (끊김 없는 핸드오프를 위한 다중 인터페이스 이동형 게이트웨이 설계 및 구현)

  • Choi, Hyun-Jun;Lee, Chae-Seok;Lee, Sung-Ho;Kim, Jong-Deck
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.37 no.6B
    • /
    • pp.474-482
    • /
    • 2012
  • Mobile Gateway(MG) is a wireless LAN device to provide internet services to a passenger on vehicles like a bus. For using internet services, MG connects the Road Side Unit AP(RSU AP) based on WLAN .To provide a stable communication service on the moving vehicle, handoff changing MG's RSU must be handled fast and stably. However, it has a physical limits to remove a disconnection time of handoff process by reason of its technological features. In this paper, we suggest a MIMG(Multi-Interface Mobile Gateway) executing seamless handoff by using multiple wireless LAN interfaces for connecting RSU. In the detailed way to do stable handoff, we suggest the "Link Sharing Technique" to disconnection time of packet transmission for RSU to MIMG and the "Path Sharing Technique" to remove disconnection time of packet transmission for MIMG to RSU. we implemented the MIMG which performs the suggested handoff technique. We confirmed the superiority of our system by remove of the disconnection time(0 ms), and improved over 50 % of the communication bandwidth.

Implementation of the AMBA AXI4 Bus interface for effective data transaction and optimized hardware design (효율적인 데이터 전송과 하드웨어 최적화를 위한 AMBA AXI4 BUS Interface 구현)

  • Kim, Hyeon-Wook;Kim, Geun-Jun;Jo, Gi-Ppeum;Kang, Bong-Soon
    • Journal of the Institute of Convergence Signal Processing
    • /
    • v.15 no.2
    • /
    • pp.70-75
    • /
    • 2014
  • Recently, the demand for high-integrated, low-powered, and high-powered SoC design has been increasing due to the multi-functionality and the miniaturization of digital devices and the high capacity of service informations. With the rapid evolution of the system, the required hardware performances have become diversified, the FPGA system has been increasingly adopted for the rapid verification, and SoC system using the FPGA and the ARM core for control has been growingly chosen. While the AXI bus is used in these kinds of systems in various ways, it is traditionally designed with AXI slave structure. In slave structure, there are problems with the CPU resources because CPU is continually involved in the data transfer and can't be used in other jobs, and with the decreased transmission efficiency because the time not used of AXI bus beomes longer. In this paper, an efficient AXI master interface is proposed to solve this problem. The simulation results show that the proposed system achieves reductions in the consumption clock by an average of 51.99% and in the slice by 31% and that the maximum operating frequency is increased to 107.84MHz by about 140%.

Effects of Socioeconomic Factors and Forest Environments on Demand for Rural Residential Development (농촌 주거지 개발 수요에 대한 사회경제적 요인 및 산림환경의 영향 분석)

  • Lee, Yohan;Ji, Seongtae
    • Environmental and Resource Economics Review
    • /
    • v.25 no.2
    • /
    • pp.199-228
    • /
    • 2016
  • This study investigates the effects of economic factors and forest environments on rural residential area development in seven north central states of the U.S. by focusing on the relative importance of not only economic factors but also forest environments by forest type as core drivers of residential development. An empirical model of locations and magnitudes of population changes since 1950 in the north central region is first constructed, and then a panel model with fixed effects for counties is used to explain population growth by age group over time at the county level. Then a set of three equations is estimated for three major age groups, and a cross-sectional model is estimated for the last time period that regresses county-level environmental amenity variables on fixed effects coefficients for counties. Finally, an equation explaining changes in rural housing density is estimated. The results imply that immigrant age is a key factor influencing the choice of the place of residence and that the effects of environmental amenity factors on population growth and subsequent housing development in a county vary according to the age group.

A Study on the Effect of Upstream Parking to Traffic at the 4-Leg Intersection (교차로 상류부 주차가 교통에 미치는 영향에 관한 연구)

  • Ko, Jin;Oh, Seung Hwoon;Rhee, Jongho
    • KSCE Journal of Civil and Environmental Engineering Research
    • /
    • v.32 no.2D
    • /
    • pp.121-127
    • /
    • 2012
  • One of the traffic problems has been caused by the illegal parking because of the lack of parking space. Especially, the illegal occupancy of the road near an intersection makes an serious reduction of road capacity. The current illegal parking and stop-prohibited areas have been designated for less than 5 meters from the edge or the corner of the 4-leg intersection. However, in reality, the cars parked at the place over 5 meters have had a significant impact on the intersection traffic. In addition, many variables such as intersection type, size, and service levels should be considered as factors which influence on the traffic condition at the intersection. It was assumed that through and right-turn traffic rate have a significant impact on the 4-leg intersection with the illegal parking or stop near it. This study tried to verify the impact through the simulation implementation with MOE and LOS. It shows a guideline to designate the parking or stop-prohibited area near the 4-leg intersection under various traffic conditions.

A Study on the Development and Measurement of Logistics Partners Cooperation Index(LPCI): Focused on the Joint Logistics (물류협력지수의 개발 및 측정에 관한 연구: 공동물류사업을 중심으로)

  • Suh, Sang-Sok;Song, Gwang-Suk;Park, Jong-Woo
    • Journal of Distribution Science
    • /
    • v.14 no.6
    • /
    • pp.107-118
    • /
    • 2016
  • Purpose - Over 90% of Domestic logistics industry is small enterprise and they are experiencing growth stagnation due to price-based competition structure rather than constructing logistics service of high added value. In order to get over this situation and pursue the development of logistics industry, strengthening its competitiveness, through inter-enterprise cooperative network build-up, would be a key alternative. Therefore, in this study, an index for measuring inter-enterprise cooperation level of Joint logistics business will be developed as a typical collaborative business model in logistics industry. Moreover, a strengthening competitiveness method suggests a developmental step and a key management index to mature in logistics industry. Research Design, Data, Methodology - This study is an index development research for measuring inter-enterprise cooperation level of logistics industry. Such a level was measured by performing a survey by targeting enterprises that participated in Joint logistics business. The targeting enterprises are typical cooperative models in logistics industry. Measurement items were developed which were based on the presented items in existing research. Question items were composed of selection type questions as answering Yes/No. They measures implementation status of corporate activity and detailed activity items measuring qualitative level. Total samples were based on 116 enterprise samples including 90 logistics enterprises and 26 shippers. In addition, by evaluating the importance for Joint logistics business recognition with personnel working level, the weight of measuring variable was extracted. This study has built an assessment tools (LPCI) on Joint logistics business cooperation level in a situation where there are no previous studies on joint logistics business, this study is meaningful for other studies. Results - As a result of analyzing LPCI presented in this study, the score of logistics enterprise was represented as 59.9 points based on full score of 100 points and that of shippers as 47.2 points and cooperation level among enterprises participated in Joint logistics business was revealed to be very low. In particular, as a result of measuring the importance between logistics enterprise and shippers, the difference by each measurement standard was represented among those enterprises. This difference is considered to be a key factor that cooperative operational conformity between logistics enterprises and shippers is represented to be low. Conclusions - As most joint logistics business, being promoted at present, is sharing facility and information with joint logistics business, it is hard to find such a joint logistics business in reality based on cooperative business model in main cooperation agents. Therefore, competitiveness of logistics industry could be strengthened by promoting joint logistics business based on their mutual cooperation among enterprises. In other words, it is to secure sustainable competitiveness of joint logistics business together with creation of new market by inter-enterprise cooperation based on integration of basic logistics business.