• Title/Summary/Keyword: 자원 배치

Search Result 413, Processing Time 0.029 seconds

Feasibility of Massive Device-to-Device Communications in Cellular Networks (셀룰러 네트워크에서의 대규모 D2D 통신의 실현 가능성 연구)

  • Hwang, YoungJu;Sung, Ki Won;Kim, Seong-Lyun
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.37B no.12
    • /
    • pp.1091-1101
    • /
    • 2012
  • Device-to-device (D2D) communication is expected to offer local area services with low transmit power and short link distance, even not via any infrastructures. These advantages will lead to the deployment of D2D systems in a massive scale, where the order of magnitude of D2D user density is higher than that of cellular user density. Network-assisted D2D systems, where D2D resources are managed by cellular networks, are unable to support the large number of D2D devices, due to the signaling overhead for control signals. In this case, no coordination can be an answer. This paper considers uncoordinated D2D systems, which is implemented with a number of D2D devices in a large scale. By analyzing the transmission capacity of D2D systems, we found a feasibility condition under which the uncoordinated D2D communications possibly coexist within cellular networks, sharing the uplink spectrum. In addition, we provide guidelines for the operational points of massive D2D communications, giving some knowledge about proper transmit power level and link distance of uncoordinated D2D.

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

Dynamic Growth of On-Line Shopping and its Implication on the Channel Policy: The Case of South Korea (온라인 쇼핑의 동태적 성장과 유통정책에 대한 함의)

  • Lee, Dong-Il;Suh, Yong-Gu
    • Journal of Distribution Research
    • /
    • v.15 no.5
    • /
    • pp.127-153
    • /
    • 2010
  • This study explores the locomotives of the growth in the Korean online shopping industry upon the theoretical basis based on the last 10 years' rapid changing environment. This attempt reveals the counter-arguments against preemtive effects based on the observation of reintermediation process in the online industry. We reviewed the NEBIC model proposed by Wheeler(2002) and propose the growth model, double helix framework based on the dynamic capability view. Furthermore the relevance of the proposed framework was validated with the review of last 10 years' sales and market share data in the online shopping industry. Meanwhile we found the limits of online market growth with the open market domination. So future of the online shopping retailers is depending on the development of the channel functions and merchandising on the basis of self-capability. Based on the tentative conclusion, we also suggest implications for the policy makers. Firstly policy facilitating the specialization of the power sellers incubased in the open market is necessary for the sustainable online market growth. And the establishment of the control tower is suggested to coordinate the consistency of the policies and regulations. And the device of the incentive is also proposed to strengthen the open markets' function to facilitate the small and medium online merchants.

  • PDF

An Overview of Operations and Applications of HF Ocean Radar Networks in the Korean Coast (한국연안 고주파 해양레이더망 운영과 활용 개관)

  • Kim, Ho-Kyun;Kim, Jung-Hoon;Son, Young-Tae;Lee, Sang-Ho
    • Korean Journal of Remote Sensing
    • /
    • v.34 no.2_2
    • /
    • pp.351-375
    • /
    • 2018
  • This paper aims to i) introduce the characteristics of HF ocean radar and the major results and information produced by the radar networks in the Korean coasts to the readers, ii) make an up-to-date inventory of the existing radar systems, and iii) share the information related to the radar operating skill and the ocean current data application. The number of ocean radars has been showing a significant growth over the past 20 years, currently deploying more than 44 radars in the Korean coasts. Most of radars are in operation at the present time for the purposes related to the marine safety, tidal current forecast and understanding of ocean current dynamics, mainly depending on the mission of each organization operating radar network. We hope this overview paper may help expand the applicability of the ocean radar to fisheries, leisure activity on the sea, ocean resource management, oil spill response, coastal environment restoration, search and rescue, and vessel detection etc., beyond the level of understanding of tidal and ocean current dynamics. Additionally we hope this paper contributes further to the surveillance activity on our ocean territory by founding a national ocean radar network frame and to the domestic development of ocean radar system including signal processing technology.

