SlideShare a Scribd company logo
1 of 40
Download to read offline
DMX Korea 서 영 석 차장
진화하는 SDN (스위치 벤더들을 중심으로)
(2012.12)
1st 발표 Review
1. SDN이란 무엇인가요?
Software 영역
(Control Plane)
Hardware 영역 (Data Plane)
Routing
Policy
QoS
Forwarding
기존 네트워크 장비
Software 영역
(Control Plane)
Hardware 영역
(Data Plane)
Routing
Policy
QoS
ㅖForwarding
SDN 네트워크 장비
SDN은 Control Plane과 Data Plane이 분리된 아키텍쳐 입니다.
2. SDN과 OpenFlow는 같은 건가요?
OpenFlow는 SDN 구현의 한 요소입니다.
Control plane과 Data Plane에 초점을 둔 것이 OpenFlow이며,
이 부분에 대한 Specification이 논의되고 있습니다.
3. Programmable API는 SDN인가요?
API 자체는 어떤 형태로든 SDN이 아닙니다.
API는 SDN의 아키텍쳐를 구현하는 하나의 요소로서 동작하여야 합니다.
OpenSource 진영에서의 SDN 관점 벤더 진영에서의 SDN 관점
Source : HP Technical white paper
4. Enterprise 네트워크에 도입 가능한가요?
이에 대한 의견이 실제로 분분하지만,
제 개인적인 견해로는 국내에서는 아직 도입하지 않는 것을 권장합니다.
이유는 두 가지입니다.
1. Enterprise 네트워크에 최적화된 Application이 아직 부족합니다.
2. Enterprise 내 SDN을 위한 Switch 성능 및 종류에 아직 한계가 있습니다.
현재의 상태에서는
데이터센터, Cloud, Carrier 및 특정 솔루션에 적합합니다.
어떤 스위치를 선택할 것인가?
무슨 기준으로 장비를 선택해야 하는가?
1. 성능
- 단순 기능 테스트
- 실 환경 연동을 고려
2. 기능
- 일부 기능만 구현
- 12Tuple 모두 구현
3. 제약사항
- OpenFlow 기능 중 지원 안 하는 기능 확인 필요
4. Legacy Network와 연동
- OpenFlow 네트워크만 사용
- 별도의 Application 사용
- 스위치 제공 기능 사용 (Brocade / Arista)
1. 성능 관련 Source : HP
- OpenFlow 선두주자인 HP 조차도 많은 기능이 Software적으로 처리됨.
- 모든 기능을 하드웨어적으로 처리하는 벤더들이 있지만 가격 차가 많이 남.
2. 기능 관련
Vendor
Interop
LLDP
Interop L2 Interop. L3
Match
Strip
VALN
Mac
Rewrite
# of
flows
Memo
Edge Core Edge Core
A 사 Y Y Y Y Y 12 Y Y 2.5K Very good
B 사 Y N Y N Y L2 or L3 ? N 4K
No flow
delete?
C 사 Y N N N N L2 Y Y 4K Bad
D 사 Y Y Y N Y L2 or L3 Will N NDA
Bug in D-Mac
of LLDP
E 사 Y Y Y Y Y 12 Y Y Million OK
F 사 Y ? Y ? Y 12 N Y ? Good
G 사 Y N N N N ? N ? ? Worst
H 사 Y N Y N Y L2 ? ? ? OK
I 사 Y Y Y Y Y 12 Y Y ? Good
Source : ONF Plug-Fest
3. 제약 사항
1. A 사 :
- Strip VLAN tag such as 802.1q header is not supported.
2. B 사 :
- Output to ingress port is silently dropped.
- Changing the list of controllers causes the current controller connection to be dropped.
3. C 사 :
- “Local” and “Normal” actions is not supported
- Layer 3 mode is not supported
주의 사항 :
- SDN / OpenFlow를 마케팅적으로만 이용하는 몇몇 Vendor 들이 있습니다.
- 이런 벤더들은 OpenFlow를 지원하는 스위치라고 하지만 실제 되는 기능은 거의 없는 경우가 많습니다.
- 반드시 성능, 기능, 제약 사항을 먼저 확인하셔야 합니다.
4. Legacy Network와의 연동
4. Legacy Network와의 연동 – Route Flow (SDN App)
4. Legacy Network와의 연동 – Route Flow (SDN App)
Current router architectures OpenFlow architectures
4. Legacy Network와의 연동 – Legacy Flow (SDN App)
4. Legacy Network와의 연동 – Hybrid Switch
Legacy switch architecture OpenFlow switch architecture
4. Legacy Network와의 연동 – Arista 제공 기능 #1
Route Flow 가 필요 없다??
=> 스위치 자체 제공 기능을 통해 Legacy Routing Protocol과 연동
1. Packets received on interfaces Ethernet 1 and 2 are assigned to VLAN 1 and are processed by OpenFlow.
2. Packets received on routed port Ethernet 8 are assigned to the routed port's internal VLAN and are not
processed by OpenFlow.
3. Interface Ethernet 48 recirculates traffic routed to and from VLAN 1 via the routed transit VLAN 401.
전송 : (VLAN 1) -> recirc -> (VLAN 401) -> routing -> (Et8 VLAN)
수신 : (Et8 VLAN) -> routing -> (VLAN 401) -> recirc -> (VLAN 1)
4. Legacy Network와의 연동 – Arista 제공 기능 #2
OpenFlow 네트워크 간에 Routing이 된다..
=> 스위치 자체 제공 기능을 통해 OpenFlow 네트워크 간 통신
전송 :
(VLAN 1) -> recirc -> (VLAN 401) -> routing -> (VLAN 402) -> recirc -> (VLAN 2)
수신 :
(VLAN 2) -> recirc -> (VLAN 402) -> routing -> (VLAN 401) -> recirc -> (VLAN 1)
1. Packets received on interfaces Ethernet 1 and 2 are assigned to VLAN 1 and are processed by OpenFlow.
2. Packets received on interfaces Ethernet 5 and 6 are assigned to VLAN 2 and are processed by OpenFlow.
3. interface Ethernet 48 recirculates traffic routed between VLANs 1 and 2 via the routed transit VLANs 401
and 402.
스위치 벤더별 SDN 전략
HP 전략 – 자체 솔루션 연동
HP 전략 – Security, All In One 서비스
HP 전략 – Security Use Case
HBO: Sentinel Security Application Use Case
IBM 전략 – 자체 솔루션 연동
SDN Controller 상에서 Legacy Switch, 가상 스위치, OpenFlow 스위치 관리
IBM 전략 – 가상네트워크 서비스
- Distributed Policy Service (DPS):
discovers & disseminates VM location (physical server), maintains communication controls (e.g. allow, deny) within a Virtual
domain and disseminates those controls to Virtual switches
- Gateway Service:
Connectivity to non-Virtual networks
NEC 전략 – Control Plane과 Data Plane에만 집중
NEC 전략 – 다양한 가상네트워크 구현
NEC 전략 – API 공개를 통한 3rd party 연동
3rd party
mgmt system
Arista 전략 – 스위치 내 개발 환경 공개
• Full access to bash shell
• Scripting via python / shell
• seamless integration to 3rd party API.
- Vmware, Openstac SDN Agent/OpenFlow Agent
- Install standard packages (RPM)
- Virtual machine (KVM) support
- Zero Touch Provisioning (ZTP)
- vmTracer integration with VMWare
Arista 전략 – 스위치 내 개발 환경 공개
If you know Linux, you will love EOS, as it gives you the POWER that NO other network device operating system has before
Arista7124SX>
Arista7124SX >en
Arista7124SX#bash
Arista Networks EOS shell
[admin@tm225 ~]$

