SQL Injection
β SQL Injection Malicious SQL by a hacker to be transmitted to DB, attacking the data π SQL Injection Attack Delete data attack when user logs in, inputs ID and password hacker wou...
β SQL Injection Malicious SQL by a hacker to be transmitted to DB, attacking the data π SQL Injection Attack Delete data attack when user logs in, inputs ID and password hacker wou...
β Key identify the tuples(rows) uniquely in the table π Candidate Key minimal set to uniquely identify a tuple every table must have at least single candidate key can have multiple candid...
β Blocking/Non Blocking βοΈ control calling method hands control over to called method μ μ΄κΆμ λ겨주λκ°? βοΈ Blocking μ μ΄κΆμ λ겨μ€λ€. calling process needs to wait for called process to ...
β Load Balancing sharing the work(load) to more than two servers network connection β¬οΈ scale-up: increase capability of hardware scale-out: divide work among several servers β‘οΈ Load bal...
β TLS/SSL SSL Secure Socket Layer provide network transport security prevent eveasdropping, forgery of transport data of server-client encrypt data over client-server TLS ...
β HTTP Hypertext Transport Protocol allow data transfer in World Wide Web transmit HTML, CSS, JS operates on TCP(HTTP3 operates on UDP) use port 80 What are the two types of HTT...
βοΈ νλ‘ν μ½ νλ‘ν μ½: λ μ΄μμ μ₯μΉκ° μ 보μ λ¬ μ μμ¬μν΅νλ κ·μΉκ³Ό κ·μ½ μ§ν© μ»΄ν¨ν° λ€νΈμν¬μμ ν¨ν· μμ±/μ μ‘/ν΄μ/μ²λ¦¬ κ΄λ ¨ κ·μΉκ³Ό κ·μ½ μ§ν© UTP ν¬λ‘ν μ½: κ²μ SMTP νλ‘ν μ½: μ΄λ©μΌ π‘ μ ν리μΌμ΄μ νλ‘ν μ½ μ ν μλ, μ λ’°μ± κ³ λ €ν΄μ TCP/UDP μ ν λ€νΈμν¬ λͺ¨λΈ κ³ λ €ν΄μ μλ² ν΄λΌμ΄μΈνΈ/ P2P/ μ€...
reliable connection https://soheeparklee.github.io/posts/n-reliableconnection/#-reliable-transmission β TCP Transmission Control Protocol reliable conection-oriented ππ» assure...
β OSI Layer 7 ν΅μ μ 7λ¨κ³λ‘ νμ€ννμ¬ ν¨μΈμ±μ λμ΄κΈ° μν¨. 7κ³μΈ΅μ μ΄μ©νμ¬ λ€νΈμν¬ μμμ λ°μ΄ν°λ₯Ό μ μ‘ν λ νμν μ 보λ€μ ν€λλ‘ λ£μ΄μ£Όλ κ°λ OSI? Open Systems Interconnection Why divide into 7 layers? Can ackn...
I/O can take place in kernel level process, thread needs to request for I/O in kernel β Blocking I/O block user process during I/O Process(Thread) requests I/O in kernel When ke...