RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제
      • 좁혀본 항목 보기순서

        • 원문유무
        • 원문제공처
        • 등재정보
        • 학술지명
        • 주제분류
        • 발행연도
        • 작성언어

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • KCI등재

        스프링 MVC에서 수평 개발 방법의 제안

        양일등,김성열,Yang, Ill Deung,Kim, Seong Ryeol 한국정보통신학회 2015 한국정보통신학회논문지 Vol.19 No.10

        The Spring framework including the MVC design concept is the standard in web development in the JAVA environment. The programming style of the structure must be kept strictly, so every web program is able to employ the same structure. It is convenient to distribute jobs, but there are some side effects, like duplication of code, deterioration of professionalization, and deterioration of program performance. To ameliorate those problems, we propose the horizontality development method(HDM) on Spring MVC. We proved that the HDM can solve the problems through the experiment to keep the MVC structure. MVC 디자인 개념이 포함된 스프링 프레임워크는 자바 기반 웹 개발의 표준이다. 엄격한 구조적 프로그래밍 형태를 유지해야하기 때문에 모든 웹 프로그램은 비슷한 구조를 가지게 된다. 그러나 모든 개발 인력들이 구조 유지를 위해 단지 소스 코드들을 단순 복사 하고 개발을 시작하기 때문에 업무배분에 용이하지만 중복코드 양산, 전문성 저하, 프로그램 성능 저하 등의 문제점을 가지고 있다. 이러한 문제점들을 개선하기 위해 우리는 스프링 MVC에 수평 개발 방법론(HDM)을 제안한다. 실험을 통해 HDM가 MVC 구조를 유지하면서 수평으로 업무를 분담하여 제기된 문제점을 해결할 수 있음을 증명하였다.

      • KCI등재

        하둡 성능 향상을 위한 VPT 개발 연구

        양일등,김성열,Yang, Ill Deung,Kim, Seong Ryeol 한국정보통신학회 2015 한국정보통신학회논문지 Vol.19 No.9

        Hadoop MR(MapReduce) uses a partition function for passing the outputs of mappers to reducers. The partition function determines target reducers after calculating the hash-value from the key and performing mod-operation by reducer number. The legacy partition function doesn't divide the job effectively because it is so sensitive to key distribution. If the job isn't divided effectively then it can effect the total processing time of the job because some reducers need more time to process. This paper proposes the VPT(Virtual Partition Table) and has tested appling the VPT with a preponderance of data. The applied VPT improved three seconds on average and we figure it will improve more when data is increased. 하둡 MR(MapReduce)는 매퍼(Mapper)의 출력을 리듀서(Reducer)의 입력으로 전달하기 위해 파티션 함수(Partition Function)을 사용한다. 파티션 함수는 키에서 해쉬 값을 계산한 후 리듀서 개수로 나머지 연산을 수행하여 대상 리듀서를 결정한다. 기존 파티션 함수는 키의 편중도에 민감하여 잡이 균등하게 배분될 수 없었다. 잡이 균등하게 배분되지 못하면 특정 리듀서들의 처리 수행 시간이 길어져 전체 분산 처리 수행 성능에 영향을 주게 된다. 이에 본 논문은 VPT(Virtual Partition Table)을 제안하고 편중도가 심한 데이터에 VPT을 적용하여 실험을 수행 하였다. 적용된 VPT는 기존 파티션 함수와 대비하여 평균 3초 정도 성능향상이 발생하였으며, 데이터 처리량이 증가할수록 성능 향상 폭이 증가할 것으로 예상된다.

      • KCI등재

        분산환경을 위한 Sample Distributed Virtual Machine 설계 및 구현

        양일등,이석희,김성열,Yang, Il-Deung,Lee, Seok-Hee,Kim, Soeng-Ryeol 한국정보처리학회 2004 정보처리학회논문지 A Vol.11 No.4

        By large quantity supply of high efficiency computers, various kind of distributed resource has been extravagant around. Use this distributed resource, if exclude concept of systems by each field, module, operation and administration then we can use it into minimum expense. Hereupon, accommodate some among contents that is proposed through 'Proposal of DVM and DESPL that have apply in distributed environment' and designs and implements SDVM. The user who use SDVM can use into minimum expense without concept of distributed environment. 고성능 컴퓨터들의 대량 보급으로 인해 다양한 종류의 분산 자원이 주위에 산재해 있다. 이러한 분산 자원을 이용하는데 각 분야별 시스템들의 개념, 모듈, 운영 및 관리를 배제하고 사용할 수 있다면 최소한의 비용으로 분산 자원을 사용할 수 있을 젓이다. 이에 '분산환경에 적용될수 있는 DVM 및 DESPL의 제안'을 통해 제안된 내용중 그 일부를 수용하여 SDVM을 설계 및 구현한다. SDVM을 이용하는 사용자는 분산 환경의 개념없이 최소한의 비용으로 분산된 자원을 사용할 수 있다.

      • KCI등재

        분산환경을 위한 Sample Distributed Virtual Machine 설계 및 구현

        양일등,이석희,김성열 한국정보처리학회 2004 정보처리학회논문지. 컴퓨터 및 통신시스템 Vol.11 No.4

        By large quantity supply of high efficiency computers, various kind of distributed resource has been extravagant around. Use this distributed resource, if exclude concept of systems by each field, module, operation and administration then we can use it into minimum expense. Hereupon, accommodate some among contents that is proposed through ‘Proposal of DVM and DESPL that have apply in distributed environment’ and designs and implements SDVM. The user who use SDVM can use into minimum expense without concept of distributed environment. 고성능 컴퓨터들의 대량 보급으로 인해 다양한 종류의 분산 자원이 주위에 산재해 있다. 이러한 분산 자원을 이용하는데, 각 분야별 시스템들의 개념, 모듈, 운영 및 관리를 배제하고 사용할수 있다면 최소한의 비용으로 분산 자원을 사용할수 있을 것이다. 이에 ‘분산환경에 적용될수 있는 DVM 및 DESPL의 제안’을 통해 제안된 내용중 그 일부를 수용하여 SDVM을 설계 및 구현한다. SDVM을 이용하는 사용자는 분산 환경의 개념없이 최소한의 비용으로 분산된 자원을 사용할 수 있다.

      • KCI등재

        산림자원 영상에서 N각형 탐색 기법을 이용한 개선된 원 추출

        양일등(Il-Deung Yang),이석희(Seok-Hee Lee),김성열(Seong-Ryeol Kim) 한국산업정보학회 2012 한국산업정보학회논문지 Vol.17 No.5

        산림청에서는 산림자원의 통계와 활용을 위해 매년 산림자원인 목재의 검척을 실시하고 있지만 업무의 특성상 조사 표본에 대한 접근이 용이하지 않으며 대상의 개수가 너무 많아 인력에 의한 수동 검척에는 한계가 있다. 이에 디지털 영상에서 산림자원들의 지름을 자동으로 검척하기 위한 새로운 기법을 제안한다. 제안된 기법을 사용할 경우 50%이상의 인식률을 보이고 있다. Each year, the Forest Service performs measurements to gather statistics regarding on the forest resources and forest character. However, this is not easily obtainable information due to the lack of human accessibility to the survey sample. I proposed a new method to gather data which utilizes the technology of digital imaging. This new method allows over 50% of the sample to be viewable.

      • 분산환경에 적용될수 있는 DVM 및 DESPL의 제안

        양일등(Il-Deung Yang),이석희(Seok-Hee Lee),김성열(Soeng-Ryeol Kim) 한국정보과학회 2003 한국정보과학회 학술발표논문집 Vol.30 No.1B

        컴퓨터의 파워가 증대됨에 따라 데이터의 처리속도도 증가했지만 더불어 사회의 복잡도가 증가함에 따라 처리해야 할 데이터도 증가하고 있다. 이에 병렬처리, 클러스터, P2P, 그리드등 분산된 컴퓨터들의 파워를 하나로 묶어 이러한 문제를 처리하려는 움직임이 있다. 하지만 이러한 연구들은 최종사용자들에게 분산환경에 대한 인지를 요구하고 있어 개발에 어려움이 있다. 또한 일반 프로그래밍 언어로 개발된 프로그램을 분산된 환경에서 실행하는 것은 쉽지 않다. 이에 언어적인 차원에서 분산환경을 지원하는 DVM 및 DESPL을 제안하고자 한다.

      • KCI등재

        변형 P2P 기반 시스템을 활용한 이동 에이전트 시스템에 관한 연구

        이석희(Seok-Hee Lee),양일등(Il-Deung Yang),김성열(Seong-Ryeol Kim) 한국산업정보학회 2012 한국산업정보학회논문지 Vol.17 No.5

        최근 협업을 위한 그리드와 클라우드 컴퓨팅은 사회적 이슈가 되고 있다. 이러한 협업 네트워크 시스템의 기본은 P2P 시스템이다. P2P 시스템은 기존 클라이언트/서버 기술과는 달리 서로의 정보를 교환하기 위해 형태적인 분류에 따라 그 목적과 기능이 나뉜다. 이러한 목적과 기능에 따라 사용자는 정보와 자료의 검색, 원격 프로그램 제어 기능 등을 위한 통합 서비스를 제공한다. 대부분의 P2P 시스템은 클라이언트/서버 형태를 취하고 있지만 확장성과 관리적인 측면에서의 단점을 극복하기 위해 혼합 형태를 적용하는 시스템이 늘고 있다. 그리고 최근 분산 컴퓨팅은 사용자에 대한 서비스적인 측면의 기능을 제공하기 위해서 다양한 요구를 적합하게 수용할 수 있는 다양한 형태의 이동 에이전트 기술이 필요하다. 본 논문에서는 이동 에이전 기술이 필요하다. 본 논문에서는 이동 에이전트에서 필요로 하는 원격자원에 대한 접근을 위한 실행 및 접근 제어와 에이전트의 관리 기능과 신뢰성을 향상시키기 위해 적합한 이동 에이전트 시스템을 제안하고 설계하였으며 개발하였다. Recently a grid and cloud computing collaboration have become a social issue. These collaborative network system, the P2P system based on this system. Distingui shed from the client/server systems, P2P systems in order to exchange information, its purpose and functions are divided according to the morphological Category. In accordance with the purposes and functions of information and data retrieval, remote program control and integration services for the offers. Most P2P systems client/server scalability, and management takes the form, but to overcome the disadvantages in terms of applying the mixed-mode system is increasing. And recently the distributed computing aspects of the service to users in order to provide suitable to accommodate the diverse needs of various types of mobile agent technology is needed. In this paper, as required by the mobile agent access to a remote resource access control and agent for the execution and management capabilities and improve the reliability of the mobile agent system designed to suggest.

      • 그룹관리와 신뢰성을 위한 Dynamic Hybrid P2P 시스템 설계 및 구현

        이석희(Seok-Hee Lee),양일등(il-Deung Yang),김성열(Soeng-Ryeol Kim) 한국정보과학회 2003 한국정보과학회 학술발표논문집 Vol.30 No.1C

        현재 많이 사용되고 있는 P2P 개념으로는 순수 P2P와 변형 P2P 구조가 있다. 순수 P2P의 모델에는 Gnutella와 Ktella등의 형태가 존재하고 변형 P2P로는 무수히 많은 형태가 존재한다. 순수 P2P 모델의 경우에는 정보 공유에서 연결성을 장점으로 Gnutella의 형태를 응용한 형태로 많이 사용되고 있지만 정보를 검색하거나 제공하기 위해 많은 트래픽을 소모하게 된다. 이와는 달리 변형 P2P 모델들 중 정보 공유 모델들이 존재하는데 이 모델들은 사용자에게 효율적이고 빠른 검색과 색인을 제공하기 위해 기존의 서버/클라이언트 형태를 취하고 있지만 제공하는 서버의 능력에 의존할 수밖에 없다. 파일공유 모델의 Peer들에 대해 연결성 유지를 위한 많은 부하와 사용자에 있어서 그룹에 대한 형태의 문제점 그리고 서버의 Fail 로 인한 비 연결성에 대한 문제점을 해결하기 위해 본 논문에서는 라우팅 프로토콜 기법에서의 접근과 계층적 구조를 적용하고 Backup 시스템을 포함해서 효율적인 그룹관리와 동적인 서버의 지정으로 신뢰성을 유지하기 위한 시스템을 설계하고 구현하였다.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