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

Want to transfer file from private on-premise Instance (VM) to google cloud storage without internet

I want to transfer 2TB of files from my on-premise VM(which does not have internet connection) to google cloud storage. I have established shared VPC and my private connectivity are there. I don't want to enable internet on my on-premise VM , How…
-1
votes
1 answer

adb over wifi / bluetooth without using usb ever

Android: 10 Mobile: Techno Spark 6 Go My mobile's usb port have some problem, I can't connect my mobile to computer using usb cable anymore, Now I need to connect mobile to computer to use adb, Is there any way to connect them over…
Amir saleem
  • 1,404
  • 1
  • 8
  • 11
-1
votes
2 answers

How to connect to an integrated VM without using SSH tunelling

I want to connect to a locked (cannot be modified and I do not have permissions to log into) windows vm which is hosted in a linux machine. Until now these two machines were communicating via port 2277. However for security reasons, the port 2277 is…
Mr_Saint
  • 3
  • 1
  • 5
-1
votes
1 answer

i want to create a transfer table with multiple row in a single primary key

i have one table i want to use one primary key in many row and not stop inputting row until i finished which is one transmittal_id equals to many rows of data example…
-1
votes
1 answer

How to get aws data transfer cost?

How can I get all data transfer costs from my aws account? is there any boto3 api that would support it? PS- I require all kinds of data transfer costs, for all regions.
-1
votes
2 answers

Transfer large amount of data from text file to SQL Server database

I need to set up automated process to transfer large amount of data, apparently millions of rows from a flat file to SQL Server. I know we can do it using Java IO libs but that will be very slow. What other options are there for a faster execution?
romil gaurav
  • 1,121
  • 11
  • 23
  • 43
-1
votes
2 answers

Need details on how aws data transfer costs are calculated using S3

We're making a social media app using amplify and are newbies to aws. The services we're using include s3, auth, hosting, analytics, api and lambda functions. We've already accrued significant data transfer usage and I'm guessing it's from…
Sean
  • 107
  • 7
-1
votes
1 answer

GKMartch.sendData method is obsoleted in iOS 14

I am working on a game that involves gameCenter and by extension sending data with Game Center. Before iOS 14 betas began coming out, the GKMatch sendData:toPlayers:dataMode:error: method worked great however, the console is now telling me that this…
-1
votes
1 answer

Copy specific data from sheet to sheet

https://docs.google.com/spreadsheets/d/1mpALs4rdNj-TFFgCQ0CEBP453v-FfQJR_bBxOzQakWU/edit#gid=1256640730 I have a "masterlist" sheet collect data from Google Forms and I need the script to copy the data from master list to the related sheet according…
-1
votes
1 answer

Why Transfer in GCP failed on csv file and where is the error log?

I am testing out the transfer function in GCP: This is the open data in csv,…
mdivk
  • 3,545
  • 8
  • 53
  • 91
-1
votes
1 answer

How do I pass a function between view controllers including the variables within the function?

I'm working on an XCode project in which I have a specific function's variables that I want to be used within all of the view controllers I have. I want to have some data (var oneName = oneNameTextField.text) to be transferred into a different view…
-1
votes
1 answer

Send LIST from c# to angular

I have backend c# api public async Task GetTestType() { List TestList = _context.TestTypes.ToList(); foreach (var l in TestTypeList) { Log.WriteLog("log.txt", "test1 > " + l.var1); } …
David
  • 4,332
  • 13
  • 54
  • 93
-1
votes
3 answers

transfer data from one component to another angular

I have component A which fires MatDialog openDialog(): void { // console.log('The dialog was opened'); const dialogRef = this.dialog.open(PicuploadComponent, { width: '1000px', //data: {name: this.name, animal: this.animal} …
David
  • 4,332
  • 13
  • 54
  • 93
-1
votes
1 answer

How to export data from one MySQL table to another in PHP?

Basically I have a client table and a leadlist for potential leads and I need to transfer the leads to the clients once they have been done, and delete them from the original table with an export button. I've already tried a few possible things…
-1
votes
1 answer

How to transfer Values(items) from one Netsuit business system form to another Netsuit form automatically?

Currently, I have to fill out 2 of the same forms with the same language & part numbers on the Web Based business system "Netsuit" made by Oracle (extremely annoying & waste of time). I need to use a software/code system to read one form entry and…