1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ale4655 [162]
3 years ago
5

When you need to move data over long distances using the internet, for instance across countries or continents to your amazon s3

bucket, which method or service will you use?
Computers and Technology
2 answers:
lisov135 [29]3 years ago
3 0

The method or service you can use to move data over long distances using data, for instance across countries or a continent to your amazon s3 bucket is <u>Acceleration of Transfer</u>.

<h2>Further Explanation</h2>

You can use acceleration of transfer because it suppresses data transfer using the following:

  1. Optimized network path
  2. Amazon content delivery Network is also known as CDN (the transfer rate is more 300% when compared to normal data transfer)

If you want to move long distance data over the internet, you can make use of Amazon transfer acceleration.

Users of amazon transfer acceleration have confirmed the service to be fast and very secure.

Amazon s3 transfer acceleration allows the transfer of files over a long distance between the receiver and s3 bucket.

Also, you can use transfer acceleration on a bucket for the following reasons:

Your clients or customers will have a centralized bucket where they can upload data from throughout the world.

The amazon s3 transfer acceleration can transfer huge file sizes, ranges from terabytes to gigabytes periodically through the world.

You will have unlimited bandwidths that will allow you to upload as many files as possible on your amazon s3 bucket.  

LEARN MORE:

  • amazon s3 bucket brainly.com/question/10410620
  • amazon simple storage service (s3) bucket brainly.com/question/4311557

KEYWORDS:

  • amazon
  • s3
  • bucket
  • data
  • files
  • distance
  • continents
  • countries
topjm [15]3 years ago
3 0

Answer:

The method or service needed to need to move data over long distances using the internet, for instance across countries or continents to your amazon S3 bucket are <u>acceleration of transfer</u>.

Further explanation:

Amazon acceleration transfer: Amazon acceleration transfer service is fast, easy and secure method for transfer of files over long distance like across countries or continents to your amazon S3 bucket. It uses the benefit of Amazon cloud which is distributed over edge locations. When data arrives at the edge location, it is routed over an optimum network path.

There are two methods to upload your files over Amazon S3 bucket: direct upload and transferred acceleration upload.

Learn more:

1. A company that allows you to license software monthly to use online is an example of ? brainly.com/question/10410011  

2. Prediction accuracy of a neural network depends on _______________ and ______________. brainly.com/question/10599832  

3. The shape of our galaxy was determined ‘on the inside looking out' by surveying the milky way using ____________ telescopes. brainly.com/question/7866623  

4. List 3 characteristics of the ideal encryption scheme. brainly.com/question/3000161  

Answer details:

  • Grade: Computer Engineering
  • Subject: Cloud Computing
  • Chapter: Amazon AWS

Keyword:

Amazon, cloud, S3 bucket, countries, continents, acceleration transfer service, distributed, direct upload, transferred acceleration upload, edge location, data, long distances, internet, Amazon AWS

You might be interested in
How do you code a website?
slega [8]

Answer:

Learn the basics of HTML.

Understand HTML document structure.

Get to know CSS selectors.

Put a CSS stylesheet together.

Get Bootstrap.

Pick a design.

Customize your website with HTML and CSS.

Add content and images.

Explanation:

5 0
3 years ago
Your assignment is to write an assembly language program which read a string and print it in uppercase. This program asks the us
const2013 [10]

Answer:

try this

Explanation:

MSG1 DB 10,13,'enter any string:-$'

MSG2 DB 10,13,'converted string is:-$'

P1 LABEL BYTE

M1 DB 0FFH

L1 DB?

P11 DB 0FFH DUP<'$'>

DATA ENDS

DISPLAY MARCO MSG

MOV AH,9

LEA DX,MSG

INT 21H

ENDM

CODE SEGMENT

ASSUME CS: CODE,DS:DATA

START:

MOV AX,DATA

MOV DS,AX

DISPLAY MSG1

LEA DX,P1

