Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Networking  





2 Programming  





3 Security  





4 See also  





5 References  














Payload (computing): Difference between revisions






العربية

Català
Čeština
Deutsch
Español
فارسی


Interlingua
Italiano

Bahasa Melayu
Nederlands

Polski
Português
Русский
کوردی
Türkçe
Українська
Tiếng Vit

 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
 
















Appearance
   

 





Help
 

From Wikipedia, the free encyclopedia
 


Browse history interactively
 Previous edit
Content deleted Content added
not so stubby
 
(45 intermediate revisions by 27 users not shown)
Line 1: Line 1:

{{Short description|Content of a message excluding headers and metadata}}

{{Information security}}

{{Other uses|Payload (disambiguation)}}

In [[computing]] and [[telecommunications]], the '''payload''' is the part of [[Data transmission|transmitted data]] that is the actual intended message. The payload excludes any [[Header (computing)|headers]] or [[metadata]] sent solelytofacilitate payload delivery.<ref name="pcmag">{{cite web|url=https://www.pcmag.com/encyclopedia_term/0,2542,t=payload&i=48909,00.asp |title=Payload definition |publisher=Pcmag.com |date=1994-12-01 |accessdate=2012-02-07}}</ref><ref name="techterms">{{cite web|url=http://www.techterms.com/definition/payload |title=Payload definition |publisher=Techterms.com |date= |accessdate=2012-02-07}}</ref>



In [[computing]] and [[telecommunications]], the '''payload''' is the part of [[Data transmission|transmitted data]] that is the actual intended message. [[Header (computing)|Headers]] and [[metadata]] are sent onlytoenable payload delivery<ref name="pcmag">{{cite web|url=https://www.pcmag.com/encyclopedia/term/payload |title=payload |website=Pcmag.com |date=1994-12-01 |access-date=2021-04-29}}</ref><ref name="techterms">{{cite web|url=http://www.techterms.com/definition/payload |title=Payload |website=Techterms.com |access-date=2021-04-29}}</ref> and are considered [[overhead (computing)|overhead]].

In the context of a [[computer virus]] or [[Computer worm|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 the context of a [[computer virus]] or [[Computer worm|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.

==Security==

{{Anchor|Computer security}}In [[computer security]], the payload is the part of the private user text which could also contain [[malware]] such as [[Computer worm|worms]] or [[Computer virus|viruses]] which performs the malicious action; deleting data, sending spam or encrypting data.<ref name="securityfocus">{{cite web|url=http://www.securityfocus.com/glossary/P |title=Payload definition |publisher=Securityfocus.com |date= |access-date=2012-02-07}}</ref> In addition to the payload, such malware also typically has overhead code aimed at simply spreading itself, or avoiding detection.


==Programming==

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:

<syntaxhighlight lang="json">

{

"data":{

"message":"Hello, world!"

}

}

</syntaxhighlight>


The string "<tt>Hello, world!</tt>" is the payload, while the rest is [[Overhead (computing)|protocol overhead]].



==Networking==

==Networking==

In the [[computer networking]], data to be transmitted is the payload, but is almost always [[encapsulation (networking)|encapsulated]] in some type ofa [[Frame (networking)|frame]] composed of [[framing bits]] and a [[frame check sequence]].<ref>{{cite IETF

In [[computer networking]], the data to be transmitted is the payload. It is almost always [[encapsulation (networking)|encapsulated]] in some type of [[Frame (networking)|frame]] format, composed of [[framing bits]] and a [[frame check sequence]].<ref>{{cite IETF

| title = "RFC 1122: Requirements for Internet Hosts &mdash; Communication Layers"

| title = "RFC 1122: Requirements for Internet Hosts &mdash; Communication Layers"

| rfc = 1122

| rfc = 1122

| page = 18

| page = 18

| year = 1989

|date=October 1989

| month = October

| publisher = [[Internet Engineering Task Force|IETF]]

| publisher = [[Internet Engineering Task Force|IETF]]

| accessdate = 2010-06-07

| access-date = 2010-06-07

}}</ref><ref>{{cite web|url=http://www.tcpipguide.com/free/t_DataLinkLayerLayer2.htm |title=Data Link Layer (Layer 2) |publisher=The TCP/IP Guide |date=2005-09-20 |accessdate=2010-01-31}}</ref> Examples are [[Ethernet frame]]s, [[Point-to-Point Protocol]] (PPP) frames, [[Fibre Channel frame]]s, and [[Link Access Procedure for Modems|V.42 modem frames]].

}}</ref><ref>{{cite web|url=http://www.tcpipguide.com/free/t_DataLinkLayerLayer2.htm |title=Data Link Layer (Layer 2) |publisher=The TCP/IP Guide |date=2005-09-20 |access-date=2010-01-31}}</ref> Examples are [[Ethernet frame]]s, [[Point-to-Point Protocol]] (PPP) frames, [[Fibre Channel frame]]s, and [[Link Access Procedure for Modems|V.42 modem frames]].


==Programming==

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.


==Security==

{{Anchor|Computer security}}In [[computer security]], the payload is the part of the private user text which could also contain [[malware]] such as [[Computer worm|worms]] or [[Computer virus|viruses]] which performs the malicious action; deleting data, sending spam or encrypting data.<ref>{{cite web |url=https://www.techopedia.com/definition/5381/payload |title=Payload |publisher=Techopedia.com |access-date=2018-03-05}}</ref> In addition to the payload, such malware also typically has overhead code aimed at simply spreading itself, or avoiding detection.



==See also==

==See also==

*[[Service data unit]]

*{{anl|Protocol data unit}}

*{{anl|Service data unit}}



==References==

==References==

{{Reflist}}

{{Reflist}}



{{Information security}}

[[Category:Data transmission]]

[[Category:Data transmission]]

[[Category:Computer security exploits]]

[[Category:Computer security exploits]]


Latest revision as of 23:23, 11 April 2024

Incomputing 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[1][2] and are considered overhead.

In the context of a computer virusorworm, 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[edit]

Incomputer 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.[3][4] Examples are Ethernet frames, Point-to-Point Protocol (PPP) frames, Fibre Channel frames, and V.42 modem frames.

Programming[edit]

Incomputer 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.

Security[edit]

Incomputer security, the payload is the part of the private user text which could also contain malware such as wormsorviruses 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]

References[edit]

  1. ^ "payload". Pcmag.com. 1994-12-01. Retrieved 2021-04-29.
  • ^ "Payload". Techterms.com. Retrieved 2021-04-29.
  • ^ "RFC 1122: Requirements for Internet Hosts — Communication Layers". IETF. October 1989. p. 18. doi:10.17487/RFC1122. RFC 1122. Retrieved 2010-06-07.
  • ^ "Data Link Layer (Layer 2)". The TCP/IP Guide. 2005-09-20. Retrieved 2010-01-31.
  • ^ "Payload". Techopedia.com. Retrieved 2018-03-05.

  • Retrieved from "https://en.wikipedia.org/w/index.php?title=Payload_(computing)&oldid=1218481032"

    Categories: 
    Data transmission
    Computer security exploits
    Hidden categories: 
    Articles with short description
    Short description matches Wikidata
     



    This page was last edited on 11 April 2024, at 23:23 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki