Microsoft Word _KNOM-WBEM-GW-final_camera_ready.doc

Size: px
Start display at page:

Download "Microsoft Word _KNOM-WBEM-GW-final_camera_ready.doc"

Transcription

1 게이트웨이를이용한 WBEM 기반의통합관리시스템 1 이소정, 1 유선미, 2 주홍택, 1 홍원기, 3 안창원 1 포항공과대학교컴퓨터공학과 2 계명대학교컴퓨터공학과 3 한국전자통신연구원디지털홈연구단 {annie, sunny81, jwkhong}@ postech.ac.kr, juht@kmu.ac.kr, ahn@etri.re.kr 요 약 WBEM 은 DMTF 에의해서표준화되고있는네트워크및시스템관리기술중에하나로서현재산업계의각광을받고있다. 한편이미설치되었거나설치되고있는많은장치가 만을지원하고있는것도현실이다. WBEM 이통합관리에초점을두고있는만큼 라는서로다른도메인을통합시킬필요가있다. 본논문에서는 게이트웨이에의한 WBEM 기반통합네트워크관리시스템을제안한다. 먼저 WBEM/ Gateway 를위한요구사항을분석하고, 그것을충족시키는 WBEM 기반관리시스템구조를제시하고이구조의핵심요소인 WBEM/ Gateway 그리고 를설계결과를제시한다. WBEM/ Gateway 는관리정보모델변환과관리동작변환이라는두가지메커니즘을제공한다. 마지막으로유효성검증을위해구현한 WBEM/ Gateway 와 WBEM Manager 의프로토타입을설명한다. 1. 서론 거대해지고 복잡해지는 네트워크 관리의 필요성이높아짐에따라, 다양한단체에서표준화 작업이 이루어지고 있다. 그 중에서도 DMTF (Distributed Management Task Force)[1] 는 기업과 인터넷 환경을 위한 관리 표준을 개발하고 채택하여상호운영성을주도하는산업계표준화 기관이다. 현재 DMTF에서는시스템및네크워크 관리와관련하여 CIM(Common Information Model)[2], WBEM(Web-Based Enterprise Management)[3] 등의 기술을표준화하고있다. WBEM은 여러 회사에서 제작한 시스템, 네트워크장비, 어플리케이션등을관리하기위한 표준이다. WBEM은 CIM으로관리정보를정의하고, CIM으로 정의된 관리 정보를 CIM-XML[4] 로 Encoding하여 HTTP[5] 를사용하여전송한다. 현재 Microsoft나 SUN의서버시스템그리고 Cisco의 Network 장비들이 WBEM 에이전트를 탑재하고 있는것을보면 WBEM은더욱확산될것이라 예상된다. 그러나 현재까지는 대부분의 장비가 [6] Agent를탑재하고있었으므로, 서로다른 Domain간에통합관리의필요성은매우높다. WBEM으로 통합 관리하기 위해서는 WBEM/ Gateway가 필요하다. 그러나 현재까지는 WBEM/ Gateway의 open source가 제공되지않는실정이며, 단지 가 Microsoft, SUN에서상업용으로만제공되고있다. 그러므로현재대학이나공공연구소같은곳에서 WBEM와 의통합에대한연구에어려움이 있다. 그러므로 본 논문에서는 WBEM/ Gateway를설계하고프로토타입을개발한결과를 제시한다. 또한 WBEM/ Gateway는서로다른 관리도메인사이에서상호운영되어야하므로, MIB을 MOF로 바꾸는 관리 정보 모델 변환 (Specification Translation) 방법과 CIM Operation을 Operation으로 바꾸는 관리 동작 변환 (Interaction Translation) 방법을 고안한 결과도 제공한다. 본논문의구성은다음과같다. 2 장의관련 연구에서는 WBEM 표준기술과현재제공되고 있는 들그리고 open source 구현물 중의하나인 Pegasus에대해소개한다. 3 장에서는 기존의 WBEM 구현물들에 대해 Benchmarking Test한 결과를 보여준다. 또한 4 장에서는 WBEM/ Gateway를위한요구사항을분석하고 구조를설계하며각각의 Specification Translation 방법과 Interaction Translation 방법에대해설명한다. 5 장에서는프로토타입구현을설명하며, 6 장에서 결론과앞으로의연구방향을제시함로써본논문을 마무리한다. 2. 관련연구 이장에서는본논문의기술적토대인 WBEM 의핵심기술들과현재 Microsoft 와 SUN 에서제공하는 들에대해소개한다. 1

2 2.1 WBEM 개요 이장에서는본논문의바탕인 WBEM 핵심기술들에대해서소개하고, 현재 Microsoft WMI 와 SUN Solaris 에서제공하는 들에대해간략히설명한다. 관리정보에대한 CIM Operation 을적절한 에게 forwarding 하고, 에서실제로관리자원으로부터필요한정보를가져온다. 2.2 현재제공되는 소개 Microsoft WMI WMI[8] 는 Microsoft Windows 운영체제에 탑재되는 Web-based Enterprise Management System이며, WBEM 표준에 적합한 WBEM Server이다. Database Application WEB Browser ODBC ActiveX Controls 그림 1. WBEM 기술들간의관계 Object Repository CIM Object Manager (CIMOM) 그림 1 에서묘사되어있듯이 WBEM 은세가지기술로구성된다. 이세가지기술은시스템관리정보에대한표준관리데이터모델인 CIM(Common Information Model), 데이터 Encoding 기법으로사용되는 CIM-XML 그리고관리명령과전송프로토콜로사용되는 HTTP 이다. DMTF 는 CIM Schema 를 Management Object Format(MOF)[7], XML 그리고 UML[15] 의세가지로표현한다. WBEM Client WBEM Server CIM-XML Encoder/Decoder Resource HTTP Client HTTP Server CIM-XML Encoder/Decoder CIM Object Manager Resource 그림 2. WBEM 기반관리시스템구조 그림 2 는 WBEM 기반관리시스템구조이다. WBEM 기반관리시스템은 WBEM Client 와 WBEM Server 를포함한다. WBEM Client 는 HTTP Client 를통해 WBEM Server 에연결하며, CIM-XML Encoder/Decoder 를통해요청할메시지를만들거나응답되어온 Message 를 parsing 한다. 마찬가지로 WBEM Server 는 HTTP Server 를통해메시지를주고받으며, CIM-XML Encoder/Decoder 는요청된 CIM-XML Message 를 parsing 하여수행해야할 CIM Operation 를걸러내고다시응답메시지를만들수있다. CIMOM(CIM Object Manager) 은각 Instrumentation Win32 Win32 APIs 그림 3. WMI 의구조 Registry Registry Data 그림 3 은 WMI 의구조를보여준다 WMI 는 CIMOM 과 Object Repository 를가지고있고, Database Application 이나 WEB Browser 등과같은형태로 CIMOM 과통신할수있다. Win32 는 Win32 환경에서운영체제의구성요소들을관리하며, 마찬가지로 Registry 는 Registry data 에접근하여값을 CIMOM 에게보내주고받을수있다. WMI 는 MIB Object variable 들을읽거나쓸수있는 를포함한다. 는각각의 object 들의값을 CIM Class instances 들의 property 값들에 Mapping 시킬수있다. 또한, trap 은자동적으로 WMI event 에 Mapping 될수있다. WMI 는 smi2smir 라는 utility 를포함한다. 변환된결과는 Module Information Repository (SMIR) 라고불리는 schema database 에넣어질수있다. 이때 MIB 파일들은 NOTIFICATION-TYPE Macro, OBJECT-TYPE Macro, TEXTUAL- CONVENTION Macro, Trap-TYPE Macro 와같은매크로들을통해 MIB 으로부터 MOF 로의 Mapping 방법을결정한다. 그중에서도 OBJECT-TYPE macro 는 MIB object 의기본적인특징들을나타내는데필수적인조항들을포함한다. Microsoft WMI 의 의단점은 MIB 에서 MOF 로의변환결과가 WMI 에의존적이라는것이다. ToInstance 와같은 flavor 는다른 WBEM 구현물에는선언되어있지않은새로운 flavor 이므로다른 WBEM 사용하려면 MOF 를또수정해야하는불편함이있다. 또한 2

