Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@
- - -

## IP란?
> 내용
> 인터넷을 통해 데이터를 주고 받을 때 사용되는 통신 규약이다.

IPv4
- 전 세계에서 사용된 첫 번째 인터넷 프로토콜이다.
- 32bit 방식으로 8bit씩 4자리로 끊어져 있다.
- ex) 111.21.332.5

IPv6
- IPv4 고갈로 인해 생겨났다.
- 16bit씩 8자리로 끊어 콜론으로 구분한다

## DNS란?
> 내용
Expand All @@ -23,7 +32,7 @@
> 내용
### HTTP 메세지 기본 구조 알아보기
- Start Line
- Header
- Header - 요청에 대한 추가 정보를 담고 있는 부분
- Content-Length
- Content-Type
- Host
Expand All @@ -32,7 +41,7 @@
- Accept
- Body
### 상태 코드란?
- 200
- 200 - 서버가 요청을 제대로 처리했다는 뜻
- 201
- 300
- 400
Expand Down Expand Up @@ -63,7 +72,9 @@
### 자신의 이름, 학번, 나이가 들어가는 json배열을 만들어서 아래의 코드 블럭에 적으세요
안예성, 2209, 18의 데이터 한 개와 자신의 정보를 적은 데이터를 만들어 총 2개의 데이터를 만드세요
```json
json 작성하기
{
"quiz": "데이터 2개를 가지고 주어진 json을 만드세요"
}
```

## .gitignore란?
Expand Down