MOV AH,0AH

INT 21H

DISPLAY MSG2

LEA SI,P1

MOV CL,L1

MOV CH,0

CHECK:

CMP[SI],61H

JB DONE

CMP[SI],5BH

UPR: SUB[SI],20H

DONE: INC SI

LOOP CHECK

DISPLAY P11

MOV AH,4CH

INT 21H

CODE ENDS

END START

4 0
3 years ago
Order the steps for creating an automatic reply in Outlook.
RSB [31]

Answer:

Select File > Automatic Replies.

Select Send automatic replies.

If you don't want the messages to go out right away, select Only send during this time range.

Choose the dates and times you'd like to set your automatic reply for.

Type in a message.

Select OK.

Explanation:

3 0
2 years ago
Read 2 more answers
What happens to the files and folders on the desktop when the computer is turn off
andriy [413]

Answer:

All of the files are stored on a hard-drive. Except for the files you just viewed before turning off the computer, which is stored in the RAM (Random Access Memory). If your computer is a desktop, and the power goes out while looking at a photo/pdf, you may corrupt/lose the image if the computer didn't have enough time to store it in the hard drive. Everything in the hard drive is 'scratched' into it like a record. If you delete a file, that part of the disk is 'smoothed' as best as it can. If you upload another file, you might corrupt/ruin the image/pdf. Think of the smoothing like recording a football game over an old VHS of Winne the Pooh. If you have any other questions, please ask by commenting on this answer!

4 0
3 years ago
Java
VARVARA [1.3K]

Answer:

Here are the two statements which use nextInt() to print two random integers between 0 and 9:

System.out.println(randGen.nextInt(10));

System.out.println(randGen.nextInt(10));

Explanation:

Here is the complete program:

import java.util.Scanner;   //to accept input from user

import java.util.Random;   // use to generate random numbers

public class DiceRoll {  //class definition

public static void main (String [] args)  {//start of main function  

Random randGen = new Random();   // creates a Random class object randGen

int seedVal = 0;   //sets starting point for generating random numbers

randGen.setSeed(seedVal);   //sets the seed of random number generator

System.out.println(randGen.nextInt(10));  //generates and prints the first random integer between 0 and 9 (10 is the range from 0 to 9) using nextInt method, which is used to get next random integer value from the sequence of random number generator

System.out.println(randGen.nextInt(10));   //generates and prints the second random integer between 0 and 9 (10 is the range from 0 to 9) using nextInt method

return;    }  }

Another way to write this is to initialize two int variables:

int integer1;

int integer2;

Now use two print statements to print these random integers between 0 and 9 as:

System.out.println(integer1= randGen.nextInt(10));

System.out.println(integer1= randGen.nextInt(10));

Another way to write this is:

Set the value of integer1 to a random number from 0 to 9 and same for integer2

int  integer1 = randGen.nextInt(10);

int  integer2 = randGen.nextInt(10);  

Now use two print statements to print these random integers between 0 and 9 as:  

System.out.println(integer1);

System.out.println(integer2);

5 0
3 years ago
Other questions:
  • Jack wants to store a large amount of data on his computer. He chooses to use a database for this purpose. What is a database? A
    8·1 answer
  • Write a program whose input is a character and a string, and whose output indicates the number of times the character appears in
    15·1 answer
  • A ________ is a system of hardware and software that stores user data in many different geographical locations and makes that da
    14·1 answer
  • A stop sign is an example of?
    11·2 answers
  • The ability to keep web page visitors at your site is called _______.
    11·1 answer
  • What is an example of the most important role of a systems analyst in any corporation?
    10·1 answer
  • How long is a subnet mask? (Please select one of the four options)
    5·1 answer
  • In many DBMSs where no strict separation of levels is maintained, this one language is used by the DBA and database designers to
    13·1 answer
  • WILL GIVE BRAINLIEST
    15·1 answer
  • Study the original and changed passages.
    8·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!