버튼 수집상

[CS] payload란 본문

TIL - CS

[CS] payload란

cocokaribou 2023. 7. 13. 15:36

https://en.wikipedia.org/wiki/Payload_(computing)#:~:text=In%20computing%20and%20telecommunications%2C%20the,malware%20which%20performs%20malicious%20action. 

 

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