Design and Implementation of MPEG-21 Testbed (MPEG-21 Testbed의 설계 및 구현)

  • 손정화;권혁민;손현식;조영란;김만배
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2002.11a
    • /
    • pp.139-143
    • /
    • 2002
  • 1990 년대 후반부터 다양한 디지털 통신망을 이용하여 멀티미디어 컨텐츠 서비스가 가능하게 되었다. 하지만, 멀티미디어 컨텐츠의 전달 및 이용을 위한 기반 구조들의 독자적 발전 및 다양한 통합적 관리 체계 시스템으로 인해, 멀티미디어 컨텐츠 표현 방식의 호환성 문제, 혼재하는 네트워크 전달 방식과 단말 방식의 호환성 문제 등의 잠재적인 문제점이 발생한다. 이런 문제의 대안으로 현재 존재하는 기술 및 기반 구조들 사이의 연동을 통한 큰 프레임워크인 MPEG-21이 진행 중이다. MPEG-21 의 목표는 표준화 목표를 구체화하는 것부터 진행하여, 최종적으로 “다양한 네트워크 환경과 단말기에 있어서, 투명하고 통합적으로 멀티미디어 자원의 이용을 가능하게 하는 것”이다. 본 논문에서는 현재 표준화 작업이 진행 중인 MPEG-21 을 기반으로 하는 Testbed를 제안한다. Testbed는 server, client, DIA(Digital Item Adaptation) 의 세 모듈로 구성된다. Server 의 역할은 멀티미디어 컨텐츠를 Digital Item(DI)으로 생성하고, client 가 DI를 요구할 경우 DIA 모듈을 통해서 변환된 DI를 client 에게 제공한다. DIA 모듈은 server 에서 동작되며 client로부터 요청된 DI를 분석하고 client로부터 전송된 환경 정보를 이용하여 client 환경에 적합하게 변환된 (adapted) DI를 생성하는 것이 주 기능이다. Client 는 server 에 저장되어 있는 DI를 선택하고 user preference, terminal capability 등의 필요한 정보를 server로 전송한다. Testbed 에서는 스포츠 경기의 동영상, 정지 영상, 경기 내용 역사를 기록한 파일 등의 DI를 이용한다. 표현 언어는 XML이며, HTTP 기반의 Web 환경에서 구동되도록 설계된다.스템 사이에 의미 있는 데이터 전송, 지식 획득을 위해 정보 기술 분야에서 활용해야 할 영역으로 XML Web Services, Multi-agent Systems, 전문가 컴뮤니티를 위한 그룹웨어 연구 개발에 관해 사례 중심으로 발표한다.다 신선한 공기를 넣어 주었을 때는 배의 발달이 많이 늦어져 배양 3주째에 다른 처리보다 배의 수가 훨씬 적었다. 체세포배가 발달하는 동안에는 산소를 많이 요구하지 않으나 성숙하는 동안에는 산소를 많이 요구하는 것으로 생각된다.적인 것으로 나타났다. 다만, 곡선형은 물론 직선형에서도 열교환 튜브의 배치밀도, 튜브 길이 및 두께 등의 변화에 따른 최적화 연구가 수반되어야 할 것으로 판단된다.에서 제공된 API는 객체기반 제작/편집 도구에 응용되어 다양한 멀티미디어 컨텐츠 제작에 사용되었다.x factorization (NMF), generative topographic mapping (GTM)의 구조와 학습 및 추론알고리즘을소개하고 이를 DNA칩 데이터 분석 평가 대회인 CAMDA-2000과 CAMDA-2001에서 사용된cancer diagnosis 문제와 gene-drug dependency analysis 문제에 적용한 결과를 살펴본다.0$\mu$M이 적당하며, 초기배발달을 유기할 때의 효과적인 cysteamine의 농도는 25~50$\mu$M인 것으로 판단된다.N)A(N)/N을 제시하였다(A(N)=N에 대한 A값). 위의 실험식을 사용하여 헝가리산 Zempleni 시료(15%$S_{XRD}$)의 기본입자분포로부터 %$S_{XRD}$를 계산한 결과, 16%$S_{XRD}$의 결과값을 얻을 수 있었다. 따라서, 본 연구에서 도출한 관계식들이 유효함을 확인할 수 있었다.계식들이 유효함을 확인할 수 있었다.할 때 약간의 증가

  • PDF

Developing Forest Fire Occurrence Probability Model Using Meteorological Characteristics (기상자료(氣象資料)를 이용(利用)한 산불발생확률모형(發生確率模型)의 개발(開發))

  • Choi, Kwan;Han, Sang Yoel
    • Journal of Korean Society of Forest Science
    • /
    • v.85 no.1
    • /
    • pp.15-23
    • /
    • 1996
  • Preparing the era of forest resources management requires studies on forest fire. This study attempted to develop forest fire occurrence model using meteorological characteristics for the practical purposes of forecasting forest fire danger rate. To accomplish this goal, the relationships between forest fire occurrence and meteorological characteristics are estimated. In the process, the forest fire occurrence pattern of the study region(Taegu-Kyungpook) is categorized by employing qualification IV method. The study region was divided into three areas such as, Taegu, Andong and Pohang area. The meteorological variables emerged as affective to forest fire occurrence are relative humidity, longitude of sunshine, and duration of precipitation. To estimate the probability of forest fire danger, forest fire occurrence of three areas are regressed on the time series data of affective meteorological variables using logistic and probit model. The effectiveness of the models estimated are tested and showed acceptable degree of goodness. Those models developed would be helpful to increase the efficiency of forest fire management such as detection of forest fire occurrence and effective disposition of forest fire fight equipments.

  • PDF