3 WMI 의 Interaction Translation 기능을위한 source code 가공개되어있지않다. 무엇보다도 WMI 의 는 Windows 기반의 OS 에서만제공이된다는한계가있다 SUN Solaris 의 SUN 은 Solaris Operating Environment 용 WBEM 구현물인 Solaris WBEM Services[9] 및 SUN WBEM SDK[10][11] 를제공한다. objects Management application JAVA WBEM Client Interface XML/HTTP CIM Object Manager (CIMOM) JAVA JAVA WBEM Interface Native objects JAVA 그림 4. WBEM Services 의구조 Other objects 그림 4 는 WBEM Services 의구조를보여준다. WBEM Management application 에서는 JAVA Client API 를통해 CIMOM 으로접근할수있다. 또한, CIMOM 에서는 JAVA API 들을통해 Object, Native Object 등의다양한관리객체들로부터정보를가져오거나바꿀수있다. SUN Solaris 에서는 Object 들을관리하기위해 가제공되며, MIB 파일을 MOF 파일로생성시켜줄수있는 MIB2MOF utility 가포함된다. 이때, MOF file 은각각의 group 들을 CIM class 로표현한다. MIB2MOF 는기본적으로 DMTF 에서표준화된 Qualifier 들을사용하여 DMTF 의 MOF 파일들과매우유사하다. SUM Solaris 의단점또한 Interaction Translation 을위한 source code 가공개되어있지않으며 에대한충분한문서가제공되지않는것이다. 또한기본적으로 Solaris 를사용하려면 Solaris 기반의 OS 이어야한다는한계가있다. 2.3 OpenPegasus 소개 본연구에서는 Pegasus[12] 를확장하여 WBEM/ Gateway 프로토타입을구현하였다. Pegasus 는앞에서설명한 Microsoft WMI 나 SUN WBEM 과는달리 DMTF 의 WBEM 기술인 CIM 과 CIM-XML 표준에따라구현한 open source 이다. Pegasus 는 TOG(The Open Group) 가주도적으로이끌어가고있는프로젝트이며, 코드와문서들을모두자유롭게이용할수있고현재 기업체들로부터가장많은관심을받고있다. MOF Compiler CIM/HTTP CIM CIM Clients CIM CIM Server s 그림 5. Pegasus의구조 Repository 그림 5 는 Pegasus 의구조를나타낸다. Pegasus 는 WBEM 표준에따라 CIM Client 와 CIM Server 사이에서 CIM/HTTP 로통신한다. 또한 CIM Server 는 Repository 내의 CIM schema 들에게접근할수있으며, Client 가알고자하는관리정보에대한 를호출할수있다. Pegasus 는 MOF Compiler 기능을하는 cimmof utility 를가지고있다. Pegasus 는 C++ 로구현되어있으며, repository 가 XML[13] 로구현되어있다. 3.WBEM 구현물비교 본연구에서는기존의 WBEM 구현물을확장하여 WBEM/ Gateway 프로토타입을구현하였다. WBEM 구현물들중우수한하나를선택하기위하여 Benchmarking 테스트를실시하였고본장에서는이결과를제시한다. Pegasus 와 WBEM Services 는개발자들이가장많이활용하고있는 open source 들이다. 이두 WBEM 구현물에대해 Pentium 4, 1.6GHz, 256MB RAM 인 Linux 환경에서다음과같은 Benchmarking 테스트를실시하였다. Operation # of classes Enumerate WBEM Instances Pegasus Enumerate WBEM Instances Names Pegasus Create WBEM Instance Pegasus 표 1. 첫번째벤치마킹테스트결과 ( 시간단위 : ms) 표 1은 Repository 안에들어간 Class들의수를 100, 200, 400, 1600 으로증가시키면서 EnumerateInstances, Enumerate InstancesNames, CreateInstance operation을수행했을때의수행시간을측정한결과이다. EnumerateInstances를수행했을경우에는 WBEM이 Pegasus보다 1~2 배이상수행시간이길며, EnumerateInstancesNames와 3

4 CreateInstance 의경우에는 WBEM 이 Pegasus 보다 5~6 배이상수행시간이더걸리는것을확인하였다. Operation # of instances/ class EnumerateInstances WBEM Pegasus EnumerateInstances WBEM Names Pegasus CreateInstance WBEM Pegasus 표 2. 두번째벤치마킹테스트결과 ( 시간단위 : ms) 표 2는 class 당 instance들의수를 100 에서 500 으로증가시키면서 EnumerateInstances, Enumerate InstancesNames, CreateInstance를수행했을때의 latency를측정한결과이다. 이때, class들의수는 1600 개이다. 각 class당 instance의수가 100 개인경우에는 WBEM의수행시간이 Pegasus보다길다. 또한각 class당 instance들의수가 500 개로늘어났을경우에 WBEM 수행시간의증가률은 Pegasus의수행시간증가율보다크다. 결국이두가지 Benchmarking 테스트를통해 class나 instance의수를늘였을때 WBEM Services보다 Pegasus의성능이더좋음을알수있다. WBEM/ Gateway는다수의 Agent를관리하기때문에 Benchmarking 테스트는 Scalability 에중점을두었으며, Pegasus를확장하여 WBEM/ Gateway 프로토타입을구현한다. 4.WBEM/ Gateway 설계 이장에서는 WBEM 기반전체서버관리시스템구조, WBEM/ Gateway 의구조그리고 구조를설명한다. 또한 WBEM/ Gateway 의관리정보변환, 관리동작변환방법을제시한다. 4.1 요구사항분석 관리정보는 CIM Schema로정의되고, XML로 Encoding된후, HTTP payload에 Embedded되어 전송된다. WBEM/ Gateway는기존에사용되어었던 device를통합하기위한기능을제공해야 한다. WBEM/ Gateway는에러가발생했을때, Trap 정보를 export할 수 있는 메커니즘을 제공해야한다. 전체 관리 시스템에서 보안 메커니즘을 제공해야한다. WBEM/ Gateway는 Scalability와 Flexibility 를제공해야한다. 관리자가언제어디서나관리가가능한 Webbased User Interface 를제공해야한다. 4.2 기능구조설계 전체관리시스템구조 Agent Management application HTTP WBEM Manager XML/HTTP WBEM/ Gateway Agent Agent 그림 6. WBEM 기반전체관리시스템구조 그림 6 은 WBEM 기반서버관리시스템의전체구조이다. 기존의 Manager-Agent 구조를따르며, WBEM/ Gateway 가이들사이의상호운영성을제공한다. WBEM Manager 는 WBEM Client, WBEM/ Gateway 는 WBEM Server 에해당된다. 관리자들은관리어플리케이션을통해 WBEM Manager 에접근하며, WBEM Manager 와 WBEM/ Gateway 는 XML/HTTP 를통해, WBEM/ Gateway 는 를통해 Agent 를관리할수있다 WBEM/ Gateway 구조 WBEM/ Gateway CIM Repository Registration Repository WBEM Manager HTTP Server XML/HTTP CIM-XML Decoder/Encoder CIM Object Manager (CIMOM) Manager Agent Agent HTTP Client Indication Service 그림 7. WBEM/ Gateway 구조 그림 7 은 WBEM/ Gateway 의구조이다. WBEM/ Gateway 내의 HTTP Server 는 WBEM Manager 로부터메시지를받으며, HTTP Client 를통해 trap 정보를 Manager 에게보낼수있다. WBEN/CIM Security 4