Arista EOS also provides
the user complete access to the
Linux kernel of the switch.
To enter it, simply enter ‘bash’:
No other switches have this
capability
tm225#bash sudo tcpdump –I e1
tcpdump: WARNING: fabric: no IPv4
address assigned
tcpdump: verbose output suppressed, use
-v or -vv for full protocol decode
listening on fabric, link-type EN10MB
(Ethernet), capture size 65535 bytes
12:57:30.222171 00:1c:73:0f:80:a6 (oui
Unknown) > 01:00:5e:00:00:05 (oui
Unknown ), ethertype
802.1Q (0x8100), length 82: vlan 1, p 0,
ethertype IPv4, 10.10.50.1
> OSPF-ALL.MCAST.NET: OSPFv2, Hello,
length 44
localhost# cat -n HelloCli.py
1 import BasicCli, CliParser
2 tokenHello = CliParser.KeywordRule(
'hello', helpdesc='Says hello' )
3 def doHello( mode ):
4 print "World.n"
5 BasicCli.UnprivMode.addCommand( (
tokenHello, doHello ) )
localhost>show hello ?
| Output modifiers
<cr>
localhost>show hello
Hello World.
Localhost>

You can create and add new commands by
simply writing your own python script:

You can easily do a tcpdump on an Arista
switch with no impact to the CPU. You can
see ospf hello packets being received
Arista 전략 – SDN에서 요구되는 다양한 기능 탑재
Brocade 전략 – 틈새시장 공략 (Router, 대용량 전송)
• Maximum service performance:
• OpenFlow enabled in hardware for flows up to 100 G
• Flexible deployment:
• Hybrid mode for simultaneous support of OpenFlow and traditional L2/L3 forwarding
• Investment protection:
• Programmable network processors ideal for evolving standards
Brocade 전략 – Hybrid 포트
Need:
Deliver value-added services for specific customer
traffic on top of standard forwarding
Solution:
OpenFlow as an overlay on top of a “unprotected” IP
WAN network
Unprotected Hybrid port mode:
- Hybrid port mode means:
WAN ports run OpenFlow concurrently with
traditional MPLS/IP routing
- Unprotected means:
OpenFlow is allowed to affect MPLS/IP traffic
- Protected means :
• WAN ports run OpenFlow concurrently with
traditional MPLS/IP routing
• “Protected” mode ensure OpenFlow cannot
affect MPLS/IP routed traffic
Value-added Services with OpenFlow on top of Production Network
벤더별 SDN 지원 현황
Page 34
상용 Controller 벤더들 (현재 보유)
벤더 특징 비고
Big Switch Big Network Controller OpenSource (FloodLight)
VMWare Cloud 환경에 초점 / 물리적 스위치 관여 안 함. NICIRA 인수
NEC DataCenter 및 Telco에 초점 가장 완성된 Portfolio 제공
NTT DataCenter 에 초점 (SI 전략) 일본 내 활발한 투자
Page 35
상용 Controller 벤더들 (RoadMap)
벤더 특징 비고
HP DataCenter 에 초점 / 내년 초 출시 예정 자체 솔루션과 연동 계획
Cisco Test Bed에 초점 / 올 Q4에 출시 예정 OF 테스트용
NTT Data DataCenter에 초점 / 올 Q4에 출시 예정 SI 전략
IBM DataCenter 에 초점 자체 솔루션과 연동 계획
MidoKura Cloud 환경에 초점 / 물리적 스위치 관여 안 함.
Page 36
상용 Switch 벤더들 (현재 보유)
벤더 특징 비고
HP 5개 모델에서 25개 종에서 OpenFlow 지원
HP 3500 / 3500yl / 3800 /
5400 / 8200
IBM 2개 모델 3개 종에서 OpenFlow 지원 G8264 / 8264T / 8052
NEC
2개 모델 2개 종에서 OpenFlow 지원
현재 유일한 Controller / Switch 동시 보유 벤더
PF 5820 / 5240
Arista 1개 모델 5개 종에서 OpenFlow 지원 Arista 7050 Series
Brocade 3개 모델 8개 종에서 OpenFlow 지원
MLX Series / CES 2000 /
CES 2000
Page 37
상용 Switch 벤더들 (현재 보유)
벤더 특징 비고
Pica8 3개 모델 4개 종에서 OpenFlow 지원
Pica8 3290 / 3295 / 3780 /
3920
Netgear 1개 모델 1개 종에서 OpenFlow 지원 GSM7352Sv2
Extreme 1개 모델 1개 종에서 OpenFlow 지원 BlackDiamond X8
Page 38
상용 Switch 벤더들 (RoadMap)
벤더 특징 비고
HP 내년 중 OpenFlow 1.3 지원 예정 전 기종
CISCO 올 Q4에 OpenFlow 1.0 지원 예정 – 캐리딘 인수 Catalyst 3750 / 3560
NEC 내년 중 OpenFlow 1.3 지원 예정 전 기종
Juniper JunOS SDK (1.0 지원) – 콘트레일시스템 인수 MX routers / EX Switches
Extreme ExtremeXOS 15.1 (1.0 지원) Stackable Switch
Arista 내년 중 OpenFlow 1.2 지원 예정 전 기종
Page 39
가상 Switch 벤더들
벤더 특징 비고
VMWare
VMWare에서 동작
VMWare, Xen, Hyper-V 에서 동작 / OpenFlow 지원
vSphere Distributed Switch
Open Virtual Switch
CISCO VMWare / Hyper-V에서 동작 Nexus 1000V Switch
MicroSoft Hyper-V에서 동작 Hyper-V Virtual Switch
IBM VMWare에서 동작 Virtual Switch 5000V
Big Switch 세션 1 Big Switch 발표 자료 참고 Big Virtual Switch
NEC Hyper-V 에서 동작 / OpenFlow 지원 vPFS Virtual Switch
Thank you.

More Related Content

What's hot

3rd SDN Interest Group Seminar-Session 3 (130123)
3rd SDN Interest Group Seminar-Session 3 (130123)3rd SDN Interest Group Seminar-Session 3 (130123)
3rd SDN Interest Group Seminar-Session 3 (130123)NAIM Networks, Inc.
 
ONF Atrium 분석
ONF Atrium 분석ONF Atrium 분석
ONF Atrium 분석jungbh
 
DPDK (Data Plane Development Kit)
DPDK (Data Plane Development Kit) DPDK (Data Plane Development Kit)
DPDK (Data Plane Development Kit) ymtech
 
150416 OpenStack Networking with Neutron Jieun, Kim
150416 OpenStack Networking with Neutron Jieun, Kim150416 OpenStack Networking with Neutron Jieun, Kim
150416 OpenStack Networking with Neutron Jieun, Kimjieun kim
 
Open vSwitch와 Mininet을 이용한 가상 네트워크 생성과 OpenDaylight를 사용한 네트워크 제어실험
Open vSwitch와 Mininet을 이용한 가상 네트워크 생성과 OpenDaylight를 사용한 네트워크 제어실험Open vSwitch와 Mininet을 이용한 가상 네트워크 생성과 OpenDaylight를 사용한 네트워크 제어실험
Open vSwitch와 Mininet을 이용한 가상 네트워크 생성과 OpenDaylight를 사용한 네트워크 제어실험Seung-Hoon Baek
 
ACI Netflow 구성 가이드
ACI Netflow 구성 가이드ACI Netflow 구성 가이드
ACI Netflow 구성 가이드Woo Hyung Choi
 
Dragon flow and tricircle
Dragon flow and tricircleDragon flow and tricircle
Dragon flow and tricircleYongyoon Shin
 
Calico routing modes_trans_by_duck_in_korean
Calico routing modes_trans_by_duck_in_koreanCalico routing modes_trans_by_duck_in_korean
Calico routing modes_trans_by_duck_in_koreanInfraEngineer
 
NFV Management and Orchestration 분석
NFV Management and Orchestration 분석NFV Management and Orchestration 분석
NFV Management and Orchestration 분석rootfs32
 
초보자를 위한 네트워크/VLAN 기초
초보자를 위한 네트워크/VLAN 기초초보자를 위한 네트워크/VLAN 기초
초보자를 위한 네트워크/VLAN 기초Open Source Consulting
 
