RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

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

        SIP 기반의 VoIP 시스템에서의 확장된 자동 콜백 서비스의 구현

        조현규,이기수,장춘서,Jo Hyun-Gyu,Lee Ky-Soo,Jang Choon-Seo 한국정보처리학회 2005 정보처리학회논문지 C : 정보통신,정보보안 Vol.12 No.2

        인터넷 전화나 PSTN(Public Switched Telephone Network)에서의 자동 콜백(Automatic Callback) 서비스는 상대방이 통화 중 상태에 있을 때 이 통화가 종료되면 상대방에 대한 재 다이얼링을 자동으로 시도할 수 있는 유용한 서비스이다. 그러나 기본적인 자동 콜백 서비스에서는 긴급 통화를 요하는 경우에도 자동 콜백을 요청한 사용자는 상대방이 통화를 종료한 때까지 계속 기다려야하는 문제점을 가지고 있다. 본 논문에서는 CPL(Call Processing Language)을 확장시키고 사용자 시스템 내에 이 화장된 CPL을 처리할 수 있는 기능과 SIP INVITE 메소드에 의해 생성된 다이얼로그 상태 정보를 처리하는 다이얼로그 이벤트 패키지(Dialog Event Package)를 포함시켜 두 가지 기능을 연동하는 방식으로 기존의 문제점을 해결하였고 SIP(Session Initiation Protocol) 기반의 VoIP(Voice over IP) 시스템에서 사용한 수 있도록 구현하였다. On the internet phone or PSTN(Public Switched Telephone Network), the automatic callback is an useful service in the case of busy state when one user calls the other. By using this service, automatic redial is possible when the other party hangs up. However, in the basic automatic callback service, the user who wants callback should wait until the other party hangs up even in the case of emergency. Therefore in this paper, to solve this problem we have extended CPL(Call Processing Language) and, within user system we have included and linked this extended CPL processing module and dialog event package which processes SIP INVITE initiated dialog state informations. We have implemented this system for being used in SIP(Session Initiation Protocol)-based VoIP(Voice over IP) system.

      • KCI등재

        SIP 기반의 새로운 통합 인스턴트 메신저 구현에 관한 연구

        조현규,이기수,장춘서,Jo, Hyun-Gyu,Lee, Ky-Soo,Jang, Choon-Seo 한국정보처리학회 2004 정보처리학회논문지 C : 정보통신,정보보안 Vol.11 No.3

        IETF(Internet Engineering Task Force)에서 제안한 SIP(Session Initiation Protocol)는 텍스트 기반의 프로토콜로서 유연성과 뛰어난 확장성을 가지고 있어 다양한 응용 서비스에 적용할 수 있는 호 설정 프로토콜이다. 본 논문에서는 이러한 SIP를 기반으로 하여 사용자의 현재 상태에 관련된 정보를 알려주는 Presence 서비스 및 Presence 서비스에서의 Watcher 정보 서비스도 아울러 포함시킨 통합 인스턴트 메신저 시스템을 구현하였다. 이 시스템에서는 텍스트 기반의 인스턴트 메시지뿐만 아니라 음성 및 화상 통신도 가능하도록 하였다. 그리고 음성 및 화상통신의 경우 Presence 정보를 담는 PRESENCE TUPLE을 확장하여 Presence 서버가 통신에 필요한 각종 세션 정보를 저장하도록 함으로써 SIP INVITE 요청 메시지를 통한 다이얼로그의 생성 없이 직접 사용자간의 연결이 가능하도록 하는 새로운 방법을 제시하였다. SIP(Session Initiation Protocol) is a text based call signaling protocol that has characteristics such as flexibilities and extensibility for various application services over Internet. In this paper, we have implemented SIP based integrated Instant Messenger system which includes Presence Watcher Information service that can notify various current users status. In this system, voice and video communications are also possible as well as text based instant messages. For voice and video communication, we have newly proposed a method in which direct connection is possible between users without creation of SW INVITE dialog by extending PRESENCE TUPLE of presence information. In this case, PRESENCE TUPLE stores some informations necessary for the session.

      • KCI등재후보

        VoIP 시스템에서의 SIP기반의 확장된 Caller Preference 구현

        조현규,장춘서 한국콘텐츠학회 2004 한국콘텐츠학회논문지 Vol.4 No.2

        SIP Caller Preference is an useful function that allows a caller to express preferences about request handling in servers. It can also treat appropriate call processing according to the callee capabilities. However, only the category of the media is considered as a criteria for target selection in the caller preference. In this case, if the callee's media information such as codec is different from the caller, an additional re-negotiation occurs for SIP call setup. Therefore, in this paper, we have suggested an extended caller preference to solve this problem. In our SIP based VoIP system, a network server uses detailed media informations for media stream in the session to select the target for SIP call setup. The server gives higher priority to the candidate which do not require re-negotiation for call setup, so that an effective call setup can be achieved in our system. SIP(Session Initiation Protocol)에서의 Caller Preference는 송신자가 서버 측에서 자신의 요구를 처리하는데 관련된 각종 선호 사항들을 표현할 수 있도록 하고 또 수신자의 수신 능력(Callee Capabilities)에 따라 적절한 호 처리를 진행할 수 있도록 하여주는 유용한 기능이다. 그러나 기존의 Preference 기능에서는 수신 대상을 선정함에 있어 미디어 종류에 대한 일치 여부만을 고려하므로 호 설정 과정에서 상호간의 미디어 스트림에 대한 코덱과 같은 미디어 정보가 다를 경우 이를 재 협약하기 위한 추가적인 세션 협약 과정이 발생하게 된다. 따라서 본 논문에서는 이러한 문제점을 해결하기 위한 새로운 확장된 Caller Preference 기능을 제안하였다. 여기서는 SIP 기반의 VoIP(Voice over IP)시스템에서 네트워크 서버가 SIP 호를 연결할 수신대상을 결정하는데 있어서 세션에서의 미디어 스트림에 사용되는 세부적인 미디어 정보의 일치 여부를 판단하여 호 연결 후보 대상들 가운데 미디어 재 협약이 필요치 않은 대상에 우선권을 부여하여 효율적인 호 설정이 가능하도록 하였다.

      • KCI등재후보

        부분 Publication 및 확장 호처리언어를 사용한 새로운 SIP 프레즌스 서비스에 관한 연구

        조현규,이기수,장춘서 한국콘텐츠학회 2007 한국콘텐츠학회논문지 Vol.7 No.3

        The presence service which provides user's presence information by subscription and notification is one of SIP(session initiation protocol) extension services, and it is used importantly in VoIP(Voice over IP) and Instant Messaging service. In this paper, we propose a new method in which users can combine and control presence service and call processing services in various ways by extending call processing language, and only changed parts of the presence information are published instead of full presence information document. Each user registers full presence information document with his own call processing script during the first publication to a presence server. The presence server executes these call processing scripts, so it can provide various services with combination of presence service and call processing services during the presence subscriptions and notifications. Afterwards, users publish only changed parts of the presence information and the presence server notify only these changed parts to watchers. Therefore the efficiency of the overall system can be improved. The performance of our proposed model is evaluated by experiments. 프레즌스(presence) 서비스는 사용자들에 관한 각종 프레즌스 정보를 등록(subscription)과 통지(notification)를 통해 제공하는 SIP(session initiation protocol) 확장 서비스 중 하나로서 VoIP(Voice over IP)나 인스턴트 메시징 서비스 등에서 중요하게 사용되고 있다. 본 논문에서는 프레즌스 서비스를 구현함에 있어 사용자가 다양한 방식으로 프레즌스 서비스와 호 처리 서비스를 조합하여 제어할 수 있도록 호 처리 언어를 확장하고, publication 시 프레즌스 정보에 변화가 있을 경우에는 전체 내용 대신 변화된 부분만 전송하는 새로운 방식을 제안하였다. 본 방식에서는 사용자는 최초 publication 시 전체 프레즌스 정보 및 자신이 원하는 내용을 기술한 호 처리 언어 스크립트를 프레즌스 서버에 등록하며, 서버는 와처(watcher)로 부터의 등록과 통지 시 이를 실행하여 프레즌스 서비스와 호 처리를 조합한 다양한 서비스를 제공할 수 있게 된다. 또한, 사용자는 이후 publication 시 프레즌스 정보의 변화된 부분만 전송하고, 프레즌스 서버도 프레즌스 정보의 통지 시 변화된 부분만 와처에게 전송하도록 하여 전체적인 시스템 효율을 높일 수 있다. 제안된 방식은 실험을 통하여 성능을 측정하였다.

      • KCI등재후보

        SIP 기반의 효율적인 혼성형 멀티미디어 컨퍼런스 구조

        조현규,이기수,장춘서 한국콘텐츠학회 2007 한국콘텐츠학회논문지 Vol.7 No.3

        중앙에 컨퍼런스 서버가 위치하여 컨퍼런스 전체를 제어하고 관리하는 SIP(Session Initiation Protocol) 기반의 밀결합 형태의 컨퍼런스 방식은 포커스(focus)와 믹서의 위치에 따라 중앙 집중형, 단말 서버형, 미디어 서버 분리형, 믹서 분산형 등 여러 모델로 분류할 수 있는데 모두 각각의 장단점을 가지고 있다. 본 논문에서는 서버와 참가자 사이에 오가는 SIP 시그널링 메시지 양을 줄일 수 있고 서버의 미디어 믹서 부하를 경감시킬 수 있으며 또한, 대규모 컨퍼런스로의 확장이 용이한 SIP 기반의 효율적인 혼성 형태의 컨퍼런스 모델을 제안하고 이를 설계 및 구현하였다. 이 모델에서는 참가자 수가 미리 정해진 일정 한도를 넘으면 서버는 특정 기능을 가진 참가자들을 선택하여 이들로 하여금 컨퍼런스 상태 이벤트 패키지의 통지 기능 및 미디어 믹서 기능을 서버와 분담하도록 한다. 각 참가자는 서버에 컨퍼런스 상태 이벤트 패키지를 등록할 때 특정 헤더 메시지로 이와 같은 기능의 보유 여부를 알릴 수 있고 서버는 컨퍼런스 정보 데이터베이스에 이를 표시하여 나중에 기능을 분담할 참가자들을 선정할 수 있게 된다. 제안된 방식은 실험을 통하여 성능을 측정하였다. SIP-based tightly coupled conference, which has a centrally located conference server for controlling and management, can be classified several models according to location of focus and mixer. These are centralized server model, endpoint server model, media server component model and distributed mixing model. However each model has its strength and weakness. In this paper, we propose and implement a SIP-based effective hybrid-type conference model which decreases amount of SIP signaling messages, lowers load of server media mixer, and can be easily expandable to large scale conference. In this model, when the number of participants exceeds a pre-defined limit, the conference server selects some participants which posses specific functions and let them share functions of notifications of conference state event package and media mixing. When each participant subscribes conference state event package to the server, it can indicates its possession of such functions by a specific header message. The server stores the indication to the conference information database, and later uses it to select participants for load sharing. The performance of our proposed model is evaluated by experiments.

      • KCI등재후보

        SIP 환경에서의 중앙 집중형 컨퍼런스 모델 기반의 새로운 서비스 모델에 관한 연구

        조현규,이기수,장춘서 한국콘텐츠학회 2006 한국콘텐츠학회논문지 Vol.6 No.2

        SIP(Session Initiation Protocol)-based centralized conference service model has advantage of easiness in conference management and service as compared to other models. However when media server which is one of the components of conference server is included in the conference server, this model shows disadvantage of high server work load with increasing numbers of conferences and participants. In this paper, to improve this problem, we have suggested and implemented a new conference service model in which an UA(User Agent) who first make the conference acts as a media server instead of conventional conference server and, the conference server with conference event package takes only part of management of the conference and its participants. Therefore, many more conferences can be held and managed compared to the conventional centralized conference service model because load of the conference server decreases in our suggested model and, furthermore the participants needs only make SIP call connections to the UA who first make the conference for establishing media session. SIP(Session Initiation Protocol) 기반의 중앙 집중형 방식의 컨퍼런스 서비스 모델은 다른 모델들에 비해 컨퍼런스의 관리와 서비스가 용이한 장점을 가지고 있다. 그러나 구성 요소인 미디어 서버가 컨퍼런스 서버에 포함되어 구현되는 경우 컨퍼런스의 수 및 참여자의 수가 많아지면 서버의 부하가 상대적으로 커지는 단점을 가지고 있다. 본 논문에서는 이를 개선하는 방법으로써 컨퍼런스 서버에 컨퍼런스 이벤트 패키지(Conference Event Package)를 포함시켜 컨퍼런스와 참여자들의 효율적인 관리를 담당하고 미디어 서버 기능을 사용자 시스템에 포함시켜 컨퍼런스를 처음 개설한 참여자의 시스템에서 처리하는 방식의 모델을 제안하고 구현하였다. 따라서 컨퍼런스 서버의 부하가 줄어들어 기존의 중앙 집중형 방식에 비해 보다 많은 컨퍼런스를 개설 및 관리가 가능할 뿐만 아니라 컨퍼런스가 개설된 이후의 참여자들은 미디어 세션의 성립을 위해서 단지 컨퍼런스를 개설한 사용자와만 호 처리를 수행하여 컨퍼런스를 진행할 수 있는 장점을 가진다.

      • KCI등재

        Enhanced Thermoelectric Transport Properties in Cu-added Bi2Se3 Polycrystalline Alloys

        조현규,김태완,강승민,박상현,김상일 대한금속·재료학회 2023 대한금속·재료학회지 Vol.61 No.6

        The addition of Cu to layered Bi2Te3-based thermoelectric alloys has been studied as an effectiveway to enhance thermoelectric transport properties. In this study, the influence of adding Cu to Bi2Se3 alloys,which have the same rhombohedral crystal structure as Bi2Te3, was investigated by synthesizing a series ofCuxBi2Se3 (x = 0, 0.004, 0.008, 0.012, and 0.016) alloys. The power factors of all the Cu-added samples wereenhanced compared with that of the pristine Bi2Se3 sample, primarily because of the increase in electricalconductivity. The power factor for the Cu0.016Bi2Se3 sample (x = 0.016) was 0.80 mW/mK2, a 35% increasecompared to 0.59 mW/mK2 for the pristine sample at 520 K. A decrease in the total and lattice thermalconductivity was observed for the Cu-added samples, caused by additional point defect scattering after doping. The lattice thermal conductivity of the Cu0.016Bi2Se3 sample (x = 0.016) was 0.56 W/mK, a 42% reduction. Consequently, the zT values of all the Cu-added samples were enhanced, and the maximum zT value was0.38 for the Cu0.016Bi2Se3 sample (x = 0.016) at 520 K, a 48% increase compared to that of pristine Bi2Se3. The phenomenological transport parameters, including density of state, effective mass, weighted mobility, andthermoelectric quality factor, were calculated to analyze the enhanced electronic transport properties of theCu-added Bi2Se3.

      • 동적/비정형 환경의 로봇 이동지능 기술 동향

        조현규,유원필,임을균,송수환,H.K., Cho,W.P., Yu,E.G., Lim,S.H., Song 한국전자통신연구원 2022 전자통신동향분석 Vol.37 No.6

        Mobile robot intelligence refers to planning the path of robots to move indoors and outdoors and establishing a physical action plan that can be driven safely and smoothly according to the surrounding environments' structures. This report introduces technical issues in mobile robot intelligence. Furthermore, we describe the latest mobile intelligence technology of four-legged walking, logistics, and agricultural robots. Finally, we discuss mobile robot intelligence research prospects and its potential for solving real-world problems.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