5 Encoder/Decoder 는받은메시지를변환한후, 이를 CIMOM 에게전달한다. 그러면 CIMOM 은적절한 provider 를통해 CIM operation 을결과값이다시 WBEM Manager 에게반환된다. Manager 는다양한 들을 Registration Repository 에저장함으로써관리한다. 이들은 Instance, Method, Association 그리고 Indication 를포함한다. 는다른 들과마찬가지로 의등록절차를거쳐서비스가제공되며, CIM operation 들을 Operation 으로변환함으로써 Interaction translation 을수행할수있다. Indication Service 는 Trap 를받기위해가입한 Agent 들의리스트를생성하고변경삭제하는일을수행한다. 또한보안적인이슈로써 manager 와 agent 사이에 HTTP over SSL(HTTPS)[16] 를사용하면보다안전한통신을할수있으며, WBEM Client 가사용자 ID 와패스워드를전달함으로써사용자인증을할수있다. 또한사용자는 namespace 를접근하기위한읽기 / 쓰기권한을필요로할수있다 의기능과구조 그림 8 은 의두가지기능을나타낸다. Specification Translation 은 MIB 파일을 MOF 파일로바꾸는것이며, Interaction Translation 은 CIM Operation 을 Operation 으로변환하는것이다. Interaction Translation WBEM Manager Agent CIM operation WBEM / Gateway operation MOF [description( RFC1213-MIB )] Class RFC1213_MIB_system{. } MIB definition RFC1213-MIB DEFINITIONS ::= BEGIN END 그림 8 의기능 Specification Translation 그림 9 는 의구조이다. WBEM/ Gateway 는 MIB 으로정의된관리정보를 MOF 로변환시켜줄수있는 MIB2MOF Translator 를포함한다. 변환된결과로써나온 MOF 파일은 MOF Compiler 를통해서 Repository 에등록된다. 또한 WBEM/ Gateway 는 CIM operation 을 operation 으로시켜줄수있는 를포함한다. 는 CIMOM 으로부터들어온 CIM Operation 들을적절한 CIM Request Handler 를통해처리되게끔할수있다. CIM Request Handler 는각 CIM Operation 에 Mapping 되는 Operation 을호출하고, Stack 에서직접 Agent 에대해 Request 를보낸다. Agent 는해당하는 MIB variable 을 WBEM/ Gateway 에게보내고그값을다시 WBEM Manager 에서확인할수있다. WBEM/ Gateway Request CIM Request Handler Request CIMOM Stack WBEM WBEM Manager Request MIB Variables for Request Response MIB Definition Response Agent Agent Repository MOF compiler XML Definition 그림 9. 의구조 4.3 관리정보모델변환 MOF Definition MIB to MOF Translator Specification Translation 을위해 SMI[17] 데이터타입은해당되는 CIM 데이터타입으로변환된다. 표 3 과같이 MIB 의 SYNAX 정보인 OBJECT 데이터타입은 CIM 데이터타입으로 Mapping 된다. SMI CIM Ver. Datatype Datatype INTEGER v1 Sint32 OCTET STRING v1 String OBJECT IDENTIFIER v1 String IpAddress v1 String Counter v1 Unit32 Gauge v1 Unit32 TimeTicks v1 Unit32 Opaque v1 Sint8[ ] DisplayString v1 String NetworkAddress v1 String Counter32 v2 Unit32 Counter64 v2 Unit64 Integer32 v2 Sint32 Gauge32 v2 Unit32 Unsigned32 v2 Unit32 TruthValue v2 Sint32 BITS v2 String 표 3. 데이타타입매핑방법 표 4에서보여주듯이, MIB의 ACCESS, STATUS, DESCRIPTION 정보는 DMTF에서 5

6 표준화한 CIM specification의 qualifier를 통해 선언한다. OBJECT TYPE MACRO CIM Qualifier Read Only Read ACCESS Read Write Read, Write Write-only Write Not-accessible (write nothing) Mandatory Required STATUS Optional (write nothing) Obsolete (write nothing) Deprecated (write nothing) DESCRIPTION Description 표 4. OBJECT TYPE MACRO와 CIM Qualifier의매핑 방법 본연구에서는현재 DMTF 에서제공되고 CIM Class 들중하나를상속을받아새롭게 Extended class 를정의함으로써 object 관리정보의계층구조를정의한다. 그림 10 과같이, RFC1213-MIB 의 system group, interface group 은새롭게정의한 mib-2 클래스를상속받았으며, ManagedElement 클래스의자식클래스인 ManagedSystemElement 클래스로부터다시상속받는다. ManagedElement ManagedSystemElement mib-2 RFC_1213_MIB_system RFC_1213_MIB_interfaces RFC_1213_MIB_at RFC_1213_MIB_ip RFC_1213_MIB_icmp RFC_1213_MIB_tcp RFC_1213_MIB_udp RFC_1213_MIB_egp RFC_1213_MIB_transmission RFC_1213_MIB_snmp 그림 10. RFC1213-MIB 을위한 CIM Class 들간상속관계 그림 11 은 RFC1213-MIB 의 system group 내용을, 그림 12 는 interface group 의내용을 MOF 로변환한것이다. 각 MIB 트리의 group node 들은 CIM 클래스이름으로, 각 leaf node 들은클래스의속성으로들어간다. 또한, MIB 의데이터타입과 OBJECT TYPE MACRO 는 CIM 의데이터타입과 Qualifier 로대체된다. [description( RFC1213-MIB )] class mib_2:cim_managedsystemelement{ [Key, Read, Description("."), Required] string sysipaddress; }; [description( RFC1213-MIB ), group_objectid( )] class _RFC1213_MIB_system : mib_2{ }; [object_identifier( ), Read, Description("."), Required] string sysdescr; [object_identifier( ), Read, Description("."), Required] string sysobjectid; [object_identifier( ), Read, Description("."), Required] uint32 sysuptime; [object_identifier( ), Read, Write, Description("."), Required] string syscontact; [object_identifier( ), Read, Write, Description("."), Required] string sysname; [object_identifier( ), Read, Write, Description("."), Required] string syslocation; [object_identifier( ), Read, Write, Description("."), Required] sint32 sysservices; 그림 11 RFC1213-MIB system group 의 MOF 정의 class _RFC1213_MIB_interfaces : mib_2{ [object_identifier( ), Read, Write, Description("."), Required] sint32 ifnumber; }; [description( RFC1213-MIB ), module_name( RFC1213-MIB ), group_objectid( )] class _RFC1213_MIB_ifTable : _RFC1213_MIB_interfaces{ [object_identifier( ), Read, Description("."), Required] sint32 ifindex; [object_identifier( ), Read, Description("."), Required] string ifdescr; [object_identifier( ), Read, Description("."), Required] string iftype; [object_identifier( ), Read, Description("."), Required] sint32 ifmtu; [object_identifier( ), Read, Description("."), Required] uint32 ifspeed; [object_identifier( ), Read, Description("."), Required] string ifphysaddress; [object_identifier( ), Read, Description("."), Required] sint32 ifadminstatus; [object_identifier( ), Read, Description("."), Required] sint32 ifoperstatus; [object_identifier( ), Read, Description("."), Required] uint32 iflastchange; [object_identifier( ), Read, Description("."), Required] uint32 ifinoctets; [object_identifier( ), Read, Description("."), Required] uint32 ifinucastpkts [object_identifier( ), Read, Description("."), Required] uint32 ifinnucastpkts; [object_identifier( ), Read, Description("."), Required] uint32 ifindiscards; [object_identifier( ), Read, Description("."), Required] uint32 ifinerrors; [object_identifier( ), Read, Description("."), Required] uint32 ifinunknownprotos; [object_identifier( ), Read, Description("."), Required] uint32 ifoutoctets; [object_identifier( ), Read, Description("."), Required] uint32 ifoutucastpkts; [object_identifier( ), Read, Description("."), Required] uint32 ifoutnucastpkts; [object_identifier( ), Read, Description("."), Required] uint32 ifoutdiscards; [object_identifier( ), Read, Description("."), Required] uint32 ifouterrors; [object_identifier( ), Read, Description("."), Required] uint32 ifoutqlen; [object_identifier( ), Read, Description("."), Required] string ifspecific; }; 그림 12. RFC1213-MIB interface group 의 MOF 정의 본논문에서정의한 MOF 는 DMTF 표준에따라서정의를하였으므로벤더나장비에의존적인한 WBEM 구현물에서만사용되는것이아니라 WBEM 표준을따르는모든구현물에서사용될수있다 관리동작변환 Agent 들을관리하기위해서는 CIM Operation 들을 Operation 들로변환할수있는 Interaction Translation 방법이필요하다. 표 5 는 CIM Operation 을각각 의 operation 으로 Mapping 하는방법이다. 기본적인읽기를위한 EnumerateInstances, GetInstance 그리고 GetProperty 는 MIB tree 의 leaf node 인 property 정보를가져온다. EnumerateInstance, GetInstance 그리고 GetProperty Operation 의차이는다음과같다. EnumerateInstance 의경우에는생성된모든 Instance 들에대한 property 정보를가져온다. 그러므로 Agent 당하나의 instance 를생성한다고할때, 이 operation 으로여러 agent 들의관리정보를가져올수있다. 그러나 GetInstance 의 6

