• Title/Summary/Keyword: 라이

Search Result 6,622, Processing Time 0.035 seconds

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.

Analysis on Energy Consumption Required for Building DTLS Session Between Lightweight Devices in Internet of Things (사물인터넷에서 경량화 장치 간 DTLS 세션 설정 시 에너지 소비량 분석)

  • Kwon, Hyeokjin;Kang, Namhi
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.40 no.8
    • /
    • pp.1588-1596
    • /
    • 2015
  • In the Internet of Things (IoT), resource-constrained devices such as sensors are capable of communicating and exchanging data over the Internet. The IETF standard group has specified an application protocol CoAP, which uses UDP as a transport protocol, allows such a lightweight device to transmit data. Also, the IETF recommended the DTLS binding for securing CoAP. However, additional features should be added to the DTLS protocol to resolve several problems such as packet loss, reordering, fragmentation and replay attack. Consequently, performance of DTLS is worse than TLS. It is highly required for lightweight devices powered by small battery to design and implement a security protocol in an energy efficient manner. This paper thus discusses about DTLS performance in the perspective of energy consumption. To analyze the performance, we implemented IEEE 802.15.4 based test network consisting of constrained sensor devices in the Cooja simulator. We measured energy consumptions required for each of DTLS client and server in the test network. This paper compares the energy consumption and amount of transmitted data of each flight of DTLS handshake, and the processing and receiving time. We present the analyzed results with regard to code size, cipher primitive and fragmentation as well.

Research on the Implementation of the Virtual Interface on Multi-mode Mobile Nodes (멀티모드 단말을 위한 가상 인터페이스 구현 연구)

  • Lee, Kyoung-Hee;Lee, Seong-Keun;Rhee, Eun-Jun;Cho, Kyoung-Seob;Lee, Hyun-Woo;Ryu, Won;Hong, Seng-Phil
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.35 no.4B
    • /
    • pp.677-686
    • /
    • 2010
  • In this paper, we propose the virtual interface management scheme on the multi-mode mobile node for supporting multiple connections to various access networks in fixed mobile convergence (FMC) networks. The proposed scheme supports the virtualization of multiple physical network interfaces by presenting only the virtual interface to beyond IP layers and hiding physical network interfaces from them. In the proposed scheme, only one IP address is allocated to virtual interface without any IP allocations to physical network interfaces. Therefore, the proposed scheme does not change its IP address and keep it during the vertical handover, so that it can support the seamless handover of real-time multimedia services among heterogeneous access networks. The proposed scheme is implemented on the multi-mode mobile node with multiple network interfaces by using NDIS (Network Driver Interface Specifications) libraries. Through the mobility test-bed and the test application of virtual interface, we evaluate and analyze the performance of the proposed scheme.

Ubiscript: A Language for Ubiquitous Service Integration (유비스크립트: 유비쿼터스 서비스 통합을 위한 언어)

  • Lee, Min-Kyu;Han, Dong-Soo
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2007.10a
    • /
    • pp.269-270
    • /
    • 2007
  • 유비쿼터스 환경에서는 사용자가 컴퓨터 및 네트워크의 존재를 의식하지 않는 상태에서 다양한 서비스를 이용하게 된다. 주변에 있는 PC, 냉장고, TV, 자동차 등의 모든 기기에 프로세서가 내장되고 네트워크가 연결되어 특정한 서비스를 제공하기 위해 함께 동작하게 된다. 이러한 장치와 서비스들을 연동하기 위한 현재의 솔루션은 클라이언트-서버 방식의 분산 컴퓨팅 모델이다. 각각의 장치가 원격 프로시듀어 흑은 원격 객체의 형태로 서버를 제공하고 이들을 하나의 클라이언트가 시나리오대로 그것들을 호출함으로써 응용을 완성할 수 있다. 하지만, 이러한 분산 컴퓨팅 모델을 지원하는 프로그래밍 환경으로는 다음과 같은 한계가 있다. 첫째, 소프트웨어 배치(deployment) 문제가 발생한다. 수 많은 시나리오를 생각해 볼 수 있는 유비쿼터스 환경에서는 특정 장치를 공장에서 생산하여 출고할 때 어떤 서버 소프트웨어가 미리 설치되어야 하는지는 가늠할 수 없는 문제이다. 둘째, 성능 문제가 발생할 수 있다. 각 장치의 함수를 호출하는 것은 대부분 원격 함수(remote procedure)이므로 한번 호출하는데 상당한 자원이 소요된다. 하지만, 시나리오를 구현하기 위해서는 특정 장치의 함수를 여러 번 호출해야 되는 상황이 자주 연출된다. 이러한 상황을 피하여 성능을 향상 시키기 위해서는 각 장치에 요구되는 부문 시나리오가 한번에 호출로 처리될 수 있어야 한다. 셋째, 유지 보수 문제가 발생할 수 있다 하나의 서비스가 여러 개의 서버 프로그램과 클라이언트 프로그램으로 구성되기 때문에 한번 업그레이드를 할 때 모든 구성 요소들이 모두 버전 업이 되어야 한다. 넷째, 유비쿼터스 환경에 적합한 추상화 개념의 부재를 들 수 있다. 다양한 장치, 웹서비스 및 데이터 들이 연동되어 하나의 서비스 시나리오를 구현함에 있어서 현재의 프로그래밍 언어는 높은 수준의 추상화 개념을 제공하지 못하고 있다. 본 연구에서는 모바일 코드 기술을 프로그래밍 언어에 적용하여 유비쿼터스 환경에서의 다양한 장치들과 서비스들을 손쉽게 통합하여 애플리케이션 시나리오를 구현할 수 있는 새로운 프로그래밍 언어인 유비스크립트(ubiscript)를 제안한다. 유비스크립트에서는 모바일 코드의 개념을 통해서 앞서 언급한 유비쿼터스 컴퓨팅 환경에서의 문제점을 해결하고자 하였다. 모바일 코드에서는 프로그램 코드가 네트워크를 통해서 컴퓨터를 이동하면서 수행되는 개념인데, 이는 물리적으로 떨어져있으면서 네트워크로 연결되어 있는 다양한 컴퓨팅 장치가 서로 연동하기 위한 모델에 가장 적합하다. 이는 기본적으로 배포(deploy)라는 단계가 필요 없게 되고, 새로운 버전의 프로그램이 작성될지라도 런타임에 코드가 직접 이동하게 되므로 버전 관리의 문제도 해결된다. 게다가 원격 함수를 매번 호출하지 않고 한번 이동된 코드가 원격지에서 모두 수행을 하게 되므로 성능향상에도 도움이 된다. 장소 객체(Place Object)와 원격 스코프(Remote Scope)는 앞서 설명한 특징을 직접적으로 지원하는 언어 요소이다. 장소 객체는 모바일 코드가 이동해서 수행될 계산 환경(computational environment)에 대한 레퍼런스이다. 원격 스코프는 원격지의 컴퓨터에 존재하는 계산 환경의 스코프(scope)를 로컬 계산 환경에 적용할 수 있도록 하는 언어 요소이다. 유비쿼터스 컴퓨팅 환경에서의 장치와 서비스들을 연동하기에는 현재의 프로그래밍 모델은 배포, 유지 보수, 성능 등의 문제점을 안고 있다. 본 연구에서는 모바일 코드 개념을 도입한 새로운 프로그래밍 언어인 유비스크립트를 제안하여 이러한 문제점들을 극복하고자 하였다. 유비스크립트에서는 유비쿼터스 환경을 직접적으로 표현할 수 있도록 새로운 언어 요소인 장소 객체와 원격 스코프 개념을 도입하였고, 프로토타입과 가상의 시나리오 구현을 통하여 기존의 프로그래밍 언어보다 유비쿼터스 환경에 더 적합하고, 단순하며 생산성이 우수하다는 것을 확인하였다.

  • PDF

Optimizing Multiprecision Squaring for Efficient Public Key Cryptography on 8-bit Sensor Nodes (8 비트 센서 노드 상에서 효율적인 공개키 암호를 위한 다정도 제곱 연산의 최적화)

  • Kim, Il-Hee;Park, Yong-Su;Lee, Youn-Ho
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.36 no.6
    • /
    • pp.502-510
    • /
    • 2009
  • Multiprecision squaring is one of the most significant algorithms in the core public key cryptography operation. The aim of this work is to present a new improved squaring algorithm compared with the MIRACL's multi precision squaring algorithm in which the previous work [1] on multiprecision multiplication is implemented. First, previous works on multiprecision multiplication and standard squaring are analyzed. Then, our new Lazy Doubling squaring algorithm is introduced. In MIRACLE library [3], Scott's Carry-Catcher Hybrid multiplication technique [1] is applied to implementation of multiprecision multiplication and squaring. Experimental results of the Carry-Catcher hybrid squaring algorithm and the proposed Lazy Doubling squaring algorithm both of which are tested on Atmega128 CPU show that proposed idea has achieved significant performance improvements. The proposed Lazy Doubling Squaring algorithm reduces addition instructions by the fact $a_0\;{\ast}\;2\;+\;a_1\;{\ast}\;2\;+\;...\;+\;a_{n-1}\;{\ast}\;2\;+\;a_n\;{\ast}\;2\;=\;(a_0\;+\;a_1\;+\;...\;+\;a_{n-1}\;+\;a_n)\;{\ast}\;2$ while the standard squaring algorithm reduces multiplication instructions by the fact $S_{ij}\;=\;x_i\;{\ast}\;x_j\;=\;S_{ij}$. Experimental results show that the proposed squaring method is 25% faster than that in MIRACL.

Pull-out Strength Characteristics of Revegetation Species Root used for Forest Road Slope (임도사면 녹화식물뿌리의 인발강도특성에 관한 연구)

  • Ji, Byoung Yun;Jung, Do Hyun;Chun, Kwon Suk;Kim, Jong Yoon
    • Journal of Korean Society of Forest Science
    • /
    • v.95 no.1
    • /
    • pp.45-49
    • /
    • 2006
  • The objective of this study is to offer a basic information to select the plant species for environmentally friendly forest road by quantifying the pull-out strength by 18 species used for a revegetation of forest road slope. In the investigation of the root depth growth during 17 months, Indigobush amorpha showed maximum depth of 34.0 cm and perennial ryegrass showed minimum depth of 17.7 cm among all species. The pull-out strength by herb species was $0.054ton/m^2/plant$ for exotic species, $0.085ton/m^2/plant$ for indigenous species, and by shrub species was $0.049ton/m^2/plant$. There were no large difference among herb species in pull-out strength, but shrub species were approximately 9 times stronger than herb species. Thus, for maximizing tightening effect and use of inner soil space. The mixed seeding using herb for erosion control and shrub for shallow failure protection would make up optimal revegetation of forest road slope.

A study on the Policies for the Promotion of Korean Literature seen through Manhae Festival (만해축전을 통해서 본 한국문학진흥정책에 관한 연구)

  • Lee, Won-Oh;Rhyu, Ji-Sung;Kim, Ji-Won
    • The Journal of the Korea Contents Association
    • /
    • v.15 no.12
    • /
    • pp.234-246
    • /
    • 2015
  • When the Information age led by media comes, The literature yielded its prominence to visual media, and the Korean literature also faced a crisis, prompted by decreased demand for it. In this reality, literature festivals which have increased rapidly since 1995 and currently number at least 110, when the local government system was launched, played an important role in promoting literature to the society. This thesis has selected Manhae Festival, one of the most vibrant and successful, as the case study to analyze its present status and accomplishments to derive ways for improvement which can be used to promote policies on literature. Manhae Festival which celebrates Manhae Han Yongun, a poet and an independence activist, also became one of the top literature festivals through Manhae Grand Awards and various cultural, art and academic events, despite being held in Inje County, Gangwon Province, a remote location. Based on this study, in the near future, Manhae Village, as a complex cultural venue, as a If we can make the place into complex cultural space and with additional policy support by gaining political supports like designation as Slowcity and special zone of culture and tourism, and pursuing glocalization by making Manhae into a star brand, Manhae Festival will cement its current position as a successful literary festival. It has very meaningful since most of literature festivals operate in small scale. Now, we need to develop literature festivals into local ones by attracting larger popularity. Meanwhile, a more comprehensive study, in the future, is needed with special emphasis on successful literary policies and their precedents in other countries.

