Request–response (original) (raw)

About DBpedia

الطلب والرد في علم الحاسوب إحدى الطرق الأساسية التي تستخدمها أجهزة الكمبيوتر للاتصال ببعضها البعض، حيث يرسل الكمبيوتر الأول طلبًا للحصول على بعض البيانات بينما يستجيب الثاني للطلب. عادة، هناك سلسلة من هذه التحولات حتى يتم إرسال الرسالة كاملة ؛ إن استعراض صفحة ويب مثال على التواصل بين الطلب والاستجابة.

Property Value
dbo:abstract الطلب والرد في علم الحاسوب إحدى الطرق الأساسية التي تستخدمها أجهزة الكمبيوتر للاتصال ببعضها البعض، حيث يرسل الكمبيوتر الأول طلبًا للحصول على بعض البيانات بينما يستجيب الثاني للطلب. عادة، هناك سلسلة من هذه التحولات حتى يتم إرسال الرسالة كاملة ؛ إن استعراض صفحة ويب مثال على التواصل بين الطلب والاستجابة. (ar) In computer science, request–response or request–reply is one of the basic methods computers use to communicate with each other in a network, in which the first computer sends a request for some data and the second responds to the request. More specifically, it is a message exchange pattern in which a requestor sends a request message to a replier system, which receives and processes the request, ultimately returning a message in response. It is analogous to a telephone call, in which the caller must wait for the recipient to pick up before anything can be discussed. This is a simple but powerful messaging pattern which allows two applications to have a two-way conversation with one another over a channel; it is especially common in client–server architectures. For simplicity, this pattern is typically implemented in a purely synchronous fashion, as in web service calls over HTTP, which holds a connection open and waits until the response is delivered or the timeout period expires. However, request–response may also be implemented asynchronously, with a response being returned at some unknown later time. When a synchronous system communicates with an asynchronous system, it is referred to as "sync over async" or "sync/async". This is common in enterprise application integration (EAI) implementations where slow aggregations, time-intensive functions, or human workflow must be performed before a response can be constructed and delivered. In contrast, one-way computer communication, which is like the push-to-talk or "barge in" feature found on some phones and two-way radios, sends a message without waiting for a response. Sending an email is an example of one-way communication, and another example are fieldbus sensors, such as most CAN bus sensors, which periodically and autonomously send out their data, whether or not any other devices on the bus are listening for it. (Most of these systems use a "listen before talk" or other contention-based protocol so multiple sensors can transmit periodic updates without any pre-coordination.) (en) 计算机科学中,请求-响应是电子计算机在计算机网络中用来相互通信的基本方法,其中一台计算机发送数据请求,另一台计算机响应该请求。更具体地说,它是消息交换模式,请求者向響應者系统发送请求消息,響應者系统接收并处理该请求,最终返回消息。它类似于电话,其中呼叫者必须等待接收者接听,然后才可以讨论事情。这是简单但功能强大的消息模式。 (zh)
dbo:wikiPageExternalLink http://www.w3.org/2000/xp/Group/1/10/11/2001-10-11-SRR-Transport_MEP
dbo:wikiPageID 10175634 (xsd:integer)
dbo:wikiPageLength 3205 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1111967471 (xsd:integer)
dbo:wikiPageWikiLink dbr:Messaging_pattern dbr:Application_software dbr:Publish/subscribe dbr:Computer dbr:Computer_network dbr:Push-to-talk dbr:Enterprise_application_integration dbr:Contention-based_protocol dbr:Communication_channel dbr:Computer_science dbr:Email dbr:Client–server dbr:Aggregate_function dbr:Timeout_(telecommunication) dbr:Web_service dbr:Futures_and_promises dbc:Network_protocols dbr:Data_(computing) dbr:Remote_procedure_call dbr:HTTP dbr:Asynchronous_communication dbr:CAN_bus dbr:Fieldbus dbr:Telephone_call dbr:Message_exchange_pattern dbr:Workflow dbr:Two-way_radio dbr:Synchronous_communication
dbp:wikiPageUsesTemplate dbt:Reflist dbt:Short_description
dcterms:subject dbc:Network_protocols
gold:hypernym dbr:Computers
rdf:type yago:WikicatNetworkProtocols yago:Abstraction100002137 yago:Communication100033020 yago:Direction106786629 yago:Message106598915 yago:Protocol106665108 dbo:InformationAppliance yago:Rule106652242
rdfs:comment الطلب والرد في علم الحاسوب إحدى الطرق الأساسية التي تستخدمها أجهزة الكمبيوتر للاتصال ببعضها البعض، حيث يرسل الكمبيوتر الأول طلبًا للحصول على بعض البيانات بينما يستجيب الثاني للطلب. عادة، هناك سلسلة من هذه التحولات حتى يتم إرسال الرسالة كاملة ؛ إن استعراض صفحة ويب مثال على التواصل بين الطلب والاستجابة. (ar) 计算机科学中,请求-响应是电子计算机在计算机网络中用来相互通信的基本方法,其中一台计算机发送数据请求,另一台计算机响应该请求。更具体地说,它是消息交换模式,请求者向響應者系统发送请求消息,響應者系统接收并处理该请求,最终返回消息。它类似于电话,其中呼叫者必须等待接收者接听,然后才可以讨论事情。这是简单但功能强大的消息模式。 (zh) In computer science, request–response or request–reply is one of the basic methods computers use to communicate with each other in a network, in which the first computer sends a request for some data and the second responds to the request. More specifically, it is a message exchange pattern in which a requestor sends a request message to a replier system, which receives and processes the request, ultimately returning a message in response. It is analogous to a telephone call, in which the caller must wait for the recipient to pick up before anything can be discussed. This is a simple but powerful messaging pattern which allows two applications to have a two-way conversation with one another over a channel; it is especially common in client–server architectures. (en)
rdfs:label الطلب والرد (ar) Request–response (en) 請求-響應 (zh)
owl:sameAs freebase:Request–response wikidata:Request–response dbpedia-ar:Request–response dbpedia-fa:Request–response dbpedia-zh:Request–response https://global.dbpedia.org/id/4tWVW
prov:wasDerivedFrom wikipedia-en:Request–response?oldid=1111967471&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Request–response
is dbo:wikiPageDisambiguates of dbr:Request dbr:Response
is dbo:wikiPageRedirects of dbr:Request-response dbr:Request-reply dbr:Request/reply dbr:Request/response
is dbo:wikiPageWikiLink of dbr:Messaging_pattern dbr:Hypertext_Transfer_Protocol dbr:Container_Linux dbr:Pull_technology dbr:Gemini_(protocol) dbr:Client–server_model dbr:ZeroMQ dbr:Pattern-Oriented_Software_Architecture dbr:Port_Control_Protocol dbr:Task_(computing) dbr:Futures_and_promises dbr:Dynamic_Host_Configuration_Protocol dbr:Queries_per_second dbr:Remote_procedure_call dbr:Request dbr:Response dbr:Server_(computing) dbr:Session_(web_analytics) dbr:European_Component_Oriented_Architecture dbr:Web_API dbr:Request-response dbr:Request-reply dbr:Request/reply dbr:Request/response
is foaf:primaryTopic of wikipedia-en:Request–response