7 경우에는특정한키를포함한오직하나의 Instance 에대한정보를가져온다. 키값이 IP 주소라고하면, 하나의 Agent 에대한관리정보만가져올수있다. 마지막으로 GetProperty 는하나의 Instance 로부터하나의 property 정보를가져온다. 그러므로 EnumerateInstances operation 은 Get, GetNext operation 으로변환되고, GetInstance, GetProperty operation 은 Get operation 으로변환된다. 기능 기본적인읽기 기본적인변경스키마조작 인스턴스조작 Association 순회 Qualifier 선언 CIM Operation GetClass, EnumerateClasses, EnumerateClassNames, GetInstance, EnumerateInstances, EnumerateInstanceNames, GetProperty SetProperty CreateClass, ModifyClass, DeleteClass CreateInstance, ModifyInstance, DeleteInstance Associators, AssociatorNames, References, ReferenceNames GetQualifier, SetQualifier, DeleteQualifier, EnumerateQualifier Operation Get, GetNext Set 없음 Set 없음 없음 질의 ExecQuery 없음 표 5. Interaction Translation 을위한매핑방법 인스턴스조작이나기본적인변경을위한 ModifyInstance 와 SetProperty operation 은 MIB tree 의 leaf node 에해당하는 property 값을바꿀수있다. 그러므로이 operation 들은 Set Operation 으로변환된다. 그러나기본적인읽기기능을하는것들중 GetClass, EnumerateClasses, EnumerateClassNames, EnumerateInstanceNames 그리고기본적인스키마조작기능을하는 CreateClass, ModifyClass, DeleteClass 의경우에는 Agent 에접근하지않으므로 Operation 으로변환할필요가없다. 또한 Association 순회와 Qualifier 선언또는질의를하는경우에는해당되는 Operation 이없으므로대체되지않는다. 5. 프로토타입구현 이장에서는앞에서설계한 WBEM/ Gateway 와 WBEM Manager 의프로토타입구현에대해설명한다. 5.1 WBEM/ Gateway 구현 Specification Translation 을위해서우리는 MIB2MOF Translator 를구현하였다. 이것을통해 MIB 으로정의된모든관리정보는 MOF 로변환될수있다. 그러면 MOF compiler 를통해 MOF 파일을 compile 하여 repository 에관리정보를등록할수있다. Interaction Translation 을위해서는, 의 backend interface 를구현해야한다. WBEM/ Gateway 포함되어있는 는 NET-[14] API 를통해 RFC1213- MIB 의 System Group 정보를가져오거나변경할수있다. 는 Instance 이며, Instance 에해당하는 function 이구현된다. 5.2 WBEM Manager 구현 WBEM Manager 을위해사용자가언제어디서나접속할수있는 Web User Interface 를구현하였다. 사용자는화면에보여지는메뉴를통해원하는 CIM operation 을수행할수있다. 즉, 사용자는화면에서보여지는입력창을통해관리하고자하는 Agent 의 IP Address, 속성이름혹은변경하고자하는속성값을파라미터로원하는 Operation 을수행할수있다. 예를들어, GetProperty 를수행하기위해서는 Agent IP Address 를입력하고왼쪽트리에서가져오고자하는속성이름을선택해야하며, SetProperty 를수행하기위해서는추가로변경하고자하는속성값또한입력해야한다. 그림 13 EnumerateInstances 를수행한결과 7

8 그림 13 은입력파라미타없이 WBEM Manager UI 에서 EnumerateInstances 를수행한결과이다. 6. 결론 본 연구에서는 DMTF의 서버 관리 표준인 WBEM 기술에대해파악하고, 현재제공되고있는 Microsoft WMI와 SUN Solaris의 들에 대해설명하였다. 또한, WBEM 기반의전체관리 시스템, WBEM/ Gateway의구조그리고 의 구조를 설계하고, WBEM/ Gateway의관리정보모델변환방법과관리동작 변환방법을제시하였다. 마지막으로 WBEM/ Gateway와 WBEM Manager의 프로토타입을 구현하였다. 기존의 Microsoft의 WMI나 SUN Solaris에서도 WBEM/ Gateway 기능을제공해주고자하는 노력이있었으나, 관리정보모델변환의경우변환 결과가구현물에의존적이었다. 뿐만아니라관리 동작변환의경우에는 OS나장비에의존적으로만 수행이 되고, 소스 코드가 공개되어있지 않아 개발이나확장이어렵다. 그러므로본논문에서는 어떤환경에서나실행될수있고 DMTF의표준을 따르는 WBEM/ Gateway를개발하였다. 향후의연구계획은표준 MIB뿐만아니라 Enterprise MIB에대해서도수용해나가는것이며, 많은 Agent들을 관리하여 우리가 설계, 구현한 WBEM/ Gateway에 대한 유효성을 검증하는것이다. 또 다른 한가지로는 CIM Server의 기능별, 모듈별 성능 테스트를 통한 Lightweight한 CIM Server에대한연구를하는것이다. url=/library/enus/wmisdk/wmi/wmi_reference.asp. [9] Sun Microsystems, Solaris WBEM Service, [10] Sun Microsystems, Java Web Based Enterprise Management (WBEM Services) [11] [12] Pegasus, [13] Tim Bray, Jean Paoli and C. M. Sperberg-McQueen, "Extensible Markup Language (XML) 1.0," W3 Recommendation REC-xml , Feb [14] Net-, [15] OMG(Object Management Group), UML(Unified Modeling Language), [16] Apache-SSL, [17] Frank Strauss et al, A Library to Access SMI MIB Information, 참고문헌 [1] DMTF, [2] DMTF, "Common Information Model (CIM) Specification, Version 2.2", June 1999 [3] WBEM, WBEM Initiative, [4] DMTF, Representation of CIM in XML, Version 2.0, June 1999 [5] R. Fielding, J. Gettys, J. Mogul, H. Frystyk Nielsen, L. Masinter, P. Leach and T. Berners-Lee, "Hypertext Transfer Protocol - HTTP/1.1", RFC 2616, IETF HTTP WG, June [6] J. Case, M. Fedor, M. Schoffstall, and J. Davin (Eds), A Simple Network Management Protocol (), RFC 1157, IETF, May [7] DMTF, "Management Object Format (MOF)," [8] Microsoft, Windows Management Instrumentation (WMI), 8

Microsoft PowerPoint - thesis_annie.ppt

Microsoft PowerPoint - thesis_annie.ppt Design and Implementation of WBEM/SNMP Gateway December 21, 2004 So-Jung Lee annie@postech.ac.kr DPNM Lab., Dept. of -1- 목차 1. 서론 2. 관련연구 3. WBEM Implementations 분석 4. WBEM/SNMP Gateway 설계 5. Prototype

More information

thesis

thesis ( Design and Implementation of a Generalized Management Information Repository Service for Network and System Management ) ssp@nile nile.postech.ac..ac.kr DPE Lab. 1997 12 16 GMIRS GMIRS GMIRS prototype

More information

final_thesis

final_thesis CORBA/SNMP DPNM Lab. POSTECH email : ymkang@postech.ac.kr Motivation CORBA/SNMP CORBA/SNMP 2 Motivation CMIP, SNMP and CORBA high cost, low efficiency, complexity 3 Goal (Information Model) (Operation)

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

More information

snmpgw1217

