• Title/Summary/Keyword: Network architecture

Search Result 3,620, Processing Time 0.032 seconds

Mutiagent based on Attacker Traceback System using SOM (SOM을 이용한 멀티 에이전트 기반의 침입자 역 추적 시스템)

  • Choi Jinwoo;Woo Chong-Woo;Park Jaewoo
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.11 no.3
    • /
    • pp.235-245
    • /
    • 2005
  • The rapid development of computer network technology has brought the Internet as the major infrastructure to our society. But the rapid increase in malicious computer intrusions using such technology causes urgent problems of protecting our information society. The recent trends of the intrusions reflect that the intruders do not break into victim host directly and do some malicious behaviors. Rather, they tend to use some automated intrusion tools to penetrate systems. Most of the unknown types of the intrusions are caused by using such tools, with some minor modifications. These tools are mostly similar to the Previous ones, and the results of using such tools remain the same as in common patterns. In this paper, we are describing design and implementation of attacker-traceback system, which traces the intruder based on the multi-agent architecture. The system first applied SOM to classify the unknown types of the intrusion into previous similar intrusion classes. And during the intrusion analysis stage, we formalized the patterns of the tools as a knowledge base. Based on the patterns, the agent system gets activated, and the automatic tracing of the intrusion routes begins through the previous attacked host, by finding some intrusion evidences on the attacked system.

Parameter-Efficient Neural Networks Using Template Reuse (템플릿 재사용을 통한 패러미터 효율적 신경망 네트워크)

  • Kim, Daeyeon;Kang, Woochul
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.9 no.5
    • /
    • pp.169-176
    • /
    • 2020
  • Recently, deep neural networks (DNNs) have brought revolutions to many mobile and embedded devices by providing human-level machine intelligence for various applications. However, high inference accuracy of such DNNs comes at high computational costs, and, hence, there have been significant efforts to reduce computational overheads of DNNs either by compressing off-the-shelf models or by designing a new small footprint DNN architecture tailored to resource constrained devices. One notable recent paradigm in designing small footprint DNN models is sharing parameters in several layers. However, in previous approaches, the parameter-sharing techniques have been applied to large deep networks, such as ResNet, that are known to have high redundancy. In this paper, we propose a parameter-sharing method for already parameter-efficient small networks such as ShuffleNetV2. In our approach, small templates are combined with small layer-specific parameters to generate weights. Our experiment results on ImageNet and CIFAR100 datasets show that our approach can reduce the size of parameters by 15%-35% of ShuffleNetV2 while achieving smaller drops in accuracies compared to previous parameter-sharing and pruning approaches. We further show that the proposed approach is efficient in terms of latency and energy consumption on modern embedded devices.

An Iterative Data-Flow Optimal Scheduling Algorithm based on Genetic Algorithm for High-Performance Multiprocessor (고성능 멀티프로세서를 위한 유전 알고리즘 기반의 반복 데이터흐름 최적화 스케줄링 알고리즘)

  • Chang, Jeong-Uk;Lin, Chi-Ho
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.15 no.6
    • /
    • pp.115-121
    • /
    • 2015
  • In this paper, we proposed an iterative data-flow optimal scheduling algorithm based on genetic algorithm for high-performance multiprocessor. The basic hardware model can be extended to include detailed features of the multiprocessor architecture. This is illustrated by implementing a hardware model that requires routing the data transfers over a communication network with a limited capacity. The scheduling method consists of three layers. In the top layer a genetic algorithm takes care of the optimization. It generates different permutations of operations, that are passed on to the middle layer. The global scheduling makes the main scheduling decisions based on a permutation of operations. Details of the hardware model are not considered in this layer. This is done in the bottom layer by the black-box scheduling. It completes the scheduling of an operation and ensures that the detailed hardware model is obeyed. Both scheduling method can insert cycles in the schedule to ensure that a valid schedule is always found quickly. In order to test the performance of the scheduling method, the results of benchmark of the five filters show that the scheduling method is able to find good quality schedules in reasonable time.

