Payload
In computing, the payload is the part of the transmitted data that is the actual intended message. Payload does not include information sent with it such as headers or metadata, sometimes referred to as overhead data, sent solely to facilitate payload delivery.
In computer security, payload refers to the part of malware which performs a malicious action. In the analysis of malicious software such as worms, viruses and Trojans, it refers to the software’s harmful results. Examples of payloads include data destruction, messages with insulting text or spurious e-mail messages sent to a large number of people.
The term ‘payload’ is used to distinguish between the ‘interesting’ information in a chunk of data or similar, and the overhead to support it. It is borrowed from transportation, where it refers to the part of the load that ‘pays’: for example, a tanker truck may carry 20 tons of oil, but the fully loaded vehicle weights much more than that – there’s the vehicle itself, the driver, fuel, the tank, etc. It costs money to move all these, but the customer only cares about (and pays for) the oil, hence, ‘pay-load’.
In programming, the most common usage of the term is in the context of message protocols, to differentiate the protocol overhead from the actual data.
'Computer Science > Terminology' 카테고리의 다른 글
Backdoor (0) | 2018.03.30 |
---|---|
Computer worm (0) | 2018.03.30 |
Trivial File Transfer Protocol (TFTP) (0) | 2018.03.30 |
Local Area Network (LAN) (0) | 2018.03.30 |
Ethernet (0) | 2018.03.30 |