[혼자 공부하는 컴퓨터구조+운영체제] Chapter 02 데이터
·
Computer Science/컴퓨터구조 | 운영체제
컴퓨터 = 코드 입력하면 결과 내놓는 '미지의 대상' 문제 상황 빠르게 " data-og-host="debug.tistory.com" data-og-source-url="https://debug.tistory.com/143" data-og-url="https://debug.tistory.com/143" data-og-image="https://scrap.kakaocdn.net/dn/AmSUl/hyUXVi6X77/oo84bpYBI1uTRzudzJi7jk/img.jpg?width=800&height=1093&face=0_0_800_1093,https://scrap.kakaocdn.net/dn/ECdZe/hyU2ndZcE9/RmaQICIM7czrzougMGZby1/img.jpg?width=800&height=..
[혼자 공부하는 컴퓨터구조+운영체제] Chapter 01 컴퓨터 구조 시작하기
·
Computer Science/컴퓨터구조 | 운영체제
Chapter 01 컴퓨터 구조 시작하기1. 컴퓨터 구조를 알아야 하는 이유문제 해결프로그래밍 언어의 문법만 알고 있는 사람-> 컴퓨터 = 코드 입력하면 결과 내놓는 '미지의 대상' 문제 상황 빠르게 진단문제 해결의 실마리 다양하게 찾음=> 문제 해결 능력 향상 => 미지의 대상이 아닌 '분석의 대상'성능, 용량, 비용컴퓨터 선택에 따라 성능, 용량, 비용이 달라짐=> 저렴한 제품이 무조건 좋은 것 X 개발한 프로그램을 위한 최적의 컴퓨터 환경을 스스로 판단해야 함 => 입출력에만 집중하는 개발 X 성능, 용량, 비용까지 고려하는 개발자 O2. 컴퓨터 구조의 큰 그림Key Word: 데이터 / 명령어 / 메모리 / CPU / 보조기억장치 / 입출력장치 / 시스템 버스  컴퓨터가 이해하는 정보데이터명령어컴..
[Network Security] Firewall
·
Computer Science/네트워크
2022.12.03.Sat. 수정 Firewall What are Firewalls? Firewall(방화벽) V3, 알약 - 방화벽 제공 -> Host firewall network 전체 방화벽: Network firewall => 단순 firewall (문맥상만 구분) Motivation 신뢰X 외부 네트워크 접근/공격으로부터 내부를 보호 공격에 대해 각 호스트를 업그레이드/교체하기 시스템 전체의 기본적인 방어 제공 내부 보안 ↑ -> 시설 교체/ 시스템 업그레이드 but 비용 ↑ -> 방화벽 => 저비용 고효율 solution 로깅 ~> 보안 관리, 추적 등 용이 Definitions 3가지 설계 목표(-> 1번만 만족시켜도 ok) A collection of compo..
[Network Security] Attacks on the TCP protocol
·
Computer Science/네트워크
Attacks on the TCP protocol TCP client and server programming Recap: TCP Client Program Create a socket specify the type of communication. TCP -> SOCK_STREAM/ UDP -> SOCK_DATAGRAM Inititae the TCP connection Send data Recap: TCP Sercer Program 1. 소켓 생성 2. 주소 bind App needs to register a port number on its host computer. the packet arrives at the host -> the OS knows which App is the receiver bas..
[Network Security] Sniffing and Spoofing Part 1
·
Computer Science/네트워크
Sniffing and Spoofing Part1 Network Basics Revisited Network Hardware Hubs(=(multi-port) repeater): A hub is generally a box with multiple RJ-45 ports No more than a repeating device that operates on the physical layer ex. if com 포트 1 of a 4-prot hub -data-> com 포트2, the hubs sends those pacekts to prots 2,3, and 4 => hubs broadcast data to every port, and each non-destination computer discards ..
[Network Security] DNS and DNS attack
·
Computer Science/네트워크
9. DNS and DNS attack DNS Hierarchy, Zones, and Servers DNS Domain Hierarchy Domain namespace is organized in a hierarchical tree-like structure Each node is called a domain OR subdomain when referencing to parent The root of the domain is called ROOT, denoted as '.' Below ROOT, we have Top-Level Domain(TLD)_ex. In www.example.com, the TLD is .com. The next level of domain hierarchy is second-le..
0123suh
'Computer Science' 카테고리의 글 목록 (6 Page)