Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Payload (computing)

From Wikipedia, the free encyclopedia
Content of a message excluding headers and metadata
For other uses, seePayload (disambiguation).

Incomputing andtelecommunications, thepayload is the part oftransmitted data that is the actual intended message.Headers andmetadata are sent only to enable payload delivery[1][2] and are consideredoverhead.

In the context of acomputer virus orworm, the payload is the portion of themalware which performs malicious action.

The term is borrowed fromtransportation, wherepayload refers to the part of the load thatpays for transportation.

Networking

[edit]

Incomputer networking, the data to be transmitted is the payload. It is almost alwaysencapsulated in some type offrame format, composed offraming bits and aframe check sequence.[3][4] Examples areEthernet frames,Point-to-Point Protocol (PPP) frames,Fibre Channel frames, andV.42 modem frames.

Programming

[edit]

Incomputer programming, the most common usage of the term is in the context of message protocols, to differentiate theprotocol overhead from the actual data. For example, aJSONweb service response might be:

{ "data": { "message": "Hello, world!" } }

The stringHello, world! is the payload of JSON message, while the rest is protocol overhead.

Security

[edit]

Incomputer security, the payload is the part of the private user text which could also containmalware such asworms orviruses which performs the malicious action; deleting data, sending spam or encrypting data.[5] In addition to the payload, such malware also typically has overhead code aimed at simply spreading itself, or avoiding detection.

See also

[edit]
  • Protocol data unit – Unit of information transmitted over a computer network
  • Service data unit – Data passed down to a lower layer of the OSI model, yet to be encapsulated

References

[edit]
  1. ^"payload".Pcmag.com. 1994-12-01. Retrieved2021-04-29.
  2. ^"Payload".Techterms.com. Retrieved2021-04-29.
  3. ^"RFC 1122: Requirements for Internet Hosts — Communication Layers".IETF. October 1989. p. 18.doi:10.17487/RFC1122.RFC1122. Retrieved2010-06-07.
  4. ^"Data Link Layer (Layer 2)". The TCP/IP Guide. 2005-09-20. Retrieved2010-01-31.
  5. ^"Payload". Techopedia.com. 15 December 2016. Retrieved2018-03-05.
Threats
vectorial version
vectorial version
Defenses
Related
security
topics
Retrieved from "https://en.wikipedia.org/w/index.php?title=Payload_(computing)&oldid=1286009279"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp