A Time-triggered Ethernet(TTE) Switch

Size: px
Start display at page:

Download "A Time-triggered Ethernet(TTE) Switch"

Transcription

1 2015. Spring

2 목차 1. Lightweight IPv6 Networking for IoT - 6LoWPAN - GloWBAL IPv6 - IPv6 Addressing Proxy 2. Lightweight Security for IoT 3. Internetworking Bluetooth Low Energy(BLE) 4. Application Examples(Google Thread etc)

3 1. Lightweight IPv6 Networking for IoT

4 Lightweight IPv6 Networking for IoT IPv6 : Most suitable technology for IoT Vast address space Mobility support End-to-End connectivity Security Tested IPv6 : Too heavy for networks of low capability (B/W, MTU, Delay, Unreliable) BLE, Zigbee, Lowpan, etc Ex) BLE의최대 MTU는 27byte, IPv6 헤더만 40byte

5 6LoWPAN

6 6LoWPAN IPv6 requires the maximum transmission unit (MTU) to be at least 1280 Bytes. IEEE standard packet size is 127 Bytes. Link layer header 25 Bytes Optional security(aes-ccm-128) 21 Bytes Payload = (21) = 102(81) Bytes << 1280 Bytes (IPv6 Header + Payload) Too much fragmentation needed

7 6LoWPAN IEEE 위에서 IPv6 패킷을전송하고자하는기술 6LoWPAN을사용하는 IoT 디바이스는개별적인 IPv6 주소를가져야함 IoT 디바이스와기존 IPv6 망과연동하기위해 6LoWPAN이내장된게이트웨이가필요 센서는 IP/UDP 혹은 IP/TCP stack이필수적임.

8 6LoWPAN 구조 IoT 디바이스가 IPv6를사용하기위해 adaptation layer가필요 Adaptation layer IPv6 데이터를센서에전송하기위해단편화기능, 헤더압축기능, 멀티홉전송기능을제공 6LoWPAN 게이트웨이 IPv6 기반프로토콜과 6LoWPAN 프로토콜을동시에탑재, 두프로토콜간의변환을담당

9 Application payload for 6LoWPAN Compression of IPv6 Header and UDP Header(49 -> 6 bytes) 압축 102bytes 102bytes

10 IPv6 Header Compression Dispatch code 를사용해 compression 여부를알려줌 Best case 의경우 IP header 를 40Byte => 2Byte 로축소가능 Octet-0 Octet TF NH HLIM CID SAC SAM M DAC DAM # bit Description 011XXXXX 3 LOWPAN_IPHC Dispatch code TF 2 Traffic class, Flow label NH 1 Next Header HLIM 2 Hop LIMit CID 1 Context Identifier SAC 1 Source Address Compression SAM 2 Source Address Mode M 1 Multicast Compression DAC 1 Destination Address Compression DAM 2 Destination Address Mode

11 IPv6 Header Compression IPv6 Header compression ( RFC6282 ) IPv6 기존 Header format Octet 0 Octet 1 Octet 2 Octet 3 4 Byte Version Traffic Class Flow Label 8 Byte Payload Length Next Header Hop Limit 12 Byte 16 Byte 20 Byte 24 Byte 28 Byte Source Address 32 Byte 36 Byte 40 Byte Destination Address Compression Octet 0 Octet 1 In-line field 모두 DSP TF NH HLIM CID SAC SAM M DAC DAM 2 Byte 생략된경우 IPHC 에따라 In-line IPv6 Header fields 가생략됨

12 IPv6 Header Compression (Best case scenario) Octet 0 Octet 1 DSP TF NH HLIM CID SAC SAM M DAC DAM 2 Byte [DSP] : LOWPAN_IPHC IPv6 Header Encoding임을나타냄 11 [TF] : Traffic Class and Flow Label from IPv6 are both 0 1 [NH] : Next Header Compression follows LOWPAN_IPHC(ex. UDP) 01 [HLIM] : Hop limit is 1 (Single-hop) 0 [CID] : No additional 8-bit CID is needed 0 [SAC] : Source address compression uses stateless compression 11 [SAM] : Source IP is derived using link address of SRC 0 [M] : Not a multicast 0 [DAC] : Destination address compression uses stateless compression 11 [DAM] : Destination IP is derived using link address of DST Single-hop unicast best case 시나리오 : LOWPAN_IPHC 뒤로 IPv6 헤더 없이바로 LOWPAN_NHC 가시작됨 2 Byte

13 IPv6 Header Compression cont. Octet Octet 2 byte byte Context Identifier Extension Hop Limit 6 byte Short IEEE address of SRC(16-bit) 8 byte Short IEEE address of DST(16-bit) 00 [HLIM] : Hop Limit field is carried in-line after LOWPAN_IPHC 1 [CID] : Context Identifier Extension + Short IEEE Address[16- bits] Able to create globally unique IPv6 address (RFC6282, RFC4291) 1 [SAC/DAC] : Source address and destination address compression uses stateful compression 0 [M] : Not a multicast 10 [SAM/DAM] : Short source/destination link addresses(16- bit) are carried in-line after LOWPAN_IPHC Global unicast best case 시나리오 : LOWPAN_IPHC, CID, HLIM, Short SRC+DST address 뒤로 IPv6 헤더없이바로 LOWPAN_NHC 시작됨 8 Byte

14 IPv6 Header Compression cont. Octet 0 Octet 1 2 byte byte Context Identifier Extension Traffic Class 6 byte 4-bit padding Flow Label(12 out of 20-bit) 8 byte Flow Label(8 out of 20-bit) Hop Limit 10 byte 12 byte 14 byte Extended address of SRC(64-bit) 16 byte 18 byte 20 byte Extended address of DST(48-bit) 22 byte 00 [TF] : (Traffic Class + 4-bit padding + Flow Label) = 4 byte is carried 1 [M] : Multicast in-line after LOWPAN_IPHC 01 [SAM] : Extended link address(64-bit) is carried in-line 00 [DAM] : Unicast-prefix-based IPv6 Multicast address compression(48-bit) is carried in-line Global multicast worst case 시나리오 : LOWPAN_IPHC, CID, TF, HLIM, Extended SRC+DST address 뒤로 IPv6 헤더없이바로 LOWPAN_NHC 시작됨 22 Byte

15 UDP Header Compression UDP Header compression UDP 기존 Header format Octet 0 Octet 1 Octet 2 Octet 3 4 byte SRC Port DST Port 8 byte UDP Length UDP Checksum Compression Octet Octet 2 byte Last 4-bit of SRC port Last 4-bit of DST port 4 byte UDP Checksum UDP Header 는 UDP LOWPAN_NHC 에따라 8 Byte 4 Byte 로감소

16 6LoWPAN 장단점 센서네트워크에적용되는 6LoWPAN의장점기존의 IP 인프라및 IP 기반기술재사용가능 IPv6에서제공되는넓은주소공간사용가능 DHCP서버를통해 IP 주소를할당받지않더라도, IPv6의기능으로센서스스로자신의 IP 주소생성가능 6LoWPAN의기술적목표과제헤더압축을통해헤더의크기를줄여더많은데이터공간을확보하는것이필요함. 많은수의 IoT 디바이스가 6LoWPAN을적용하지못함. - 기존기술에 6LoWPAN을적용하기위해서는 hardware를변환하거나통신 stack의구조를크게변환해야함 (not cost-effective)

17 GloWBAL IPv6

18 GloWBAL IPv6 개념 Smart device에 IPv6 주소를할당하여 IPv6 network와통신하기위한기술 6LoWPAN을제외한통신방식 (ex)ieee , Bluetooth Low Energy) 을사용하는기존 smart device의경우 IPv6 network와호환성이없음 Access Address/Identifier(AAID) 를사용하여 device에 IPv6 주소할당. interoperability in IPv6 network for smart device GloWBAL IPv6

19 현재기술의한계 현재기술 (6loWPAN) 을이용해 IPv6 capability를구현하기에는 cost가크다. 모든 device 를 6loWPAN 사용가능 device 로전환해야함 IPv6 의경우 header 의크기를기존 IoT 기술에적용하기에는너무크다. Ex) Bluetooth Low Energy has a limited payload of 19~27 bytes IPv6의경우하나의 IP address만해도 16bytes IPv6 header

20 IPv6 AAID 변환 GloWBAL IPv6 의경우 Hash 함수를이용하여 36bytes 의정보를 4bytes 로 변환 (CRC 32 사용 ). AAID identifier = h{source IP, destination IP, source Port, destination Port}

21 AAID identifier & AAID dispatch 해쉬함수를이용해 IPv6를변환하여 4byte 크기의 AAID identifier 생성 AAID management control information을지시하는역할을진행하는 AAID dispatch (8 bits) 가추가되어최종적으로 header의크기가 5bytes( 기존 IPv6의경우 36bytes) AAID identifier 와 AAID dispatch 로인해최종적으로 5bytes

