Skip to main content Link Menu Expand (external link) Document Search Copy Copied
  • 2021-12-29 (EN) Network(1)
    OSI 7 Layers
    What is difference between OSI 7 Layers and TCP/IP 4 Layers? There are 7 layers of OSI and 4 layers of TCP/IP which suppport every protocol of computer.
  • 2021-12-01 악성코드 유형 별 대표 특성 추출 프로젝트 해당 프로젝트는 국가연구과제 수행 중, 2015 Window malware dataset을 대상으로한 N-gram 기반 악성코드 패턴추출 프로젝트입니다.
  • 2021-09-01 파워쉘 악성 스크립트 탐지 프로젝트 해당 프로젝트는 KISA에서 주최한 2021 사이버보안 AI빅테이터 경진대회의 본선에서 진행한 프로젝트입니다.
  • 2021-09-01 새로운 블록체인 합의 알고리즘 설계 해당 프로젝트는 석사 연구과정 중, 텀 프로젝트로 블록체인 합의알고리즘을 새롭게 설계한 프로젝트입니다.
  • 2021-05-12 (English) Blowfish encryption This is usually used for safely storing user's password into Database Blowfish encryption algorithm 전체 아키텍처 총 2가지 프로세스 진행.
  • 2021-05-11 (English) GCM(Galois Counter Mode) With GMAC Basics Using ), we can handle only 128 bit of pain text. notation Pain Text - PT Cypher Text - CT Cypher Key - CK ECB(Electronic Code Block) PT1 PT2 .
  • 2021-04-12 (English) TLS/SSL 암호화 과정 Basics PRF를 통한 forward secrecy. Certificate를 통한 authentication. Encrypt ALPN(e.g. http/2) data Handshake/Record/. Layers Where is TLS?
  • 2021-04-05 ChatGPT 에게 쿠버네티스를 물어보기 이 포스팅은 의식의 흐름대로 ChatGPT 에게 쿠버네티스를 물어보는 방식으로 작성되었어요. Kubernetes 의 전반적인 아키텍처 질문들 Kube-proxy 는 쿠버네티스 클러스터의 모든 노드에서 실행되는 프로세스입니다.
  • 2021-04-02 쿠버네티스 생명 주기 도서 : 컨테이너 인프라 환경 구축을 위한 쿠버네티스/도커 쿠버네티스 생명 주기 유저는 kubectl 명령어를 통해 API 서버 파드 생성을 요청합니다 API 서버는 파드의 생성 요청을 etcd 에 기록합니다 컨트롤러 매니저는 API 서버를 감시하다가 새로운 파드 생성요청이...
  • 2021-03-19 쿠버네티스를 이해하기 위해 필요한 사전 지식들 프로비저닝(Provisioning) 프로비저닝(Provisioning) 사용자의 요구에 맞게 시스템 자원을 할당, 배치, 배포해 두었다가 필요할 때 시스템을 사용할 수 있는 상태로 만들어 주는 기술입니다 가상 머신 프로비저닝 가상 머신을 생성하는 기술.
  • 2021-03-10 (English) AES(Advanced Encryption Standard) encryption AES has symmetric key, symmetric block cypher Key generation Round Key generation if we want to HWANGBO!HWANGBO!
  • 2021-02-19 📌 쿠버네티스의 아키텍처 설명 Kubernetes 쿠버네티스는 docker-compose와 비슷한 역할을 수행합니다(서버의 자동재실행, 원격 핸들링, etc.). 차이점은 docker-compose는 single host 환경에서 수행되며, 쿠버네티스는 multi-host 환경에서 수행됩니다.
  • 2021-01-29 (KR) OS(7)
    총정리
    Process vs Thread In Concept 프로세스 : 디스크에 있는 프로그램이 실행되기 위하여 메모리에 올라왔을 때의 형태 스레드 : 프로세스의 실제 CPU 실행단위 In Structure 프로세스 : PCB(PID, State, PC, Register,...
  • 2021-01-28 (EN) OS(6)
    CPU Scheduling Algorithm
    CPU scheduling algorithm CPU schedule CPU resouces to each threads with following algorithm from Ready Queue non-preemptive : doesn't stop Job FCFS :...
  • 2021-01-27 (EN) OS(5)
    Context Switch and Critical Section
    What is Context Switch Context Switch : replace PCB inside the memory with other PCB.
  • 2021-01-25 (EN) OS(4)
    Process and Thread
    Difference in concept Process program that currently running when program in disk load on memory, it become process Thread basic unit of CPU to execute...
  • 2021-01-22 (EN) OS(3)
    Memory
    This post is based on Unix v6 which is a root for current version of Linux {: .
  • 2021-01-20 (EN) OS(2)
    Types of Cache Mapping
    Direct Mapping Advantage Fast as only tag field matching is required while searching for a word It is comparatively less expensive than associative...
  • 2021-01-18 (EN) OS(1)
    Computer Architecture and Cache
    Computer Architecture CPU-CORE Register : Data storage that needed for CU and ALU PC (Program Counter) : store address which is next instruction set AC...
  • 2020-12-04 (EN) Geth v1.8.x Architecture and Eclipse Attack Countermeasures of Eclipse Attack in Geth v1.8.x In Geth v1.6.