2021-12-29(EN) Network(1) OSI 7 LayersWhat 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새로운 블록체인 합의 알고리즘 설계해당 프로젝트는 석사 연구과정 중, 텀 프로젝트로 블록체인 합의알고리즘을 새롭게 설계한 프로젝트입니다.
2021-05-12(English) Blowfish encryptionThis is usually used for safely storing user's password into Database Blowfish encryption algorithm 전체 아키텍처 총 2가지 프로세스 진행.
2021-05-11(English) GCM(Galois Counter Mode) With GMACBasics 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-05ChatGPT 에게 쿠버네티스를 물어보기이 포스팅은 의식의 흐름대로 ChatGPT 에게 쿠버네티스를 물어보는 방식으로 작성되었어요. Kubernetes 의 전반적인 아키텍처 질문들 Kube-proxy 는 쿠버네티스 클러스터의 모든 노드에서 실행되는 프로세스입니다.
2021-04-02쿠버네티스 생명 주기도서 : 컨테이너 인프라 환경 구축을 위한 쿠버네티스/도커 쿠버네티스 생명 주기 유저는 kubectl 명령어를 통해 API 서버 파드 생성을 요청합니다 API 서버는 파드의 생성 요청을 etcd 에 기록합니다 컨트롤러 매니저는 API 서버를 감시하다가 새로운 파드 생성요청이...
2021-03-19쿠버네티스를 이해하기 위해 필요한 사전 지식들프로비저닝(Provisioning) 프로비저닝(Provisioning) 사용자의 요구에 맞게 시스템 자원을 할당, 배치, 배포해 두었다가 필요할 때 시스템을 사용할 수 있는 상태로 만들어 주는 기술입니다 가상 머신 프로비저닝 가상 머신을 생성하는 기술.
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 AlgorithmCPU scheduling algorithm CPU schedule CPU resouces to each threads with following algorithm from Ready Queue non-preemptive : doesn't stop Job FCFS :...
2021-01-25(EN) OS(4) Process and ThreadDifference 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) MemoryThis post is based on Unix v6 which is a root for current version of Linux {: .
2021-01-20(EN) OS(2) Types of Cache MappingDirect 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 CacheComputer Architecture CPU-CORE Register : Data storage that needed for CU and ALU PC (Program Counter) : store address which is next instruction set AC...