snmpgw1217 2001. 12. 17 infobank@postech.ac.kr SNMP SNMP SNMP Agent, XML XML HTTP/XML XML XML manager SNMP agent SNMP agent SNMP(Simple Network Management Protocol) Manager / Agent : Protocol : SMI(Structure of Management

More information

PBNM CIM(Common Information Model) DEN, COPS LDAP 21 CIM (Common Information Model) CIM, specification schema [7]

PBNM CIM(Common Information Model) DEN, COPS LDAP 21 CIM (Common Information Model) CIM, specification schema [7] (Policy-Based Network Management Technology) ((ksok, dsyun)@ktcokr) PBNM CIM(Common Information Model) DEN, COPS LDAP 21 CIM (Common Information Model) CIM, specification schema [7] 1 CIM core model hierarchy

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770> i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,

More information

thesis

thesis CORBA TMN Surveillance System DPNM Lab, GSIT, POSTECH Email: mnd@postech.ac.kr Contents Motivation & Goal Related Work CORBA TMN Surveillance System Implementation Conclusion & Future Work 2 Motivation

More information

Chap7.PDF

Chap7.PDF Chapter 7 The SUN Intranet Data Warehouse: Architecture and Tools All rights reserved 1 Intranet Data Warehouse : Distributed Networking Computing Peer-to-peer Peer-to-peer:,. C/S Microsoft ActiveX DCOM(Distributed

More information

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

More information

Microsoft PowerPoint - thesis_della_1220_final

Microsoft PowerPoint - thesis_della_1220_final 엔터프라이즈 IP 네트워크연결정보관리시스템설계및개발 2006. 12. 20 김은희 분산처리및네트워크관리연구실포항공과대학교정보통신대학원정보통신학과 della@postech.ac.kr 목차 1. 서론 2. 관련연구 3. 시스템요구사항 4. 시스템설계 5. 구현 : POSTECH 네트워크에서의실험결과 6. 결론및향후과제 (2) 서론 목적 네트워크장비들간의연결구성을자동으로탐지하는

More information

No Slide Title

No Slide Title J2EE J2EE(Java 2 Enterprise Edition) (Web Services) :,, SOAP: Simple Object Access Protocol WSDL: Web Service Description Language UDDI: Universal Discovery, Description & Integration 4. (XML Protocol

More information

C# Programming Guide - Types

C# Programming Guide - Types C# Programming Guide - Types 최도경 lifeisforu@wemade.com 이문서는 MSDN 의 Types 를요약하고보충한것입니다. http://msdn.microsoft.com/enus/library/ms173104(v=vs.100).aspx Types, Variables, and Values C# 은 type 에민감한언어이다. 모든

More information

SK IoT IoT SK IoT onem2m OIC IoT onem2m LG IoT SK IoT KAIST NCSoft Yo Studio tidev kr 5 SK IoT DMB SK IoT A M LG SDS 6 OS API 7 ios API API BaaS Backend as a Service IoT IoT ThingPlug SK IoT SK M2M M2M

More information

Intra_DW_Ch4.PDF

Intra_DW_Ch4.PDF The Intranet Data Warehouse Richard Tanler Ch4 : Online Analytic Processing: From Data To Information 2000. 4. 14 All rights reserved OLAP OLAP OLAP OLAP OLAP OLAP is a label, rather than a technology

More information

Business Agility () Dynamic ebusiness, RTE (Real-Time Enterprise) IT Web Services c c WE-SDS (Web Services Enabled SDS) SDS SDS Service-riented Architecture Web Services ( ) ( ) ( ) / c IT / Service- Service-

More information

thesis

thesis CORBA TMN 1 2 CORBA, CORBA CORBA TMN CORBA 3 - IN Intelligent Network (Call) SMS : Service Management System SCP : Service Control Point SSP : Service Switching Point SCP SMS CMIP Signaling System No.7

More information

Intro to Servlet, EJB, JSP, WS

Intro to Servlet, EJB, JSP, WS ! Introduction to J2EE (2) - EJB, Web Services J2EE iseminar.. 1544-3355 ( ) iseminar Chat. 1 Who Are We? Business Solutions Consultant Oracle Application Server 10g Business Solutions Consultant Oracle10g

More information

Portal_9iAS.ppt [읽기 전용]

Portal_9iAS.ppt [읽기 전용] Application Server iplatform Oracle9 A P P L I C A T I O N S E R V E R i Oracle9i Application Server e-business Portal Client Database Server e-business Portals B2C, B2B, B2E, WebsiteX B2Me GUI ID B2C

More information

SMB_ICMP_UDP(huichang).PDF

SMB_ICMP_UDP(huichang).PDF SMB(Server Message Block) UDP(User Datagram Protocol) ICMP(Internet Control Message Protocol) SMB (Server Message Block) SMB? : Microsoft IBM, Intel,. Unix NFS. SMB client/server. Client server request

More information

Interstage5 SOAP서비스 설정 가이드

Interstage5 SOAP서비스 설정 가이드 Interstage 5 Application Server ( Solaris ) SOAP Service Internet Sample Test SOAP Server Application SOAP Client Application CORBA/SOAP Server Gateway CORBA/SOAP Gateway Client INTERSTAGE SOAP Service

More information

The Self-Managing Database : Automatic Health Monitoring and Alerting

The Self-Managing Database : Automatic Health Monitoring and Alerting The Self-Managing Database : Automatic Health Monitoring and Alerting Agenda Oracle 10g Enterpirse Manager Oracle 10g 3 rd Party PL/SQL API Summary (Self-Managing Database) ? 6% 6% 12% 55% 6% Source: IOUG

More information

서현수

서현수 Introduction to TIZEN SDK UI Builder S-Core 서현수 2015.10.28 CONTENTS TIZEN APP 이란? TIZEN SDK UI Builder 소개 TIZEN APP 개발방법 UI Builder 기능 UI Builder 사용방법 실전, TIZEN APP 개발시작하기 마침 TIZEN APP? TIZEN APP 이란? Mobile,

More information

J2EE & Web Services iSeminar

J2EE & Web Services iSeminar 9iAS :, 2002 8 21 OC4J Oracle J2EE (ECperf) JDeveloper : OLTP : Oracle : SMS (Short Message Service) Collaboration Suite Platform Email Developer Suite Portal Java BI XML Forms Reports Collaboration Suite

More information

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 2. 관련연구 2.1 MQTT 프로토콜 Fig. 1. Topic-based Publish/Subscribe Communication Model. Table 1. Delivery and Guarantee by MQTT QoS Level 2.1 MQTT-SN 프로토콜 Fig. 2. MQTT-SN

More information

DBMS & SQL Server Installation Database Laboratory

DBMS & SQL Server Installation Database Laboratory DBMS & 조교 _ 최윤영 } 데이터베이스연구실 (1314 호 ) } 문의사항은 cyy@hallym.ac.kr } 과제제출은 dbcyy1@gmail.com } 수업공지사항및자료는모두홈페이지에서확인 } dblab.hallym.ac.kr } 홈페이지 ID: 학번 } 홈페이지 PW:s123 2 차례 } } 설치전점검사항 } 설치단계별설명 3 Hallym Univ.

More information

Voice Portal using Oracle 9i AS Wireless

Voice Portal using Oracle 9i AS Wireless Voice Portal Platform using Oracle9iAS Wireless 20020829 Oracle Technology Day 1 Contents Introduction Voice Portal Voice Web Voice XML Voice Portal Platform using Oracle9iAS Wireless Voice Portal Video

More information

Microsoft PowerPoint - ch02_인터넷 이해와 활용.ppt

Microsoft PowerPoint - ch02_인터넷 이해와 활용.ppt 컴퓨터 활용과 실습 원리를 알면 IT가 맛있다 chapter 2. 윈도우XP, 한글25, 엑셀23, 파워포인트23 인터넷 이해와 활용 www.hanb.co.kr -1- 학습목표 목차 통신과 네트워크의 개념 통신과 네트워크 컴퓨터 통신망 인터넷정의및역사 인터넷주소체계 인터넷 정의와 역사 인터넷 주소 웹서비스의정의및특징 웹 서비스 웹 브라우저의 기능 웹 브라우저

More information

[Brochure] KOR_TunA

[Brochure] KOR_TunA LG CNS LG CNS APM (TunA) LG CNS APM (TunA) 어플리케이션의 성능 개선을 위한 직관적이고 심플한 APM 솔루션 APM 이란? Application Performance Management 란? 사용자 관점 그리고 비즈니스 관점에서 실제 서비스되고 있는 어플리케이션의 성능 관리 체계입니다. 이를 위해서는 신속한 장애 지점 파악 /

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information

TTA Verified : HomeGateway :, : (NEtwork Testing Team)

TTA Verified : HomeGateway :, : (NEtwork Testing Team) TTA Verified : HomeGateway :, : (NEtwork Testing Team) : TTA-V-N-05-006-CC11 TTA Verified :2006 6 27 : 01 : 2005 7 18 : 2/15 00 01 2005 7 18 2006 6 27 6 7 9 Ethernet (VLAN, QoS, FTP ) (, ) : TTA-V-N-05-006-CC11

More information

Special Theme _ 모바일웹과 스마트폰 본 고에서는 모바일웹에서의 단말 API인 W3C DAP (Device API and Policy) 의 표준 개발 현황에 대해서 살펴보고 관 련하여 개발 중인 사례를 통하여 이해를 돕고자 한다. 2. 웹 애플리케이션과 네이

Special Theme _ 모바일웹과 스마트폰 본 고에서는 모바일웹에서의 단말 API인 W3C DAP (Device API and Policy) 의 표준 개발 현황에 대해서 살펴보고 관 련하여 개발 중인 사례를 통하여 이해를 돕고자 한다. 2. 웹 애플리케이션과 네이 모바일웹 플랫폼과 Device API 표준 이강찬 TTA 유비쿼터스 웹 응용 실무반(WG6052)의장, ETRI 선임연구원 1. 머리말 현재 소개되어 이용되는 모바일 플랫폼은 아이폰, 윈 도 모바일, 안드로이드, 심비안, 모조, 리모, 팜 WebOS, 바다 등이 있으며, 플랫폼별로 버전을 고려하면 그 수 를 열거하기 힘들 정도로 다양하게 이용되고 있다. 이

More information

TTA Journal No.157_서체변경.indd

TTA Journal No.157_서체변경.indd 표준 시험인증 기술 동향 FIDO(Fast IDentity Online) 생체 인증 기술 표준화 동향 이동기 TTA 모바일응용서비스 프로젝트그룹(PG910) 의장 SK텔레콤 NIC 담당 매니저 76 l 2015 01/02 PASSWORDLESS EXPERIENCE (UAF standards) ONLINE AUTH REQUEST LOCAL DEVICE AUTH

More information

歯이시홍).PDF

歯이시홍).PDF cwseo@netsgo.com Si-Hong Lee duckling@sktelecom.com SK Telecom Platform - 1 - 1. Digital AMPS CDMA (IS-95 A/B) CDMA (cdma2000-1x) IMT-2000 (IS-95 C) ( ) ( ) ( ) ( ) - 2 - 2. QoS Market QoS Coverage C/D