Design and Implementation of the Multi-level Pre-fetch and Deferred-flush in BADA-III for GIS Applications (GIS 응용을 위한 바다-III의 다단계 사전인출과 지연쓰기의 설계 및 구현)

  • Park, Jun-Ho;Park, Sung-Chul;Shim, Kwang-Hoon;Seong, Jun-Hwa;Park, Young-Chul
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.1 no.2
    • /
    • pp.67-79
    • /
    • 1998
  • Most GIS applications are read-intensive on a large number of spatial objects and when the spatial objects are composite objects, the contained objects within the composite objects are also accessed. In GIS applications, creation, deletion, and update operations on spatial objects occur very rarely, but once they occur they deal with a large number of spatial objects. This paper proposes the concept of the multi-level pre-fetch query to retrieve a large number of spatial objects efficiently, and the functionality of the deferred-flush on the newly created persistent objects into the database with the optimal performance, and presents the design and implementation details of those ideas into an object-oriented DBMS BADA-III while considering these characteristics of GIS applications. The multi-level pre-fetch query retrieves the objects that satisfy the query and the objects that are contained within the objects up to the level specified by users, and registers the retrieved objects on the client cache. The deferred-flush flushes a large number of composite objects that are created by the application with a minimal overhead of the server and a minimal number of communications between the client and the server. These two functionality are suitable for the applications that search or create a large number of composite objects like GIS applications.

  • PDF

Characteristic of Partial Oxidation of Methane and Ni Catalyst Reforming using GlidArc Plasma (GlidArc 플라즈마를 이용한 메탄 부분산화 및 Ni 촉매 개질 특성)

  • Kim, Seong-Cheon;Chun, Young-Nam
    • Journal of Korean Society of Environmental Engineers
    • /
    • v.30 no.12
    • /
    • pp.1268-1272
    • /
    • 2008
  • Low temperature plasma applied with partial oxidation is a technique to produce synthesis gas from methane. Low temperature plasma reformer has superior miniaturization and start-up characteristics to reformers using steam reforming or CO$_2$ reforming. In this research, a low temperature plasma reformer using GlidArc discharge was proposed. Reforming characteristics for each of the following variables were studied: gas components ratio (O$_2$/CH$_4$), the amount of steam, comparison of reaction on nickle and iron catalysts and the amount of CO$_2$. The optimum conditions for hydrogen production from methane was found. The maximum Hydrogen concentration of 41.1% was obtained under the following in this condition: O$_2$/C ratio of 0.64, total gas flow of 14.2 L/min, catalyst reactor temperature of 672$^{\circ}C$, the amount of steam was 0.8, reformer energy density of 1.1 kJ/L with Ni catalyst in the catalyst reactor. At this point, the methane conversion rate, hydrogen selectivity and reformer thermal efficiency were 66%, 93% and 35.2%, respectively.

Effects of Bowl Material and Rinsing Period on Variation in the Amount of Residual Surfactant Resided in the Bowls after Dish-Washing (세제세척 후 용기재질과 헹굼시간에 따른 계면활성제 잔류량 변화)

  • Jeong, Jongshin;Jeong, Yonhun;Jeong, Seung-Woo
    • Journal of Korean Society of Environmental Engineers
    • /
    • v.35 no.12
    • /
    • pp.978-981
    • /
    • 2013
  • This study selected representative popular bowls used in daily life and laboratory and investigated the amount of residual surfactant resided in the bowls that were dish-washed. The bowls were washed by a scourer soaking 8 mL-detergent and then rinsed by flowing water for 7 or 15 seconds. One hundred milliliter of distilled water was placed in the washed-bowls to extract residual surfactant on the bowl surface and then analysed. All washed-bowls included residual surfactant after 7 second-rinsing. Residual surfactant concentrations in Ttukbaegi (earthen bowl), flying pan, glass bowl, and plastic bowl were 4.68, 1.22, 0.57, and 0.25 mg/L, respectively. However, the 15 second-rinsing showed that surfactant was detected only in Ttukbaegi and other bowls were clean. The results showed that surfactant would reside on the porous or rough surface of the bowl even after final rinsing. This study imply that all bowls and glasses should be throughly rinsed after detergent-washing to reduce continuos ingestion. Furthermore, residual surfactant in the glassware of laboratory may significantly affect experiment results.