22 AAID identifier & AAID dispatch AAID dispatch (8 bits) AAID 구성에관한정보 S Set Mode (1bit) 새로운연결구성에대한알림 M Mobility (1bit) Device 의 mobility 에관한정보 IP src IP dst Port Src Port dst Source IP Configuration (2bits) Set Destination IP (1 bits) Source Port Configuration (2bits) Set Destination Port (1bit) < IPv6 src 할당방식에관한정보 > 00 : 네트워크에서주소자동할당 01 : 내부네트워크의주소사용 10 : 내부네트워크주소, 자신주소정보사용 11 : 게이트웨이에서주소할당 목적지의 IPv6 주소에대한알림 ( 초기 setup 시혹은 updating 시 ) < Port src 할당방식에관한정보 > 00 : Default 값이나게이트웨이에서설정해준값. 01, 10, 11 : application 에맞는 port 사용 ( 사용정보량에따라설정다름 ) 목적지의 Port 정보에대한알림 ( 초기 setup 시혹은 updating 시 ) 예시 : 특정지점에대한정보를가지고연결을구성하며, 이때 device 의 IPv6 주소와 port number 값은게이트웨이에서설정한다.

23 AAID gateway AAID gateway 가필요 AAID 와 IPv6 를 mapping 하는역할 (hash 함수를 이용하여 AAID-IPv6 변환을진행 )

24 IPv6 Addressing Proxy

25 IPv6 Addressing Proxy 기존에 industrial markets이나 building automation market 등의분야에서사용하고있던통신기술 (CAN, X10, EIB/KNX, RFID) 을 IPv6 network와 proxy 연결하는방식. 각 device에 IPv6를할당하고, proxy에서 device가사용하고있는통신기술의 frame을 IPv6 network 용 frame으로변환 ( 반대과정도수행 )

26 IPv6 Addressing Proxy Proxy 내부에서 X10, CAN, EIB/KNX, RFID 의기존통신기술에대한정보 를바탕으로 IPv6 로전환하기위해 multiprotocol card 가존재

27 IPv6 변환 IPv6 의 128bits 중에서 NETWORK ID, HOST ID 로구분하여사용, 기존 기술의정보를삽입 (2 가지방식 ). LINE ID : device 가연결되어있는 line 에대한정보 (8bits) TECHNOLOGY ID : device 가사용하는통신기술의정보 (8bits) RESERVED TECHNOLOGY MAPPING : 메시지정보 ( 통신기술에따라다름 ) 가삽입 (48bits) NETWORK ID (64 bits) HOST ID (64 bits) LINE ID (8 bits) TECHNOLOGY ID (8 bits) RESERVED TECHNOLOGY MAPPING (48 bits) (a) Addressing functionality in application level NETWORK ID (48 bits) LINE ID (8 bits TECH ID (8 bits) HOST ID (64 bits) RESERVED (16 bits) RESERVED TECHNOLOGY MAPPING (48 bits) (b) Addressing functionality within kernel IPv6 addressing in the IPv6 Addressing proxy

28 Ex) CAN 메시지의변환 CAN 메시지의형식 (EXTENDED FRAME FORMAT) 을 IPv6 에맞게 mapping. Information Type Identifier : 메시지의 type에대한정보 Device Type : 메시지를전송하는 device가 sender, receiver, or controller인지에대한정보 Device Identifier : device의 ID(CAN 형식에따름 ). Rserved : 아무설정이없는경우모든자리가 0, device의상태를나타냄 (ex) 긴급상황 ). SOF (1 bit) ARBITRATION FIELD CONTROL (6 bits) DATA (64 bits) CRC (16 bits) ACK (2 bits) EOF (7 bits) SOF (1 bit) 11 BIT IDENTIFIER SRR (1 bit) IDE (1 bit) 18 BIT IDENTIFIER RTR 1bit CONTROL (6 bits) EXTENDED FRAME FORMAT INF TYPE ID (2 bits) DEVICE TYPE (2 bits) DEVICE ID (29 bits) RESERVED (15 bits) IPv6 mapping from CAN NETWORK ID (48 bits) LINE ID (8 bits) TECH ID (8 bits) RESERVED (16 bits) RESERVED TECHNOLOGY MAPPING (48 bits) RESERVED TECHNOLOGY MAPPING 에삽입됨.

29 Comparison of Technlogies(IPv6 for IoT)

30 Protocol/ Features Low memory requirement Header size optimization Communication stack independent Compatibility with legacy technologies (Editable) Compatibility with proprietary technologies (Non-editable) Border Gateway requirement IPv6 (Base) lwip (lightweight IP) uip (microip) 6LoWPAN (RFC 6282) GLoWBAL IPv6 IPv6 Addressing Proxy X X X X X O X X X X O X X X X O X X X O O O O X O O O X O O

31 Protocol/ Features Low memory requirement Header size optimization Communication stack independent Compatibility with legacy technologies (Editable) Compatibility with proprietary technologies (Non-editable) Border Gateway requirement IPv6 (Base) lwip (lightweight IP) uip (microip) 6LoWPAN (RFC 6282) GLoWBAL IPv6 IPv6 Addressing Proxy X X X X X O X X X X O X X X X O X X X O O O O X O O O X O O

32 Protocol/ Features Low memory requirement Header size optimization Communication stack independent Compatibility with legacy technologies (Editable) Compatibility with proprietary technologies (Non-editable) Border Gateway requirement IPv6 (Base) lwip (lightweight IP) uip (microip) 6LoWPAN (RFC 6282) GLoWBAL IPv6 IPv6 Addressing Proxy X X X X X O X X X X O X X X X O X X X O O O O X O O O X O O

33 Protocol/ Features Low memory requirement Header size optimization Communication stack independent Compatibility with legacy technologies (Editable) Compatibility with proprietary technologies (Non-editable) Border Gateway requirement IPv6 (Base) lwip (lightweight IP) uip (microip) X 40 Byte X X X X O 40 Byte X X X X O 40 Byte X X X X 6LoWPAN (RFC 6282) O 26 Byte 2 Byte X X X O GLoWBAL IPv6 IPv6 Addressing Proxy O 5 Byte O O X O O - O X O O

34 Protocol/ Features Low memory requirement Header size optimization Communication stack independent Compatibility with legacy technologies (Editable) Compatibility with proprietary technologies (Non-editable) Border Gateway requirement IPv6 (Base) lwip (lightweight IP) uip (microip) 6LoWPAN (RFC 6282) GLoWBAL IPv6 IPv6 Addressing Proxy X 40 Byte X X X X O 40 Byte X X X X O 40 Byte X X X X O 6LoWPAN: 2 Byte X IPv6 X compression X for use O with Byte O 5 Byte O GLoWBAL O IPv6 X and O IPv6 Addressing Proxy: O - O Non-IP X devices O IPv6 O

35 Protocol/ Features Low memory requirement Header size optimization Communication stack independent Compatibility with legacy technologies (Editable) Compatibility with proprietary technologies (Non-editable) Border Gateway requirement IPv6 (Base) lwip (lightweight IP) uip (microip) 6LoWPAN (RFC 6282) GLoWBAL IPv6 IPv6 Addressing Proxy X 40 Byte X X X X O 40 Byte X X X X O 40 Byte X X X X BLE O on top 26 Byte of X is X X O able to implement an AAID for O GLoWBAL 5 Byte IPv6 O O X O Non-editable predefined O - O communication stacks use X O O IPv6 addressing proxy ex) CAN frame

36 Protocol/ Features Low memory requirement Header size optimization Communication stack independent Compatibility with legacy technologies (Editable) Compatibility with proprietary technologies (Non-editable) Border Gateway requirement IPv6 (Base) lwip (lightweight IP) uip (microip) X 40 Byte X X X X O 40 Byte X X X X O 40 Byte X X X X 6LoWPAN (RFC 6282) O 26 Byte 2 Byte X X X O GLoWBAL IPv6 IPv6 Addressing Proxy O 5 Byte O O X O O - O X O O

37 2. Lightweight Security for IoT

38 6Lowpan 기반헤더압축기법필요성 Data / Header 효율향상을위한 Lightweight security 필요 < 위에서 IPv6, UDP 를사용했을때 payload 비교 > 1) 기본 (IPv6 + UDP) 2) 기본 + 보안 (IPv6 + IPSec + UDP + DTLS) 3) IPv6/UDP 헤더압축 (Compressed IPv6/UDP + IPSec +DTLS) 4) IPv6/UDP 헤더압축 + IPSec/DTLS 압축 (Compressed IPv6/UDP + Compressed IPSec/DTLS)

39 Compression Ratio Uncompressed compressed Compression Ratio IPv6 IPv6 IPSec IPv6 Header % AH % ESP % UDP UDP UDP Header % DTLS DTLS % 시나리오별압축비율 TOTAL 압축률 시나리오 1 : IPv6 + AH + UDP + DTLS (69%) 시나리오 2 : IPv6 + ESP + UDP + DTLS (76%) 시나리오 3 : IPv6 + AH + ESP + UDP + DTLS (66.7%)

