본문 바로가기

학교47

Lecture 12-13: Objects 목차 Learning Objectives - Explain what an object is - Explain how objects are typed in Scala - Explain what the "self" is in object-oriented programming - Explain what delegation and late binding is in object-oriented programming - Desugar a language with simple objects into functions and mutation - Explain what the Expression Problem is, and how objected-oriented programming and functional progr.. 2024. 4. 10.
CPL 5: Parallel and Concurrent 목차 Single Core Concurrency Multiprogramming allows a single-core processor to run multiple programs in a rotation principle. Therefore, multiple programs can be loaded in memory and each will take turn executing instructions on the CPU. 2 multiprogramming concepts: Multi-user system: Multiple users that share a single-core machine. The single core processor is going to allocate time to every ter.. 2024. 4. 9.
Lecture 14: DNS and Coordinated Vulnerability Disclosure 목차 DNS Domain Name System is a decentralized naming system for computers, services, or any resource connected to the internet or a private network. → DNS translates human-readable domain names (like example.com) into IP addresses that computers use to identify each other on the network. DNS operates as a hierarchical and distributed database. When you type a domain name into your web browser, yo.. 2024. 4. 8.
Lecture 13: Malware and Malware Detection 목차 Malware (악성 소프트웨어) Malware: Software that is inserted into a system, with the intent of compromising the confidentiality, integrity, or availability of the victim's data, applications or operating system or otherwise annoying or disrupting the victim. Types: Viruses, Rootkits, Ransomware, Backdoors, etc Classifying Malware Infection Vector Infection vector: the method by which a computer viru.. 2024. 4. 8.
반응형