Questions tagged [data-transfer]

Data transmission, digital transmission, or digital communications is the physical transfer of data (a digital bit stream) over a point-to-point or point-to-multipoint communication channel.

Data transmission, digital transmission, or digital communications is the physical transfer of data (a digital bit stream) over a point-to-point or point-to-multipoint communication channel.

Examples of such channels are copper wires, optical fibres, wireless communication channels, storage media and computer buses. The data are represented as an electromagnetic signal, such as an electrical voltage, radiowave, microwave, or infrared signal.

While analog transmission is the transfer of a continuously varying analog signal, digital communications is the transfer of discrete messages. The messages are either represented by a sequence of pulses by means of a line code (baseband transmission), or by a limited set of continuously varying wave forms (passband transmission), using a digital modulation method. The passband modulation and corresponding demodulation (also known as detection) is carried out by modem equipment. According to the most common definition of digital signal, both baseband and passband signals representing bit-streams are considered as digital transmission, while an alternative definition only considers the baseband signal as digital, and passband transmission of digital data as a form of digital-to-analog conversion.

Data transmitted may be digital messages originating from a data source, for example a computer or a keyboard. It may also be an analog signal such as a phone call or a video signal, digitized into a bit-stream for example using pulse-code modulation (PCM) or more advanced source coding (analog-to-digital conversion and data compression) schemes. This source coding and decoding is carried out by codec equipment.

Wikipedia: http://en.wikipedia.org/wiki/Data_transmission

805 questions
-2
votes
2 answers

Transferring data with $.ajax

I'm completely confused with the data transferred by a jQuery-AJAX (specifically I've been using $.post mostly) I've had a few attempts at transferring data to/from a PHP page and I'm left unsure what to use when, and how. I've seen it done in a…
frrlod
  • 5,605
  • 8
  • 26
  • 36
-3
votes
0 answers

How to export / share your channels, chats, telegram bots with another account?

there are several accounts in telegrams. it is required to transfer 50-70 channels from one to another without loss. thanks)
-3
votes
2 answers

count() error prioblem while posting JSON data to an API using PHP

I have got some data in PHP and trying to post to an API which has the data in JSON format. But when I post the data I keep getting an error of count(): Parameter must be an array or an object that implements Countable at LINE 428 ,, I am working on…
Patweb
  • 131
  • 8
-3
votes
2 answers

How to communicate between mobile with PC?

I am developing a program that is used to communicate between a mobile and a pc. I don't have any idea how to start?
Pramod
  • 1,385
  • 10
  • 31
  • 62
-3
votes
1 answer

android checking new data on webserver

I would like to build a little game app on android for 2 players. The players send strings and player 1 have to wait for the answer of player 2 and so on... So i will write and read the data to a web server. My question now how can i check in…
tobzilla90
  • 485
  • 3
  • 9
-3
votes
1 answer

which is the optimized method

to receive and transmit data from "web-server having php website" to "android application", which is the best optimized method. Mean may it is json communication or api communication or uri or rest?
-3
votes
1 answer

WIll Google fiber, reach the Northeast, USA,. Still using DSL and FIOS is not available. For Uploading large amount of data what should I do?

Google fiber,? Hoping that it will reach the Northeast, USA,. Still using DSL for internet in my area and FIOS is not available in my area, and town has no plan on future installations. I am trying to make use of a cloud server and currently …
-4
votes
1 answer

How to send data by intent without using finish() function?

I am making an android app which has 2 activities. In this app, activity number 1 will start activity number 2 and request data from activity number 2. I use intent to transfer data between them. As I know, activity 2 only send data after finish()…
-4
votes
1 answer

Server to server transfer using AJAX

This questions was asked during one of the interview. How to transfer data from one server to another using AJAX? Is it really possible?
sam
  • 5
  • 1
-5
votes
1 answer

Send Data to and from Phones

I am working on an app that would send little bits of information to and from another device running the same app, very similar to a messenger. Right now, while testing other aspects of the app, I'm just using text messages, but obviously that's a…
Cody Harness
  • 1,004
  • 1
  • 14
  • 35
1 2 3
53
54