-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q8) Browser rendering(Interview Question in HTTP) #19 #19
Comments
(생각해보니 문제가 넘 어려운거같기도... ) |
|
웹 브라우저는 다른 프로그램과 마찬가지로 PC에서 실행되면 프로세스로 변경되어 CPU, RAM에 올라가 실행되게됩니다. 크롬 검색창에 https://naver.com을 입력하고 엔터를 눌렀을 때 부터 네이버 메인 페이지가 나오기까지1. https://naver.com 텍스트를 검색창에 입력하는 순간
2. 파싱이 종료되면 해당 컨텐츠를 가져오기 위해 UI 쓰레드가 네트워크 요청 초기화3. 응답 읽기
4. 렌더러 프로세스
그 외 수 많은 과정을 거쳐 ... naver.com 페이지가 켜졌습니다.. 문제 제출 실패.. 참고) |
즉석 |
Browser rendering이란 무엇인가요? (분량 제한 없음🗣)
브라우저의 렌더링 과정을 설명해주세요. ex) 크롬 검색창에 https://naver.com을 입력하고 엔터를 눌렀을 때 부터 네이버 메인 페이지가 나오기까지 🙃
The text was updated successfully, but these errors were encountered: