[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..
[Structured Query Language] SQL 개발자 자격증/ 핵심정리/ PDF 첨부
·
Computer Science/데이터베이스
데이터모델링 모델링은 사건에 관한 양상(Aspect)이나 관점(Perspective)을 연관된 사람이나 그룹을 위하여 명확하게 하는 것이다 모델링은 데이터관점, 프로세스관점, 상관관점을 가지고 있다 데이터모델링은 정보시스템을 구축하기 위해, 해당 업무에 어떤 데이터가 존재하는지 또는 업무가 필요로 하는 정보는 무엇인지를 분석하는 방법이다 데이터모델링의 특징은 가시화, 명세화, 구조화, 문서화, 추상화의 특징을 가지고 있다 데이터모델링은 개념적데이터모델링, 논리적데이터모델링, 물리 적데이터모델링으로 진행한다 데이터모델링의 세가지 핵심개념은 Things, Relationship, Attributes로 구분된다. 엔터티 업무에 필요하고 유용한 정보를 저장하고 관리하기 위한 집합적인 것(thing)이다. 속성이..
[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..
[스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술] Section 3. 회원 관리 예제 - 벡앤드 개발
·
Spring | SpringBoot
Section 3. 회원 관리 예제 - 벡앤드 개발비즈니스 요구사항 정리데이터: 회원ID, 이름기능: 회원 등록, 조회아직 데이터 저장소 선정 X (가상 시나리오)일반적인 웹 애플리케이션 계층구조컨트롤러: 웹 MVC의 컨트롤러 역할서비스: 핵심 비즈니스 로직구현(ex. 회원은 중복 가입 불가)리포지토리: 데이터베이스에 접근, 도메인 객체를 DB에 저장하고 관리도메인: 비즈니스 도메인 객체 (ex. 회원, 주문, 쿠폰 등 주로 데이터베이스에 저장하고 관리)클래스 의존관계MemberService -> [interface] MemberRepository 아직 데이터 저장소 선정 X -> 우선 인터페이스로 구현 클래스 변경할 수 있게 설계데이터 저장소: RDB, NoSQL 등 다양한 저장소 고민중개발 진행 ->..
[스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술] Section 2. 스프링 웹 개발 기초
·
Spring | SpringBoot
Section 2. 스프링 웹 개발 기초정적 컨텐츠static/hello-static.html 정적 컨텐츠 입니다-> localhost:8080/hello-static.html 웹 브라우저 - localhost:8080/hello-static.html -> [스프링 부트] 내장 톰켓 서버- 1 -> [스프링 컨테이너] hello-static 관련 컨트롤러 X- 2 -> resources: static/hello-static.html- hello-static.html -> 웹 브라우저 MVC와 템플릿 엔진MVC: Model, View, ControllerControllerpackage hello.hellospring.controller;import org.springframework.stereotyp..
0123suh
빙글빙글 돌아가는 Debug 하루