본문 바로가기

Data Centric Network/NDN

(3)
A Brief Introduction to Named Data Networking layout: post title: "A Brief Introduction to Named Data Networking" categories: NDN tags: NDN lang: ko author: "uni2u" meta: "Springfield" Abstract Named Data Networking (이하: NDN) 은 데이터 name 을 통해 컴퓨팅 디바이스를 네트워크화 하도록 설계되었다. 이러한 NDN 의 변화는 built-in multicast, in-network caching, multi-path forwarding, securing data directly 을 포함하고 있다. NDN 은 현재의 TCP/IP 아키텍처로 달성하기 어려운 간헐적 연결 환경인 모바일 ad-hoc 에서도 탄력적인 통..
NDN Tutorial layout: post title: "NDN - Tutorial" categories: NDN tags: NDN_tutorial lang: ko author: "uni2u" meta: "Springfield" NDN Tutorial 1. How NDN works 1.1 An example scenario: smart homes 온도, 카메라, 조명 등 조절 IP solution 정보를 얻기 위한 주소(address)를 알아야 함 온도 조절기, 카메라, 홈 컨트롤러 특정 주소로 request 를 보냄 NDN solution 대상을 지정하지 않고 명시적으로 데이터 요청을 보냄 1.2 Data Packet NDN 아키텍처의 가장 핵심적인 구성 요소 +------------------+ 콘텐츠를 고유하게 식별 ..
unikernel layout: post title: "unikernel-overview" categories: unikernel tags: unikernel lang: ko author: "uni2u" meta: "Springfield" unikernel overview docker 가 세상을 집어삼키듯 거대한 파도가 되었다. openstack 으로 인한 cloud 세상은 점차 container 화 되어가고 있으며 그 정점에 docker 가 있다. 그렇다면 다음 파도는 무엇이될 것인가? 수많은 후보들이 저마다 특색과 장점을 말하고 있으나 unikernel 에 대하여 이야기 하고자 한다. unikernel 이란? google 에서 unikernel 이라는 키워드로 검색을 하면 아마도 'docker 사의 unikernel ..