Questions tagged [communication-protocol]

Communication protocol is a system of rules that allow two or more entities of a communications system to transmit digital message formats/rules. Protocols are the standard that defines the syntax, semantics and synchronization of communication and if any error recovery methods.

Communication protocol is a system of rules that allow two or more entities of a communications system to transmit digital message formats/rules. Protocols are the standard that defines the syntax, semantics and synchronization of communication and if any error recovery methods. Protocols may be implemented by hardware, software, or in a combination. They are required in telecom, computers and related systems. Internet/Computer Network are not possible without them.

Some of the properties that they define are : packet size, transmission speed, error correction types, handshaking, synchronization techniques, address mapping, acknowledgement processes, flow control, packet sequence controls, routing, address formatting.

In computer network, Protocols are normally defined in a layered manner and provide all or part of the services specified by a layer of the OSI reference model. Protocols are usually implemented by writing a number of programs which communicate with one another through queues and by function calls. Timers are a integral part of protocols and to start and stop timers, a it normally uses an interface to the computer's operating system.

82 questions
0
votes
1 answer

What is a hierarchical communication protocol?

What is a hierarchical communication protocol? I came across so many topics on hierarchical routing, hierarchical protocol and the basic idea of this hierarchical structure is to provide anonymity over a network. Does it have anything to do with…
Chinmoy
  • 1,750
  • 2
  • 21
  • 45
0
votes
1 answer

Data transfer between two android phones

I want to transmit data (few bytes) between 2 Andriod phones over as long a distance as possible. I don't want to use WiFi. Communication has to be directly between the 2 devices. Would it be possible to send and receive data over FM if I attach an…
0
votes
5 answers

How are server side applications created, how is client - server communication done?

I would like to have a client-server application written in .NET which would do following: server is running Linux on the server there is SQL database (mySQL) containing document URLs What we want: - server side would regularly crawl all URLs and…
Suma
  • 33,181
  • 16
  • 123
  • 191
0
votes
2 answers

Communicate between applications over the network

In our project, we have a number of programs that communicate with each other internal in the computer and over the internal network. To solve this we use today COM/DCOM. We think, however, that DCOM is far too complicated. How to configure the…
magol
  • 6,135
  • 17
  • 65
  • 120
0
votes
2 answers

Do RMI and web services both use a socket connection?

In another question I was worried about using a web service that takes a five minutes to complete. I was thinking about using RMI instead of web services for this use case.. but at the end of the day, do both a web service and RMI use a TCP…
Marcus Leon
  • 55,199
  • 118
  • 297
  • 429
-1
votes
2 answers

How to avoid infinity as output value?

I have written the following code to calculate required transmission power based on distance between the sender and receiver and SNR threshold at the receiver. However I get huge values for required Intensity(Req_I) and Required Transmission Power…
Tariq Islam
  • 97
  • 10
-2
votes
1 answer

Can client send data to server in TCP/IP communication

To establish a connection normally we will send a data from server to client, but can data be sent from client to server.
venkat
  • 11
  • 4
1 2 3 4 5
6