More information

untitled

untitled PowerBuilder 連 Microsoft SQL Server database PB10.0 PB9.0 若 Microsoft SQL Server 料 database Profile MSS 料 (Microsoft SQL Server database interface) 行了 PB10.0 了 Sybase 不 Microsoft 料 了 SQL Server 料 PB10.0

More information

초보자를 위한 자바 2 21일 완성 - 최신개정판

초보자를 위한 자바 2 21일 완성 - 최신개정판 .,,.,. 7. Sun Microsystems.,,. Sun Bill Joy.. 15... ( ), ( )... 4600. .,,,,,., 5 Java 2 1.4. C++, Perl, Visual Basic, Delphi, Microsoft C#. WebGain Visual Cafe, Borland JBuilder, Sun ONE Studio., Sun Java

More information

Assign an IP Address and Access the Video Stream - Installation Guide

Assign an IP Address and Access the Video Stream - Installation Guide 설치 안내서 IP 주소 할당 및 비디오 스트림에 액세스 책임 본 문서는 최대한 주의를 기울여 작성되었습니다. 잘못되거나 누락된 정보가 있는 경우 엑시스 지사로 알려 주시기 바랍니다. Axis Communications AB는 기술적 또는 인쇄상의 오류에 대해 책 임을 지지 않으며 사전 통지 없이 제품 및 설명서를 변경할 수 있습니다. Axis Communications

More information

Analyst Briefing

Analyst Briefing . Improve your Outlook on Email and File Management iseminar.. 1544(or 6677)-3355 800x600. iseminar Chat... Improve your Outlook on Email and File Management :, 2003 1 29.. Collaboration Suite - Key Messages

More information

ETL_project_best_practice1.ppt

ETL_project_best_practice1.ppt ETL ETL Data,., Data Warehouse DataData Warehouse ETL tool/system: ETL, ETL Process Data Warehouse Platform Database, Access Method Data Source Data Operational Data Near Real-Time Data Modeling Refresh/Replication

More information

초보자를 위한 ADO 21일 완성

초보자를 위한 ADO 21일 완성 ADO 21, 21 Sams Teach Yourself ADO 2.5 in 21 Days., 21., 2 1 ADO., ADO.? ADO 21 (VB, VBA, VB ), ADO. 3 (Week). 1, 2, COM+ 3.. HTML,. 3 (week), ADO. 24 1 - ADO OLE DB SQL, UDA(Universal Data Access) ADO.,,

More information

1

1 1 1....6 1.1...6 2. Java Architecture...7 2.1 2SDK(Software Development Kit)...8 2.2 JRE(Java Runtime Environment)...9 2.3 (Java Virtual Machine, JVM)...10 2.4 JVM...11 2.5 (runtime)jvm...12 2.5.1 2.5.2

More information

UML

UML Introduction to UML Team. 5 2014/03/14 원스타 200611494 김성원 200810047 허태경 200811466 - Index - 1. UML이란? - 3 2. UML Diagram - 4 3. UML 표기법 - 17 4. GRAPPLE에 따른 UML 작성 과정 - 21 5. UML Tool Star UML - 32 6. 참조문헌

More information

untitled

untitled Memory leak Resource 力 金 3-tier 見 Out of Memory( 不 ) Memory leak( 漏 ) 狀 Application Server Crash 理 Server 狀 Crash 類 JVM 說 例 行說 說 Memory leak Resource Out of Memory Memory leak Out of Memory 不論 Java heap

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

untitled

untitled : 2009 00 00 : IMS - 1.0 : IPR. IMS,.,. IMS IMS IMS 1). Copyright IMS Global Learning Consortium 2007. All Rights Reserved., IMS Korea ( ). IMS,. IMS,., IMS IMS., IMS.,., 3. Copyright 2007 by IMS Global

More information

JVM 메모리구조

JVM 메모리구조 조명이정도면괜찮조! 주제 JVM 메모리구조 설미라자료조사, 자료작성, PPT 작성, 보고서작성. 발표. 조장. 최지성자료조사, 자료작성, PPT 작성, 보고서작성. 발표. 조원 이용열자료조사, 자료작성, PPT 작성, 보고서작성. 이윤경 자료조사, 자료작성, PPT작성, 보고서작성. 이수은 자료조사, 자료작성, PPT작성, 보고서작성. 발표일 2013. 05.

More information

¨ìÃÊÁ¡2

¨ìÃÊÁ¡2 2 Worldwide Converged Mobile Device Shipment Share by Operating System, 2005 and 2010 Paim OS (3.6%) BiackBerry OS (7.5%) 2005 Other (0.3%) Linux (21.8%) Symbian OS (60.7%) Windows Mobile (6.1%) Total=56.52M

More information

Microsoft Word - 조병호

Microsoft Word - 조병호 포커스 클라우드 컴퓨팅 서비스 기술 및 표준화 추진 동향 조병호* 2006년에 클라우딩 컴퓨팅이란 용어가 처음 생겨난 이래 글로벌 IT 기업 CEO들이 잇달아 차 기 핵심 기술로 클라우드 컴퓨팅을 지목하면서 전세계적으로 클라우드 컴퓨팅이라는 새로운 파 라다임에 관심이 고조되고 있다. 클라우드 컴퓨팅 기술을 이용하면 효율적인 IT 자원을 운용할 수 있으며 비용절감

More information

Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 11 년 10 월 26 일수요일

Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 11 년 10 월 26 일수요일 Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 Introduce Me!!! Job Jeju National University Student Ubuntu Korean Jeju Community Owner E-Mail: ned3y2k@hanmail.net Blog: http://ned3y2k.wo.tc Facebook: http://www.facebook.com/gyeongdae

More information

OZ-LMS TM OZ-LMS 2008 OZ-LMS 2006 OZ-LMS Lite Best IT Serviece Provider OZNET KOREA Management Philosophy & Vision Introduction OZNETKOREA IT Mission Core Values KH IT ERP Web Solution IT SW 2000 4 3 508-2

More information

<4D6963726F736F667420506F776572506F696E74202D2030342E20C0CEC5CDB3DD20C0C0BFEB20B9D720BCADBAF1BDBA20B1E2BCFA2831292E70707478>

<4D6963726F736F667420506F776572506F696E74202D2030342E20C0CEC5CDB3DD20C0C0BFEB20B9D720BCADBAF1BDBA20B1E2BCFA2831292E70707478> 웹과 인터넷 활용 및실습 () (Part I) 문양세 강원대학교 IT대학 컴퓨터과학전공 강의 내용 전자우편(e-mail) 인스턴트 메신저(instant messenger) FTP (file transfer protocol) WWW (world wide web) 인터넷 검색 홈네트워크 (home network) Web 2.0 개인 미니홈페이지 블로그 (blog)

More information

초보자를 위한 C++

초보자를 위한 C++ C++. 24,,,,, C++ C++.,..,., ( ). /. ( 4 ) ( ).. C++., C++ C++. C++., 24 C++. C? C++ C C, C++ (Stroustrup) C++, C C++. C. C 24.,. C. C+ +?. X C++.. COBOL COBOL COBOL., C++. Java C# C++, C++. C++. Java C#

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

Microsoft SQL Server 2005 포켓 컨설턴트 관리자용

Microsoft SQL Server 2005 포켓 컨설턴트 관리자용 Microsoft SQL Server 2005 SQL Server 2005. SQL Server,. SQL Server. SQL Server,,, ( ). 1000 100,,,, SQL Server.? Microsoft SQL Server 2005 SQL Server (Workgroup, Standard, Enterprise, Developer).. SQL

More information

API STORE 키발급및 API 사용가이드 Document Information 문서명 : API STORE 언어별 Client 사용가이드작성자 : 작성일 : 업무영역 : 버전 : 1 st Draft. 서브시스템 : 문서번호 : 단계 : Docum

API STORE 키발급및 API 사용가이드 Document Information 문서명 : API STORE 언어별 Client 사용가이드작성자 : 작성일 : 업무영역 : 버전 : 1 st Draft. 서브시스템 : 문서번호 : 단계 : Docum API STORE 키발급및 API 사용가이드 Document Information 문서명 : API STORE 언어별 Client 사용가이드작성자 : 작성일 : 2012.11.23 업무영역 : 버전 : 1 st Draft. 서브시스템 : 문서번호 : 단계 : Document Distribution Copy Number Name(Role, Title) Date

More information

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for 2003 Development of the Software Generation Method using Model Driven Software Engineering Tool,,,,, Hoon-Seon Chang, Jae-Cheon Jung, Jae-Hack Kim Hee-Hwan Han, Do-Yeon Kim, Young-Woo Chang Wang Sik, Moon

More information

