Your manager asks you to set up a secure network connection at a remote site to move over some backups which protocol would you use?
a. IP.
b. SSH.
c. SFTP.
d. FTP.
e. DHCP.

Answers

Answer 1

The protocol that should be used for establishing a secure network connection is SSH.

The following information is to be considered:

SFTP is secure also it is a protocol for file transferring that applied SSH.IP, FTP, and DHCP should not be for safety purposes as they are not secure.SSH is a secured connection for the remote sites so here the SSH protocol should be used.

Therefore we can conclude that The protocol that should be used for establishing a secure network connection is SSH.

Learn more about the protocol here: brainly.com/question/16985821


Related Questions

Explain all the generation of a computer,​

Answers

Answer:

Generation in computer terminology is a change in technology a computer is/was being used. Initially, the generation term was used to distinguish between varying hardware technologies. Nowadays, generation includes both hardware and software, which together make up an entire computer system.

Explanation:

hope its help

thank you

Need help coding this

Answers

Answer:

read the hint

Explanation:

ur missing something

Which network would provide you with the most security and control to automatically backup data

Answers

Centralized
Client server
GUI
Peer-to-peer

_________ are the special effects that you see when one slide changes to another in slide show view​

Answers

Answer:

Transition effects

Explanation:

Transition effects are the special effects you see when one slide changes to another in slide show view.

Which of the following is the most general description of what computers do?
A) They record information
B) They solve problems
C) They do math
D) They convert data

Answers

Answer:

d

Explanation:

u convert it to help understand :)

The most general description of what computers do is solving problems. Hence option B is true.

Ask about the most general description of what computers do.

Now we know that;

While computers indeed record information, perform mathematical calculations, and convert data, their primary purpose is to solve a wide range of problems by processing and manipulating data.

Computers are versatile machines that can handle various tasks, from complex computations to data analysis, communication, entertainment, and much more.

So, option B) "They solve problems" would be the most fitting choice.

To learn more about computers visit:

https://brainly.com/question/30256882

#SPJ3

Write a research about the 5 major of computer applications

Answers

Answer:

At the Indian National Congress Karachi session in 1931, Congress passed resolution dissociating itself and disapproving the policy of political violence in any form. The resolution was drafted by Mahatma Gandhi which admired the bravery and sacrifice of the 3 Martyrs- Bhagat Singh, Sukhdev, and Rajguru.

Explanation:

Suppose that a particular algorithm has time complexity T(n) = 3 \times 2^nT(n)=3×2 ​n ​​ and that executing an implementation of it on a particular machine takes tt seconds for nn inputs. Now suppose that we are presented with a machine that is 64 times as fast. How many inputs could we process on the new machine in tt seconds?

Answers

Hope this helps!

https://www.chegg.com/homework-help/questions-and-answers/suppose-particular-algorithm-time-complexity-t-n-3-x-2-n-executing-implementation-particul-q18423534

how to enter date in a Date/Time field?​

Answers

Answer:

Right-click the document tab for the new table and click Design View. In the Field Name column, select the first blank row, and then type a name for the field. Select the adjacent cell in the Data Type column, and then select Date/Time or Date/Time Extended from the list. Save your changes.

Explanation:

help its in binary and im a small brain for that

Answers

The bit on the i-th position from RIGHT to LEFT has a value of 2 to the i (start counting with 0), so,

First one is,

[tex]0\cdot2^3+1\cdot2^2+0\cdot2^1+1\cdot2^0=5[/tex]

The next are thusly,

[tex]2,0,6[/tex] and 8.

Hope this helps :)

give 5 examples for software ​

Answers

Answer:

Adobe Photoshop.

Picasa.

VLC Media Player.

Windows Media Player.

Windows Movie Maker

What is the value of total returned by the call secret(3) ? int secret int num) { int total= 10; switch(num) { case 1: case 2: total=5. break case 3. total= 10: case 4: total=total+3: case 8: total=total+6. break default: total=total+ 4. break} return total; }​

Answers

Answer:

19

Explanation:

Without break; statements, the switch "falls through" to the next case. So the code is directed to case 3, which sets total to 10. Then another 3 gets added and another 6, because cases 4 and 8 are also executed. That brings the total to 19.

So, always use a compile rule or code checker that checks your code for missing breaks, because it is hardly ever what you want on purpose.

When it comes to different ways of storing data on the device in a cross-platform manner, what is convenient about both native iOS and Android platforms?

a. they both provide secure file i/o
b. they both provide key-value, file i/o and sqlite data storage
c. the both provide the exact same system calls, since both platforms rely on ARM processors
d. they both provide the exact same APIs, regardless of language used

Answers

A - both provide secure file i/o