Design and Implement of 50MHz 10 bits DAC based on double step Thermometer Code (50MHz 2단 온도계 디코더 방식을 사용한 10 bit DAC 설계)

  • Jung, Jun-Hee;Kim, Young-Sik
    • Journal of the Institute of Electronics Engineers of Korea SD
    • /
    • v.49 no.6
    • /
    • pp.18-24
    • /
    • 2012
  • This paper reports the test results of a 50MHz/s 10 bits DAC developed with $0.18{\mu}m$ CMOS process for the wireless sensor network application. The 10bits DAC, not likely a typical segmented type, has been designed as a current driving type with double step thermometer decoding architecture in which 10bits are divided into 6bits of MSB and 4bits of LSB. MSB 6bits are converted into 3 bits row thermal codes and 3 bits column thermal codes to control high current cells, and LSB 4 bits are also converted into thermal codes to control the lower current cells. The high and the lower current cells use the same cell size while a bias circuit has been designed to make the amount of lower unit current become 1/16 of high unit current. All thermal codes are synchronized with output latches to prevent glitches on the output signals. The test results show that the DAC consumes 4.3mA DC current with 3.3V DC supply for 2.2Vpp output at 50MHz clock. The linearity characteristics of DAC are the maximum SFDR of 62.02dB, maximum DNL of 0.37 LSB, and maximum INL of 0.67 LSB.

(Design and Implementation of Integrated Binding Service of Considering Loads in Wide-Area Object Computing Environments) (광역 객체 컴퓨팅 환경에서 부하를 고려한 통합 바인딩 서비스의 설계 및 구현)

  • 정창원;오성권;주수종
    • Journal of KIISE:Information Networking
    • /
    • v.30 no.3
    • /
    • pp.293-306
    • /
    • 2003
  • In recent years, distributed computing environments have been radically changing to a structure of global, heterogeneous, federative and wide-area systems. This structure's environments consist of a let of objects which are implemented on telecommunication network to provide a wide range of services. Furthermore, all of objects existing on the earth have the duplicated characteristics according to how to categorize their own names or properties. But, the existing naming or trading mechanism has not supported the binding services of duplicated objects, because of deficiency of independent location service. Also, if the duplicated objects which is existing on different nodes provide the same service, it is possible to distribute the client requests considering each system's load. For this reason, we designed and implemented a new model that can not only support the location management of replication objects, but also provide the dynamic binding service of objects located in a system with minimum overload for maintaining load balancing among nodes in wide-area object computing environments. Our model is functionally divided into two parts; one part is to obtain an unique object handle of replicated objects with same property as a naming and trading service, and the other is to search one or more contact addresses by a location service using a given object handle. From a given model mentioned above, we present the procedures for the integrated binding mechanism in design phase, that is, Naming/Trading Service and Location Service. And then, we described in details the architecture of components for Integrated Binding Service implemented. Finally, we showed our implement environment and executing result of our model.

Service Level Agreement Specification Model of Software and Its Mediation Mechanism for Cloud Service Broker (클라우드 서비스 브로커를 위한 소프트웨어의 서비스 수준 합의 명세 모델과 중개 방법)

  • Nam, Taewoo;Yeom, Keunhyuk
    • Journal of KIISE
    • /
    • v.42 no.5
    • /
    • pp.591-600
    • /
    • 2015
  • SLA (Service Level Agreement) is an essential factor that must be guaranteed to provide a reliable and consistent service to user in cloud computing environment. Especially, a contract between user and service provider with SLA is important in an environment using a cloud service brokerage. The cloud computing is classified into IaaS, PaaS, and SaaS according to IT resources of the various cloud service. The existing SLA is difficult to reflect the quality factors of service, because it only considers factors about the physical Network environment and have no methodological approach. In this paper, we suggested a method to specify the quality characteristics of software and proposed a mechanism and structure that can exchange SLA specification between the service provider and consumer. We defined a meta-model for the SLA specification in the SaaS level, and quality requirements of the SaaS were described by the proposed specification language. Through case studies, we verified proposed specification language that can present a variety of software quality factors. By using the UDDI-based mediation process and architecture to interchange this specification, it is stored in the repository of quality specifications and exchanged during service binding time.

