2011 년동향및주요포인트 퍼블릭 / 프라이빗클라우드확산 오픈소스 2

Size: px
Start display at page:

Download "2011 년동향및주요포인트 퍼블릭 / 프라이빗클라우드확산 오픈소스 2"

Transcription

1 오픈소스기반클라우드인프라 기술현황및진화방향 / KT 마스터 PM & OpenStack 한국커뮤니티리더, 안재석박사 1

2 2011 년동향및주요포인트 퍼블릭 / 프라이빗클라우드확산 오픈소스 2

3 2011 이전 2011 상용클라우드 구축기술 VMware or Nothing VMware or OpenSource 퍼블릭 클라우드 서비스 Amazon (AWS) had all. Amazon still has the most, but other potential competitors are emerging. 프라이빗 & 하이브리드 Only in concept Becoming reality 3

4 오픈소스와클라우드, 4

5 OpenStack? 2011년가장중요한 10개의오픈소스프로젝트 (Linux.com) 2012년에주목해야할다섯가지오픈소스 (IDG news, PC World) The most exiting thing happened to cloud in 2011 (infoworld, Eric Knorr) (35파트너) >> (144파트너) NASA, 델, HP, 시트릭스, 시스코, 마이크로소프트, Canonical (Ubuntu Linux), Suse Linux, AT&T, NTT, KT, Intel, F5, NEC 5

6 OpenStack, Kernal of Cloud OS Connects to apps via APIs Self-service Portals for users USERS ADMINS APPS CLOUD OPERATING SYSTEM Control & Automates Pools of Resources Efficiently allocate resources Compute Pool Virtualized Servers Storage Pool Virtualized Storage Network Pool Virtualized Networks 6

7 OpenStack 이란? OpenStack 은 Public 과 Private 클라우드를구축하기위한오픈소스소프트웨어 OpenStack 은서버, 스토리지, 네트워크, 가상화기술들과같은리소스들을모으고, 이들을제어하고운영하 기위한 Cloud Operating System OpenStack 은오픈소스기반으로클라우드를구축하고운용하고자하는오픈소스개발자, 회사, 사용자들 로이루어진커뮤니티 7

8 OpenStack 이가진것은? Open%Source Apache 2.0 license, NO enterprise version Open%Design Open%Development Open Design Summit Lanuchpad 와 Github 를통해이루어지는공개개발. 누구든지제안하고참여할수있는개발프로세스 Open%Community OpenStack Foundation in

9 시작은... 9

10 2010 년 6 월 OSCON 10

11 11

12 OpenStack History : OpenStack : design summit in Austin (35 ) :, Austin : Design Summit (San Antonio) : Bexar : Cactus : Design Summit (Santa Clara) : Diablo : Design Summit (Boston) : Essex 12

13 지금은... 13

14 2219 명과 144 개파트너 Systems Management Hardware Service Providers Government Financial E-commerce >50 M Venture Capital 14

15 15

16 OpenStack 의주요프로젝트! Compute (code-named Nova ) -,,.! Object Storage (code-named Swift ) -! Image Service (code-named Glance ) - / / / 16

17 OpenStack 의주요프로젝트! OpenStack Identity (code-named Keystone) - OpenStack! OpenStack Dashboard - OpenStack Self-service portal (reference implementation) 17

18 Incubating Projects Atlas-LB: Load Balancing as as Service; 다양한 LB 들을 plug-in 형태로수용하기위한인터페이스 Burrow: 멀티테넌트클라우드를위한 message-queue 시스템 Dodai: Cluster as a Service; 다양한종류의멀티클러스터들을관리하기위한시스템 Crowbar: OpenStack 을 bare-metal 에설치 / 운용 / 관리하기위한자동화툴 ( 프레임워크 ) RedDwarf: A scalable relational database as a service Clanavi: Drupal 기반의클라우드관리툴 Donabe: 하나이상의리소스들을그룹화하여하나의유닛으로관리하고서비스가가능토록하는컨테이너서비스 Julu: ubuntu 에서제공되는 deployment/provisioning 자동화툴 Platform as a Service... 그외다수 18

19 OpenStack Compute (Nova) 19

20 OpenStack Nova 모듈 Pluggable - simple (least-load) - chance (random) - distributed scheduler (zone-aware) * host-filter * least-cost function - resource (capability) aware scheduler 하이퍼바이저 - QEMU, KVM, UML, LXC - Xen and XenServer - Hyper-V - VMware vsphere - WSGI middleware - EC2/OpenStack API - Keystone/standalone auth 지원가능한네트워크모드 - Flat, FlatDHCP, Vlan - IPv4 / IPv6 사용가능스토리지종류 - Local LVM volume groups - iscsi - Sheepdog - HP/Lefthand SANs 메타데이터 & Status 정보저장 - Sqlite - MySQL - Postgres 20 P

21 API 서버 Hypervisor, storage, networking 관련명령 / 제어를할수있도록하는인터페이스 기본적인 HTTP 웹서비스형태 User 는 User 생성시 EC2 access/secret key 와 OpenStack API access key 를할당받는데, API 사용시포함시켜 API 서버가사용자를인증할수있도록한다. AWS API 와 OpenStack API 제공 AWS API VM instance, Security Group, Volume, Snapshot, SSH Key, VM image, IP address, Availability Zone 관련명령 / 제어 EC2 API 의 command-line 툴인 Euca2ools 를통해 EC2 API 사용이가능 OpenStack API 원래 Rackspace Cloud Server 를제어하기위한 API Servers, Images, Flavours, Shared IP 관련명령 / 제어 >> 프로젝트가진행되면서 OpenStack API set 이확대됨 command-line 툴인 novatools 를통해사용가능 21