오늘날의 기업들은 24시간 365일 멈추지 않고 돌아간다. 그리고 이러한 기업들을 위해서 업무와 관련 된 중요한 문서들은 언제 어디서라도 항상 접근하여 활용이 가능해야 한다. 끊임없이 변화하는 기업들 의 경쟁 속에서 기업내의 중요 문서의 효율적인 관리와 활용 방안은 이

오늘날의 기업들은 24시간 365일 멈추지 않고 돌아간다. 그리고 이러한 기업들을 위해서 업무와 관련 된 중요한 문서들은 언제 어디서라도 항상 접근하여 활용이 가능해야 한다. 끊임없이 변화하는 기업들 의 경쟁 속에서 기업내의 중요 문서의 효율적인 관리와 활용 방안은 이 C Cover Story 05 Simple. Secure. Everywhere. 문서관리 혁신의 출발점, Oracle Documents Cloud Service 최근 문서 관리 시스템의 경우 커다란 비용 투자 없이 효율적으로 문서를 관리하기 위한 기업들의 요구는 지속적으로 증가하고 있다. 이를 위해, 기업 컨텐츠 관리 솔루션 부분을 선도하는 오라클은 문서관리

More information

untitled

untitled A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Designer Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Designer

More information

untitled

untitled Push... 2 Push... 4 Push... 5 Push... 13 Push... 15 1 FORCS Co., LTD A Leader of Enterprise e-business Solution Push (Daemon ), Push Push Observer. Push., Observer. Session. Thread Thread. Observer ID.

More information

歯최덕재.PDF

歯최덕재.PDF ISP Monitoring Tool OSPF SNMP, Metric MIB OSPFECMP 1 11 [6], Metric ISP(Internet Service Provider) Monitoring Tool, [5] , (Network Management System) SNMP ECMP Cost OSPF ECMP IGP(Interior Gateway Protocol)

More information

untitled

untitled A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Designer Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Designer

More information

SyncMLServer-정보과학회_논문지.PDF

SyncMLServer-정보과학회_논문지.PDF Design and Implementation of SyncML Data Synchronization System based on Session Manager (Byung-Yun Lee) (Gil-Haeng Lee) (Jin-Hyun Cho) (Soo-Hee Ryu) (Hoon Choi) PDA,,, (synchronization) 2000 12,, IBM

More information

<3035303432365FC8A8C6E4C0CCC1F620B0B3B9DF20BAB8BEC8B0A1C0CCB5E5C3D6C1BE28C0FAC0DBB1C7BBE8C1A6292E687770>

<3035303432365FC8A8C6E4C0CCC1F620B0B3B9DF20BAB8BEC8B0A1C0CCB5E5C3D6C1BE28C0FAC0DBB1C7BBE8C1A6292E687770> 개 요 홈페이지 해킹 현황 및 사례 홈페이지 개발시 보안 취약점 및 대책 주요 애플리케이션 보안 대책 결 론 참고자료 [부록1] 개발 언어별 로그인 인증 프로세스 예제 [부록2] 대규모 홈페이지 변조 예방을 위한 권고(안) [부록3] 개인정보의 기술적 관리적 보호조치 기준(안) [부록4] 웹 보안관련 주요 사이트 리스트 7000 6,478 6000 5000

More information

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS ( PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (http://ddns.hanwha-security.com) Step 1~5. Step, PC, DVR Step 1. Cable Step

More information

SQL Developer Connect to TimesTen 유니원아이앤씨 DB 기술지원팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 작성자

SQL Developer Connect to TimesTen 유니원아이앤씨 DB 기술지원팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 작성자 SQL Developer Connect to TimesTen 유니원아이앤씨 DB 팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 2010-07-28 작성자 김학준 최종수정일 2010-07-28 문서번호 20100728_01_khj 재개정이력 일자내용수정인버전

More information

Something that can be seen, touched or otherwise sensed

Something that can be seen, touched or otherwise sensed Something that can be seen, touched or otherwise sensed Things about an object Weight Height Material Things an object does Pen writes Book stores words Water have Fresh water Rivers Oceans have

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper Windows Netra Blade X3-2B( Sun Netra X6270 M3 Blade) : E37790 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs,

More information

SchoolNet튜토리얼.PDF

SchoolNet튜토리얼.PDF Interoperability :,, Reusability: : Manageability : Accessibility :, LMS Durability : (Specifications), AICC (Aviation Industry CBT Committee) : 1988, /, LMS IMS : 1997EduCom NLII,,,,, ARIADNE (Alliance

More information

HTML5가 웹 환경에 미치는 영향 고 있어 웹 플랫폼 환경과는 차이가 있다. HTML5는 기존 HTML 기반 웹 브라우저와의 호환성을 유지하면서도, 구조적인 마크업(mark-up) 및 편리한 웹 폼(web form) 기능을 제공하고, 리치웹 애플리케이 션(RIA)을

HTML5가 웹 환경에 미치는 영향 고 있어 웹 플랫폼 환경과는 차이가 있다. HTML5는 기존 HTML 기반 웹 브라우저와의 호환성을 유지하면서도, 구조적인 마크업(mark-up) 및 편리한 웹 폼(web form) 기능을 제공하고, 리치웹 애플리케이 션(RIA)을 동 향 제 23 권 5호 통권 504호 HTML5가 웹 환경에 미치는 영향 이 은 민 * 16) 1. 개 요 구글(Google)은 2010년 5월 구글 I/O 개발자 컨퍼런스에서 HTML5를 통해 플러 그인의 사용이 줄어들고 프로그램 다운로드 및 설치가 필요 없는 브라우저 기반 웹 플랫폼 환경이 점차 구현되고 있다고 강조했다. 그리고 애플(Apple)은 2010년

More information

I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r

I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r Jakarta is a Project of the Apache

More information

Mstage.PDF

Mstage.PDF Wap Push June, 2001 Contents About Mstage What is the Wap Push? SMS vs. Push Wap push Operation Wap push Architecture Wap push Wap push Wap push Example Company Outline : (Mstage co., Ltd.) : : 1999.5

More information

Web Application Hosting in the AWS Cloud Contents 개요 가용성과 확장성이 높은 웹 호스팅은 복잡하고 비용이 많이 드는 사업이 될 수 있습니다. 전통적인 웹 확장 아키텍처는 높은 수준의 안정성을 보장하기 위해 복잡한 솔루션으로 구현

Web Application Hosting in the AWS Cloud Contents 개요 가용성과 확장성이 높은 웹 호스팅은 복잡하고 비용이 많이 드는 사업이 될 수 있습니다. 전통적인 웹 확장 아키텍처는 높은 수준의 안정성을 보장하기 위해 복잡한 솔루션으로 구현 02 Web Application Hosting in the AWS Cloud www.wisen.co.kr Wisely Combine the Network platforms Web Application Hosting in the AWS Cloud Contents 개요 가용성과 확장성이 높은 웹 호스팅은 복잡하고 비용이 많이 드는 사업이 될 수 있습니다. 전통적인

More information

Backup Exec

Backup Exec (sjin.kim@veritas.com) www.veritas veritas.co..co.kr ? 24 X 7 X 365 Global Data Access.. 100% Storage Used Terabytes 9 8 7 6 5 4 3 2 1 0 2000 2001 2002 2003 IDC (TB) 93%. 199693,000 TB 2000831,000 TB.

More information

ibmdw_rest_v1.0.ppt

ibmdw_rest_v1.0.ppt REST in Enterprise 박찬욱 1-1- MISSING PIECE OF ENTERPRISE Table of Contents 1. 2. REST 3. REST 4. REST 5. 2-2 - Wise chanwook.tistory.com / cwpark@itwise.co.kr / chanwook.god@gmail.com ARM WOA S&C AP ENI

More information

歯홍원기.PDF

歯홍원기.PDF WWW (World-Wide Web), 1, 1969 ARPANET[1], MRTG[2], Etherfind[3],, WWW TCPdump[4], WebTrafMon[5] (World-Wide Web) WWW MIB SNMP agent SNMP manager,, SNMP agent SNMP manager , NT manager, [8], WebTrafMon[5]

More information

Microsoft Word - src.doc

Microsoft Word - src.doc IPTV 서비스탐색및콘텐츠가이드 RI 시스템운용매뉴얼 목차 1. 서버설정방법... 5 1.1. 서비스탐색서버설정... 5 1.2. 컨텐츠가이드서버설정... 6 2. 서버운용방법... 7 2.1. 서비스탐색서버운용... 7 2.1.1. 서비스가이드서버실행... 7 2.1.2. 서비스가이드정보확인... 8 2.1.3. 서비스가이드정보추가... 9 2.1.4. 서비스가이드정보삭제...

More information

T100MD+

T100MD+ User s Manual 100% ) ( x b a a + 1 RX+ TX+ DTR GND TX+ RX+ DTR GND RX+ TX+ DTR GND DSR RX+ TX+ DTR GND DSR [ DCE TYPE ] [ DCE TYPE ] RS232 Format Baud 1 T100MD+

More information

USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl C

USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl C USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC Step 1~5. Step, PC, DVR Step 1. Cable Step

More information

UDP Flooding Attack 공격과 방어

UDP Flooding Attack 공격과 방어 황 교 국 (fullc0de@gmail.com) SK Infosec Co., Inc MSS Biz. Security Center Table of Contents 1. 소개...3 2. 공격 관련 Protocols Overview...3 2.1. UDP Protocol...3 2.2. ICMP Protocol...4 3. UDP Flood Test Environment...5

More information

untitled

untitled A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Getting Started 'OZ

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Web Browser Web Server ( ) MS Explorer 5.0 WEB Server MS-SQL HTML Image Multimedia IIS Application Web Server ASP ASP platform Admin Web Based ASP Platform Manager Any Platform ASP : Application Service

More information

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

More information

歯튜토리얼-이헌중.PDF

歯튜토리얼-이헌중.PDF leehj@nca nca.or..or.kr 1 : 2 : / 3 : 4 : 5 : 6 : 2 1 : 1.? 2. 3. 4. 5. 3 1.? " MOU (ISO, IEC, ITU, UN/ECE) Electronic Business A generic term covering information definition and exchange requirements

More information

Design Issues

Design Issues 11 COMPUTER PROGRAMMING INHERIATANCE CONTENTS OVERVIEW OF INHERITANCE INHERITANCE OF MEMBER VARIABLE RESERVED WORD SUPER METHOD INHERITANCE and OVERRIDING INHERITANCE and CONSTRUCTOR 2 Overview of Inheritance

More information

LXR 설치 및 사용법.doc

LXR 설치 및 사용법.doc Installation of LXR (Linux Cross-Reference) for Source Code Reference Code Reference LXR : 2002512( ), : 1/1 1 3 2 LXR 3 21 LXR 3 22 LXR 221 LXR 3 222 LXR 3 3 23 LXR lxrconf 4 24 241 httpdconf 6 242 htaccess

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Synergy EDMS www.comtrue.com opyright 2001 ComTrue Technologies. All right reserved. - 1 opyright 2001 ComTrue Technologies. All right reserved. - 2 opyright 2001 ComTrue Technologies. All right reserved.

More information

Microsoft PowerPoint - Smart CRM v4.0_TM 소개_20160320.pptx

Microsoft PowerPoint - Smart CRM v4.0_TM 소개_20160320.pptx (보험TM) 소개서 2015.12 대표전화 : 070 ) 7405 1700 팩스 : 02 ) 6012 1784 홈 페이지 : http://www.itfact.co.kr 목 차 01. Framework 02. Application 03. 회사 소개 01. Framework 1) Architecture Server Framework Client Framework