A Study on the Development Direction of Library Specialization Based on Case Analysis (도서관의 특성화 사례 분석을 기반으로 한 도서관 특화방향 모색에 관한 연구)

  • Noh, Younghee;Kwak, Woojung;Shin, Youngji
    • Journal of the Korean BIBLIA Society for library and Information Science
    • /
    • v.29 no.3
    • /
    • pp.245-270
    • /
    • 2018
  • The purpose of this study is to investigate and analyze actual cases of specialized libraries which are increasing in number due to the influence of the local government policy and the specialization-oriented social atmosphere and to explore the development direction of specialized libraries in the future. In order to do that, the distributions, collections, facilities, professional manpower, programs, and services of the libraries providing specialized services were investigated and analyzed. A total of 55 libraries were analyzed and the implications and proposed policy directions based on the analysis are as follows. First, when selecting a specialized subject, the library should consider the local resources, local identity, local brands and demand of local residents. Second, specialized collections should be related to the specialized topic, and the number of specialized collections should be more than 10,000, but the proportion of specialized collections compared to the total collections should also be considered. Third, the design of space should consider the specialized subject, taking into account that required spaces and types are different depending on the type of specialized subject. Fourth, Specialized libraries should have specialists from the specialized area and the role of universities and librarian education institutes seem to be critical for cultivating specialized personnel. Fifth, the program type implemented by specialized libraries should be appropriately selected and operated from the program types of view-type, event-type, lecture-tepe, experience-type and contest-type, based on the specialized subject.

Ginger Cultivation Under Multipurpose Tree Species in the Hill Forest (방글라데시 경사지 산림토양의 경제적 이용을 위한 생강 재배기술 개발)

  • Aslam Ali, M.;Jamaluddin, M.;Mujibur Rahman, G.M.
    • Korean Journal of Soil Science and Fertilizer
    • /
    • v.38 no.4
    • /
    • pp.218-221
    • /
    • 2005
  • The present study was investigated in the Chittagong hill forest of Bangladesh to assess the feasibility of ginger cultivation under multipurpose forest and fruit tree species. There were three treatments such as i) ginger grown under open field condition, ie. full sunlight (T1), ii) ginger grown under Gamar tree (spacing of $90{\times}90cm$ (T2) and iii) ginger grown under guava tree (spacing $180{\times}180cm$) tree (T3). The experiment was laid out in randomized block design (RBD) and each treatment was replicated three times. From data it was observed that some morphological parameters of ginger such as plant height, number of leaves per plant, leaf length and leaf breadth were higher in the treatments T2 and T3 as compared to the treatment T1. A positive and linear relationship was observed between the weight of rhizome and yield of ginger which caused the highest yield of ginger ($23.63Mg\;ha^{-1}$) under guava tree species at partial shaded condition in the T3 treatment ($180{\times}180cm$), whereas the lowest yield ($15.64Mg\;ha^{-1}$) was recorded in the T2 treatment when ginger was cultivated under Gamar tree species at closer spacing ($90{\times}90cm$). Therefore, it was revealed that partial shaded condition favoured the optimum growth and yield of ginger, whereas the dense shade from intensively planted tree species badly affected the dry matter production and yield of ginger.

A Study on the Motivating Factors Affecting the Middle-Aged People in Choosing Major in Social Welfare (중장년층의 사회복지 전공 선택 동기 요인에 관한 연구)

  • Bae, Na-Rae
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.20 no.1
    • /
    • pp.96-102
    • /
    • 2019
  • This study proposes basic information to make effective environments for social welfare education, revealing the reasons why students choose the social welfare major at Konyang Cyber University. We conducted qualitative research with 41 students in the social welfare department at Konyang Cyber University. The result of this research is as follows. First, most students chose their major to get a certificate that can benefit them in the near future. Second, they chose their major as a way to achieve renown, and to enhance the quality of their lives. Third, they desired to contribute to society through their social work. Finally, individual experiences and family background were also motives. Based on the research, to improve learning outcomes in social welfare education, the necessary learning strategies are as follows. First, goal-oriented learning is necessary for students who want to get the certificate. A practical curriculum needs to contain both practical skills and professional knowledge applicable to the social work field. Second, education for students who choose the major to gain fame, and to develop their lives, requires generation-integrated education to help them review their lives and find their own meaning in life. Third, education for students who choose the major for a practical social contribution has to contain volunteer training that can lead them to be professional volunteers in society. Fourth, education for students who choose the major based on their personal experiences and their family background needs to deal with case management, which discovers the recipients who need help in society and the students who can achieve visible outcomes after all.

A Study on Human Thermal Comfort of Residential Development Districts in Summer Season (여름철 택지개발지역의 열쾌적성에 관한 연구)

  • Kong, Hak-Yang;Choi, Nakhoon;Park, Sungae;Lee, Jongchun;Park, Sookuk
    • Ecology and Resilient Infrastructure
    • /
    • v.5 no.4
    • /
    • pp.219-228
    • /
    • 2018
  • This study measured the Physiological Equivalent Temperature (PET) of the hottest day time in a day, in order to verify the characteristics of human thermal comfort in case of heat wave during summer time in each region, by subdividing the urban areas in accordance with the climatic characteristics with the use of Local Climate Zone (LCZ) as a method of classifying the type of urban climate and the land cover map, targeting the Homaesil residential development district in Suwon. In the results of measurement, the forest and paddy field showed the moderate heat stress while the urban park showed the strong heat stress. Other developed areas showed the extreme heat stress. Such results show the possibility of institutional utilization for the improvement of human thermal comfort through the verification of climatic characteristics and differences in each type of urban areas, and the efficient placement of green infrastructure and the planning of land use to cope with the heat wave even in the planning stage for the establishment of urban planning.