22 Scheduler, Compute, Network Scheduler 요청된가상리소스들을실제로어떤하드웨어에제공할지를선택하는역할 Compute Compute Server 리소스들을제공하고인스턴스들을관리 Instance Run, Terminate, Reboot Volume Attach, Detach 지원 Hypervisor별사용가능한 Nova 기능 ( Network 네트워크리소스들을관리 22

23 System Architecture Web UI (Dashboard) Volume Worker Volume Storage (iscsi Identity (keystone) middleware OpenStack API API 서버 local method Queue Network Worker EC2 API REST Scheduler Compute Worker User (CLI, REST) REST REST Image Store (Local, Swift, AWS S3 etc) Image Service (Glance) 23

24 OpenStack Glance (Image) VM Store image & retrieve 를저장 VM / 가져오기 images REST-based 기반 API 3. Compatible 대다수의이미지 with all 포맷들과 common 호환가능 image formats 4. Storage 다양한스토리지 agnostic: Store 방식지원 images locally, or use - 로칼 OpenStack 스토리지 Object Storage, HTTP, or S3 - Http, AWS S3, OpenStack Swift 24

25 Multi Cluster 구조 Zone 은 Nova 서비스들과호스트들의논리적그룹. Zone 은다른 zone 을포함가능 : Nested 구조 A: API Service S: Scheduler Service N: Network Service V: Volume Service 25

26 Network 구조 Flat Mode 모든 instance가하나의 bridge에연결되어고정 IP 부여받음 Flat DHCP Mode Ethernet device ( eth0 ) 이 bridge가되며 Instance는 dhcpdiscover 로 dnsmasq로부 IP를할당받음 VLAN DHCP mode - - 자신의 instance 를 public 영역에노출시키지않고, VPN 을통해접근가능. 프로젝트별로 VLAN 과 bridge 를생성 ( 프로젝트는 private ip 대역을얻음 ) 하며, Instance 는해당프로젝트가할당받은 private ip 중하나를받음. 26

27 Network 구조 (VLAN) Security Group: 그룹별로네트워크접근을위한규칙을설정가능 Cloudpipe: 프로젝트별 VPN Tunnel (OpenVPN 서버 ) 27

28 네트워크서비스 (Quantum) Nova: Virtual Machine 서비스 Quantum: Virtual Network 서비스 - 사용자 / 관리자들이자동으로네트워크리소스를 provisioning 하기위한 API - 물리적리소스들을논리적모델로운용 / 제어 - 다른종류의 back-end 기술들을융합하여활용가능한 plug-in 아키텍처를제공 28

29 예제시나리오 VM VM VM Create VMs Nova Create Networks OpenStack Cloud User Attach Interfaces Quantum Net1% Net2% 29

30 Quantum 의장점 OpenStack 서비스들을연결시키는다양한형태의 multi-tier 네트워크 topology 들을생성시키기위한사용자 / 관리자 API (VM, Load Balancers, Firewalls, etc) 네트워크의제약사항들 (e.g., VLAN limitation) 을해결하기위한새로운기술들을수용할수있는플러그인메카니즘 다양한네트워크 Capability (e.g., ACLs, QoS, Netflow) 들을 expose 가능한 API 확장성 30

31 Quantum 활용구조 ( 예제 ) Dashboard / Automation Tools Tenant API Quantum Service Quantum API Quantum Plugin nova-scheduler Tenant API Nova Service nova-api Internal nova Communication Two Plugins Available: - Open vswitch - Cisco UCS/Nexus Internal Plugin Communication nova-compute vswitch XenServer #1 Hypervisor 31

32 Quantum 활용구조 ( 예제 ) Tenant API Quantum Service Quantum Plugin physical switch Internal Plugin Communication vswitch vswitch FW FW FW VM VM VM VM Firewall Service Tenant API Network Edge: Point at which a service plugs into the network. Compute Service Tenant API 32

33 Nova 서비스구성 Atlas Load Balancer Firewall Auth Quantum Instance usage audit Monitor Keystone Auth Nova Mount Volume Storage LDAP Token Auth Auth Glance VM Image R/W Backup Swift ( S3 / File System ) 33

34 서비스구축시고려사항들 구조적요소 멀티존 네트워크구조 스토리지서비스 / Deployment 구조 Fault Tolerant 구조 모니터링구조 Hypervisor 선택 서비스요소 인터페이스 (UX) Authentication/Authorization ( 현재는 Token Auth 와 LDAP 지원 ) RBAC (Role-Based Access Control) 지원가상호스트용 OS 범위결정 + 알파 : Auto-scaling, Auto-provisioning,... 34

35 OpenStack is NOT everything monitoring - physical zabbix node - virtual collectdresources - applications nagios... networking - LB, openvpn Switch, firewall, 등 - vswitch, L2/L3 architecture HAProxy,... - Service Open Flow Interfaces... storage (file system) storage (file system) storage architecture - ZFS, GlusterFS,... file system automation - automated opscode chef deployment - puppet configuration management - continuous crowbar (from integration Dell)... datacenter - datacenter open - compute server echo system echo system PaaS - Apache Whirr, jclouds Various Services - Cloud Foundry Applications - 다양한어플리케이션... tools 35

36 OpenStack Object Storage (Swift) 36

37 OpenStack Object Storage (Swift) REST-based API 데이타는 시스템들상에 분산됨.! 수억개의 Object, Petabyte 까지확장등의 Scalablility Account/Container/Object ( ) Replication (Account, Container, Object N copy)! No central database! Hardware agnostic: commodity hardware, RAID not required 37

38 Swift 특성 시스템특성 스토리지가상화 - 물리저장시스템의위치나크기에상관없이, 이를논리적인단일스토리지로매팅하여할당 / 사용 / 관리 메타데이터를집중하지않고, 분산저장함으로써 Single Point of Failure 제거 객제들이여러클러스터내하드웨어장치에분산 / 중복저장되고이들간에무결성지원 Commodity 하드웨어기반의 Cost-Efficiency 하며 Reliable 한페타급스토리지서비스구현이가능 서비스특성 온라인에서제공되는스토리지서비스 - 이미지호스팅, 대용량데이터의백업및아카이빙용도에적합 아마존 (AWS) S3 와유사한서비스 REST 기반으로사용하기간단한 API 를제공함으로써응용이손쉬우며, account/ container/object 를 url 로접근이가능하며멀티테넌트관리가용이. 38

39 ! 논리구조 OpenStack Swift 구조! 물리구조 39

40 2012 년에는... 프라이빗 & 하이브리드 오픈소스의가능성 vs. 현실화 40

41 감사합니다. 41

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

레드햇과 오픈스택 Feb, 2014 Kim Yong Ki Solution Architect Red Hat Korea RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM 2014

레드햇과 오픈스택 Feb, 2014 Kim Yong Ki Solution Architect Red Hat Korea RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM 2014 레드햇과 오픈스택 Feb, 2014 Kim Yong Ki Solution Architect Red Hat Korea Index WHY - WHAT - HOW - WHERE - WHO - WHEN - 왜 오픈스택이 필요한가 오픈스택은 무엇인가 오픈스택은 어떻게 작동하는가 오픈스택은 어디에서 사용될까 누가 오픈스택을 만들었는가 우리는 언제 오픈스택을 사용할 수

More information

AGENDA 01 02 03 모바일 산업의 환경변화 모바일 클라우드 서비스의 등장 모바일 클라우드 서비스 융합사례

AGENDA 01 02 03 모바일 산업의 환경변화 모바일 클라우드 서비스의 등장 모바일 클라우드 서비스 융합사례 모바일 클라우드 서비스 융합사례와 시장 전망 및 신 사업전략 2011. 10 AGENDA 01 02 03 모바일 산업의 환경변화 모바일 클라우드 서비스의 등장 모바일 클라우드 서비스 융합사례 AGENDA 01. 모바일 산업의 환경 변화 가치 사슬의 분화/결합 모바일 업계에서도 PC 산업과 유사한 모듈화/분업화 진행 PC 산업 IBM à WinTel 시대 à

More information

PowerPoint Presentation

PowerPoint Presentation Data Protection Rapid Recovery x86 DR Agent based Backup - Physical Machine - Virtual Machine - Cluster Agentless Backup - VMware ESXi Deploy Agents - Windows - AD, ESXi Restore Machine - Live Recovery

More information

PowerPoint Presentation

PowerPoint Presentation 클라우드환경하의검증된 Hypervisor, 시트릭스 XenServer SeonKyung Cho, XenServer SE, APAC June 12, 2012 XenServer 고향 내용 클라우드컴퓨팅과서버가상화 클라우드컴퓨팅을위한고려사항 클라우드플래폼으로써의젠서버 클라우드컴퓨팅과서버가상화 일반적인오해 Cloud Computing = Server Virtualisation

More information

Agenda 오픈소스 트렌드 전망 Red Hat Enterprise Virtualization Red Hat Enterprise Linux OpenStack Platform Open Hybrid Cloud

Agenda 오픈소스 트렌드 전망 Red Hat Enterprise Virtualization Red Hat Enterprise Linux OpenStack Platform Open Hybrid Cloud 오픈소스 기반 레드햇 클라우드 기술 Red Hat, Inc. Senior Solution Architect 최원영 부장 wchoi@redhat.com Agenda 오픈소스 트렌드 전망 Red Hat Enterprise Virtualization Red Hat Enterprise Linux OpenStack Platform Open Hybrid Cloud Red

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

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

vm-웨어-앞부속

vm-웨어-앞부속 VMware vsphere 4 This document was created using the official VMware icon and diagram library. Copyright 2009 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright

More information

Amazon EBS (Elastic Block Storage) Amazon EC2 Local Instance Store (Ephemeral Volumes) Amazon S3 (Simple Storage Service) / Glacier Elastic File Syste (EFS) Storage Gateway AWS Import/Export 1 Instance

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

Slide 1

Slide 1 OpenStack Public 과 Private 클라우드를구축하기위한오픈소스 software OpenStack 이란? Public 과 Private 클라우드를구축하기위한 오픈소스 software 를만들어내는커뮤니티 OpenStack Compute Massive scale 의스탠다드하드웨어상에서가상머싞들을 provision 하기위한소프트웨어 Public 과 Private

More information

Agenda 1 Network Virtualization Today 2 Management Plane Scale-Out 3 Control Plane Evolution 4 High-Performance Data Plane 5 NSX Vision : Driving NSX

Agenda 1 Network Virtualization Today 2 Management Plane Scale-Out 3 Control Plane Evolution 4 High-Performance Data Plane 5 NSX Vision : Driving NSX VMware NSX 기반의네트워크가상화아키텍처의현재와미래정석호이사, VMware Korea Agenda 1 Network Virtualization Today 2 Management Plane Scale-Out 3 Control Plane Evolution 4 High-Performance Data Plane 5 NSX Vision : Driving NSX

More information

Azure Stack – What’s Next in Microsoft Cloud

Azure Stack – What’s Next in Microsoft Cloud Microsoft Azure Stack Dell EMC 와함께하는하이브리드클라우드전략 Microsoft Korea, Cloud+Enterprise 사업부진찬욱부장 Sr. Product Marketing Manager, Azure Stack Azure Momentum 120,000 New Azure customer subscriptions/month 715 Million

More information

Tech Trends 클라우드 버스팅의 현주소와 과제 아직 완벽한 클라우드 버스팅을 위해 가야 할 길이 멀지만, 하이브리드 클라우드는 충분한 이점을 가져다 준다. Robert L. Scheier Networkworld 매끄러운 클라우드 버스팅(Cloud Bursting

Tech Trends 클라우드 버스팅의 현주소와 과제 아직 완벽한 클라우드 버스팅을 위해 가야 할 길이 멀지만, 하이브리드 클라우드는 충분한 이점을 가져다 준다. Robert L. Scheier Networkworld 매끄러운 클라우드 버스팅(Cloud Bursting I D G D e e p D i v e Seamless Cloud 궁극의 클라우드 하이브리드 클라우드의 과제와 해법 클라우드를 이용해 자체 IT, 자원을 보완하는 것은 기업이 일상적인 워크로드를 위한 인프라만을 구축하고, 일시적인 과부 하를 필요할 때만 클라우드에 넘겨주는 가장 이상적인 상태 중 하나이다. 여기에 재해 복구나 비즈니스 연속성을 위한 새 로운

More information

<4D6963726F736F667420576F7264202D203134B9E9B5BFB8ED5FC0CFB9DD5F2DC0FAC0DAB0CBC5E4BCF6C1A4B9DDBFB55FB6EC5F2E646F6378>

<4D6963726F736F667420576F7264202D203134B9E9B5BFB8ED5FC0CFB9DD5F2DC0FAC0DAB0CBC5E4BCF6C1A4B9DDBFB55FB6EC5F2E646F6378> Converged System과 스마트노드플랫폼 백동명 (D.M. Baek) 윤승현 (S.H. Yoon) 이범철 (B.C. Lee) 스마트노드플랫폼연구실 선임연구원 스마트노드플랫폼연구실 책임연구원 스마트노드플랫폼연구실 팀장 Ⅰ. 서론 Ⅱ. 벤더 동향 Ⅲ. OpenStack의 퀀텀 Ⅳ. 새 통신 기술 Ⅴ. 스마트노드플랫폼 Ⅵ. 결론 * 본 연구는 미래창조과학부가

More information

Cloud Friendly System Architecture

Cloud Friendly System Architecture -Service Clients Administrator 1. -Service 구성도 : ( 좌측참고 ) LB(LoadBlancer) 2. -Service 개요 ucloud Virtual Router F/W Monitoring 개념 특징 적용가능분야 Server, WAS, DB 로구성되어 web service 를클라우드환경에서제공하기위한 service architecture

More information

solution map_....

solution map_.... SOLUTION BROCHURE RELIABLE STORAGE SOLUTIONS ETERNUS FOR RELIABILITY AND AVAILABILITY PROTECT YOUR DATA AND SUPPORT BUSINESS FLEXIBILITY WITH FUJITSU STORAGE SOLUTIONS kr.fujitsu.com INDEX 1. Storage System

More information

<4D6963726F736F667420576F7264202D205B4354BDC9C3FEB8AEC6F7C6AE5D3131C8A35FC5ACB6F3BFECB5E520C4C4C7BBC6C320B1E2BCFA20B5BFC7E2>

<4D6963726F736F667420576F7264202D205B4354BDC9C3FEB8AEC6F7C6AE5D3131C8A35FC5ACB6F3BFECB5E520C4C4C7BBC6C320B1E2BCFA20B5BFC7E2> 목차(Table of Content) 1. 클라우드 컴퓨팅 서비스 개요... 2 1.1 클라우드 컴퓨팅의 정의... 2 1.2 미래 핵심 IT 서비스로 주목받는 클라우드 컴퓨팅... 3 (1) 기업 내 협업 환경 구축 및 비용 절감 기대... 3 (2) N-스크린 구현에 따른 클라우드 컴퓨팅 기술 기대 증폭... 4 1.3 퍼스널 클라우드와 미디어 콘텐츠 서비스의

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

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

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

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

Microsoft Word - 조병호

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

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 2018 SOFTWARE VERIFICATION CTIP Version Control, Issue Management, Requirement Coverage 201311263 김민환 201311308 전세진 201411278 서희진 201411317 조민규 1 CTIP 2018 SOFTWARE VERIFICATION Version Control Issue Management

More information

OpenStack In Telco: Toward 5G Mobile network

OpenStack In Telco: Toward 5G Mobile network SKT SW-Defined Datacenter R&D 주석원랩장 NIC 기술원, 종합기술원 Edward Snowden OpenStack Summit 2017, Boston 사용료, 데이터소유권, 인프라제어권, 영향력 감시, 데이터유출파악 불가등보안측면 오픈소스커뮤니티, 지속적개선 & 발전 SKT SW-Defined Datacenter Open Software

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

클라우드 플랫폼 요소 기술

클라우드 플랫폼 요소 기술 인프라사업팀장김대성 2010 년 11 월 25 일 1 클라우드플랫폼개요 2 클라우드플랫폼주요특징 3 클라우드플랫폼요소기술 3.1 Cloud Platform Architecture 3.2 Server Virtualization 3.3 Network Virtualization 3.4 Distributed Storage 3.5 Metering, Billing &

More information

スライド タイトルなし

スライド タイトルなし 2 3 회사 소개 60%출자 40%출자 주식회사 NTT데이타 아이테크 NTT DATA의 영업협력이나 첨단기술제공, 인재육성등 여러가지 지원을 통해서 SII 그룹을 대상으로 고도의 정보 서비스를 제공 함과 동시에 NTT DATA ITEC 가 보유하고 있는 높은 업무 노하우 와 SCM을 비롯한 ERP분야의 기술력을 살려서 조립가공계 및 제조업 등 새로운 시장에

More information

Samsung SDS Enterprise Cloud Networking CDN Load Balancer WAN

Samsung SDS Enterprise Cloud Networking CDN Load Balancer WAN Samsung SDS Enterprise Cloud Networking CDN Load Balancer WAN Enterprise Cloud Networking CDN (Content Delivery Network) 전 세계에 배치된 콘텐츠 서버를 통해 빠른 전송을 지원하는 서비스 전 세계에 전진 배치된 CDN 서버를 통해 사용자가 요청한 콘텐츠를 캐싱하여

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

슬라이드 1

슬라이드 1 Produced by Tae Young Lee 2013 년 PlatformDay Devon 2012 년행정안전부스마트폰보안강의 2011 년공개 SW 역량프라자오픈테크넷세미나 大同小異 ( 대동소이 ) https://github.com/openstack/ https://github.com/apache/cloudstack https://github.com/aws

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

<BCBCBBF3C0BB20B9D9B2D9B4C220C5ACB6F3BFECB5E520C4C4C7BBC6C3C0C720B9CCB7A128BCF6C1A4295F687770>

<BCBCBBF3C0BB20B9D9B2D9B4C220C5ACB6F3BFECB5E520C4C4C7BBC6C3C0C720B9CCB7A128BCF6C1A4295F687770> 세상을 바꾸는 클라우드 컴퓨팅의 미래 KT 그룹컨설팅지원실, 김미점(mjkim@kt.com) Gartner 10대 IT Trend에서 2009년에서 2011년까지 3년 연속 선정되고, 기업에서의 경영 방식이나 개인의 삶을 다양한 방식으로 바꿀 것으로 예상되는 클라우드 컴퓨팅의 미래 전망은 어떠할까? 빅 데이터의 등장과 다양한 모바일 디바이스의 출현으로 클라

More information

Integ

Integ HP Integrity HP Chipset Itanium 2(Processor 9100) HP Integrity HP, Itanium. HP Integrity Blade BL860c HP Integrity Blade BL870c HP Integrity rx2660 HP Integrity rx3600 HP Integrity rx6600 2 HP Integrity

More information

Virtualization Days 2013

Virtualization Days 2013 윈도우 & 리눅스이중화솔루션 Lifekeeper 다원씨앤에스 서현교이사 010-3403-3405 joy@daonecns.co.kr 0 I. IT 인프라환경의변화 SIOS IT 인프라의변천 1980 년대 1990 년대 2000 년대 2010 년대 메인프레임시대 UNIX 서버시대 Linux 시대 정보처리 정보생성 정보저장 정보전달 중앙집중식컴퓨팅분산형 / 개인형컴퓨팅

More information

목차 I. OpenStack 클라우드서비스표준화 II. Object Storage 서비스구조및기술 III. 클라우드스토리지서비스제공사례 IV. 결언 2

목차 I. OpenStack 클라우드서비스표준화 II. Object Storage 서비스구조및기술 III. 클라우드스토리지서비스제공사례 IV. 결언 2 Cloud Object Storage Service based on Openstack Prepared for 2011.05.03 KT 클라우드추진본부 /PEG 황진경 목차 I. OpenStack 클라우드서비스표준화 II. Object Storage 서비스구조및기술 III. 클라우드스토리지서비스제공사례 IV. 결언 hyomin@kt.com 2 I. OpenStack

More information

Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL: E-M

Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL:   E-M Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL: http://www.olivetech.co.kr E-Mail: tech@olivetech.co.kr TEL: 031-726-4217 FAX: 031-726-4219

More information

<353020B9DAC3E1BDC42DC5ACB6F3BFECB5E520C4C4C7BBC6C3BFA1BCADC0C720BAB8BEC820B0EDB7C1BBE7C7D7BFA120B0FCC7D120BFACB1B82E687770>

<353020B9DAC3E1BDC42DC5ACB6F3BFECB5E520C4C4C7BBC6C3BFA1BCADC0C720BAB8BEC820B0EDB7C1BBE7C7D7BFA120B0FCC7D120BFACB1B82E687770> 한국산학기술학회논문지 Vol. 12, No. 3 pp. 1408-1416, 2011 클라우드 컴퓨팅에서의 보안 고려사항에 관한 연구 박춘식 1* 1 서울여자대학교 정보보호학과 Study on Security Considerations in the Cloud Computing Choon-Sik Park 1* 1 Department of Information Security,

More information

Open Cloud Engine Open Source Big Data Platform Flamingo Project Open Cloud Engine Flamingo Project Leader 김병곤

Open Cloud Engine Open Source Big Data Platform Flamingo Project Open Cloud Engine Flamingo Project Leader 김병곤 Open Cloud Engine Open Source Big Data Platform Flamingo Project Open Cloud Engine Flamingo Project Leader 김병곤 (byounggon.kim@opence.org) 빅데이터분석및서비스플랫폼 모바일 Browser 인포메이션카탈로그 Search 인포메이션유형 보안등급 생성주기 형식

More information

클라우드컴퓨팅이란? WHAT IS CLOUD COMPUTING? 2

클라우드컴퓨팅이란? WHAT IS CLOUD COMPUTING? 2 클라우드컴퓨팅기반의 Cisco UCS (Unified Computing System) 컴퓨팅디자인 최우형부장 (whchoi@cisco.com) 시스코시스템즈코리아 클라우드컴퓨팅이란? WHAT IS CLOUD COMPUTING? 2 클라우드컴퓨팅이란? Cloud 필수기술 주문형 Self Service SLA 자유로운 Access 싞속한서비스탄력성 IT 자원 Pooling

More information

/ TV 80 () DAB 2001 2002 2003 2004 2005 2010 Analog/Digital CATV Services EPG TV ( 60 ) TV ( Basic, Tier, Premiums 60 ) VOD Services Movies In Demand ( 20 ) Education N- VOD (24 ) Digital Music

More information

Windows Storage Services Adoption And Futures

Windows Storage Services Adoption And Futures VSS Exchange/SQL Server / Shadow Copy? Snapshots point-in in-time copy. Write some data Data is written to the disk t 0 t 1 t 2 Create a shadow copy Backup the static shadow copy while 2 Shadow Copy Methods

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

희망브리지

희망브리지 Building Your First Amazon VPC V3.5 2016.10 Index 01. Overview 02. Create the base VPC 03. Launch EC2 instances 04. Manually create public & private subnet 05. Launch a bastion windows host 06. Connect

More information

1. 회사소개 및 연혁 - 회사소개 회사소개 회사연혁 대표이사: 한종열 관계사 설립일 : 03. 11. 05 자본금 : 11.5억원 인 원 : 18명 에스오넷 미도리야전기코리 아 미도리야전기(일본) 2008 2007 Cisco Premier Partner 취득 Cisco Physical Security ATP 취득(진행) 서울시 강남구 도심방범CCTV관제센터

More information

untitled

untitled 3 IBM WebSphere User Conference ESB (e-mail : ljm@kr.ibm.com) Infrastructure Solution, IGS 2005. 9.13 ESB 를통한어플리케이션통합구축 2 IT 40%. IT,,.,, (Real Time Enterprise), End to End Access Processes bounded by

More information

Red Hat Solution 및 Cloud Aug 26, 2011 Won Young Choi Solution Architect 1

Red Hat Solution 및 Cloud Aug 26, 2011 Won Young Choi Solution Architect 1 Red Hat Solution 및 Cloud Aug 26, 2011 Won Young Choi Solution Architect wchoi@redhat.com 1 오픈소스 공짜 아냐? 서브스크립션은 뭐지? "Free software is a matter of liberty, not price. To understand the concept, you should

More information

untitled

untitled Agenda - PLM on Sun - PLM System Architecture - Sun s Solutions 1 PLM on Sun 2 Hardware, Infrastructure software, architecture and network computing expertise PLM software and services including systems

More information

0125_ 워크샵 발표자료_완성.key

0125_ 워크샵 발표자료_완성.key WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. WordPress is installed on a web server, which either is part of an Internet hosting service or is a network host

More information

PowerPoint Presentation

PowerPoint Presentation NETGEAR PoE/PoE+ Switch June 5, 2018 NETGEAR Switch Portfolio Full Managed Smart Managed Plus Click & Easy-Mount Smart Managed Plus - Light L2 Features - Web-Managed Insight Managed Smart Cloud - Easy

More information

Oracle9i Real Application Clusters

Oracle9i Real Application Clusters Senior Sales Consultant Oracle Corporation Oracle9i Real Application Clusters Agenda? ? (interconnect) (clusterware) Oracle9i Real Application Clusters computing is a breakthrough technology. The ability

More information

歯I-3_무선통신기반차세대망-조동호.PDF

歯I-3_무선통신기반차세대망-조동호.PDF KAIST 00-03-03 / #1 1. NGN 2. NGN 3. NGN 4. 5. 00-03-03 / #2 1. NGN 00-03-03 / #3 1.1 NGN, packet,, IP 00-03-03 / #4 Now: separate networks for separate services Low transmission delay Consistent availability

More information

6주차.key

6주차.key 6, Process concept A program in execution Program code PCB (process control block) Program counter, registers, etc. Stack Heap Data section => global variable Process in memory Process state New Running

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

미래 서비스를 위한 스마트 클라우드 모델 수동적으로 웹에 접속을 해야만 요구에 맞는 서비스를 받을 수 있었다. 수동적인 아닌 사용자의 상황에 필요한 정보를 지능적으로 파악 하여 그에 맞는 적합한 서비스 를 제공할 수 새로운 연구 개발이 요구 되고 있다. 이를 위하여,

미래 서비스를 위한 스마트 클라우드 모델 수동적으로 웹에 접속을 해야만 요구에 맞는 서비스를 받을 수 있었다. 수동적인 아닌 사용자의 상황에 필요한 정보를 지능적으로 파악 하여 그에 맞는 적합한 서비스 를 제공할 수 새로운 연구 개발이 요구 되고 있다. 이를 위하여, BIZ STORY HOT TREND 2 미래 서비스를 위한 스마트 클라우드 모델 윤용익 숙명여자대학교 정보과학부 교수 HOT TREND 2 1. 서론 클라우드 컴퓨팅은 인터넷이 접속 가능한 공간이면 언제 어디서나 사용자에게 컴퓨팅 자원을 이용할 수 있 게 해주는 기술로써 클라우드 컴퓨팅 시대의 개막은 기 존의 하드웨어 또는 소프트웨어 중심에서 서비스 중심 의

More information

자동화 툴 검토 보고서

자동화 툴 검토 보고서 KTH 자동화툴검토보고서 Puppet 2012-09-07 본문서는 INFRA 자동화 (Automation) Tool 의하나인 Puppet 에대하여검토한보고서임. Puppet labs 의내용을근간으로함. 내용 1. Puppet 이란무엇인가?... 2 2. Puppet 어떻게동작하는가?... 3 3. 재사용구성모듈정의... 4 4. 원하는상태적용... 5 첨부

More information

소프트웨어 정의 스토리지

소프트웨어 정의 스토리지 Anything as a Service 를위한소프트웨어정의스토리지 이상우한국이엠씨컴퓨터시스템즈 1 목차 3 rd 플랫폼시대로의전환 소프트웨어정의스토리지 EMC ViPR Overview EMC ViPR Controller / Data Services New Elastic Cloud Storage Appliance 2 3 rd 플랫폼시대로의전환 3 소프트웨어에의해재정의되고있는기업환경

More information

ZConverter Standard Proposal

ZConverter Standard Proposal ZConverter Cloud Migration (OpenStack & CloudStack Migration ) 2015.03 ISA Technologies, Inc D.J Min 회사소개 마이크로소프트 공인인증 ZConverter Server Backup 1. 설 립 : 2004년 11월 01일 (www.zconverter.co.kr) 2. 사업 영역 :

More information

Service-Oriented Architecture Copyright Tmax Soft 2005

Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Monolithic Architecture Reusable Services New Service Service Consumer Wrapped Service Composite

More information

자동화된 소프트웨어 정의 데이터센터

자동화된 소프트웨어 정의 데이터센터 자동화된소프트웨어정의데이터센터 이장원한국이엠씨컴퓨터시스템즈 1 목차 자동화된소프트웨어정의데이터센터 (SDDC) 오늘날의비즈니스도전과제와 EMC Federation 소프트웨어정의데이터센터 소프트웨어정의스토리지 EMC IT: 서버가상화부터 SDDC 까지 EMC IT 개괄 SDDC 전략 적용사례 2 Today s Business Challenges Cut Operational

More information

Microsoft Word - zfs-storage-family_ko.doc

Microsoft Word - zfs-storage-family_ko.doc 데이터 관리 용이성과 스토리지 효율성을 하나로 결합 주요 기능 및 이점 획기적인 가격 대비 성능과 혁신적인 단순성을 하나로 결합 특징 문제를 손쉽게 발견 및 수정하고 성능을 최적화할 수 있는 탁월한 관리 툴 포괄적이고 통합된 데이터 서비스 및 프로토콜 액티브-액티브 클러스터 옵션 데이터 압축 및 인라인 중복 제거 지속적인 데이터 증가로 인해 오늘날 IT 인프라는

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

(Microsoft PowerPoint - vForum_Public Cloud_IBM_v1.0_\271\350\306\367.pptx)

(Microsoft PowerPoint - vForum_Public Cloud_IBM_v1.0_\271\350\306\367.pptx) Public Cloud 기반의 VMware 솔루션활용전략 한국 IBM, 박현수실장 Agenda 1 VMware & IBM Partnership 개요 2 VMware on IBM Cloud Platform의특장점 3 Public 클라우드기반의 VMware 솔루션활용방안 2 Deeper, global strategic partnership to accelerate

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 인프라닉스 회사및사업소개 1 Table of Contents Ⅰ 인프라닉스소개 Ⅱ 서비스 & 솔루션소개 Ⅲ 레퍼런스 2 인프라닉스소개 서비스 & 솔루션소개 레퍼런스 회사명인프라닉스주식회사대표자송영선 주소 ( 본사 ) 서울시서초구서초동서초중앙로 66 3 층, 5 층 (M 센터 / 기술연구소 ) 서울시양천구목동목동서로 201(KT 목통타워 ) 12 층 사업종목

More information

About this template

About this template 디지털트랜스포메이션 : 하이브리드멀티클라우드를통한기업의혁신전략과시사점 Jim Freeman 부사장, Business Development 글로벌테크놀로지서비스 IBM Asia Pacific Think Summit 2019 / DOC ID / Month XX, 2019 / Chapter 1 Chapter 2 20% Customer Facing 스타트업에의한 lead

More information

VMware vsphere 5.0........................................................................... 3.......................................................

VMware vsphere 5.0........................................................................... 3....................................................... VMware vsphere 5.0 V 1/2011 5 VMware vsphere 5.0........................................................................... 3........................................................ 3...............................................3

More information

PowerPoint Presentation

PowerPoint Presentation 비즈니스혁신, 클라우드애플리케이션플랫폼 홍정진한국이엠씨컴퓨터시스템즈 1 목차 Enterprise Open PaaS Push an App & It just works Demonstration 2 Enterprise Open PaaS 3 3rd Platform & Application " Four Interdependent Trends: Social Interaction,

More information

<4D F736F F F696E74202D20352EC5ACB6F3BFECB5E520C4C4C7BBC6C3C0BB20C0A7C7D120BCADBAF1BDBA20B0FCB8AE5FC0B1BFB5C8C62E707074>

<4D F736F F F696E74202D20352EC5ACB6F3BFECB5E520C4C4C7BBC6C3C0BB20C0A7C7D120BCADBAF1BDBA20B0FCB8AE5FC0B1BFB5C8C62E707074> 클라우드컴퓨팅을위한효과적인서비스관리 윤영훈실장 Tivoli Architect, Software Group, 한국 IBM Agenda 클라우드컴퓨팅? 클라우드컴퓨팅아키텍처 클라우드서비스관리의고려사항제최종인쇄전삭2 2009-03-13 confusion More than 100 vendors claiming to be selling cloud computing In

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

2

2 2013 Devsisters Corp. 2 3 4 5 6 7 8 >>> import boto >>> import time >>> s3 = boto.connect_s3() # Create a new bucket. Buckets must have a globally unique name >>> bucket = s3.create_bucket('kgc-demo')

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

시스코 무선랜 설치운영 매뉴얼(AP1200s_v1.1)

시스코 무선랜 설치운영 매뉴얼(AP1200s_v1.1) [ Version 1.3 ] Access Point,. Access Point IP 10.0.0.1, Subnet Mask 255.255.255.224, DHCP Client. DHCP Server IP IP,, IP 10.0.0.X. (Tip: Auto Sensing Straight, Cross-over.) step 1]. step 2] LAN. step

More information

Hitachi Content Platform 클라우드 & 소프트웨어정의클라우드오브젝트플랫폼 Hitachi Content Platform Hitachi Data Ingestor Hitachi Content Platform Anywhere REVISION NO

Hitachi Content Platform 클라우드 & 소프트웨어정의클라우드오브젝트플랫폼 Hitachi Content Platform Hitachi Data Ingestor Hitachi Content Platform Anywhere REVISION NO 클라우드 & 소프트웨어정의클라우드오브젝트플랫폼 Ingestor Anywhere REVISION NO.3 2018 / 04 www.his21.co.kr blog.his21.co.kr www.facebook.com/hyosunginfo 가상화 및 멀티테넌시 구성 데이터 암호화 및 접근제어 클라우드 오브젝트 스토리지 다양한 프로토콜을 통한 데이터 액세스 (REST,

More information

Storage advances and Ne over fabric

Storage advances and Ne over fabric Ne over Fabric Solution Samstor SX5200 Storage advances and Ne over fabric Traditional data storages Advantages: 서버에서 스토리지 독립 서비스 제공 편리함 용량 재할당 가능 FC/iSCSI SAN Disadvantages: Legacy 패브릭 (FC/iSCSI) Bandwidth

More information

슬라이드 1

슬라이드 1 4. Mobile Service Technology Mobile Computing Lecture 2012. 10. 5 안병익 (biahn99@gmail.com) 강의블로그 : Mobilecom.tistory.com 2 Mobile Service in Korea 3 Mobile Service Mobility 4 Mobile Service in Korea 5 Mobile

More information

Microsoft PowerPoint - 가상환경에최적화된_NetBackup_Appliance

Microsoft PowerPoint - 가상환경에최적화된_NetBackup_Appliance 가상환경에최적화된 Symantec NetBackup Appliance 1 Contents 1 현재백업환경은? 2 NetBackup Appliance 소개 3 가상화환경에서의데이터보호방안 2 현재백업환경은? 3 물리환경과가상환경의추이 4 시장분석 데이터가상화비율 $4,500 $4,000 $3,500 $3,000 $2,500 $2,000 Total Data Protection

More information

Keystone

Keystone Openstack in OpenSource 2015-09-08 발표자소개 클라우드를연구하는 IT 전문가 ~!! 오픈소스컨퍼런스 2015 와함께오픈스택을소개할수있게되어정말기분이좋습니다. 오픈 스택과함께즐겁고재미있게클라우드세상속으로빠져들어봅시다. - Name : 장현정 (NaleeJang) - HP Helion MVP(Most Valuable Professional)

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

침입방지솔루션도입검토보고서

침입방지솔루션도입검토보고서 IT 2005. 06. 02. IT IT Windows 3503 4463 4178 64% Solaris 142 56 36 Digital UX 37 24 9 Tru64 30 20 26 Server & DeskTop UNIX HP-UX 27 IRIX 19 FreeBSD 12 7 15 8 5 17 9 2% AIX 5 3 3 Linux 348 400 516 8% Apple

More information

À¯Çõ Ãâ·Â

À¯Çõ Ãâ·Â Network Virtualization Techniques for Future Internet Services in cloud computing are based on network virtualization that provides both flexibility and network isolation. Network virtualization consists

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

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

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 PowerPoint - 발표_090513_IBM세미나_IPTV_디디오넷_완료.ppt

Microsoft PowerPoint - 발표_090513_IBM세미나_IPTV_디디오넷_완료.ppt 신후랑 팀장, 디디오넷 (010-8752-4952, hrshin@dideonet.com) 05/20/2009 BIZ in a box - Solution for Enterprise IPTV 2 UNIX vs. x86 Non-x86 UNIX 2008 2007 0% Y/Y Total x86 2008 2007-25.3% Y/Y 0 200 400 600 800 3 Why

More information

[Brochure] KOR_LENA WAS_

[Brochure] KOR_LENA WAS_ LENA Web Application Server LENA Web Application Server 빠르고확장가능하며장애를선대응할수있는운영중심의고효율차세대 Why 클라우드환경과데이터센터운영의노하우가결집되어편리한 관리기능과대용량트랜잭션을빠르고쉽게구현함으로고객의 IT Ownership을강화하였습니다. 고객의고민사항 전통 의 Issue Complexity Over

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

1. ISBC Introduction 회사명 ISBC (International Solution Business Consulting) Consulting 법인명 한국아이에스비씨주식회사 Service Research 대표이사 홈페이지 김완희

1. ISBC Introduction 회사명 ISBC (International Solution Business Consulting) Consulting 법인명 한국아이에스비씨주식회사 Service Research 대표이사 홈페이지 김완희 International Solution Business Consulting, kimwh@isbc.co.kr 날짜 : 2013/04/22 1 1. ISBC Introduction 회사명 ISBC (International Solution Business Consulting) Consulting 법인명 한국아이에스비씨주식회사 Service Research 대표이사

More information

Click to edit Master text styles Second level Third level Agenda Fourth level 클라우드서비스살펴보기 - 클라우드서비스현황 - 클라우드서비스운영자동화의필요성 시스코클라우드관리솔루션 - Cisco Cloud St

Click to edit Master text styles Second level Third level Agenda Fourth level 클라우드서비스살펴보기 - 클라우드서비스현황 - 클라우드서비스운영자동화의필요성 시스코클라우드관리솔루션 - Cisco Cloud St Seoul, Korea March 28 29, 2013 클라우드관리및운영에대한고민을탈출하라! 이재미부장 jaemlee@cisco.com Cisco Systems, Solution SE 2013 2011 Cisco and/or its affiliates. All rights reserved. 1 Click to edit Master text styles Second

More information

Xen으로 배우는 가상화 기술의 이해 - CPU 가상화

Xen으로 배우는 가상화 기술의 이해 - CPU 가상화 Hanbit ebook Realtime 17 Xen으로 배우는 가상화 기술의 이해 CPU 가상화 박은병, 김태훈, 이상철, 문대혁 지음 Xen으로 배우는 가상화 기술의 이해 CPU 가상화 Xen으로 배우는 가상화 기술의 이해 - CPU 가상화 초판발행 2013년 2월 25일 지은이 박은병, 김태훈, 이상철, 문대혁 / 펴낸이 김태헌 펴낸곳 한빛미디어(주) /

More information

Why you are here? SAP 가상화? 클라우드?

Why you are here? SAP 가상화? 클라우드? SAP 클라우드구축을위한기본설계및사례연구 Im, Hyuk Yong VMware Korea 2014. 4. 8 2014 VMware Inc. All rights reserved. Why you are here? SAP 가상화? 클라우드? 원하는것은모두같습니다. 모두가갖고있었던고민,, 고민,, 너무느린애플리케이션 인적유지보수와관리필수 수주가걸리는프로비져닝 IT

More information

Session XX-XX: Name

Session XX-XX: Name . Oracle on Linux iseminar.. 1544(or 6677)-3355 800x600. iseminar Chat. Oracle Corporation 9i Series iseminar: Presenters: 2002 9 25 Collaboration Suite Email Platform replace 1 with lesson number Developer

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Cloud DBA 로의첫걸음 한국마이크로소프트 기업고객기술영업부 엄윤경과장 현재기업의데이터센터 Users A A A VM VM VM A A Compute/Storage/Network A Application On-Premises Data Center VM Virtual Machine 향후변화할기업의데이터센터 On-Premises Service Provider

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 INSTALL LINUX Jo, Heeseung DOWNLOAD PROGRAMS Download VMWare player http://www.vmware.com/products/player/playerproevaluation.html Download Ubuntu iso file http://ubuntu.com - server, 64bit version http://cslab.jbnu.ac.kr/_down/ubuntu-18.04.2-live-serveramd64.iso

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

MS-SQL SERVER 대비 기능

MS-SQL SERVER 대비 기능 Business! ORACLE MS - SQL ORACLE MS - SQL Clustering A-Z A-F G-L M-R S-Z T-Z Microsoft EE : Works for benchmarks only CREATE VIEW Customers AS SELECT * FROM Server1.TableOwner.Customers_33 UNION ALL SELECT

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

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

금오공대 컴퓨터공학전공 강의자료

금오공대 컴퓨터공학전공 강의자료 데이터베이스및설계 Chap 1. 데이터베이스환경 (#2/2) 2013.03.04. 오병우 컴퓨터공학과 Database 용어 " 데이타베이스 용어의기원 1963.6 제 1 차 SDC 심포지움 컴퓨터중심의데이타베이스개발과관리 Development and Management of a Computer-centered Data Base 자기테이프장치에저장된데이터파일을의미

More information

_LG히다찌 브로슈어

_LG히다찌 브로슈어 SOLUTION GUIDE BOOK G ITACHI OLUTION UIDE OOK ABOUT US UCP www.lghitachi.co.kr T 070 8290 3700 F 02 3272 9746 02 CONTENTS 04 05 10 13 18 29 BUSINESS AREA FINANCE SOLUTION FINTECH SOLUTION CONVERGED SOLUTION

More information