The Image of Ruralism in Korea through a Text Mining for Online News Media analysis (인터넷 뉴스 데이터 텍스트 분석을 통해 본 우리나라 농촌다움에 대한 이미지 연구)

  • Son, Yong-hoon;Kim, Young-jin
    • Journal of Korean Society of Rural Planning
    • /
    • v.25 no.4
    • /
    • pp.13-26
    • /
    • 2019
  • The rural areas in South Korea have changed rapidly in the process of national land development. Rural landscapes have become discoloured, and their attractiveness has decreased as cities have expanded. But the attractiveness or multifunctional values of rural areas has become more important in contemporary society around the world. According to this social demand, the efforts of conserving the rural landscape are of high priority and the recovery of ruralism in the area is required. This study has tried to understand how the public image of ruralism in South Korea has been influenced by the news media. The study retrieved news articles using the web searching portal site from the six keywords, commonly used to refer to ruralism, including 'rural landscape', 'rural community', 'rural tourism', 'rural life', 'rural amenity', and 'rural environment'. News data from the six keywords were also collected respectively from within the year-period of 2004-05, 2007-08, 2012-13, and 2016-17. In the text mining analysis, the nouns with high Degree Centrality were figured out, and the changes by year-period were identified. Then, LDA topic analysis was performed for text datasets of six keywords. As a result, the study found that the news articles gave an informed focus on only a handful of issues such as 'poor rural living condition', 'regional or village improvement projects', 'rural tourism promotion projects', and 'other government support projects'. On the other hand, nouns related to virtues and values in the rural landscape were less shown in news articles. These results have become more apparent in recent years. In the topic analysis, 35 topics were identified. 'village development projects', 'rural tourism', and 'urban-rural exchange projects' were appeared repeatedly in several keywords. Among the topics, there are also topics closely related to ruralism such as 'rural landscape conservation', 'eco-friendly rural areas', 'local amenity resources', 'public interest values of agriculture', and 'rural life and communities'. The study presented an image map showing ruralism in South Korea using a network map between all topics and keywords. At the end of the study, implications for Korean rural area policy and research directions were discussed.

The Effect of the Urban and Architectural Form Factors on Pedestrian Volume (미시공간에서 도시·건축형태요소가 보행량에 미치는 영향)

  • Lee, Gunwon
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.17 no.10
    • /
    • pp.310-318
    • /
    • 2016
  • This study examined the correlation between microscopic factors and pedestrian volume in an urban environment, focusing on the microscopic factors that stimulate the pedestrian volume, such as density, diversity, network structure, accessibility, and the form of lots and buildings. In particular, factors already known to boost the pedestrian volume include density, diversity and accessibility, which are three variables strongly related to the concept of the 3Ds (Density, Diversity, Design) proposed by Cervero and Kockelman (1997) and the additional 2Ds (Distance to Transit, Destination Accessibility) suggested by Ewing et al. (2008). The analysis in this study was based on the 2010 survey of the floating population in Seoul, particularly on the data from Jongro-gu and Jung-gu in Gangbuk area. Data were established by analyzing the microscopic factors within a 500m radius around each of the 1,028 spots from which the pedestrian volume in Jongro-gu and Jung-gu was measured. The analysis showed that density, diversity and accessibility, three factors that were already known to be effective in increasing pedestrian volume, also have the same effect in Jongro-gu and Jung-gu.