Before OTD EDU Assignments
Before OTD EDU AssignmentsBefore OTD EDU Assignments
Before OTD EDU AssignmentsBeom Lee
 
[MeetUp][1st] 오리뎅이의_쿠버네티스_네트워킹
[MeetUp][1st] 오리뎅이의_쿠버네티스_네트워킹[MeetUp][1st] 오리뎅이의_쿠버네티스_네트워킹
[MeetUp][1st] 오리뎅이의_쿠버네티스_네트워킹InfraEngineer
 
ONS2014 출장보고
ONS2014 출장보고ONS2014 출장보고
ONS2014 출장보고Yongyoon Shin
 
F5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_korea
F5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_koreaF5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_korea
F5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_koreaInfraEngineer
 
ONOS(Open Network Operating System) V1.0 Avocet
ONOS(Open Network Operating System) V1.0 AvocetONOS(Open Network Operating System) V1.0 Avocet
ONOS(Open Network Operating System) V1.0 Avocetrootfs32
 
[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2
[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2
[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2InfraEngineer
 
ACI Microsegment Config Guide
ACI Microsegment Config GuideACI Microsegment Config Guide
ACI Microsegment Config GuideWoo Hyung Choi
 
1st SDN Interest Group Seminar - Session1 (121017)
1st SDN Interest Group Seminar - Session1 (121017)1st SDN Interest Group Seminar - Session1 (121017)
1st SDN Interest Group Seminar - Session1 (121017)NAIM Networks, Inc.
 
20150511 jun lee_openstack neutron 분석 (최종)
20150511 jun lee_openstack neutron 분석 (최종)20150511 jun lee_openstack neutron 분석 (최종)
20150511 jun lee_openstack neutron 분석 (최종)rootfs32
 

What's hot (20)

3rd SDN Interest Group Seminar-Session 3 (130123)
3rd SDN Interest Group Seminar-Session 3 (130123)3rd SDN Interest Group Seminar-Session 3 (130123)
3rd SDN Interest Group Seminar-Session 3 (130123)
 
ONF Atrium 분석
ONF Atrium 분석ONF Atrium 분석
ONF Atrium 분석
 
DPDK (Data Plane Development Kit)
DPDK (Data Plane Development Kit) DPDK (Data Plane Development Kit)
DPDK (Data Plane Development Kit)
 
150416 OpenStack Networking with Neutron Jieun, Kim
150416 OpenStack Networking with Neutron Jieun, Kim150416 OpenStack Networking with Neutron Jieun, Kim
150416 OpenStack Networking with Neutron Jieun, Kim
 
Open vSwitch와 Mininet을 이용한 가상 네트워크 생성과 OpenDaylight를 사용한 네트워크 제어실험
Open vSwitch와 Mininet을 이용한 가상 네트워크 생성과 OpenDaylight를 사용한 네트워크 제어실험Open vSwitch와 Mininet을 이용한 가상 네트워크 생성과 OpenDaylight를 사용한 네트워크 제어실험
Open vSwitch와 Mininet을 이용한 가상 네트워크 생성과 OpenDaylight를 사용한 네트워크 제어실험
 
ACI Netflow 구성 가이드
ACI Netflow 구성 가이드ACI Netflow 구성 가이드
ACI Netflow 구성 가이드
 
Dragon flow and tricircle
Dragon flow and tricircleDragon flow and tricircle
Dragon flow and tricircle
 
Calico routing modes_trans_by_duck_in_korean
Calico routing modes_trans_by_duck_in_koreanCalico routing modes_trans_by_duck_in_korean
Calico routing modes_trans_by_duck_in_korean
 
NFV Management and Orchestration 분석
NFV Management and Orchestration 분석NFV Management and Orchestration 분석
NFV Management and Orchestration 분석
 
초보자를 위한 네트워크/VLAN 기초
초보자를 위한 네트워크/VLAN 기초초보자를 위한 네트워크/VLAN 기초
초보자를 위한 네트워크/VLAN 기초
 
Before OTD EDU Assignments
Before OTD EDU AssignmentsBefore OTD EDU Assignments
Before OTD EDU Assignments
 
[MeetUp][1st] 오리뎅이의_쿠버네티스_네트워킹
[MeetUp][1st] 오리뎅이의_쿠버네티스_네트워킹[MeetUp][1st] 오리뎅이의_쿠버네티스_네트워킹
[MeetUp][1st] 오리뎅이의_쿠버네티스_네트워킹
 
ONS2014 출장보고
ONS2014 출장보고ONS2014 출장보고
ONS2014 출장보고
 
F5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_korea
F5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_koreaF5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_korea
F5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_korea
 
ONOS(Open Network Operating System) V1.0 Avocet
ONOS(Open Network Operating System) V1.0 AvocetONOS(Open Network Operating System) V1.0 Avocet
ONOS(Open Network Operating System) V1.0 Avocet
 
L4교육자료
L4교육자료L4교육자료
L4교육자료
 
[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2
[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2
[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2
 
ACI Microsegment Config Guide
ACI Microsegment Config GuideACI Microsegment Config Guide
ACI Microsegment Config Guide
 
1st SDN Interest Group Seminar - Session1 (121017)
1st SDN Interest Group Seminar - Session1 (121017)1st SDN Interest Group Seminar - Session1 (121017)
1st SDN Interest Group Seminar - Session1 (121017)
 
20150511 jun lee_openstack neutron 분석 (최종)
20150511 jun lee_openstack neutron 분석 (최종)20150511 jun lee_openstack neutron 분석 (최종)
20150511 jun lee_openstack neutron 분석 (최종)
 

Viewers also liked

SBISM Proposal
SBISM ProposalSBISM Proposal
SBISM Proposalhotyoung
 
D-spark_Season2_무엇이든 인식하는 인식기술(Recognition Technology)
D-spark_Season2_무엇이든 인식하는 인식기술(Recognition Technology)D-spark_Season2_무엇이든 인식하는 인식기술(Recognition Technology)
D-spark_Season2_무엇이든 인식하는 인식기술(Recognition Technology)Kim Sewoong
 
아마존, 구글 사례 중심의 영상처리기술 응용 트렌드
아마존, 구글 사례 중심의 영상처리기술 응용 트렌드아마존, 구글 사례 중심의 영상처리기술 응용 트렌드
아마존, 구글 사례 중심의 영상처리기술 응용 트렌드Juhyeun Han
 
4D printing with smart materials
4D printing with smart materials4D printing with smart materials
4D printing with smart materialsJeffrey Funk
 
"Computer Vision and Artificial Intelligence: Market Trends and Implications,...
"Computer Vision and Artificial Intelligence: Market Trends and Implications,..."Computer Vision and Artificial Intelligence: Market Trends and Implications,...
"Computer Vision and Artificial Intelligence: Market Trends and Implications,...Edge AI and Vision Alliance
 
150114 OpenStack Korea 정기세미나 session3 - OpenStack 네트워크와 SDN
150114 OpenStack Korea 정기세미나 session3 - OpenStack 네트워크와 SDN150114 OpenStack Korea 정기세미나 session3 - OpenStack 네트워크와 SDN
150114 OpenStack Korea 정기세미나 session3 - OpenStack 네트워크와 SDNIan Choi
 
OpenDaylight app development tutorial
OpenDaylight app development tutorialOpenDaylight app development tutorial
OpenDaylight app development tutorialSDN Hub
 

Viewers also liked (10)

Cisco Openflow
Cisco OpenflowCisco Openflow
Cisco Openflow
 
SBISM Proposal
SBISM ProposalSBISM Proposal
SBISM Proposal
 
D-spark_Season2_무엇이든 인식하는 인식기술(Recognition Technology)
D-spark_Season2_무엇이든 인식하는 인식기술(Recognition Technology)D-spark_Season2_무엇이든 인식하는 인식기술(Recognition Technology)
D-spark_Season2_무엇이든 인식하는 인식기술(Recognition Technology)
 
아마존, 구글 사례 중심의 영상처리기술 응용 트렌드
아마존, 구글 사례 중심의 영상처리기술 응용 트렌드아마존, 구글 사례 중심의 영상처리기술 응용 트렌드
아마존, 구글 사례 중심의 영상처리기술 응용 트렌드
 
Sharing Economy
Sharing EconomySharing Economy
Sharing Economy
 
4D printing with smart materials
4D printing with smart materials4D printing with smart materials
4D printing with smart materials
 
"Computer Vision and Artificial Intelligence: Market Trends and Implications,...
"Computer Vision and Artificial Intelligence: Market Trends and Implications,..."Computer Vision and Artificial Intelligence: Market Trends and Implications,...
"Computer Vision and Artificial Intelligence: Market Trends and Implications,...
 
150114 OpenStack Korea 정기세미나 session3 - OpenStack 네트워크와 SDN
150114 OpenStack Korea 정기세미나 session3 - OpenStack 네트워크와 SDN150114 OpenStack Korea 정기세미나 session3 - OpenStack 네트워크와 SDN
150114 OpenStack Korea 정기세미나 session3 - OpenStack 네트워크와 SDN
 
Sdn ppt
Sdn pptSdn ppt
Sdn ppt
 
OpenDaylight app development tutorial
OpenDaylight app development tutorialOpenDaylight app development tutorial
OpenDaylight app development tutorial
 

Similar to 2nd SDN Interest Group Seminar-Session3 (121218)

[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution
[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution
[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solutionOpenStack Korea Community
 
1st SDN Interest Group Seminar - Session2 (121017)
1st SDN Interest Group Seminar - Session2 (121017)1st SDN Interest Group Seminar - Session2 (121017)
1st SDN Interest Group Seminar - Session2 (121017)NAIM Networks, Inc.
 
SDN - 2018 Zeropage Devil's Camp
SDN - 2018 Zeropage Devil's CampSDN - 2018 Zeropage Devil's Camp
SDN - 2018 Zeropage Devil's CampMookeunJi
 
4th SDN Interest Group Seminar-Session 2-1(130313)
4th SDN Interest Group Seminar-Session 2-1(130313)4th SDN Interest Group Seminar-Session 2-1(130313)
4th SDN Interest Group Seminar-Session 2-1(130313)NAIM Networks, Inc.
 
[OpenStack Days Korea 2016] Track2 - How to speed up OpenStack network with P...
[OpenStack Days Korea 2016] Track2 - How to speed up OpenStack network with P...[OpenStack Days Korea 2016] Track2 - How to speed up OpenStack network with P...
[OpenStack Days Korea 2016] Track2 - How to speed up OpenStack network with P...OpenStack Korea Community
 
웹기반원격감시제어 2010 CPD
웹기반원격감시제어 2010 CPD웹기반원격감시제어 2010 CPD
웹기반원격감시제어 2010 CPD활 김
 
[OpenStack Days Korea 2016] Track2 - 아리스타 OpenStack 연동 및 CloudVision 솔루션 소개
[OpenStack Days Korea 2016] Track2 - 아리스타 OpenStack 연동 및 CloudVision 솔루션 소개[OpenStack Days Korea 2016] Track2 - 아리스타 OpenStack 연동 및 CloudVision 솔루션 소개
[OpenStack Days Korea 2016] Track2 - 아리스타 OpenStack 연동 및 CloudVision 솔루션 소개OpenStack Korea Community
 
[OpenInfra Days Korea 2018] (Track 3) - SDN/NFV enabled Openstack Platform : ...
[OpenInfra Days Korea 2018] (Track 3) - SDN/NFV enabled Openstack Platform : ...[OpenInfra Days Korea 2018] (Track 3) - SDN/NFV enabled Openstack Platform : ...
[OpenInfra Days Korea 2018] (Track 3) - SDN/NFV enabled Openstack Platform : ...OpenStack Korea Community
 
SDN입문 (Overlay and Underlay)
SDN입문 (Overlay and Underlay)SDN입문 (Overlay and Underlay)
SDN입문 (Overlay and Underlay)NAIM Networks, Inc.
 
Opendaylight beryllium
Opendaylight berylliumOpendaylight beryllium
Opendaylight berylliumCheolmin Lee
 
Cloud, sdn and nfv 기술동향 atto-research-박문기-20171016
Cloud, sdn and nfv 기술동향 atto-research-박문기-20171016Cloud, sdn and nfv 기술동향 atto-research-박문기-20171016
Cloud, sdn and nfv 기술동향 atto-research-박문기-20171016문기 박
 
5th SDN Interest Group Seminar-Session2 (130605)
5th SDN Interest Group Seminar-Session2 (130605)5th SDN Interest Group Seminar-Session2 (130605)
5th SDN Interest Group Seminar-Session2 (130605)NAIM Networks, Inc.
 
Network virtualization for the better understanding of Data Center Network
Network virtualization for the better understanding of Data Center NetworkNetwork virtualization for the better understanding of Data Center Network
Network virtualization for the better understanding of Data Center NetworkInho Kang
 
Next generation cloud data center technologies
Next generation cloud data center technologiesNext generation cloud data center technologies
Next generation cloud data center technologieshybrid cloud
 
[IBM Technical NewsLetter - 통합 6호]
[IBM Technical NewsLetter - 통합 6호] [IBM Technical NewsLetter - 통합 6호]
[IBM Technical NewsLetter - 통합 6호] HyunHwa Myoung
 
오픈스택 멀티노드 설치 후기
오픈스택 멀티노드 설치 후기오픈스택 멀티노드 설치 후기
오픈스택 멀티노드 설치 후기영우 김
 
CEIC 2016 테스트베드 구축
CEIC 2016 테스트베드 구축CEIC 2016 테스트베드 구축
CEIC 2016 테스트베드 구축BoanLabDKU
 
NanoQplus for EFM32 - EnergyMicro Seminar Korea 20120823
NanoQplus for EFM32 - EnergyMicro Seminar Korea 20120823NanoQplus for EFM32 - EnergyMicro Seminar Korea 20120823
NanoQplus for EFM32 - EnergyMicro Seminar Korea 20120823Jongsoo Jeong
 
[OpenStack Day in Korea 2015] Track 2-4 - Towards Programmable Network (Conce...
[OpenStack Day in Korea 2015] Track 2-4 - Towards Programmable Network (Conce...[OpenStack Day in Korea 2015] Track 2-4 - Towards Programmable Network (Conce...
[OpenStack Day in Korea 2015] Track 2-4 - Towards Programmable Network (Conce...OpenStack Korea Community
 

Similar to 2nd SDN Interest Group Seminar-Session3 (121218) (20)

[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution
[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution
[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution
 
1st SDN Interest Group Seminar - Session2 (121017)
1st SDN Interest Group Seminar - Session2 (121017)1st SDN Interest Group Seminar - Session2 (121017)
1st SDN Interest Group Seminar - Session2 (121017)
 
SDN - 2018 Zeropage Devil's Camp
SDN - 2018 Zeropage Devil's CampSDN - 2018 Zeropage Devil's Camp
SDN - 2018 Zeropage Devil's Camp
 
4th SDN Interest Group Seminar-Session 2-1(130313)
4th SDN Interest Group Seminar-Session 2-1(130313)4th SDN Interest Group Seminar-Session 2-1(130313)
4th SDN Interest Group Seminar-Session 2-1(130313)
 
[OpenStack Days Korea 2016] Track2 - How to speed up OpenStack network with P...
[OpenStack Days Korea 2016] Track2 - How to speed up OpenStack network with P...[OpenStack Days Korea 2016] Track2 - How to speed up OpenStack network with P...
[OpenStack Days Korea 2016] Track2 - How to speed up OpenStack network with P...
 
웹기반원격감시제어 2010 CPD
웹기반원격감시제어 2010 CPD웹기반원격감시제어 2010 CPD
웹기반원격감시제어 2010 CPD
 
[OpenStack Days Korea 2016] Track2 - 아리스타 OpenStack 연동 및 CloudVision 솔루션 소개
[OpenStack Days Korea 2016] Track2 - 아리스타 OpenStack 연동 및 CloudVision 솔루션 소개[OpenStack Days Korea 2016] Track2 - 아리스타 OpenStack 연동 및 CloudVision 솔루션 소개
[OpenStack Days Korea 2016] Track2 - 아리스타 OpenStack 연동 및 CloudVision 솔루션 소개
 
[OpenInfra Days Korea 2018] (Track 3) - SDN/NFV enabled Openstack Platform : ...
[OpenInfra Days Korea 2018] (Track 3) - SDN/NFV enabled Openstack Platform : ...[OpenInfra Days Korea 2018] (Track 3) - SDN/NFV enabled Openstack Platform : ...
[OpenInfra Days Korea 2018] (Track 3) - SDN/NFV enabled Openstack Platform : ...
 
SDN입문 (Overlay and Underlay)
SDN입문 (Overlay and Underlay)SDN입문 (Overlay and Underlay)
SDN입문 (Overlay and Underlay)
 
Opendaylight beryllium
Opendaylight berylliumOpendaylight beryllium
Opendaylight beryllium
 
Cloud, sdn and nfv 기술동향 atto-research-박문기-20171016
Cloud, sdn and nfv 기술동향 atto-research-박문기-20171016Cloud, sdn and nfv 기술동향 atto-research-박문기-20171016
Cloud, sdn and nfv 기술동향 atto-research-박문기-20171016
 
5th SDN Interest Group Seminar-Session2 (130605)
5th SDN Interest Group Seminar-Session2 (130605)5th SDN Interest Group Seminar-Session2 (130605)
5th SDN Interest Group Seminar-Session2 (130605)
 
OCP Switch Overview
OCP Switch OverviewOCP Switch Overview
OCP Switch Overview
 
Network virtualization for the better understanding of Data Center Network
Network virtualization for the better understanding of Data Center NetworkNetwork virtualization for the better understanding of Data Center Network
Network virtualization for the better understanding of Data Center Network
 
Next generation cloud data center technologies
Next generation cloud data center technologiesNext generation cloud data center technologies
Next generation cloud data center technologies
 
[IBM Technical NewsLetter - 통합 6호]
[IBM Technical NewsLetter - 통합 6호] [IBM Technical NewsLetter - 통합 6호]
[IBM Technical NewsLetter - 통합 6호]
 
오픈스택 멀티노드 설치 후기
오픈스택 멀티노드 설치 후기오픈스택 멀티노드 설치 후기
오픈스택 멀티노드 설치 후기
 
CEIC 2016 테스트베드 구축
CEIC 2016 테스트베드 구축CEIC 2016 테스트베드 구축
CEIC 2016 테스트베드 구축
 
NanoQplus for EFM32 - EnergyMicro Seminar Korea 20120823
NanoQplus for EFM32 - EnergyMicro Seminar Korea 20120823NanoQplus for EFM32 - EnergyMicro Seminar Korea 20120823
NanoQplus for EFM32 - EnergyMicro Seminar Korea 20120823
 
[OpenStack Day in Korea 2015] Track 2-4 - Towards Programmable Network (Conce...
[OpenStack Day in Korea 2015] Track 2-4 - Towards Programmable Network (Conce...[OpenStack Day in Korea 2015] Track 2-4 - Towards Programmable Network (Conce...
[OpenStack Day in Korea 2015] Track 2-4 - Towards Programmable Network (Conce...
 

More from NAIM Networks, Inc.

[White Paper] SDN 기반 공격 탐지차단 강화를 위한 네트워크 관리 정보 구성 방안
[White Paper] SDN 기반 공격 탐지차단 강화를 위한 네트워크 관리 정보 구성 방안[White Paper] SDN 기반 공격 탐지차단 강화를 위한 네트워크 관리 정보 구성 방안
[White Paper] SDN 기반 공격 탐지차단 강화를 위한 네트워크 관리 정보 구성 방안NAIM Networks, Inc.
 
[이동식 원격 데이터센터 컨퍼런스] SDN기반 자동화 기술의 이동식 데이터센터 적용방안-나임네트웍스 김동균 매니저
[이동식 원격 데이터센터 컨퍼런스] SDN기반 자동화 기술의 이동식 데이터센터 적용방안-나임네트웍스 김동균 매니저[이동식 원격 데이터센터 컨퍼런스] SDN기반 자동화 기술의 이동식 데이터센터 적용방안-나임네트웍스 김동균 매니저
[이동식 원격 데이터센터 컨퍼런스] SDN기반 자동화 기술의 이동식 데이터센터 적용방안-나임네트웍스 김동균 매니저NAIM Networks, Inc.
 
[이동식 원격 데이터센터 컨퍼런스] edge computing을 위한 micro data center 기술 및 구축 사례-슈나이더일렉트릭 ...
[이동식 원격 데이터센터 컨퍼런스] edge computing을 위한 micro data center 기술 및 구축 사례-슈나이더일렉트릭 ...[이동식 원격 데이터센터 컨퍼런스] edge computing을 위한 micro data center 기술 및 구축 사례-슈나이더일렉트릭 ...
[이동식 원격 데이터센터 컨퍼런스] edge computing을 위한 micro data center 기술 및 구축 사례-슈나이더일렉트릭 ...NAIM Networks, Inc.
 
[이동식 원격 데이터센터 컨퍼런스] SDDC 구축 사례와 원격 데이터센터 적용의 필요성-인천유시티 이상호 차장
[이동식 원격 데이터센터 컨퍼런스] SDDC 구축 사례와 원격 데이터센터 적용의 필요성-인천유시티 이상호 차장[이동식 원격 데이터센터 컨퍼런스] SDDC 구축 사례와 원격 데이터센터 적용의 필요성-인천유시티 이상호 차장
[이동식 원격 데이터센터 컨퍼런스] SDDC 구축 사례와 원격 데이터센터 적용의 필요성-인천유시티 이상호 차장NAIM Networks, Inc.
 
[이동식 원격 데이터센터 컨퍼런스] 이동식 원격 데이터센터의 군 활용-국방대 권태욱 교수
[이동식 원격 데이터센터 컨퍼런스] 이동식 원격 데이터센터의 군 활용-국방대 권태욱 교수[이동식 원격 데이터센터 컨퍼런스] 이동식 원격 데이터센터의 군 활용-국방대 권태욱 교수
[이동식 원격 데이터센터 컨퍼런스] 이동식 원격 데이터센터의 군 활용-국방대 권태욱 교수NAIM Networks, Inc.
 
ONK2015-Jive:SDN/NFV Based Enterprise IoT Management Solution
ONK2015-Jive:SDN/NFV Based Enterprise IoT Management SolutionONK2015-Jive:SDN/NFV Based Enterprise IoT Management Solution
ONK2015-Jive:SDN/NFV Based Enterprise IoT Management SolutionNAIM Networks, Inc.
 
9th SDN Expert Group Seminar - Session4
9th SDN Expert Group Seminar - Session49th SDN Expert Group Seminar - Session4
9th SDN Expert Group Seminar - Session4NAIM Networks, Inc.
 
9th SDN Expert Group Seminar - Session3
9th SDN Expert Group Seminar - Session39th SDN Expert Group Seminar - Session3
9th SDN Expert Group Seminar - Session3NAIM Networks, Inc.
 
9th SDN Expert Group Seminar - Session2
9th SDN Expert Group Seminar - Session29th SDN Expert Group Seminar - Session2
9th SDN Expert Group Seminar - Session2NAIM Networks, Inc.
 
9th SDN Expert Group Seminar - Session1
9th SDN Expert Group Seminar - Session19th SDN Expert Group Seminar - Session1
9th SDN Expert Group Seminar - Session1NAIM Networks, Inc.
 
고신뢰 네트워크사업-클라우드와 SDN 보안
고신뢰 네트워크사업-클라우드와 SDN 보안고신뢰 네트워크사업-클라우드와 SDN 보안
고신뢰 네트워크사업-클라우드와 SDN 보안NAIM Networks, Inc.
 
OVNC 2015-SDN 해외 활용사례 (일본): O3 Project : User-oriented SDN for WAN
OVNC 2015-SDN 해외 활용사례 (일본): O3 Project : User-oriented SDN for WANOVNC 2015-SDN 해외 활용사례 (일본): O3 Project : User-oriented SDN for WAN
OVNC 2015-SDN 해외 활용사례 (일본): O3 Project : User-oriented SDN for WANNAIM Networks, Inc.
 
OVNC 2015-High performance Network Function Virtualization & VNF acceleration
OVNC 2015-High performance Network Function Virtualization & VNF accelerationOVNC 2015-High performance Network Function Virtualization & VNF acceleration
OVNC 2015-High performance Network Function Virtualization & VNF accelerationNAIM Networks, Inc.
 
OVNC 2015-SDN을 이용한 IoT 환경 단말보안
OVNC 2015-SDN을 이용한 IoT 환경 단말보안OVNC 2015-SDN을 이용한 IoT 환경 단말보안
OVNC 2015-SDN을 이용한 IoT 환경 단말보안NAIM Networks, Inc.
 
OVNC 2015-Service Provider SDN with Cloud Transformation
OVNC 2015-Service Provider SDN with Cloud TransformationOVNC 2015-Service Provider SDN with Cloud Transformation
OVNC 2015-Service Provider SDN with Cloud TransformationNAIM Networks, Inc.
 
OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안
OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안
OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안NAIM Networks, Inc.
 
OVNC 2015-Open Ethernet과 SDN을 통한 Mellanox의 차세대 네트워크 혁신 방안
OVNC 2015-Open Ethernet과 SDN을 통한 Mellanox의 차세대 네트워크 혁신 방안OVNC 2015-Open Ethernet과 SDN을 통한 Mellanox의 차세대 네트워크 혁신 방안
OVNC 2015-Open Ethernet과 SDN을 통한 Mellanox의 차세대 네트워크 혁신 방안NAIM Networks, Inc.
 
OVNC 2015-서비스 에지 가상화를 위한 NFV/SDN 플랫폼
OVNC 2015-서비스 에지 가상화를 위한 NFV/SDN 플랫폼OVNC 2015-서비스 에지 가상화를 위한 NFV/SDN 플랫폼
OVNC 2015-서비스 에지 가상화를 위한 NFV/SDN 플랫폼NAIM Networks, Inc.
 
OVNC 2015-차세대 데이터센터 아키텍처, 애플리케이션 중심 인프라스트럭처 ACI
OVNC 2015-차세대 데이터센터 아키텍처, 애플리케이션 중심 인프라스트럭처 ACIOVNC 2015-차세대 데이터센터 아키텍처, 애플리케이션 중심 인프라스트럭처 ACI
OVNC 2015-차세대 데이터센터 아키텍처, 애플리케이션 중심 인프라스트럭처 ACINAIM Networks, Inc.
 

More from NAIM Networks, Inc. (20)

[White Paper] SDN 기반 공격 탐지차단 강화를 위한 네트워크 관리 정보 구성 방안
[White Paper] SDN 기반 공격 탐지차단 강화를 위한 네트워크 관리 정보 구성 방안[White Paper] SDN 기반 공격 탐지차단 강화를 위한 네트워크 관리 정보 구성 방안
[White Paper] SDN 기반 공격 탐지차단 강화를 위한 네트워크 관리 정보 구성 방안
 
[이동식 원격 데이터센터 컨퍼런스] SDN기반 자동화 기술의 이동식 데이터센터 적용방안-나임네트웍스 김동균 매니저
[이동식 원격 데이터센터 컨퍼런스] SDN기반 자동화 기술의 이동식 데이터센터 적용방안-나임네트웍스 김동균 매니저[이동식 원격 데이터센터 컨퍼런스] SDN기반 자동화 기술의 이동식 데이터센터 적용방안-나임네트웍스 김동균 매니저
[이동식 원격 데이터센터 컨퍼런스] SDN기반 자동화 기술의 이동식 데이터센터 적용방안-나임네트웍스 김동균 매니저
 
[이동식 원격 데이터센터 컨퍼런스] edge computing을 위한 micro data center 기술 및 구축 사례-슈나이더일렉트릭 ...
[이동식 원격 데이터센터 컨퍼런스] edge computing을 위한 micro data center 기술 및 구축 사례-슈나이더일렉트릭 ...[이동식 원격 데이터센터 컨퍼런스] edge computing을 위한 micro data center 기술 및 구축 사례-슈나이더일렉트릭 ...
[이동식 원격 데이터센터 컨퍼런스] edge computing을 위한 micro data center 기술 및 구축 사례-슈나이더일렉트릭 ...
 
[이동식 원격 데이터센터 컨퍼런스] SDDC 구축 사례와 원격 데이터센터 적용의 필요성-인천유시티 이상호 차장
[이동식 원격 데이터센터 컨퍼런스] SDDC 구축 사례와 원격 데이터센터 적용의 필요성-인천유시티 이상호 차장[이동식 원격 데이터센터 컨퍼런스] SDDC 구축 사례와 원격 데이터센터 적용의 필요성-인천유시티 이상호 차장
[이동식 원격 데이터센터 컨퍼런스] SDDC 구축 사례와 원격 데이터센터 적용의 필요성-인천유시티 이상호 차장
 
[이동식 원격 데이터센터 컨퍼런스] 이동식 원격 데이터센터의 군 활용-국방대 권태욱 교수
[이동식 원격 데이터센터 컨퍼런스] 이동식 원격 데이터센터의 군 활용-국방대 권태욱 교수[이동식 원격 데이터센터 컨퍼런스] 이동식 원격 데이터센터의 군 활용-국방대 권태욱 교수
[이동식 원격 데이터센터 컨퍼런스] 이동식 원격 데이터센터의 군 활용-국방대 권태욱 교수
 
Sdn and Security
Sdn and SecuritySdn and Security
Sdn and Security
 
ONK2015-Jive:SDN/NFV Based Enterprise IoT Management Solution
ONK2015-Jive:SDN/NFV Based Enterprise IoT Management SolutionONK2015-Jive:SDN/NFV Based Enterprise IoT Management Solution
ONK2015-Jive:SDN/NFV Based Enterprise IoT Management Solution
 
9th SDN Expert Group Seminar - Session4
9th SDN Expert Group Seminar - Session49th SDN Expert Group Seminar - Session4
9th SDN Expert Group Seminar - Session4
 
9th SDN Expert Group Seminar - Session3
9th SDN Expert Group Seminar - Session39th SDN Expert Group Seminar - Session3
9th SDN Expert Group Seminar - Session3
 
9th SDN Expert Group Seminar - Session2
9th SDN Expert Group Seminar - Session29th SDN Expert Group Seminar - Session2
9th SDN Expert Group Seminar - Session2
 
9th SDN Expert Group Seminar - Session1
9th SDN Expert Group Seminar - Session19th SDN Expert Group Seminar - Session1
9th SDN Expert Group Seminar - Session1
 
고신뢰 네트워크사업-클라우드와 SDN 보안
고신뢰 네트워크사업-클라우드와 SDN 보안고신뢰 네트워크사업-클라우드와 SDN 보안
고신뢰 네트워크사업-클라우드와 SDN 보안
 
OVNC 2015-SDN 해외 활용사례 (일본): O3 Project : User-oriented SDN for WAN
OVNC 2015-SDN 해외 활용사례 (일본): O3 Project : User-oriented SDN for WANOVNC 2015-SDN 해외 활용사례 (일본): O3 Project : User-oriented SDN for WAN
OVNC 2015-SDN 해외 활용사례 (일본): O3 Project : User-oriented SDN for WAN
 
OVNC 2015-High performance Network Function Virtualization & VNF acceleration
OVNC 2015-High performance Network Function Virtualization & VNF accelerationOVNC 2015-High performance Network Function Virtualization & VNF acceleration
OVNC 2015-High performance Network Function Virtualization & VNF acceleration
 
OVNC 2015-SDN을 이용한 IoT 환경 단말보안
OVNC 2015-SDN을 이용한 IoT 환경 단말보안OVNC 2015-SDN을 이용한 IoT 환경 단말보안
OVNC 2015-SDN을 이용한 IoT 환경 단말보안
 
OVNC 2015-Service Provider SDN with Cloud Transformation
OVNC 2015-Service Provider SDN with Cloud TransformationOVNC 2015-Service Provider SDN with Cloud Transformation
OVNC 2015-Service Provider SDN with Cloud Transformation
 
OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안
OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안
OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안
 
OVNC 2015-Open Ethernet과 SDN을 통한 Mellanox의 차세대 네트워크 혁신 방안
OVNC 2015-Open Ethernet과 SDN을 통한 Mellanox의 차세대 네트워크 혁신 방안OVNC 2015-Open Ethernet과 SDN을 통한 Mellanox의 차세대 네트워크 혁신 방안
OVNC 2015-Open Ethernet과 SDN을 통한 Mellanox의 차세대 네트워크 혁신 방안
 
OVNC 2015-서비스 에지 가상화를 위한 NFV/SDN 플랫폼
OVNC 2015-서비스 에지 가상화를 위한 NFV/SDN 플랫폼OVNC 2015-서비스 에지 가상화를 위한 NFV/SDN 플랫폼
OVNC 2015-서비스 에지 가상화를 위한 NFV/SDN 플랫폼
 
OVNC 2015-차세대 데이터센터 아키텍처, 애플리케이션 중심 인프라스트럭처 ACI
OVNC 2015-차세대 데이터센터 아키텍처, 애플리케이션 중심 인프라스트럭처 ACIOVNC 2015-차세대 데이터센터 아키텍처, 애플리케이션 중심 인프라스트럭처 ACI
OVNC 2015-차세대 데이터센터 아키텍처, 애플리케이션 중심 인프라스트럭처 ACI
 

2nd SDN Interest Group Seminar-Session3 (121218)

  • 1. DMX Korea 서 영 석 차장 진화하는 SDN (스위치 벤더들을 중심으로) (2012.12)
  • 3. 1. SDN이란 무엇인가요? Software 영역 (Control Plane) Hardware 영역 (Data Plane) Routing Policy QoS Forwarding 기존 네트워크 장비 Software 영역 (Control Plane) Hardware 영역 (Data Plane) Routing Policy QoS ㅖForwarding SDN 네트워크 장비 SDN은 Control Plane과 Data Plane이 분리된 아키텍쳐 입니다.
  • 4. 2. SDN과 OpenFlow는 같은 건가요? OpenFlow는 SDN 구현의 한 요소입니다. Control plane과 Data Plane에 초점을 둔 것이 OpenFlow이며, 이 부분에 대한 Specification이 논의되고 있습니다.
  • 5. 3. Programmable API는 SDN인가요? API 자체는 어떤 형태로든 SDN이 아닙니다. API는 SDN의 아키텍쳐를 구현하는 하나의 요소로서 동작하여야 합니다. OpenSource 진영에서의 SDN 관점 벤더 진영에서의 SDN 관점 Source : HP Technical white paper
  • 6. 4. Enterprise 네트워크에 도입 가능한가요? 이에 대한 의견이 실제로 분분하지만, 제 개인적인 견해로는 국내에서는 아직 도입하지 않는 것을 권장합니다. 이유는 두 가지입니다. 1. Enterprise 네트워크에 최적화된 Application이 아직 부족합니다. 2. Enterprise 내 SDN을 위한 Switch 성능 및 종류에 아직 한계가 있습니다. 현재의 상태에서는 데이터센터, Cloud, Carrier 및 특정 솔루션에 적합합니다.
  • 8. 무슨 기준으로 장비를 선택해야 하는가? 1. 성능 - 단순 기능 테스트 - 실 환경 연동을 고려 2. 기능 - 일부 기능만 구현 - 12Tuple 모두 구현 3. 제약사항 - OpenFlow 기능 중 지원 안 하는 기능 확인 필요 4. Legacy Network와 연동 - OpenFlow 네트워크만 사용 - 별도의 Application 사용 - 스위치 제공 기능 사용 (Brocade / Arista)
  • 9. 1. 성능 관련 Source : HP - OpenFlow 선두주자인 HP 조차도 많은 기능이 Software적으로 처리됨. - 모든 기능을 하드웨어적으로 처리하는 벤더들이 있지만 가격 차가 많이 남.
  • 10. 2. 기능 관련 Vendor Interop LLDP Interop L2 Interop. L3 Match Strip VALN Mac Rewrite # of flows Memo Edge Core Edge Core A 사 Y Y Y Y Y 12 Y Y 2.5K Very good B 사 Y N Y N Y L2 or L3 ? N 4K No flow delete? C 사 Y N N N N L2 Y Y 4K Bad D 사 Y Y Y N Y L2 or L3 Will N NDA Bug in D-Mac of LLDP E 사 Y Y Y Y Y 12 Y Y Million OK F 사 Y ? Y ? Y 12 N Y ? Good G 사 Y N N N N ? N ? ? Worst H 사 Y N Y N Y L2 ? ? ? OK I 사 Y Y Y Y Y 12 Y Y ? Good Source : ONF Plug-Fest
  • 11. 3. 제약 사항 1. A 사 : - Strip VLAN tag such as 802.1q header is not supported. 2. B 사 : - Output to ingress port is silently dropped. - Changing the list of controllers causes the current controller connection to be dropped. 3. C 사 : - “Local” and “Normal” actions is not supported - Layer 3 mode is not supported 주의 사항 : - SDN / OpenFlow를 마케팅적으로만 이용하는 몇몇 Vendor 들이 있습니다. - 이런 벤더들은 OpenFlow를 지원하는 스위치라고 하지만 실제 되는 기능은 거의 없는 경우가 많습니다. - 반드시 성능, 기능, 제약 사항을 먼저 확인하셔야 합니다.
  • 13. 4. Legacy Network와의 연동 – Route Flow (SDN App)
  • 14. 4. Legacy Network와의 연동 – Route Flow (SDN App) Current router architectures OpenFlow architectures
  • 15. 4. Legacy Network와의 연동 – Legacy Flow (SDN App)
  • 16. 4. Legacy Network와의 연동 – Hybrid Switch Legacy switch architecture OpenFlow switch architecture
  • 17. 4. Legacy Network와의 연동 – Arista 제공 기능 #1 Route Flow 가 필요 없다?? => 스위치 자체 제공 기능을 통해 Legacy Routing Protocol과 연동 1. Packets received on interfaces Ethernet 1 and 2 are assigned to VLAN 1 and are processed by OpenFlow. 2. Packets received on routed port Ethernet 8 are assigned to the routed port's internal VLAN and are not processed by OpenFlow. 3. Interface Ethernet 48 recirculates traffic routed to and from VLAN 1 via the routed transit VLAN 401. 전송 : (VLAN 1) -> recirc -> (VLAN 401) -> routing -> (Et8 VLAN) 수신 : (Et8 VLAN) -> routing -> (VLAN 401) -> recirc -> (VLAN 1)
  • 18. 4. Legacy Network와의 연동 – Arista 제공 기능 #2 OpenFlow 네트워크 간에 Routing이 된다.. => 스위치 자체 제공 기능을 통해 OpenFlow 네트워크 간 통신 전송 : (VLAN 1) -> recirc -> (VLAN 401) -> routing -> (VLAN 402) -> recirc -> (VLAN 2) 수신 : (VLAN 2) -> recirc -> (VLAN 402) -> routing -> (VLAN 401) -> recirc -> (VLAN 1) 1. Packets received on interfaces Ethernet 1 and 2 are assigned to VLAN 1 and are processed by OpenFlow. 2. Packets received on interfaces Ethernet 5 and 6 are assigned to VLAN 2 and are processed by OpenFlow. 3. interface Ethernet 48 recirculates traffic routed between VLANs 1 and 2 via the routed transit VLANs 401 and 402.
  • 20. HP 전략 – 자체 솔루션 연동
  • 21. HP 전략 – Security, All In One 서비스
  • 22. HP 전략 – Security Use Case HBO: Sentinel Security Application Use Case
  • 23. IBM 전략 – 자체 솔루션 연동 SDN Controller 상에서 Legacy Switch, 가상 스위치, OpenFlow 스위치 관리
  • 24. IBM 전략 – 가상네트워크 서비스 - Distributed Policy Service (DPS): discovers & disseminates VM location (physical server), maintains communication controls (e.g. allow, deny) within a Virtual domain and disseminates those controls to Virtual switches - Gateway Service: Connectivity to non-Virtual networks
  • 25. NEC 전략 – Control Plane과 Data Plane에만 집중
  • 26. NEC 전략 – 다양한 가상네트워크 구현
  • 27. NEC 전략 – API 공개를 통한 3rd party 연동
  • 28. 3rd party mgmt system Arista 전략 – 스위치 내 개발 환경 공개 • Full access to bash shell • Scripting via python / shell • seamless integration to 3rd party API. - Vmware, Openstac SDN Agent/OpenFlow Agent - Install standard packages (RPM) - Virtual machine (KVM) support - Zero Touch Provisioning (ZTP) - vmTracer integration with VMWare
  • 29. Arista 전략 – 스위치 내 개발 환경 공개 If you know Linux, you will love EOS, as it gives you the POWER that NO other network device operating system has before Arista7124SX> Arista7124SX >en Arista7124SX#bash Arista Networks EOS shell [admin@tm225 ~]$  Arista EOS also provides the user complete access to the Linux kernel of the switch. To enter it, simply enter ‘bash’: No other switches have this capability tm225#bash sudo tcpdump –I e1 tcpdump: WARNING: fabric: no IPv4 address assigned tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on fabric, link-type EN10MB (Ethernet), capture size 65535 bytes 12:57:30.222171 00:1c:73:0f:80:a6 (oui Unknown) > 01:00:5e:00:00:05 (oui Unknown ), ethertype 802.1Q (0x8100), length 82: vlan 1, p 0, ethertype IPv4, 10.10.50.1 > OSPF-ALL.MCAST.NET: OSPFv2, Hello, length 44 localhost# cat -n HelloCli.py 1 import BasicCli, CliParser 2 tokenHello = CliParser.KeywordRule( 'hello', helpdesc='Says hello' ) 3 def doHello( mode ): 4 print "World.n" 5 BasicCli.UnprivMode.addCommand( ( tokenHello, doHello ) ) localhost>show hello ? | Output modifiers <cr> localhost>show hello Hello World. Localhost>  You can create and add new commands by simply writing your own python script:  You can easily do a tcpdump on an Arista switch with no impact to the CPU. You can see ospf hello packets being received
  • 30. Arista 전략 – SDN에서 요구되는 다양한 기능 탑재
  • 31. Brocade 전략 – 틈새시장 공략 (Router, 대용량 전송) • Maximum service performance: • OpenFlow enabled in hardware for flows up to 100 G • Flexible deployment: • Hybrid mode for simultaneous support of OpenFlow and traditional L2/L3 forwarding • Investment protection: • Programmable network processors ideal for evolving standards
  • 32. Brocade 전략 – Hybrid 포트 Need: Deliver value-added services for specific customer traffic on top of standard forwarding Solution: OpenFlow as an overlay on top of a “unprotected” IP WAN network Unprotected Hybrid port mode: - Hybrid port mode means: WAN ports run OpenFlow concurrently with traditional MPLS/IP routing - Unprotected means: OpenFlow is allowed to affect MPLS/IP traffic - Protected means : • WAN ports run OpenFlow concurrently with traditional MPLS/IP routing • “Protected” mode ensure OpenFlow cannot affect MPLS/IP routed traffic Value-added Services with OpenFlow on top of Production Network
  • 34. Page 34 상용 Controller 벤더들 (현재 보유) 벤더 특징 비고 Big Switch Big Network Controller OpenSource (FloodLight) VMWare Cloud 환경에 초점 / 물리적 스위치 관여 안 함. NICIRA 인수 NEC DataCenter 및 Telco에 초점 가장 완성된 Portfolio 제공 NTT DataCenter 에 초점 (SI 전략) 일본 내 활발한 투자
  • 35. Page 35 상용 Controller 벤더들 (RoadMap) 벤더 특징 비고 HP DataCenter 에 초점 / 내년 초 출시 예정 자체 솔루션과 연동 계획 Cisco Test Bed에 초점 / 올 Q4에 출시 예정 OF 테스트용 NTT Data DataCenter에 초점 / 올 Q4에 출시 예정 SI 전략 IBM DataCenter 에 초점 자체 솔루션과 연동 계획 MidoKura Cloud 환경에 초점 / 물리적 스위치 관여 안 함.
  • 36. Page 36 상용 Switch 벤더들 (현재 보유) 벤더 특징 비고 HP 5개 모델에서 25개 종에서 OpenFlow 지원 HP 3500 / 3500yl / 3800 / 5400 / 8200 IBM 2개 모델 3개 종에서 OpenFlow 지원 G8264 / 8264T / 8052 NEC 2개 모델 2개 종에서 OpenFlow 지원 현재 유일한 Controller / Switch 동시 보유 벤더 PF 5820 / 5240 Arista 1개 모델 5개 종에서 OpenFlow 지원 Arista 7050 Series Brocade 3개 모델 8개 종에서 OpenFlow 지원 MLX Series / CES 2000 / CES 2000
  • 37. Page 37 상용 Switch 벤더들 (현재 보유) 벤더 특징 비고 Pica8 3개 모델 4개 종에서 OpenFlow 지원 Pica8 3290 / 3295 / 3780 / 3920 Netgear 1개 모델 1개 종에서 OpenFlow 지원 GSM7352Sv2 Extreme 1개 모델 1개 종에서 OpenFlow 지원 BlackDiamond X8
  • 38. Page 38 상용 Switch 벤더들 (RoadMap) 벤더 특징 비고 HP 내년 중 OpenFlow 1.3 지원 예정 전 기종 CISCO 올 Q4에 OpenFlow 1.0 지원 예정 – 캐리딘 인수 Catalyst 3750 / 3560 NEC 내년 중 OpenFlow 1.3 지원 예정 전 기종 Juniper JunOS SDK (1.0 지원) – 콘트레일시스템 인수 MX routers / EX Switches Extreme ExtremeXOS 15.1 (1.0 지원) Stackable Switch Arista 내년 중 OpenFlow 1.2 지원 예정 전 기종
  • 39. Page 39 가상 Switch 벤더들 벤더 특징 비고 VMWare VMWare에서 동작 VMWare, Xen, Hyper-V 에서 동작 / OpenFlow 지원 vSphere Distributed Switch Open Virtual Switch CISCO VMWare / Hyper-V에서 동작 Nexus 1000V Switch MicroSoft Hyper-V에서 동작 Hyper-V Virtual Switch IBM VMWare에서 동작 Virtual Switch 5000V Big Switch 세션 1 Big Switch 발표 자료 참고 Big Virtual Switch NEC Hyper-V 에서 동작 / OpenFlow 지원 vPFS Virtual Switch