More information

Ⅰ. 서론 1989년 CERN의 팀 버너스 리에 의해 만들어진 월드 와이드 웹 기술은 HTML(HyperText Markup Language), URL(Unified Resource Locator, HTTP(Hyper- Text Transfer Protocol)이라는

Ⅰ. 서론 1989년 CERN의 팀 버너스 리에 의해 만들어진 월드 와이드 웹 기술은 HTML(HyperText Markup Language), URL(Unified Resource Locator, HTTP(Hyper- Text Transfer Protocol)이라는 HTML5 기반의 웹 플랫폼 기술 표준화 동향 d 융합환경하에서의 신성장동력 분석 특집 전종홍 (J.H. Jeon) 이승윤 (S.Y. Lee) 서비스융합표준연구팀 책임연구원 서비스융합표준연구팀 팀장 Ⅰ. 서론 Ⅱ. 웹 기술의 진화 Ⅲ. 웹 애플리케이션 플랫폼 기술 표준 동향 Ⅳ. 웹 운영체제 기술 동향 Ⅴ. 결론 * 본 연구는 방송통신위원회의 지원을 받는 방송통신표준개발지원사업의

More information

10X56_NWG_KOR.indd

10X56_NWG_KOR.indd 디지털 프로젝터 X56 네트워크 가이드 이 제품을 구입해 주셔서 감사합니다. 본 설명서는 네트워크 기능 만을 설명하기 위한 것입니다. 본 제품을 올바르게 사 용하려면 이 취급절명저와 본 제품의 다른 취급절명저를 참조하시기 바랍니다. 중요한 주의사항 이 제품을 사용하기 전에 먼저 이 제품에 대한 모든 설명서를 잘 읽어 보십시오. 읽은 뒤에는 나중에 필요할 때

More information

MasoJava4_Dongbin.PDF

MasoJava4_Dongbin.PDF JSTORM http://wwwjstormpekr Issued by: < > Revision: Document Information Document title: Document file name: MasoJava4_Dongbindoc Revision number: Issued by: < > SI, dbin@handysoftcokr

More information

vm-웨어-01장

vm-웨어-01장 Chapter 16 21 (Agenda). (Green),., 2010. IT IT. IT 2007 3.1% 2030 11.1%, IT 2007 1.1.% 2030 4.7%, 2020 4 IT. 1 IT, IT. (Virtualization),. 2009 /IT 2010 10 2. 6 2008. 1970 MIT IBM (Mainframe), x86 1. (http

More information

<49534F20323030303020C0CEC1F520BBE7C8C4BDC9BBE720C4C1BCB3C6C320B9D7204954534D20BDC3BDBAC5DB20B0EDB5B5C8AD20C1A6BEC8BFE4C3BBBCAD2E687770>

<49534F20323030303020C0CEC1F520BBE7C8C4BDC9BBE720C4C1BCB3C6C320B9D7204954534D20BDC3BDBAC5DB20B0EDB5B5C8AD20C1A6BEC8BFE4C3BBBCAD2E687770> ISO 20000 인증 사후심사 컨설팅 및 ITSM 시스템 고도화를 위한 제 안 요 청 서 2008. 6. 한 국 학 술 진 흥 재 단 이 자료는 한국학술진흥재단 제안서 작성이외의 목적으로 복제, 전달 및 사용을 금함 목 차 Ⅰ. 사업개요 1 1. 사업명 1 2. 추진배경 1 3. 목적 1 4. 사업내용 2 5. 기대효과 2 Ⅱ. 사업추진계획 4 1. 추진체계

More information

User's Guide Manual

User's Guide Manual 1. 롯데 통합구매 시스템 사용자 매뉴얼 (공급사용) 2006.01-1 - 문서 이력(Revision History) Date Version Description Author(s) 2006/01 V1.0 사용자 매뉴얼 - 공급사용 롯데CFD 주) 이 사용자 안내서의 내용과 롯데 통합구매 시스템은 저작권법과 컴퓨터 프로그램 보호법으로 보호 받고 있으며, 롯데CFD의

More information

Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer

Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer Domino, Portal & Workplace WPLC FTSS Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer ? Lotus Notes Clients

More information

adfasdfasfdasfasfadf

adfasdfasfdasfasfadf C 4.5 Source code Pt.3 ISL / 강한솔 2019-04-10 Index Tree structure Build.h Tree.h St-thresh.h 2 Tree structure *Concpets : Node, Branch, Leaf, Subtree, Attribute, Attribute Value, Class Play, Don't Play.

More information

Model Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based

Model Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based e- Business Web Site 2002. 04.26 Model Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based Approach High E-Business Functionality Web Web --based based KMS/BIS

More information

No Slide Title

No Slide Title Copyright, 2001 Multimedia Lab., CH 3. COM object (In-process server) Eun-sung Lee twoss@mmlab.net Multimedia Lab. Dept. of Electrical and Computer Eng. University of Seoul Seoul, Korea 0. Contents 1.

More information

Corporate PPT Template

Corporate PPT Template Tech Sales Consultant Oracle Corporation What s New in Oracle9iAS Forms? Why upgrade Oracle Forms to the WEB? Agenda Oracle9i Forms Web Oracle9i Forms Oracle9i Forms Oracle9i Forms What s NEW in Oracle

More information

OPCTalk for Hitachi Ethernet 1 2. Path. DCOMwindow NT/2000 network server. Winsock update win95. . . 3 Excel CSV. Update Background Thread Client Command Queue Size Client Dynamic Scan Block Block

More information

FileMaker 15 WebDirect 설명서

FileMaker 15 WebDirect 설명서 FileMaker 15 WebDirect 2013-2016 FileMaker, Inc.. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc.. FileMaker WebDirect FileMaker, Inc... FileMaker.

More information