Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ktor client
- android custom view
- FastAPI
- 유튜브 요약
- ListAdapter
- kotlin collection
- Zsh
- android ktor
- ktor api call
- ExoPlayer
- 안드로이드
- android exoplayer
- Python
- DiffUtil.ItemCallback
- AWS EC2
- 스피너
- 시행착오
- build with ai
- video caching
- ChatGPT
- doc2vec
- map
- llm
- android
- 유튜브
- kotlin list
- getChangePayload
- list map
- exoplayer cache
- ListAdapter DiffUtil
Archives
- Today
- Total
버튼 수집상
[CS] payload란 본문
Payload (computing) - Wikipedia
From Wikipedia, the free encyclopedia Content of a message excluding headers and metadata In computing and telecommunications, the payload is the part of transmitted data that is the actual intended message. Headers and metadata are sent only to enable pay
en.wikipedia.org
컴퓨팅과 통신 분야에서 payload란, 전송되는 데이터 안에서 실제로 보내고자 하는 메세지를 나타내는 부분이다.
payload는 메세지 프로토콜에서 자주 사용되며 프로토콜 오버헤드와 실제 데이터를 구분하기 위해 사용된다.
예를 들어 JSON 웹서비스 리스폰스는 이렇게 생겼다:
{ "data" : { "message" : "Hello, world!" } }
Hello, world! 문자열이 JSON 메시지의 payload이고, 나머지는 프로토콜 오버헤드이다.
'전송되는 데이터'로 이해하면 되겠다.
728x90
'TIL - CS' 카테고리의 다른 글
[CS] mounting이란 (0) | 2024.01.30 |
---|---|
[CS] 정규표현식 Basic Regex (1) | 2024.01.11 |
[CS] heuristic이란 (0) | 2023.07.11 |
[CS] predicate란 (0) | 2023.06.26 |