Payload (computing)

Source: Wikipedia, the free encyclopedia.

In

transmitted data that is the actual intended message. Headers and metadata are sent only to enable payload delivery[1][2] and are considered overhead
.

In the context of a computer virus or worm, the payload is the portion of the malware which performs malicious action.

The term is borrowed from

transportation, where payload
refers to the part of the load that pays for transportation.

Networking

In

.

Programming

In

protocol overhead from the actual data. For example, a JSON web service
response might be:

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

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

Security

In computer security, the payload is the part of the private user text which could also contain malware such as worms or viruses 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

  • 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

  1. ^ "payload". Pcmag.com. 1994-12-01. Retrieved 2021-04-29.
  2. ^ "Payload". Techterms.com. Retrieved 2021-04-29.
  3. . Retrieved 2010-06-07.
  4. ^ "Data Link Layer (Layer 2)". The TCP/IP Guide. 2005-09-20. Retrieved 2010-01-31.
  5. ^ "Payload". Techopedia.com. Retrieved 2018-03-05.