40 IPv6 Extension Header Compression (AH) AH Format Compressed AH Format AH 에서는해당필드부분이 24bytes -> 16bytes 로감소 8bytes 감소

41 AH Processing & compression example 1byte 12bytes 8bytes 감소 4bytes 6LowPAN NH NHC_AH 코딩이용 (Shahid Raza) NHC_EH(Extension header) 1옥텟사용 ( 확장헤더정보를제공하기위해추가 ) NHC_AH 코딩으로 PL(SPI로부터정보제공받으므로생략 ) 과 SPI( 상호협약없을시생략 ) 값조정 SN => 4에서 2옥텟으로압축 (SPI 값생략에따른 SN 값조정 )

42 IPv6 Extension Header Compression (ESP) ESP format ESP 에서는해당필드부분이 10bytes 에서 6bytes 로감소 Compressed ESP format 4bytes 감소

43 ESP Processing & compression example 1byte 8bytes 4bytes 감소 4bytes 6LowPAN NH NHC_ESP 코딩이용 (Shahid Raza) NHC_EH(Extension header) 1옥텟사용 ( 확장헤더정보를제공하기위해추가 ) NHC_ESP 코딩으로 SPI( 상호협약없을시생략 ) 값조정 (4->0) SN => 4에서 2옥텟으로압축 (SPI 값생략에따른 SN 값조정 )

44 Compressed DTLS 13 bytes 12 bytes 42 bytes 38 bytes 5 bytes 3 bytes 33 bytes 33 bytes (8) bytes (9) bytes (9) bytes (5) bytes * 6LoWPAN Compressed DTLS for CoAP

45 DTLS based End to End Security Architecture * A DTLS Based End-To-End Security Architecture for the IoT with Two-Way Authentication

46 Packet RTT PER PALOAD for different encryptions Payload 대비 RTT Payload 가대략 100bytes 배수가될때마다 RTT 의증가폭이변함 IEEE bytes Maximum frame size * A DTLS Based End-To-End Security Architecture for the IoT with Two-Way Authentication

47 DTLS Compression Compression header for DTLS LOWPAN_NHC_RH (Record + Handshake) LOWPAN_NHC_R (Record only) LOWPAN_NHC_CH (ClientHello) LOWPAN_NHC_SH (ServerHello) LOWPAN_NHC_CH LOWPAN_NHC_RH LOWPAN_NHC_R LOWPAN_NHC_SH

48 DTLS Compression DTLS Compression Example DTLS _ RECORD Compression(13 bytes -> 5bytes) LOWPAN_NHC_R V(version) : 0 (2bytes -> 0byte) EC(Epoch) : 0 (2 bytes -> 1 byte) SN(Seqeunce number) : 00 (6bytes -> 2bytes) Compression header : 1bytes Contest type : 1bytes Length : 2bytes -> 0byte

49 DTLS Compression DTLS 는 UDP Payload 내에존재하며각세부구조에서 Record Header : 13bytes -> 5bytes, Handshake Header 에서 12bytes -> 3bytes 총 17byte 의절약이생긴다

50 Lightweight security Lightweight security 에서 AH(HMAC-SHA1-96 Mode), ESP(AES-CBC Mode) 보안기법을사용한경우 payload 보안기법을 AH & DTLS 사용시 : Payload 73 bytes (compression 이전 47 bytes) 보안기법을 ESP & DTLS 사용시 : Payload 83 bytes (compression 이전 61 bytes)

51 3. Internetworking for Bluetooth Low Energy

52 Internetworking Bluetooth 구분 BLE 디바이스 Addressing Layer Application 특징 1 BLE ( 현재 ) 현재 BLE MAC address Link layer + Application layer GATT 를이용한서비스정의가필요 Local 사용에국한됨 2 BLE + RESTful API 현재 URI : host 는 Gateway Application layer GATT 를이용한서비스정의가필요 BLE 가서버, Gateway 에서 HTTP/TCP/IP 를 GATT 서비스로변환 3 BLE + HTTP proxy HTTP Proxy 서비스 (HPS) 추가 (2014) URI(BLE : HPS 클라이언트, HTTP Proxy : 서버 ) Application layer HTTP 를사용 BLE 가클라이언트, HTTP 를하나의 GATT 서비스로정의 4 BLE + IPv6 6LoWPAN + IPSP( 프로파일 ) 추가 IPv6 address Autoconfig IP layer 모든 TCP/IP 응용을자유롭게사용가능 Proxy 필요없음 Mobility, Security, 멀티홈, end-to-end 연결

53 1 BLE ( 현재 ) Gateway(Central) 가클라이언트가되어서버인 Sensor(Peripheral) 로부 터데이터를가져옴

54 BLE 의응용 Data Hierarchy GATT : Two BLE devices transfer data back and forth using Services and Characteristics. ATT : Store Services, Characteristics and related data in a simple lookup table using 16-bit IDs for each entry in the table.

55 1 BLE ( 현재 ) Example : Health Thermometer 서비스 Service Health Thermometer Service Characteristics Temperature measurement Characteristics Intermediate Temperature Characteristics Temperature Type Characteristics Measurement Interval

56 UUID represents service and characteristic Example : Health Thermometer 서비스 Handle UUID Description Value 0x0100 0x2800 Health Thermometer service UUID 0x1809 0x0101 0x2803 Characteristic: Temperature measurement UUID 0x2A1C Value handle : 0x0102 0x0102 0x2A1C Temperature value 20 degrees 0x0104 0x2A1F Descriptor : unit Celsius 0x0110 0x2803 Characteristic : Measurement interval UUID 0x2A21 Value handle : 0x0111 0x0111 0x2A21 Measurement interval 3600 seconds

57 1 BLE ( 현재 ) BLE stack(low part) Physical Layer : 실질적인패킷을주고받음 Link Layer : medium access, 연결확립, 에러컨트롤, 플로우컨트롤 L2CAP : 상위레이어로부터데이터를 Muxing, fragmentation 된패킷을결합

58 2 BLE + RESTful API(BLE 가 server) BLE + RESTful API Bluetooth Internet Gateway 에서각 BLE 디바이스의기능마다 URI 주소를 부여함 외부에서 RESTful API(PUT, GET 등 ) 를써서 BLE 를 Access

59 2 BLE + RESTful API(BLE 가 server) BLE + RESTful API HTTP 명령어를사용 BLE device를 GAP의 Resource로 access 게이트웨이에연결된 BLE device들을 Passive scan으로찾음 GATT Feature Primary Service Discovery GATT Sub- Procedure Discover All Primary Services Discover Primary Services By Service UUID REST API Method and URI GET erature_01/services?primary=1 GET erature_01/services?primary=1&uuid=0x02 01

60 3 BLE + HTTP proxy(ble 가 client) BLE 쪽의 Client가보내는 HTTP Write Request를 HPS(HTTP proxy service) 를이용하여게이트웨이에게보내고게이트웨이는이것을 HTTP request 로변환하여웹서버로보낸다. HPS Server는웹서버로부터받은 HTTP response를 BLE에게전달한다. HPS 에서 BLE가클라이언트가되고, 게이트웨이가서버가됨 현재진행중인상호운용성테스트가성공적으로끝나면 Bluetooth 스펙으로확정 (2015, Bluetooth SIG)

61 3 BLE + HTTP proxy(ble 가 client) Service HTTP Proxy Service Characteristics URI Characteristics HTTP Entity Body URI Characteristics HTTP Status Code Characteristics HTTP Headers Characteristics HTTP Control Point Characteristics HTTPS Security

62 2, 3 방식장 / 단점 (RESTful API, HTTP Proxy) 장점 현재 BLE 를그대로사용가능 (2 RESTful API) 현재 BLE 에 HPS 서비스만추가하여인터넷연결가능 (3 HTTP Proxy) 단점 Gateway에의존적이다 Connection 의개념이없다 ( 지속적연결이아닌일회성 ) Ex VOIP, Streaming 구현이어려움 디바이스에범용 TCP/IP 프로그램을쓰기어렵다 End-to-end 가성립되지않는다 Mobility 지원이어렵다 멀티홉지원이어려움

63 4 BLE + IPv6(Node Routher) BLE + IPv6

64 4 BLE + IPv6(IPSP, IPSS) IPSP(Internet protocol support profile) IPSP를지원하는 Device들을찾아서통신하도록해줌 IPSP를지원하는 Device들간에는 IPv6 패킷을 BLE transport를통해전송할수있음 IPSS(Internet protocol support service) Bluetooth 스펙으로발표예정 (2015 년, Bluetooth SIG)

65 4 BLE + IPv6(IPSP, IPSS) Roles Node originates or consumes IPv6 application packet (usually sensor and actuator) Router routes IPv6 packets(likely AP) Router + Node possible A Router supports GAP central role and may additionally support GAP peripheral role L2CAP requirement Connection oriented channel MTU is 1280bytes or higher

66 IPv6 over BLE(IETF Draft 2014 년 9 월 ) IPv6 over Bluetooth LE stack A IPSS discovers IP enabled devices and establishes link layer connection for transporting IPv6 packets B After this, IP layer communication(udp/tcp/others over IPv6 and 6LoWPAN) can take place. A B

67 IPv6 over BLE(IETF Draft 2014 년 9 월 ) Stateless address auto configuration IID(Interface identifier) 는 48bit Bluetooth device address 에서부터만들어짐 (RFC2464) Link local 을의미하는 prefix fe80::/64 를 IID 앞에붙여줌

68 BLE MTU 의한계와 IPv6 의관계 MTU defined for L2CAP fixed channels over BLE : 27bytes (L2CAP header 4bytes 포함 ) L2CAP header 제외하면 23bytes 를상위 layer 에서사용가능 1280bytes 혹은그이상되는 IPv6 패킷을전송하기위해 L2CAP layer 에서 fragmentation and reassembly solution 제공 (IPSP 1.0 에의해정의 ) Connection oriented channel with flow control 사용

69 Neighbor Discovery 기본적으로 Neighbor Discovery 는 6LoWPAN 의 Neighbor Discovery Optimization 표준을따름 (RFC6775) 6LN 노드는 6LBR 에게 ARO(Address Registration Option) 가포함된 NS(Neighbor Solicitation) 메시지를보내어 non-link-local 주소를등록한 다. 이에따라 NA(Neighbor Advertisement) 를프로세스한다.

70 Header compression 기본적으로 IEEE over IPv6 에서의 Header compression 기법을 따름 Compression 메커니즘사용을위해 ARO(address registration option) 가 사용 노드의 local 주소가보더라우터의 ARO 에저장되어있다면센서가보더 라우터로데이터를보낼시 source address 는모두생략할수있음

71 Main benefits of IPv6 over BLE 1) 응용에대한제한이없어짐 - BLE 방식은 profile, service, characteristic으로정의한응용만사용가능한데 비해모든인터넷응용을가능하게함 2) BLE device를 host로 addressing 3) IPv6 over BLE is not so costly when compressed 4) Bluetooth SIG, IETF에서표준화가진행중 5) 구현사례 6) IPv6 adoption gains momentum 7) Security (IPSec, etc.) 8) Mobility

72 1) 응용에대한제한이없어짐 기존 BLE : Service, characteristic 에의해정의된응용만사용가능 (e.g. Health thermometer) IPv6 over BLE : 모든인터넷응용이가능 (TCP/UDP/Others)

73 2) BLE device 를 host 로 addressing 4 IPv 6 + BLE 방식에서 IP 주소는 BLE device 의 interface 를 address 하므로이를통하여 (service, characteristic 정의없이 ) 여러가지응용이동시에인터넷을통해외부프로그램과연결가능 (IP addresses host not application!!) 2 BLE + RESTful API 의경우외부에서 BLE device 에있는특정응용을 object 로 addressing 하여 access 함 (URI Addresses a predefined application as an object) 3 BLE + HTTP proxy 의경우 BLE 응용이 HPS 서비스를사용하여외부의웹서버에있는 object 를 access 함 (URI Addresses a resource at external server)

74 3) IPv6 is not so costly when compressed 6LoWPAN ipv6 compression Global unicast Octet 0 Octet 1 Octet 2 Octet 3 4-bit 8-bit 12-bit 16-bit 20-bit 24-bit 28-bit 32-bit 4-Byte Version Traffic Class Flow Label best-case scenario 8-Byte Payload Length Next Header Hop Limit 12-Byte 16-Byte Source Address 20-Byte 24-Byte IPv6 28-Byte Octet 0 Octet 1 Octet 2 Octet 3 32-Byte 4-bit 8-bit 12-bit 16-bit 20-bit 24-bit 28-bit 32-bit Destination Address 36-Byte 4-Byte [LOWPAN]_IPHC CID Hop Limit 40-Byte 8-Byte Source Address Destination Address 4-Byte Next Header Payload Length Reserved 4-Byte [ ]_NHC_EH [ ]_NHC_AH Sequence Number 8-Byte Security Parameter Index IPv6 8-Byte 12-Byte Sequence Number Field Extension 12-Byte Integrity Check Value(variable) 16-Byte Header 16-Byte 20-Byte Integrity Check Value(variable) AH 4-Byte [ ]_NHC_UDP SRC/DST Port UDP Checksum 24-Byte 4-Byte [ ]_NHC_RHS Epoch Sequence Number 4-Byte SRC Port DST Port 7-Byte Message type Message Sequence UDP 8-Byte UDP Length UDP Checksum 4-Byte Type Version Epoch 8-Byte Epoch Sequence Number 12-Byte Sequence Number Length 13-Byte Length Payload 4-Byte Type Length 8-Byte Message Sequence Fragment Offset 12-Byte Frag. Offset Fragment Length Handshake Payload 5bytes DTLS Record DTLS Handshake Headers : 97Bytes 35bytes Payload : 5bytes 67bytes Payload : 102bytes 67bytes

75 3) IPv6 is not so costly when compressed IPv6 Header compression ( RFC6282 ) IPv6 기존 Header format Octet 0 Octet 1 Octet 2 Octet 3 4 Byte Version Traffic Class Flow Label 8 Byte Payload Length Next Header Hop Limit 12 Byte 16 Byte 20 Byte 24 Byte 28 Byte Source Address 32 Byte 36 Byte 40 Byte Destination Address Compression In-line field 모두생략된경우 Octet 0 Octet 1 DSP TF NH HLIM CID SAC SAM M DAC DAM 2 Byte IPHC 에따라 In-line IPv6 Header fields 가생략됨

76 3) IPv6 is not so costly when compressed Octet 0 Octet 1 DSP TF NH HLIM CID SAC SAM M DAC DAM 2 Byte [DSP] : LOWPAN_IPHC IPv6 Header Encoding임을나타냄 11 [TF] : Traffic Class and Flow Label from IPv6 are both 0 1 [NH] : Next Header Compression follows LOWPAN_IPHC(ex. UDP) 01 [HLIM] : Hop limit is 1 (Single-hop) 0 [CID] : No additional 8-bit CID is needed 0 [SAC] : Source address compression uses stateless compression 11 [SAM] : Source IP is derived using link address of SRC 0 [M] : Not a multicast 0 [DAC] : Destination address compression uses stateless compression 11 [DAM] : Destination IP is derived using link address of DST Single-hop unicast best case 시나리오 : LOWPAN_IPHC 뒤로 IPv6 헤더없이바로 LOWPAN_NHC가시작됨 2 Byte

77 4) 표준화가진행중 (Bluetooth SIG) 2 BLE + RESTful API Published as White Paper, April, BLE + HTTP proxy(hps) ProtoSpec, October, 2014 현재진행중인상호운용성테스트가성공적으로끝나면스펙으로확정 (2015) 4 BLE + IPv6(IPSP) Draft1.0, October, 2014

78 4) 표준화가진행중 (IETF) Transmission of IPv6 Packets over BLUETOOTH(R) Low Energy draft-ietf-6lo-btle-03 IPv6 over Bluetooth LE is dependent on both Bluetooth 4.1 and IPSP 1.0 or newer

79 5) 구현사례 (IPv6 over BLE, Aalto Univ.) * T. Savolainen, M. Xi, IPv6 over Bluetooth Low-Energy Prototype, Aalto University Workshop on Wireless Sensor Systems, LoWPAN over BT-LE implementation by NOKIA Interoperability implementations with another company already started

80 5) 구현사례 (HOP Ubiquitous, Jara et. al) Lower power consumption Multipurpose Totally flexible Device 별 ipv6 address 부여 Smart home, BEMS와같이사용자가여러 device를통제할수있는상황에적합 Hop basic Hop extended *

81 5) 구현사례 (HOP Ubiquitous, Jara et. al)

82 6) IPv6 adoption gains momentum J.Czyz et al., Measuring IPv6 Adoption, ICSI,

83 6) IPv6 Gains Momentum J.Czyz et al., Measuring IPv6 Adoption, ICSI,

84 6) IPv6 adoption gains momentum (IPSO) Goal Promote the use of IP as the premier solution for access and communication for Smart Objects

85 6) IPv6 adoption gains momentum (IoT6) Goal Universal Integration of the Internet of Things through an IPv6-based Service Oriented Architecture enabling heterogeneous components interoperability.

86 6) IPv6 adoption gains momentum (IoT6) Companies aligned with IoT6 Turn it ipv6 Universal Device gateway(udg) Smart IPv6 Building Hobnet EAR-IT

87 7) Security IPSec Panasonic 에서제시한 IPSec over IPv6 개념

88 8) Mobility

89 4. Application Examples(Google Threads etc)