There are fifty photographs and each photographs is between 1.8 and 2.5 in size, what is the maximum storage required for a set of photographs and suitable medium to use for the copies to be sent to the gust

Answers

write down the factor on which gravitation force depends

help me to solve this​

Answers

Answer:

Hello!

Mouse-points and selects gui objects

Printer-it produces hard copy output

Alu- performs mathematical calculations

Rom-the instructions stored in it cannot be changed by the user

pendrive- can be considered as a small external hard disk

P.S. please follow me and also mark me as the brainliest ;)

Answer:

the answer is :

1-4

2-5

3-1

4-3

5-2

Original IPv6 Address
Oe56:1102:0e75:8d23:3528:7e0d:419b:bdce
Compress
I

Answers

e56:11c2:e75:8d23:3528:7e0d:419b:bdce

explain the working system of a computer with an example ​

Answers

Answer:

A computer system works by combining input, storage space, processing, and output. For example, when we type something using a keyboard, it is known as an Input provided to the Computer. Storage Space: It is the place where our input gets stored. It is known as Computer Memory that keeps the data into it.

Hoped it helps you.

Answer:

A computer system works by combining input, storage space, processing, and output. For example, when we type something using a keyboard, it is known as an Input provided to the Computer. Storage Space: It is the place where our input gets stored. It is known as Computer Memory that keeps the data into it.

Explanation:

A computer system works by combining input, storage space, processing, and output. For example, when we type something using a keyboard, it is known as an Input provided to the Computer. Storage Space: It is the place where our input gets stored. It is known as Computer Memory that keeps the data into it.

Need help coding this it uses input and I need to use the words good and morning

Answers

Answer:

x = input ("Enter a word: ")

y = input ("Enter a word: ")

print ( x, " ", y)

Explanation:

This is the simplest way to write it using Python.

what is web browser give answerwh
at is web browser

Answers

Answer:

A software application used to access information on the World Wide Web is called a Web Browser.

Explanation:

When a user requests some information, the web browser fetches the data from a web server and then displays the webpage on the user's screen.

What method is known as a class's constructor, because it is run automatically when a user instantiates the class

Answers

      A constructor is a special method of a class or structure in object-oriented programming that initializes a newly created object of that type. ... Instead of performing a task by executing code, the constructor initializes the object, and it cannot be static, final, abstract, and synchronized.

What is the most helpful way to adopt the practice of design thinking, regardless of which framework is your favorite?

Answers

Answer:

Defining, framing and solving problems from users' perspectives

Explanation:

Stretching, walking, and meditation because stretching allows everything to be loosened or not as firm walking is part of everyday life and meditation is sitting in a calm comfortable position typically with calm music as well to clear your mind.

Why these are considered as very complex?

These are all very complex because they require strength in your body and some people can't do these. Some have bad kneens so lunges can seriously hurt them others have weak arms so they can't push or hold their body wait for long periods of time and squats are difficult to do in the correct position because we can't typically do that without an actual chair

My most favorite are jumping jacks and meditation. Jumping jacks because it gets your adrenaline pumping and meditation because you can only hold so much in your mind before you get tired out. My least favorite are squats and planks. Squats are very difficult to do because you are litteraly sitting down with your back straight and the same dip of a chair but without it actually there do it's very complex.

Therefore, Stretching, walking, and meditation because stretching allows everything to be loosened or not as firm walking is part of everyday life and meditation

Learn more about Stretching on:

https://brainly.com/question/1171877

#SPJ2

how can information technology transform the way business processes in an organization

Answers

Answer:

1. Through cooperation.

2. Understanding the market and the organization.

Explanation:

Information Technology can transform the way business processes in an organization only if there is cooperation in the company. The cooperation is that everyone is to agree on the change that it is going to cause.

An information Technologist can change the way business process if he or her understand the maker of the company and the company.

The major point is this:

1. The company must cooperate.

2. Everybody must accept change for it to grow higher.

3. Understand the market of the company and

4. understand the company and how they operate and then change and replace the parts that need replacement.

4. What is an Abacus?​

Answers

Explanation:

an abacus is a simple device for calculating, consisting of a frame with rows of wires or grooves along which beads are slid.

Consider the following program written in C syntax:
void swap(int a, int b) {
int temp;
temp = a;
a = b;
b = temp;
}
void main() {
int value = 2, list[5] = {1, 3, 5, 7, 9};
swap(value, list[0]);
swap(list[0], list[1]);
swap(value, list[value]);
}
. Passed by value-result

Answers

Answer:

5=swap 0

Explanation:

becouse it is invalid

what do these two parts of the lift do?​

Answers

Answer:

The Big Bang Theory is our best guess about how the universe began. A 2013 map of the background radiation left over from the Big Bang, taken by the ESA's Planck spacecraft, captured the oldest light in the universe. This information helps astronomers determine the age of the universe. ... The "Big Bang Theory" TV show.

what's the function of a cyclebin​

Answers

Answer:

In Windows, the Recycle Bin is a folder or directory where deleted items are temporarily stored. Deleted files are not permanently removed from the hard drive but are sent instead to the Recycle Bin, unless they are too large.

True or False

1. Files are the container to store folders =

2. You can change name of file by using delete option

3.Recycle bin allows us to delete the flies permanently.

4. MSDOS is GUI based operating system


Answers

Answer:

1. False

2. False

3. True

4. False

Explanation:

1. Folders are the containers to store files

2. The delete option deletes the file

3. Files are moved to recycle bin after being deleted, and can be permanently deleted from recycle bin

4. "MS-DOS was the main operating system for IBM PC compatible personal computers during the 1980s, from which point it was gradually superseded by operating systems offering a graphical user interface (GUI), in various generations of the graphical Microsoft Windows operating system."

source for #4: Wikipedia

What device is used to perform a loopback testing on a NIC

Answers

Answer:

A loopback cable is also known as loopback plug or loopback adapter, which is a plug used to test physical ports to identify network issue. It provides system test engineers a simple but effective way of testing the transmission capability and receiver sensitivity of network equipment. In a word, it is a connection device that is plugged into a port to perform a loopback test.

Explanation:

Mark me as brainliest please

What are the things you needed to create a bootable USB Windows Installera​

Answers

Answer:

RUFUS

Explanation:

Try installing rufus software and burn the ISO file on your USB by choosing appropriate partition scheme MBR or GBT.  Usually MBR works for all computers but GPT is for new systems with latest technology.

A folder is a collection of related of data is true or false​

Answers

Answer:

false

Explanation:

may this answer is helpful for you

Yea I’m gonna have to agree with the person above I think it’s false as well

Why were Daguerreotype cameras not intended for the general public?

Answers

Answer:

The exposure time was vastly too long to be intended for practical use by photographers.

Explanation:

"The very first daguerreotype cameras could not be used for portraiture, as the exposure time required would have been too long. The cameras were fitted with Chevalier lenses which were 'slow' (about f/14). They projected a sharp and undistorted but dim image onto the plate."

Other Questions
b/c =a; cb over c= a ; solve for c anybody got a clue how to do this 18. If geeta saves 40% of his monthly income and she spends Rs. 15000 every month, find her monthly income power set of MIRACLE 2. You/ drink/ glass/ lukewarm water/ one teaspoon/ apple cider vinegar/ and/ one teaspoon/ lemon juice/ every day/ two/ three months 3. This/ help/ burn/ body fats/ effectively. 5. If/ you/ habit/ drinking cold water/ try/ replace/ it/ hot water. 6. Hot water/ help/ eliminating/ fat deposits/ your body samar wrote a list of three square numbers. which of the following could be on samars list? A. 4, 6, 8B. 4, 7, 10C. 4, 8, 12D. 4, 9, 16 16. Think and writes What do you do when someone laughs or teases you your failure? b. If there is a fight between your two friends in the class what will you do? In which month rainfalls generally occur in your place? Month=Place=plz plz help tomorrow is exam of socialI will mark as brainliest answer. 4. In a paragraph describe a society with no historic interest (8 sentences minimum) Angle sum theorem. y=? you are solving an equation with a variable on each side. does the side on which you choose to isolate the variable affect the solution? why might you choose one side over the other? The height of a certain mountain in California is 14,857 ft. The depth of a known trench in the Pacific Ocean is - 23,128 ft. What is the difference between the heightof the mountain and the depth of the trench? que es islote en lenguaje y un ejemplo What is each number in scientific notation?Drag the answer into the box to match each number.0.0000855 ------- 855,000 -------- A.8.55 * 10^-6, B.8.55 * 10^-5, C.8.55 * 10^5, D.8.55 * 10^6 How did Spain gain control over terntory in Central and South America? Formula to find perimeter of rectangle What happened in the last scene of the play Othello Identify whether the solubility of Ag_2CrO_4 will increase or decrease by adding the following agents.a. Na2CrO4b. HClc. NH3 Based on the equation, how many grams of Br2 are required to react completely with 36.2 grams of AlCl3? 2AlCl3 + 3Br2 2AlBr3 + 3Cl2 (5 points) a) 65.2 grams b) 69.8 grams c) 72.1 grams d) 76.5 grams Can someone help me with this please? Making InferencesList a few explicit details about this monster, and then draw inferences aboutwhat these details might be implying. How do i solve this?