목록로드맵 (14)
공대생 정리노트
참고자료 Naver d2. 그런 REST API로 괜찮은가 https://www.youtube.com/watch?v=RP_f5dMoHFc Rest Dissertation https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm Fielding Dissertation: CHAPTER 5: Representational State Transfer (REST) proxy CERN Proxy, Netscape Proxy, Gauntlet www.ics.uci.edu REST 분산 하이퍼미디어 시스템(ex 웹)을 위한 아키텍쳐 스타일 REST를 구성하는 스타일은 다음과 같다. client-server stateless cache uniform..
참고 자료 https://www.whatap.io/ko/blog/19/ APM에 대한 진지한 설명 | 와탭 블로그 APM(애플리케이션 성능 관리) 서비스에 대해서 진지하게 알려드립니다. www.whatap.io https://www.apmdigest.com/apm-vs-monitoring-in-cloud-native-environments-reject-the-false-dichotomy APM vs Monitoring in Cloud-Native Environments: Reject the False Dichotomy For DevOps professionals, the advent of cloud-native systems and X-as-a-service has exposed the limitatio..
참고 자료 https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/ https://www.redhat.com/ko/topics/containers/what-is-kubernetes What is Kubernetes? Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, suppor..
참고자료 https://d2.naver.com/helloworld/59361 https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/ How Browsers Work: Behind the scenes of modern web browsers - HTML5 Rocks In this comprehensive primer, you will learn what happens in the browser between when you type google.com in the address bar until you see the Google page on the browser screen. www.html5rocks.com 브라우저의 주요 기능 사용자가 ..
참고자료 https://developer.mozilla.org/ko/docs/Web/HTTP/Overview HTTP 개요 HTTP는 HTML 문서와 같은 리소스들을 가져올 수 있도록 해주는 프로토콜입니다. HTTP는 웹에서 이루어지는 모든 데이터 교환의 기초이며, 클라이언트-서버 프로토콜이기도 합니다. 클라이언트-서버 developer.mozilla.org What is HTTP? HTML 문서와 같은 리소스들을 가져올 수 있도록 해주는 클라이언트-서버 프로토콜. 클라이언트-서버 프로토콜은 수신자 측(보통 웹 브라우저)에 의해 요청이 초기화되는 프로토콜을 말한다. request -> 브라우저인 클라이언트에 의해 전송되는 메시지 response -> 서버에서 응답되는 메시지 TCP나 암호화된 TLS를 통..
인터넷은 어떻게 작동하는가 참고 자료 https://developer.mozilla.org/ko/docs/Learn/Common_questions/How_does_the_Internet_work 인터넷은 어떻게 동작하는가? 인터넷은 웹의 핵심적인 기술입니다. 인터넷의 가장 기본적인 것은, 컴퓨터들이 서로 통신 가능한 거대한 네트워크라는 것입니다. developer.mozilla.org https://www.verisign.com/en_US/website-presence/online/how-dns-works/index.xhtml How DNS Works In Six Steps - Verisign How does DNS Work? Find out how DNS works as a central part of..