New Paradigm in exhibition organization at the National Museum of Contemporary Art ('연구 업무 전담제'를 통해 살펴보는 국립현대미술관 전시 기획의 새로운 패러다임)

  • Choi, Eun-Ju
    • The Journal of Art Theory & Practice
    • /
    • no.3
    • /
    • pp.67-84
    • /
    • 2005
  • Since the evaluation of its intellectual activities and abilities is done by curator's capabilities, planning exhibition is very important as the final result achieved by their own knowledge, information, and research. ARPA(Advanced Research Project on Arts) is suggested as the system which enables curators responding simultaneously to the society in the times, based on its special characteristics. If this system settles well, which means that the curators at NMCA(National Museum of Contemporary Art, Korea) play their roles as the professionals in each of their fields, the goal of consolidating the status of museum as the representative national museum, and building up competent department of curators, will be achieved at the same time. To clarify above, the curators set up the various assignments of research about the types of arts such as painting, Korean painting, sculpture, installation, new-media, design, craft, photogarphy, architecture, etc. And they establish the art objects classified by the regions, such as the Northern American, Southern American, European, Asian, and other Third World countries. They elaborate art objects more on the history, the work, the artist, and the issue of contemporary art. Furthermore, when the curators devote deeper study to those research subjects, they can have the opportunities to design an exhibition upon the research. Today, the museum of art is 'The Place for Communication and Encounter', it is regarded important to share the aesthetical, creative values with current artists, and to understand mutually with the spectators. It is needed to improve the curator's work, in order to meet the demands of the times and even to advance. Because the form of 'exhibition' is the tool that reveals the identity NMCA aiming at, the motivation, the development, and the realization should be leaded by the curators, who are the mainstream of the museum. ARPA is a system for identifying the exhibition like mentioned above. The main purpose of this system is to produce synergy effect, having the researching, collecting work in liaison with planning exhibition. ARPA will be able to improve the quality of exhibition through the way of developing the exhibition, passing through the stable process in the long run. So far, I have referred to a new paradigm of the exhibition design at NMCA via ARPA. Yet, there still remain missions in reality, such as analyzing the previous exhibition and reshuffling personnel and system, which should be done. When these matters settled, these plans would be suggested practically. At this point, it is the most significant that NMCA is attempting to let others aware of the importance of exhibition planning based on research. when the ARPA and exhibition planning is conjoined together successfully, the competent exhibition will be achieved, which can offer a meaningful exhibition to the art world, strengthen infra structure thru exchanging with public museum in the region, and eventually, establish a network with museum in foreign countries.

  • PDF

The Adoption of a Greenway System for Enhancing the of Open Space in Urban Areas : The Case of City of Taegu (도시자연녹지(都市自然綠地)의 이용실태(利用實態)와 효율적(效率的) 활용방안(活用方案)을 위한 Greenway 시스템 도입(導入)에 관한 연구(硏究) : 대구광역시(大邱廣域市)를 중심(中心)으로)

  • Lee, Ju-Hee;Han, Sang-Yoel;Kim, Bum-Su;Suh, Eung-Chul
    • Journal of Korean Society of Forest Science
    • /
    • v.89 no.5
    • /
    • pp.576-584
    • /
    • 2000
  • The term 'greenways' is a fairly new one. The term greenways refer to linear corridors which set aside pieces of nature. The objective of this study was to find out the feasibility of developing greenways in Taegu. Sample of 446 trail users were asked to describe their use patterns and as well as their perceptions of the benefits and problems associated with trails through on-site interviews conducted during the months of July and August of 1999. Trail users in Taegu were predominately male(61%) and over half of the respondents used private vehicle to access to the study areas as compared to 2% of respondents used bicycle. Trail users responded that health & fitness and open space preservation were the two most important benefits, and the provision of trail access to disabled persons was ranked last. As problems at study areas, lack of interpretive information was the biggest problem followed by lack of drinking water, poor trail marking/signs and not enough information. Most(94.1%) of the trail users surveyed indicated that they would support greenways development and 96.8% of respondent would use after greenways development. Willingness to pay for developing greenways was assessed with hypothetical scenario. Average willingness to pay in the survey was 10,200 won as a tax. The development/application of greenways in Taegu would work best when establish a network of trails with environmentally sensitive manner.

  • PDF