전체 글25 [Cloud] Techniques to Design Virtualization (1) ContentsIntroduction: Techniques to Design VirtualizationTrap and EmulateTechniques to Virtualize x86Memory VirtualizationI/O VirtualizationKVM/QEMU Hardware-assisted VirtualizationHardware-assisted VirtualizationKVM/QEMU VirtualizationPractice: kvm-hello-world1. Introduction: Techniquest to Design Virtualization1.1 Trap and Emulate프로세서들은 일반적으로 privilege level을 정의하여 user process와 OS를 다른 level에서 .. 2024. 12. 12. [Cloud Security] Container Security ContentsCloud NativeWhat is Container?Container Security1. Cloud Native Cloud-Native: Cloud 환경의 특성을 고려하여 만들어진 애플리케이션 및 시스템클라우드라는 특화된 환경에 맞게 최대한 효율적으로 QoS와 같은 것을 극대화 하는 방식 (Cloud-friendly)(PaaS + Container) & (MSA + Container) & (DevOps + CI/CD) → Re-Factor (클라우드 환경 아키텍처 제공)클라우드 친화 단계 애플리케이션 + 클라우드 네이티브 애플리케이션 (클라우드 맞춤형으로 개편화)MSA에 따라 구현하며 lightweight container로 실행하여 개발, 통합, 테스트, 배포가 지속적으로 이루어진다.민.. 2024. 12. 7. [Cloud Security] Introduction to Cloud Security ContentsIntroduction: Cloud computing growthCloud Security RisksCloud SecurityMulti-cloud Security1. Introduction: Cloud computing growth Cloud Computing 시장은 20%씩 연마다 성장하고 있습니다. 대부분의 Service providers은 PaaS, IaaS와 같은 Cloud service models에 의존하여 public cloud services를 운영하고 있습니다. Cloud Computing은 인프라 기술로 end user뿐만 아니라 기업 입장에서도 스토리지, 컴퓨팅 등에 많이 사용이 되고 있기 때문에 시장 규모는 꾸준히 성장할 것입니다. Cloud Computing 시장이.. 2024. 12. 2. Monitor and Manage Google Cloud Resources Cloud MonitoringCloud FunctionsMonitor and Manage Google Cloud Resources✅ Cloud Monitoring[ Create an uptime check ]Uptime checks verify that a resource is always accessible. For practice, create an uptime check to verify your VM is up.In the Cloud Console, in the left menu, click Uptime checks, and then click Create Uptime Check.For Protocol, select HTTP.For Resource Type, select Instance.For I.. 2024. 9. 22. Optimizing AI/ML and HPC Workloads: Exploring RDMA (RoCEv2) for High-Performance https://www.linkedin.com/pulse/optimizing-aiml-hpc-workloads-exploring-rdma-rocev2-data-chitakani-iuwvc/ Optimizing AI/ML and HPC Workloads: Exploring RDMA (RoCEv2) for High-Performance Data Center NetworkingIn the realm of growing Artificial Intelligence (AI) and Machine Learning (ML) applications, the demand for High-Performance Compute (HPC) systems within Data Centers is escalating rapidly. .. 2024. 9. 6. 2024.09.02(월) - RDMA_KVS 트러블슈팅 연구 진행 상황✅ RDMA server code - 메모리 중복 해제 해결✅ RDMA code - put 완료✅ RDMA code - KVS 완료 ❎ 문제 여러 상황- 클라이언트는 왜 response를 2번 출력하는가 -> 서버가 2번 보내서- 서버는 왜 답장을 안보내는가 -> 사이즈 조정 잘못해서 (work completion error)- get을 하면 malloc(): invalid size (unsorted) 문제 -> 냅다 이중 초기화 시켜서 (malloc) 트러블슈팅 #01. 서버 코드 메모리 누수 (double free detected in tcache 2) 문제상황 : 서버 코드에서 메모리 중복 해제가 지속적으로 발생 원인 : while문으로 event 관리를 하였는데 그 과정에서.. 2024. 9. 2. 이전 1 2 3 4 5 다음