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

915 questions
4
votes
5 answers

File Transfer Protocol options?

I am looking for a good way to transfer non-trivial (10G > x >10MB) amounts of data from one machine to another, potentially over multiple sessions. I have looked briefly at *ftp (sftp, tftp, ftp) http torrents (out because I will not have a seed…
JT.
  • 131
  • 1
  • 9
4
votes
1 answer

Streaming, Asynchronous, Language Independent technology to transfer Object data

What are the best-practice / industry standard technologies for the folowing requirements Allow transfer of business objects from one client / server to another Language and platform independent Supports Streaming to alow passing large data (e.g.…
Eran Medan
  • 44,555
  • 61
  • 184
  • 276
4
votes
4 answers

Tips on building a byte protocol

I'm communicating data between devices, and I have to program the protocol as an array of bytes. Any tips when building protocols at a low-level? .. Eg: Use a 2 byte header, to send the length of the message before the data bytes. Use a CRC/data…
Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607
4
votes
6 answers

How do I speed up a SSIS Transfer Server Objects task that runs really slow?

Within SSIS 2005 I used the Import/Export wizard to create a package that drops/recreates and replaces the data on some tables between my production server and development machine. The control flow that was created by the wizard was extremely…
Breadtruck
  • 1,943
  • 5
  • 25
  • 39
4
votes
3 answers

Message and File Transfer using Bluetooth in android

I am developing an application in which first we have to search and connect available paired Bluetooth devices. I have done till connection. But after that I have put one screen which asks to choose between Text and file transfer. When I select text…
Looking Forward
  • 3,579
  • 8
  • 45
  • 65
4
votes
9 answers

Reading and writing global variables across scripts in PHP

Does PHP have global variables that can be modified by one running script and read by another?
Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607
3
votes
2 answers

Java MMO game data transfer

I'm trying to write a small online tile-based game. I've established a game - server connection with sockets, so I can easily send Strings from client to server and vice versa. What I don't understand, is in what form should I store the data to be…
Alvydas
  • 354
  • 1
  • 5
  • 15
3
votes
2 answers

Reading iPhone files from PC / Mac programmatically

Applications like iPhone Explorer can show the contents for each installed iPhone application on Mac OS X (even on non-jailbroken devices) when iPhone is connected using USB-cable. I'm trying to do something similar, programmatically copy some files…
superg
  • 379
  • 1
  • 6
  • 19
3
votes
0 answers

How to securely send data from one website to another

I own 2 websites, example.com and domain.com. I want to securely transfer data from example.com to domain.com. I was looking at this question which is trying to answer my main question of how to send data securely from one website to another.…
Kiwa
  • 215
  • 2
  • 10
3
votes
1 answer

how to get file paths from files dragged from windows explorer into JFrame in Java

I need to get the dropped files' paths. I have implemented the drop(DropTargetDropEvent e) method in my JFrame which implements DropTargetListener which has the following code: public void drop(DropTargetDropEvent e) { Transferable tr =…
john bess
  • 31
  • 3
3
votes
2 answers

Regularly pull files from On-Prem server to S3 using AWS Transfer family

I'm trying to prepare a flow where we can regularly pull the available new files in third parties' on-prem server to our S3 using AWS Transfer family. I read this documentation…
3
votes
2 answers

Is there react native library which can transfer data between 2 mobile devices in offline mode?

I am new to React Native development (for Android and iOS). I am trying to transfer data between 2 mobile devices in offline mode (WiFi, Bluetooth or something else. QR codes no due to the data size limitations) I found a good library…
savita
  • 79
  • 4
3
votes
2 answers

Periodically run query to transfer data between two SQL Servers

I have two MS SQL Servers, let's call them Source and Destination. I need to bring some data from a database table in Source by making a simple query (a Select and a Sum) and bring the result to a database table in Destination. I need to run the…
CiccioMiami
  • 8,028
  • 32
  • 90
  • 151
3
votes
1 answer

How to upload an sqlite file in an Android application from Linux home server

I am planning on writing a simple Android application that is like a small directory of professors. It will have their name, email, phone and a picture of them. I need to manually send an sqlite file from the server to the phone. I have been…
jahWalker
  • 31
  • 1
  • 2
3
votes
3 answers

How to get Youtube channel page id for creating Google BQ DTS

How to get YouTube channel page id for creating Google BigQuery Data Transfer Service YouTube Channel as data source. Trying to create transfer service from BQ console and CLI. Getting the following error from console and CLI. Now I am using the…
Brisi
  • 1,781
  • 7
  • 26
  • 41