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
-1
votes
1 answer

preventing malware transfer to computer from USB

Is there any code solution preventing data transfer from an attached USB drive to computer? That is while data transfer from computer to USB is allowed is being run. Thank you in advanced
samsam114
  • 987
  • 2
  • 8
  • 20
-1
votes
1 answer

How to transfer data from cloud vm to usb drive

I want to copy data from cloud vm to my pc or usb device. I am using azure cloud and linux vm.Is there any way to do it?
Ehsan
  • 316
  • 2
  • 10
-1
votes
1 answer

WordPress transfer on existing WordPress on another domain

A client wanted me to create a new WordPress theme on our server and once completed he would like me to transfer it on his existing WordPress installation. What would be the best way to do this?
-1
votes
3 answers

iphone development

i am sapna.and we have to develop an application in an iphone having features:- Identifies a unique user and captures profile. Admin module / configuration module to assist user define the data points and their bound values. Support of upto 250…
-1
votes
1 answer

Best Data Transport Layer

I have made a peer to peer program in TCP then merged to UDP. I would like to change it so you can send files, however UDP does not support this and TCP is slower than TCP. Due to the fact that these are the most common Data Transport Layers, I was…
Kyle Boyer
  • 31
  • 1
  • 5
-1
votes
1 answer

Calculating time of a packet through a network cable

I am preparing for an exam in networking. In one of the previous exams this question was given: Assume you're sending a packet of length 4000 bit through a cable of length 1000 km. The signal in the cable is moving at 200000 km/s. The signal…
Horse SMith
  • 1,003
  • 2
  • 12
  • 25
-1
votes
1 answer

Passing Data from Javascript to PHP

Possible Duplicate: Passing multiple parameter to PHP from Javascript I am currently trying to pass data from Javascript to PHP. I have the PHP script is accessed from the Javascript except no information is stored in the $_Post variable. I even…
tpar44
  • 1,431
  • 4
  • 22
  • 35
-2
votes
2 answers

transfer data from server to iphone

I have made a web application in php and mysql. Now I got the responsibility to make an API so that the data will be transferred from the server to iphone. I have no idea for that. Please guide me how to process. Thanks on advance.
Srim
  • 527
  • 2
  • 8
  • 23
-2
votes
1 answer

Best way to transfer database to new website without access to previous one

I has old website, which I miss dashbored login info, so I didn't has access to its database Now I implement new one, what the best way to extract previous data (mp3 files, articals, mp4 files) to use it in new one. I hope there is a way to extract…
Nada
  • 1
  • 1
-2
votes
2 answers

reading image on iphone sent by php script

EDIT reformulated question: i am loading an image from a server with my iphone the following way. NSURL *url = [NSURL urlWithString:@"http://www.example.de/getImage.php"]; NSData *data = [[NSData alloc] initWithContentsOfURL:url]; UIImage *im =…
-2
votes
2 answers

Transfer data between angular components using @input and @output

I have two components sitting one in another. settings folder |--settings.component.css |--settings.component.html |--settings.component.ts |-- userPRofile folder |-- userProfile.component.css |--…
David
  • 4,332
  • 13
  • 54
  • 93
-2
votes
2 answers

Data Transfer V2.0 Campaign Manager : No Costs and Revenues inside storage CSV

We are trying to solve an issue of costs and revenues from DoubleclickCampaignManager/Campaign Manager. The goal is to create a daily dashboard of media costs (paid search, display, videos and social) thanks to Google Cloud. We have right now access…
-2
votes
2 answers

Data transfer from one java file to another activity.java in android

In android, how can i transfer values from xyz.java to main_activity.java......providee that xyz.java is a simple java class and doesn't belong to any activity. I am working with an api , when i run it as simple .java file it is working fine bit not…
-2
votes
1 answer

Data Transfer from SQL Server To Mysql for selected objects on a daily basis?

I need to take data from microsoft sql server DB (selected tables) to mysql database. how to achive this in a daily basis by using any open source ETL or Any other ways
Kannan
  • 1
-2
votes
1 answer

Why OpenVPN Connection Reset automatically?

I am using OpenVPN for the data integration. but OpenVPN disconnect automatically after sometime. Thanks Amandeep
Aman
  • 31
  • 7
1 2 3
60
61