[OS] Operating System(3-2): Process
🍀 운영체제 전공 수업 정리 IPC - Message Passing 📚Message Passing은 두 가지 주요 용도를 가진다 communicate synchronize 프로세스가 서로 정보를 주고받을 때, 직접 같은 메모리를 쓰지 않고(공유 변수 없이) send(message)와 receive(message) 기능을 통해 ...
🍀 운영체제 전공 수업 정리 IPC - Message Passing 📚Message Passing은 두 가지 주요 용도를 가진다 communicate synchronize 프로세스가 서로 정보를 주고받을 때, 직접 같은 메모리를 쓰지 않고(공유 변수 없이) send(message)와 receive(message) 기능을 통해 ...
⚙ Computer Architecture 공부 MIPS Arithmetic Instructions 부호 있는 연산(signed)(add, sub): 음수 표현이 가능한 2의 보수(two’s complement) 방식으로 연산. 오버플로우 확인 부호 없는 연산(unsigned)(addu, subu): 모든 비트를 양수로 취급. 오버플로우 ...
🍀 운영체제 전공 수업 정리 Process 🧠Process = A program in execution, must progress in sequential fashion 단순히 코드만 있는 정적인 프로그램이 아니라, CPU에서 실제 실행되고 있는 동적인 존재 즉, 프로세스는 시간에 따라 상태가 변하며, 실행 순서를 따라 순차적으로 진행...
📚컴퓨터 네트워크 전공 수업 정리 DNS(Domain Name System) DNS: 인터넷에서 사람이 이해하기 쉬운 domain name(예: google.com)을 컴퓨터가 이해할 수 있는 IP address(예: 172.217.21.24)로 변환해주는 시스템 DNS는 UDP packet으로 전송된다. 그러면 IP address와 d...
👓Computer Vision 정리 Image Digital Camera vs Human eye Similarities between human eye and digital camera Lens, iris(aperture), … Retina corresponds to image sensors (i.e. ...
🍀 운영체제 전공 수업 정리 Operating system Design and Implementation OS Design is Not a Simple Problem(“Solvable”) However, some approaches have been successful 운영체제의 내부 구조는 다양함 ...
📚컴퓨터 네트워크 전공 수업 정리 Client-server paradigm server: always-on host permanent IP address often in data centers, for scaling clients: contact, communi...
⚙ Computer Architecture 공부 System software enable your app software to run on hardware System software는 application과 hardware를 연결하는 다리 역할 Two type of system sw O...
🍀 운영체제 전공 수업 정리 Operating System Services 📚 OS Provide an environment for the execution of programs and services to programs and users Helpful Services to Users UI(User Interface...
📚컴퓨터 네트워크 전공 수업 정리 Internet structure Newtwork edge: hosts: clients and server servers often in data center Access networks, physical media: wired, wire...