Summary
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 payload delivery. 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. In computer networking, the data to be transmitted is the payload. It is almost always encapsulated in some type of frame format, composed of framing bits and a frame check sequence. Examples are Ethernet frames, Point-to-Point Protocol (PPP) frames, Fibre Channel frames, and V.42 modem frames. In computer programming, the most common usage of the term is in the context of message protocols, to differentiate the 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. 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. In addition to the payload, such malware also typically has overhead code aimed at simply spreading itself, or avoiding detection.
About this result
This page is automatically generated and may contain information that is not correct, complete, up-to-date, or relevant to your search query. The same applies to every other page on this website. Please make sure to verify the information with EPFL's official sources.
Related lectures (3)
Spacecraft Systems: Subsystems Overview
Covers the taxonomy of spacecraft systems, focusing on subsystems such as power supply, data processing, communication, attitude control, and payload.
Quantization in Networked Control Systems
Delves into the impact of quantization on networked control systems, exploring stability, performance, and design trade-offs.
Quantization and Data-rate Limitations
Delves into the impact of quantization and data-rate limitations on networked control systems.
Related publications (6)