90 Lightweight IPv6 적용기술 ( 유사기술포함 ) IP Non-IP 구분 1 Thread (Google etc.) 2 HOPu 3 JenNet-IP 4 HomeKit (Apple) 5 CSRmesh IP 사용 6LoWPAN GloWBAL IPv6 6LoWPAN 통신방식 ( 물리채널 ) BLE BLE BLE Mesh Self-heal Self-heal Grouping Flood mesh OS Thread Beta ( 회원사배포 ) ios and Android JenOS ios Android (ios 개발중 ) Security Banking-class public key bit AES encryption bi-directional authentication, persession encryption Public Key, Authentication 비고 Self-heal(RPL?), 250+( ?) Bluetooth Profile 사용 500+ Bluetooth Profile 사용 Bluetooth Profile 사용 QR 코드사용

91 1 Thread (Google etc.) Thread Group Thread Group 은가정에있는여러제품들을인터넷망에연결하여저전력으로통신할수있도록레이어프로토콜, 소프트웨어플랫폼개발, 제품개발을하기위해만들어진단체 Thread Group 의회원으로 ARM, BIGASS, freescale, nest(google), 삼성, Silicon Labs, Yale 사가참여

92 1 Thread (Google etc.) IEEE MAC 위에 6LoWPAN 을사용 IPv6 통신이가능함에따라모든인터넷응용을사용가능 (cf. BLE 의경우 Profile/Service 등으로정의한응용만사용가능 ) Thread = 6LoWPAN + IP routing + UDP + Security Reliable transport (application layer 구현 ) (e.g. CoAP confirmable 이용 )

93 1 Thread (Google etc.) 250+ 의디바이스를 mesh 로연결 Self-healing mesh (RPL? RFC 6550)

94 1 Thread (Google etc.) : 제품개발동향 Freescale : IEEE 를 MAC 으로 하는 MCU 를판매중, Thread beta development program 을운영중 Silicon Labs : IP 기반매쉬를지원하는 Thread beta 소프트웨어를회원 / 협업사 에게배포중

95 1 Thread (Google etc.) : 제품개발동향 NEST Thermostat NEST Protect

96 BLE over IPv6 vs Thread Group 6LoWPAN 구분 BLE over IPv6 Thread Group 6LoWPAN Stack 구조 기반 기반 Networking 6LoWPAN after IPSP 6LoWPAN MTU 27bytes 127bytes Topology Star Mesh 보급화 우세 ( 휴대폰단말에대부분탑재 ) 열세 (2014 후반기배포예정 ) 평가 Bluetooth 는이미대중화되어있으 나 2015 년 stack 표준화발표결과를 주목할필요있음. Zigbee 설치기반확장으로문제 해결시시장주도가능성 ( 대기업참가중, google, ARM, 삼성 )

97 2 HOPu Mapping 기반 IPv6 + UDP Compression ( 36bytes -> 5bytes ) cf. 6LoWPAN 은 IPv6 + UDP Compression ( 48bytes -> 6 ~ 30bytes )

98 2 HOPu Bluetooth 의 Profile 을이용하여구현 기존 BLE 디바이스에바로적용가능 ( 응용메시지에 AAID 전송가능 )

99 2 HOPu IPSS (IP Support service), IPSP (IP Support Profile) 등을이용하여 IP 구현한것으로추측됨 BLE 의 Service/Profile 을이용하여 IP 서비스를시작하고실제메시지는 GATT 위의 Application level 에서전송하거나 ( 응용계층에서전송 ) 또는 Bluetooth 4.1(2013년 12월 ) 에서새로정의한 L2CAP Connection Oriented Channel with Credit Based Flow Control Mode 위에서직접전송가능 ( 링크계층위에서직접전송 )

100 2 HOPu BLE 디바이스를 IPv6와 RESTful API를이용하여스마트폰, 인터넷, 클라우드에연결할수있도록오픈 SDK제공 HOP Basic : End-to-End IPv6 연결이가능한 BLE 디바이스 (GloWBAL IPv6 사용하여 IPv6주소를디바이스별로제공 ) cf. ibeacon 이 IPv6 주소없이일방향통신만을제공하는것과차별화 HOP Extended : Wearable activity monitor sensor IP 사용동기 : 모두가쉽게이해하고사용할수있는솔루션개발을위해, 기존 IP 관련기술을활용하기쉬움 Hop basic Hop extended

101 2 HOPu(Catalog)

102 3 JenNet-IP Self-Healing 가능한 mesh 구성하고 6LoWPAN으로업그레이드기존산업용으로사용하던 JenNet의 Tree networking을이용하여 6LoWPAN으로업그레이드 NXP에서 2011년개발, 자체 Micro-controller만사용가능하여범용성떨어짐

103 3 JenNet-IP JenNet-IP 프로토콜스택은 NXP 의 JenNet 프로토콜 (IETF 6LoWPAN 계층 으로업그레이드 ) 을채택

104 4 HomeKit (Apple) Siri 음성인식기반통합 UI 제공 iphone ipad가게이트웨이역할 HomeKit chip을이용해개발된디바이스만사용가능 (HomeKit Accessary Protocol 사용 ) Group으로묶어제어가능 지문인식기반의보안솔루션제공 2014년 6월 WWDC에서발표

105 4 HomeKit (Apple) Non-IP solution ( 기존 GATT 응용계층위에 Overlay 형태로존재 ) Services Garage door openers Lights Door locks Thermostats IP camera controls Switches Characteristics Power state Lock state Target state Brightness Model number Current temperature

106 4 HomeKit (Apple) : 제품개발동향 Elgato Eve 스마트홈시스템 IFA 2014 에서공개 control status

107 HomeKit (Apple) vs Thread (Google etc) 구분 HomeKit (Apple) Thread (Google etc) 통신방식 BLE 개발참여회사 Apple 단독 Google, 삼성, nest 등 IP x IPv6 이용 (6LoWPAN) Gateway iphone, ipad 가 Gateway 기능 기반의스마트폰이없어별도의 Gateway 가필요 사용가능한기기 HomeKit chip 을이용해개발된 디바이스만사용가능 기존 디바이스를 software 업데이트를통해이용가능

108 5 CSRmesh BLE 디바이스들로 mesh 를구성하여 Group 별로제어가능 Android, ios 등어떤 OS 기반으로도제어가능

109 5 CSRmesh QR code 를이용한간단한디바이스등록

110 5 CSRmesh Flood Mesh (broadcast and relay by re-broadcast)

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

TCP.IP.ppt

TCP.IP.ppt TCP/IP TCP/IP TCP/IP TCP/IP TCP/IP Internet Protocol _ IP Address Internet Protocol _ Subnet Mask Internet Protocol _ ARP(Address Resolution Protocol) Internet Protocol _ RARP(Reverse Address Resolution

More information

Network seminar.key

Network seminar.key Intro to Network .. 2 4 ( ) ( ). ?!? ~! This is ~ ( ) /,,,???? TCP/IP Application Layer Transfer Layer Internet Layer Data Link Layer Physical Layer OSI 7 TCP/IP Application Layer Transfer Layer 3 4 Network

More information

Subnet Address Internet Network G Network Network class B networ

Subnet Address Internet Network G Network Network class B networ Structure of TCP/IP Internet Internet gateway (router) Internet Address Class A Class B Class C 0 8 31 0 netid hostid 0 16 31 1 0 netid hostid 0 24 31 1 1 0 netid hostid Network Address : (A) 1 ~ 127,

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

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

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

bn2019_2

bn2019_2 arp -a Packet Logging/Editing Decode Buffer Capture Driver Logging: permanent storage of packets for offline analysis Decode: packets must be decoded to human readable form. Buffer: packets must temporarily

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

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

Chapter11OSPF

Chapter11OSPF OSPF 111 OSPF Link state Interior Gateway Protocol OSPF 1988 IETF OSPF workgroup OSPF RFC 2383 version 2 Chapter OSPF Version 2 OSPFIGP AS 1 1111 Convergence Traffic Distance Vector Link state OSPF (Flooding),

More information

歯규격(안).PDF

歯규격(안).PDF ETRI ETRI ETRI ETRI WTLS PKI Client, WIM IS-95B VMS VLR HLR/AC WPKI Cyber society BTS BSC MSC IWF TCP/IP Email Server Weather Internet WAP Gateway WTLS PKI Client, WIM BSC VMS VLR HLR/AC Wireless Network

More information

Microsoft Word doc

Microsoft Word doc TCP/IP 구조 1. I.P 구조설명 2. ARP 구조설명 3. TCP 구조설명 4. UDT 구조설명 5. RIP 구조설명 6. BOOTP 구조설명 7. TFTP 구조설명 destination addr source addr type data CRC 6 6 2 46-1500 4 type 0X0800 IP datagram 2 46-1500 type 0X0806

More information

슬라이드 1

슬라이드 1 DHCP (Dynamic Host Configuration Protocol) Oct 2006 Technical Support Div. Tel : 031-739-6800 Mail : support@corecess.com DHCP Motivations Automatic network configuration for clients No administrator intervention

More information

2005 2004 2003 2002 2001 2000 Security Surveillance Ubiquitous Infra Internet Infra Telematics Security Surveillance Telematics Internet Infra Solutions Camera Site (NETWORK) Monitoring & Control

More information

歯A1.1함진호.ppt

歯A1.1함진호.ppt The Overall Architecture of Optical Internet ETRI ? ? Payload Header Header Recognition Processing, and Generation A 1 setup 1 1 C B 2 2 2 Delay line Synchronizer New Header D - : 20Km/sec, 1µsec200 A

More information

Microsoft PowerPoint - 06-IPAddress [호환 모드]

Microsoft PowerPoint - 06-IPAddress [호환 모드] Chapter 06 IP Address IP Address Internet address IP 계층에서사용되는식별자 32 bit 2 진주소 The address space of IPv4 is 2 32 or 4,294,967,296 netid 와 hostid 로구분 인터넷에서호스트와라우터를유일하게구분 IP Address Structure 2-Layer Hierarchical

More information

歯김병철.PDF

歯김병철.PDF 3G IETF byckim@mission.cnu.ac.kr kckim@konkuk.ac.kr Mobile IP WG Seamoby WG ROHC WG 3G IETF 3G IETF Mobile IP WG 3GIP Seamoby WG ROHC WG MIP WG / NAI Mobile IP / AAA IPv4 / MIP WG RFC2002bis MIPv6 INRIA

More information

IPv6Q 현배경 > 인터넷의급속한성장 -> IP 주소의고갈 개인휴대통신장치의보급 network TV, VOD 단말기등의인터넷연결 가정용품제어장치의인터넷연결 > 새로운 IP 로의이행문제 IPv4 호스트와의호환성문제를고려하여야합 ~ IPv4 의취약점보완 QoS 지원 인증

IPv6Q 현배경 > 인터넷의급속한성장 -> IP 주소의고갈 개인휴대통신장치의보급 network TV, VOD 단말기등의인터넷연결 가정용품제어장치의인터넷연결 > 새로운 IP 로의이행문제 IPv4 호스트와의호환성문제를고려하여야합 ~ IPv4 의취약점보완 QoS 지원 인증 IPv6 개요 서울대학교전산과학과 정보통신연구실! 득즈 CJ M" L.!... @SNUINCLab 내용 Þ> IPv6 으 출현배경, 발전과정및특징 Þ> IPv6 헤더형식및옵션 Þ> IPv6 으 I Address 구조 Þ> Advanced Routing þ> QoS þ> IPv6 로의전이방법 þ> Auto Configuration þ> Security > 결론

More information

[ 네트워크 1] 3 주차 1 차시. IPv4 주소클래스 3 주차 1 차시 IPv4 주소클래스 학습목표 1. IP 헤더필드의구성을파악하고요약하여설명할수있다. 2. Subnet ID 및 Subnet Mask 를설명할수있고, 각클래스의사용가능한호스트수와사설 IP 주소및네트

[ 네트워크 1] 3 주차 1 차시. IPv4 주소클래스 3 주차 1 차시 IPv4 주소클래스 학습목표 1. IP 헤더필드의구성을파악하고요약하여설명할수있다. 2. Subnet ID 및 Subnet Mask 를설명할수있고, 각클래스의사용가능한호스트수와사설 IP 주소및네트 3 주차 1 차시 IPv4 주소클래스 학습목표 1. IP 헤더필드의구성을파악하고요약하여설명할수있다. 2. Subnet ID 및 Subnet Mask 를설명할수있고, 각클래스의사용가능한호스트수와사설 IP 주소및네트워크주소와 브로드캐스트주소를설명할수있다. 학습내용 1 : IP 헤더필드구성 1. Network Layer Fields 2. IP 헤더필드의구성 1)

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

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

제20회_해킹방지워크샵_(이재석)

제20회_해킹방지워크샵_(이재석) IoT DDoS DNS (jaeseog@sherpain.net) (www.sherpain.net) DDoS DNS DDoS / DDoS(Distributed DoS)? B Asia Broadband B Bots connect to a C&C to create an overlay network (botnet) C&C Provider JP Corp. Bye Bye!

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

歯T1-4김병철2.PDF

歯T1-4김병철2.PDF 2. Mobile IPv6 IPv6 Mobile IPv6 1 IPv6 Sufficient Address Space 128 IPv4 : 32 Fixed IP header + Extension Processing overhead checksum (flow label) Stateless Address Auto-configuration Neighbor Discovery

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

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

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-03-03 한국통신학회논문지 '10-03 Vol. 35 No. 3 원활한 채널 변경을 지원하는 효율적인 IPTV 채널 관리 알고리즘 준회원 주 현 철*, 정회원 송 황 준* Effective IPTV Channel Control Algorithm Supporting Smooth Channel Zapping HyunChul Joo* Associate

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

개요 IPv6 개요 IPv6 주소 IPv4와공존 IPv6 전환기술 (Transition Technologies)

개요 IPv6 개요 IPv6 주소 IPv4와공존 IPv6 전환기술 (Transition Technologies) Module 8 IPv6 구현 개요 IPv6 개요 IPv6 주소 IPv4와공존 IPv6 전환기술 (Transition Technologies) Lesson 1: IPv6 개요 IPv6 의이점 IPv4 와 IPv6 의차이점 IPv6 주소공간 IPv6 의이점 IPv6 의이점 : 큰주소공간 계층구조적주소와라우팅인프라 Stateless 와 stateful 주소구성

More information

IT & Future Strategy 보고서 는 21세기 한국사회의 주요 패러다임 변화를 분석하고 이를 토대로 미래 초연결 사회의 주요 이슈를 전망, IT를 통한 해결 방안을 모색하기 위해 한국정보화진흥원 (NIA) 에서 기획, 발간하는 보고서입니 다. NIA 의 승인

IT & Future Strategy 보고서 는 21세기 한국사회의 주요 패러다임 변화를 분석하고 이를 토대로 미래 초연결 사회의 주요 이슈를 전망, IT를 통한 해결 방안을 모색하기 위해 한국정보화진흥원 (NIA) 에서 기획, 발간하는 보고서입니 다. NIA 의 승인 모두를 위한 미래, 행복하고 안전한 초연결 사회 IT & Future Strategy 초연결 사회를 견인할 데이터화 전략 (Datafication) 제1 호(2015. 3. 20.) 목 차 Ⅰ. 초연결 사회 도래와 부상 / 1 Ⅱ. 데이터 분류 및 주요 내용 / 9 Ⅲ. 데이터 인프라 구축 방안 / 19 Ⅳ. 데이터 활용 방안 및 이슈 / 26 IT & Future

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 901 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 (A Effective Sinkhole Attack Detection Mechanism for LQI based Routing in WSN) 최병구 조응준 (Byung

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

Microsoft PowerPoint - 02 IPv6 Operation.ppt [호환 모드]

Microsoft PowerPoint - 02 IPv6 Operation.ppt [호환 모드] Module 2 IPv6 Operation Module 2 Outline Lesson 1: IPv6 Addressing Architecture Lesson 2: Enabling IPv6 on Cisco Routers Lesson 3: Neighbor Discovery Lesson 4: Cisco IOS Software IPv6 Configuration Example

More information

SRC PLUS 제어기 MANUAL

SRC PLUS 제어기 MANUAL ,,,, DE FIN E I N T R E A L L O C E N D SU B E N D S U B M O TIO

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 (Host) set up : Linux Backend RS-232, Ethernet, parallel(jtag) Host terminal Target terminal : monitor (Minicom) JTAG Cross compiler Boot loader Pentium Redhat 9.0 Serial port Serial cross cable Ethernet

More information

±èÇö¿í Ãâ·Â

±èÇö¿í Ãâ·Â Smartphone Technical Trends and Security Technologies The smartphone market is increasing very rapidly due to the customer needs and industry trends with wireless carriers, device manufacturers, OS venders,

More information

3 : BLE CoAP 6LoWPAN (Cheol-Min Kim et al.: Implementation of CoAP/6LoWPAN over BLE Networks for IoT Services).,, [1]. [2], (Wireless Sensor Network,

3 : BLE CoAP 6LoWPAN (Cheol-Min Kim et al.: Implementation of CoAP/6LoWPAN over BLE Networks for IoT Services).,, [1]. [2], (Wireless Sensor Network, (Special Paper) 21 3, 2016 5 (JBE Vol. 21, No. 3, May 2016) http://dx.doi.org/10.5909/jbe.2016.21.3.298 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) BLE CoAP 6LoWPAN a), a), a), a) Implementation of

More information

슬라이드 제목 없음

슬라이드 제목 없음 (JTC1/SC6) sjkoh@knu.ac.kr JTC1 JTC1/SC6/WG7 ECTP/RMCP/MMC (JTC1/SC6) 2/48 JTC1 ISO/IEC JTC1 Joint Technical Committee 1 ( ) ISO/TC 97 ( ) IEC/TC 83 ( ) Information Technology (IT) http://www.jtc1.org

More information

, N-. N- DLNA(Digital Living Network Alliance).,. DLNA DLNA. DLNA,, UPnP, IPv4, HTTP DLNA. DLNA, DLNA [1]. DLNA DLNA DLNA., [2]. DLNA UPnP. DLNA DLNA.

, N-. N- DLNA(Digital Living Network Alliance).,. DLNA DLNA. DLNA,, UPnP, IPv4, HTTP DLNA. DLNA, DLNA [1]. DLNA DLNA DLNA., [2]. DLNA UPnP. DLNA DLNA. http://dx.doi.org/10.5909/jeb.2012.17.1.37 DLNA a), a), a) Effective Utilization of DLNA Functions in Home Media Devices Ki Cheol Kang a), Se Young Kim a), and Dae Jin Kim a) DLNA(Digital Living Network

More information

Microsoft PowerPoint - IPv6-세미나.ppt

Microsoft PowerPoint - IPv6-세미나.ppt Internet Protocol Version 6 1. IPv6 Overview Version 4 와 Version 6 의 Network Layer 비교 TCP/IP-3 IPv6 의향상된기능 더넓어진주소공간 자동설정 (Auto-configuration) 플러그앤플레이 (Plug & Play) Renumbering 단순한헤더 Checksum 계산을하지않는다.

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

istay

istay ` istay Enhanced the guest experience A Smart Hotel Solution What is istay Guest (Proof of Presence). istay Guest (Proof of Presence). QR.. No App, No Login istay. POP(Proof Of Presence) istay /.. 5% /

More information

Multi Channel Analysis. Multi Channel Analytics :!! - (Ad network ) Report! -! -!. Valuepotion Multi Channel Analytics! (1) Install! (2) 3 (4 ~ 6 Page

Multi Channel Analysis. Multi Channel Analytics :!! - (Ad network ) Report! -! -!. Valuepotion Multi Channel Analytics! (1) Install! (2) 3 (4 ~ 6 Page Multi Channel Analysis. Multi Channel Analytics :!! - (Ad network ) Report! -! -!. Valuepotion Multi Channel Analytics! (1) Install! (2) 3 (4 ~ 6 Page ) Install!. (Ad@m, Inmobi, Google..)!. OS(Android

More information

Microsoft PowerPoint - IPv6-세미나.ppt

Microsoft PowerPoint - IPv6-세미나.ppt Internet Protocol Version 6 1. IPv6 Overview Version 4 와 Version 6 의 Network Layer 비교 IPv6-3 IPv6 의향상된기능 더넓어진주소공간 자동설정 (Auto-configuration) 플러그앤플레이 (Plug & Play) Renumbering 단순한헤더 Checksum 계산을하지않는다. Option

More information

PowerPoint Template

PowerPoint Template 김기형 아주대학교 KRnet2014 목차 Table of Contents 1 2 3 RPL 라우팅프로토콜분석 그래프라우팅프로토콜 (ISA100.11a 와 WirelessHART) 6lowpan RPL 라우팅프로토콜분석 DODAG Formation DODAG Formation Step 0: Physical Network DODAG (Destination Oriented

More information

0. 들어가기 전

0. 들어가기 전 컴퓨터네트워크 14 장. 웹 (WWW) (3) - HTTP 1 이번시간의학습목표 HTTP 의요청 / 응답메시지의구조와동작원리이해 2 요청과응답 (1) HTTP (HyperText Transfer Protocol) 웹브라우저는 URL 을이용원하는자원표현 HTTP 메소드 (method) 를이용하여데이터를요청 (GET) 하거나, 회신 (POST) 요청과응답 요청

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

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

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

歯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

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

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

슬라이드 제목 없음

슬라이드 제목 없음 2006-09-27 경북대학교컴퓨터공학과 1 제 5 장서브넷팅과슈퍼넷팅 서브넷팅 (subnetting) 슈퍼넷팅 (Supernetting) 2006-09-27 경북대학교컴퓨터공학과 2 서브넷팅과슈퍼넷팅 서브넷팅 (subnetting) 하나의네트워크를여러개의서브넷 (subnet) 으로분할 슈퍼넷팅 (supernetting) 여러개의서브넷주소를결합 The idea

More information

Microsoft PowerPoint - o8.pptx

Microsoft PowerPoint - o8.pptx 메모리보호 (Memory Protection) 메모리보호를위해 page table entry에 protection bit와 valid bit 추가 Protection bits read-write / read-only / executable-only 정의 page 단위의 memory protection 제공 Valid bit (or valid-invalid bit)

More information

김병철, 이재용 Data Communications Lab.

김병철, 이재용 Data Communications Lab. 2011-4-18 김병철, 이재용 Data Communications Lab. 발표순서 2 Data Communications Lab. Introduction v Future Internet 의 routing 과 addressing 의새로운개념인 GLI-Split 을제안 q IP address 를 global locator, local locator, identifier

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

Agenda ZigBee Overview ZigBee Alliance ZigBee Protocol Specifications ZigBee Profiles 무선네트워크부품기술 / 시장분석과응용사례세미나

Agenda ZigBee Overview ZigBee Alliance ZigBee Protocol Specifications ZigBee Profiles 무선네트워크부품기술 / 시장분석과응용사례세미나 ZigBee 핵심코어프로토콜스택개발동향및적용사례 한국무선네트워크 박혜근 1 2008 무선네트워크부품기술 / 시장분석과응용사례세미나 Agenda ZigBee Overview ZigBee Alliance ZigBee Protocol Specifications ZigBee Profiles 2 2008 무선네트워크부품기술 / 시장분석과응용사례세미나 ZigBee Overview

More information

<333820B1E8C8AFBFEB2D5A6967626565B8A620C0CCBFEBC7D120BDC7BFDC20C0A7C4A1C3DFC1A42E687770>

<333820B1E8C8AFBFEB2D5A6967626565B8A620C0CCBFEBC7D120BDC7BFDC20C0A7C4A1C3DFC1A42E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 1 pp. 306-310, 2012 http://dx.doi.org/10.5762/kais.2012.13.1.306 Zigbee를 이용한 실외 위치추정 시스템 구현 김환용 1*, 임순자 1 1 원광대학교 전자공학과 Implementation

More information

Microsoft PowerPoint - L4-7Switch기본교육자료.ppt

Microsoft PowerPoint - L4-7Switch기본교육자료.ppt L4-7 Switch 기본교육자료 Pumpkin Networks. Inc. http://www.pumpkinnet.co.kr (Tel) 02-3280-9380 (Fax) 02-3280-9382 info@pumpkinnet.co.kr 기본개념 L4/L7 Switch 란? -2- 기본개념 - Switching & Routing Switching & Routing

More information

00내지1번2번

00내지1번2번 www.keit.re.kr 2011. 11 Technology Level Evaluation ABSTRACT The Technology Level Evaluation assesses the current level of industrial technological development in Korea and identifies areas that are underdeveloped

More information

Microsoft PowerPoint - MobileIPv6_김재철.ppt

Microsoft PowerPoint - MobileIPv6_김재철.ppt Jaecheol Kim Multimedia & Communications Lab. jchkim@mmlab.snu.ac.kr 2003. 9. 8 Contents IPv4 Overview IPv6 Overview 2 MIP 의필요성 Portable Computer 이동하며사용하지않음 이동시통신연결의유지필요없음 DHCP의경우Mobile IP 필요없음 Wireless

More information

Microsoft Word - How to make a ZigBee Network_kr

Microsoft Word - How to make a ZigBee Network_kr 1 단계 ZigBee 네트워크설정방법 이보기는 ProBee 기기를이용해 ZigBee 네트워크를설정하는방법을보여줍니다. 2 단계 이보기에서사용된 SENA 제품입니다 : ProBee ZE10 Starter Kit ProBee ZS10 ProBee ZU10 3 단계 ZigBee 네트워크입니다. SE1 SE2 SE3 ZS10 ZS10 ZS10 R4 R5 R3 R1

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

歯최덕재.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

Microsoft PowerPoint ppt

Microsoft PowerPoint ppt Wireless LAN 최양희서울대학교컴퓨터공학부 Radio-Based Wireless LANs Most widely used method Adv: penetrating walls and other obstacles with little attenuation. Disadv: security, interference, etc. 3 approaches: ISM

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

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

IPv6 진화동기 인터넷접속노드증가에따른주소영역의 활장 사용자의다양한서비스욕구충족 실시간서비스, 멀티미디어서비스 보안및 인증서비스 IPng S pecifications IPv6 Specification - Intenet Protocol, Version 6(IPv6) S

IPv6 진화동기 인터넷접속노드증가에따른주소영역의 활장 사용자의다양한서비스욕구충족 실시간서비스, 멀티미디어서비스 보안및 인증서비스 IPng S pecifications IPv6 Specification - Intenet Protocol, Version 6(IPv6) S 차서 대 IP : IPv6 숭실대학교정보통신공학과 김영한 IPv6 프로토콜 IPv6 개요 Neighbor Discovery IPv6 Transition Strategy Extended API Host protocol structure -127 - IPv6 진화동기 인터넷접속노드증가에따른주소영역의 활장 사용자의다양한서비스욕구충족 실시간서비스, 멀티미디어서비스

More information

I What is Syrup Store? 1. Syrup Store 2. Syrup Store Component 3.

I What is Syrup Store? 1. Syrup Store 2. Syrup Store Component 3. Deep-Dive into Syrup Store Syrup Store I What is Syrup Store? Open API Syrup Order II Syrup Store Component III Open API I What is Syrup Store? 1. Syrup Store 2. Syrup Store Component 3. 가맹점이 특정 고객을 Targeting하여

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

I

I I II III (C B ) (C L ) (HL) Min c ij x ij f i y i i H j H i H s.t. y i 1, k K, i W k C B C L p (HL) x ij y i, i H, k K i, j W k x ij y i {0,1}, i, j H. K W k k H K i i f i i d ij i j r ij i j c ij r ij

More information

chapter4

chapter4 Basic Netw rk 1. ก ก ก 2. 3. ก ก 4. ก 2 1. 2. 3. 4. ก 5. ก 6. ก ก 7. ก 3 ก ก ก ก (Mainframe) ก ก ก ก (Terminal) ก ก ก ก ก ก ก ก 4 ก (Dumb Terminal) ก ก ก ก Mainframe ก CPU ก ก ก ก 5 ก ก ก ก ก ก ก ก ก ก

More information

ARMBOOT 1

ARMBOOT 1 100% 2003222 : : : () PGPnet 1 (Sniffer) 1, 2,,, (Sniffer), (Sniffer),, (Expert) 3, (Dashboard), (Host Table), (Matrix), (ART, Application Response Time), (History), (Protocol Distribution), 1 (Select

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

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

HTML5* Web Development to the next level HTML5 ~= HTML + CSS + JS API

HTML5* Web Development to the next level HTML5 ~= HTML + CSS + JS API WAC 2.0 & Hybrid Web App 권정혁 ( @xguru ) 1 HTML5* Web Development to the next level HTML5 ~= HTML + CSS + JS API Mobile Web App needs Device APIs Camera Filesystem Acclerometer Web Browser Contacts Messaging

More information

AV PDA Broadcastin g Centers Audio /PC Personal Mobile Interactive (, PDA,, DMB ),, ( 150km/h ) (PPV,, ) Personal Mobile Interactive Multimedia Broadcasting Services 6 MHz TV Channel Block A Block

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

Microsoft PowerPoint - 2.Catalyst Switch Intrastructure Protection_이충용_V1 0.ppt [호환 모드]

Microsoft PowerPoint - 2.Catalyst Switch Intrastructure Protection_이충용_V1 0.ppt [호환 모드] Catalyst Switch Infrastructure Protection Cisco Systems Korea SE 이충용 (choolee@cisco.com) Overview DoS (Denial of Service) 공격대상 - Server Resource - Network Resource - Network devices (Routers, Firewalls

More information

Microsoft Word - 151001_Smallcap

Microsoft Word - 151001_Smallcap 박가영(parkga00@truefriend.com) 02-3276-5979 서로 다른 사물인터넷 전략, 기회를 찾는 기업 2015년 Target KOSPI 2,300pt 12MF PER 10.27배 12MF PBR 0.91배 Yield Gap 8.2%P SKT는 빅데이터 비즈니스(B2B) vs LG U+는 월과금 서비스(B2C) 사물인터넷은 단순히 하나의 기술이

More information

Switching

Switching Switching 강의의목표 Switching/Switching Network의필요성을이해한다. 세가지대표적교환기술에열거하고그차이를설명할수있다. 각교환기술의장, 단점을비교하여설명할수있다. Packet Switching 에서 Fairness 문제와 Pipelining 을 패킷크기와연계하여설명할수있다. Soft Switch 개념을이해하고설명할수있다. 교재 Chapter

More information

Microsoft PowerPoint _TCP_IP

Microsoft PowerPoint _TCP_IP 네트워크 2007 년상반기 1 의개념 (ransmission Control Protocol / Internet Protocol) -는네트워크를상호연결시켜정보를전송할수있도록하는기능을가진다수의 프로토콜이모여있는프로토콜집합임. - 의가장대표적인프로토콜은 3 계층의 IP 와 4 계층의 CP 로대부분의응용서비스가 CP 상 에서이루어지나, 최근인터넷의단점을보완하기위해

More information

Sena Device Server Serial/IP TM Version

Sena Device Server Serial/IP TM Version Sena Device Server Serial/IP TM Version 1.0.0 2005. 3. 7. Release Note Revision Date Name Description V1.0.0 2005-03-7 HJ Jeon Serial/IP 4.3.2 ( ) 210 137-130, : (02) 573-5422 : (02) 573-7710 email: support@sena.com

More information

Microsoft Word - FS_ZigBee_Manual_V1.3.docx

Microsoft Word - FS_ZigBee_Manual_V1.3.docx FirmSYS Zigbee etworks Kit User Manual FS-ZK500 Rev. 2008/05 Page 1 of 26 Version 1.3 목 차 1. 제품구성... 3 2. 개요... 4 3. 네트워크 설명... 5 4. 호스트/노드 설명... 6 네트워크 구성... 6 5. 모바일 태그 설명... 8 6. 프로토콜 설명... 9 프로토콜 목록...

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

인문사회과학기술융합학회

인문사회과학기술융합학회 Vol.5, No.5, October (2015), pp.471-479 http://dx.doi.org/10.14257/ajmahs.2015.10.50 스마트온실을 위한 가상 외부기상측정시스템 개발 한새론 1), 이재수 2), 홍영기 3), 김국환 4), 김성기 5), 김상철 6) Development of Virtual Ambient Weather Measurement

More information

VZ94-한글매뉴얼

VZ94-한글매뉴얼 KOREAN / KOREAN VZ9-4 #1 #2 #3 IR #4 #5 #6 #7 ( ) #8 #9 #10 #11 IR ( ) #12 #13 IR ( ) #14 ( ) #15 #16 #17 (#6) #18 HDMI #19 RGB #20 HDMI-1 #21 HDMI-2 #22 #23 #24 USB (WLAN ) #25 USB ( ) #26 USB ( ) #27

More information

Á¶Áø¼º Ãâ·Â-1

Á¶Áø¼º Ãâ·Â-1 FMC Service Case Analysis: UMA and Femtocell In this paper, we explain UMA(Unlicensed Mobile Alliance) and Femtocell as a key driving factor for FMC(Fixed Mobile Convergence) and QPS(Quadruple Play Service).

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

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

More information

BGP AS AS BGP AS BGP AS 65250

BGP AS AS BGP AS BGP AS 65250 BGP AS 65000 AS 64500 BGP AS 65500 BGP AS 65250 0 7 15 23 31 BGP Message 16byte Marker 2byte Length, 1byte Type. Marker : BGP Message, BGP Peer.Message Type Open Marker 1.. Length : BGP Message,

More information

<4D6963726F736F667420506F776572506F696E74202D20B1E8B1E2C7FCB1B3BCF62DBEC6C1D6B4EB>

<4D6963726F736F667420506F776572506F696E74202D20B1E8B1E2C7FCB1B3BCF62DBEC6C1D6B4EB> 6LoWPAN IPv6-based Wireless Sensor Network 아주대학교 김기형 Contents 1. Internet of Things 2. 6lowpan Header Compression 3. 6lowpan Architecture 4. ISA 100 5. Sensor Web 6. 6lowpan Mobility 7. 6lowpan Planning

More information

Analytics > Log & Crash Search > Unity ios SDK [Deprecated] Log & Crash Unity ios SDK. TOAST SDK. Log & Crash Unity SDK Log & Crash Search. Log & Cras

Analytics > Log & Crash Search > Unity ios SDK [Deprecated] Log & Crash Unity ios SDK. TOAST SDK. Log & Crash Unity SDK Log & Crash Search. Log & Cras Analytics > Log & Crash Search > Unity ios SDK [Deprecated] Log & Crash Unity ios SDK. TOAST SDK. Log & Crash Unity SDK Log & Crash Search. Log & Crash Unity SDK... Log & Crash Search. - Unity3D v4.0 ios

More information

ecorp-프로젝트제안서작성실무(양식3)

ecorp-프로젝트제안서작성실무(양식3) (BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing

More information

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

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

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

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

More information

001지식백서_4도

001지식백서_4도 White Paper on Knowledge Service Industry Message Message Contents Contents Contents Contents Chapter 1 Part 1. Part 2. Part 3. Chapter

More information