Simple mail transfer protocol (smtp) uses the well-known port number ______________ by default.

Answers

Answer 1
I believe it's default is port 587. 
Answer 2

Answer:

it is port 587 or( :587)


Related Questions

The name of an array stores the ________ of the first array element

Answers

address. The equivelent of array[ 0 ].

To get a sense of your digital footprint, you should: Question 2 options: Google yourself regularly, and monitor what your friends post, in case they've posted something about you Google yourself once a year Google yourself every five years Delete all of your accounts and start fresh

Answers

Let us examine the given answers.

a) Google yourself regularly, and monitor what your friends post.
  Verdict: This answer is correct, but it is also necessary to look for yourself on other search engines.

b) Google yourself once a year
  Verdict: Once a year is better than doing nothing, but more than once a year is preferable.

c) Google yourself every five years.
  Verdict: The time interval is too long. Your reputation could easily be damaged, or your identity could be stolen in less than 5 years.

d) Delete all your accounts and start fresh.
   Verdict: This will not solve the problem of having your reputation damaged, or having your identity stolen. Information on the web is preserved ins storage vaults for long periods of time.

Answer: 
Google yourself regularly, and monitor what your friends post. Also, search for your name on other search engines.

Hard disk storage technology can be classified as ____ storage.

Answers

Persistent (between boots) or permanent.

The main reason to use a visual aid in a presentation is to

a ensure concepts are more challenging to understand.
b make a challenging concept easier to understand.
c guarantee that complex information is accurate.
d keep an audience’s attention through distraction.

Answers

D keep the audiences attention through distraction

Answer:

d keep an audience’s attention through distraction.

Explanation:

Advantages of Visual Aids in a Presentation:

A picture is worth a thousand words - presentation softwares let you display images and videos that help prove the speaker's theses. By using graphics to show trends or using photographs to showcase a product, the speaker helps the audience better visualize (and therefore understand) what he or she tells you.Appeals to many senses - While oral speech mainly stimulates hearing, the use of multimedia tools stimulates other senses, especially vision. To see is to feel. And for some auditoriums that makes all the difference: Have you ever wondered why tradeshow vendors insist on permanently repeating demonstrations without forgetting the videos that explain the benefits of their products?Greener and more versatile support - Multimedia presentations save paper: a single presentation can be seen by all members of the auditorium without photocopying. On the other hand, they allow greater creativity and originality in the presentation of contents when compared to paper.Easy content creation - Multimedia tools allow you to quickly and simply dress up and embellish the speaker's ideas and make them visually appealing. In fact, no Visual Design course is required to make captivating slides.

David’s gross pay is $450, and his total deductions were $49. What is his net pay?

Answers

the net pay is the gross pay after deductions so his net pay would be 401 dollars
His net pay would be $401. 
This is the answer because $49 was the amount of the total deductions from his gross pay. 
$450 - $49 = $401.
So $401 is the correct answer.

When you tell a computer what to do, you are providing input?

Answers

True: Input is the command which we give it to the computer to perform a certain task.

In other words, A computer is an electronic machine that processes information, it takes in raw information (or data) at one end, stores it until it's ready to work on it, chews and crunches it for a bit, then spits out the results at the other end. All these processes have a name. Taking in information is called input, storing information is better known as memory (or storage), chewing information is also known as processing, and spitting out results is called output

Which device provides access to wireless/mobile devices within a local area network?

Answers

A wireless router is the main source of wireless network access (or WiFi), providing devices such as phones, tablets and laptops with connection to the network.

A web application server that is compromised in a cross-site scripting attack is said to be

Answers

Cross-site scripting attack ( XSS ) occurs when malicious script are injected into web sites. An attacker uses web application to send malicious code.
Answer:
A web application server that is comprised in a cross-site scripting attack is said to be B. injected.     

What would happen if computers only had input peripherals and a CPU?

A. Computers would process and display data.
B. Computers would receive signals and display data.
C. Computers would receive signals and process data.
D. Computers would receive signals, process, and print data.

Answers

Assuming it has all the correct inputs and a CPU it would only be able to receive signals via the input and process that data. There are no display outputs or printer so the answer is probably C.

What would happen if computers only had input peripherals and a CPU is that: C. Computers would receive signals and process data.

A computer can be defined as an electronic device that is designed and developed to receive data in raw form as an input and then processes these data into an information (output) that could be used by an end user.

Basically, the main part of a computer include the following;

Central processing unit (CPU): this is the brain of a computer and it does all the processing and logical control.Input devices (peripherals): keyboard, mouse, scanner, etc.Output devices (peripherals): printer, monitor, speaker, etc..Motherboard.Memory and storage device: random access memory (RAM) and read only memory (ROM).

Hence, if a computer only has input peripherals and a central processing unit (CPU) it would receive signals and process data respectively.

Find more information: https://brainly.com/question/17402566

What is the difference between a syntax error and a logical error?

Answers

A syntax error can be a simple mistake as a typo or an extra space. A logical error has to do with the code structure, and if it makes sense.

Hope this helps!

What is the purpose of using modulo 2 arithmetic rather than binary arithmetic in computing an fcs?

Answers

Final answer:

The purpose of using modulo 2 arithmetic in computing an FCS is to detect transmission errors through simple and efficient calculations. It provides a checksum that can be used to verify data integrity, detecting common errors like single-bit and burst errors. This method does not require handling carry operations, simplifying implementation.

Explanation:

The purpose of using modulo 2 arithmetic in computing a Frame Check Sequence (FCS) is to provide error detection capability when data packets are transmitted over a network. Modulo 2 arithmetic is a simple, efficient method of calculating a type of checksum that can be used to verify the integrity of the transmitted data. By performing bitwise exclusive OR (XOR) operations on the data bits, modulo 2 arithmetic generates a value that can be appended to the data. When the data is received, the same operations are performed, including the FCS. If the result is zero, it is assumed that the data has not been corrupted during transmission.Modulo 2 arithmetic is used because it resembles binary addition without carry. It simplifies the hardware or software implementation since handling carry operations is not required. Also, modulo 2 arithmetic can detect common errors such as single-bit errors and burst errors that can occur in communication channels, providing a simple yet robust way to ensure data integrity. This method is commonly used in network protocols, for example, in the Cyclic Redundancy Check (CRC).

The area that holds all the instructions the computer needs to start up when it is powered on is ________. the cpu rom ram the usb

Answers

ROM (Read Only Memory)

Proprietary file types are easily displayed in Word documents, Web pages, etc.
Question 15 options:

True


False

Answers

it should be true :)

Answer:

It is true

Explanation:

I took the test

When reassembling your pc what does the text recommend as the first step?

Answers

When reassembling your PC the first step is to wear an anti shock bracelet to ground yourself from the electricity. Then take a Philips head screwdriver and take the machine apart. Typically the hard drive is taken out first and then the RAM.

import static java.lang.System.*;
import java.util.Scanner;

public class Sales{

//you haven't learned about "static" yet but take it on faith that it is needed
//we'll discuss in future classes what it actually means and why you need it
//create a private static variable for price
//create a private static variable for discountRate - it's an integer
//create a private static variable for tax


// the sale method takes in no parameters
// there are 3 print satements and the method returns the final sale price
public static double sale(){

//write your code here. Use the Word doc example as a guide to what the print statements
//should look like. Don't forget the "return" statement.

}

/*
*The main method is what is executed when the "run" button is clicked.
*It is necessary, in this case, for the program to be tested.
*Actually study this code and trace through it to see how the Scanner is used to assign
* values to the variables. Also pay attention to the use of print, println and \n to cause the
* output to be formatted the way it is in the example.
*/

public static void main(String[] args){
Scanner kb = new Scanner(System.in);
System.out.print("Please enter a price: ");
price = kb.nextDouble();
System.out.println(price + "\n");
System.out.print("What is the tax rate? ");
tax = kb.nextDouble();
System.out.println(tax);
discountRate = (int)(Math.random() * 40);
System.out.println("Result returned is " + sale());
}
}




Can anyone help with this

Answers

First you add the three static variables as instructed:

    private static double price;
    private static int discountRate;
    private static double tax;

Then you implement the sale() method:

public static double sale(){
    System.out.printf("Price before discount: %.2f\n", price);

    double sale = price * (1-(double)discountRate/100.0);
    System.out.printf("Price after discounting %d%% but before tax: %.2f\n", discountRate, sale);

    sale *= (1+tax/100.0);
    System.out.printf("Discounted price with %.1f%% tax added: %.2f\n", tax, sale);

    return sale;
}

I kind of took a stab at how to calculate the sale. Not sure if the tax has to be added before or after the discount. But I'm sure you can fix that if needed.

A right turn should be from the right lane into the right lane of the roadway entered. True or false. A. True B. False

Answers

it depends if it's America or another continent but assuming it's America I would say A.True

Attacks that take place against web based services are considered to be what type of attack?

Answers

cyber attack is correct

After a worksheet has been displayed in page layout view, page breaks are indicated by ________ in normal view.

Answers

After a worksheet has been displayed in page layout view, page breaks are indicated by dotted lines in normal view. Typical view for used for creating and viewing presentation slides is called normal view and is also known as slide view. Which offers a full size view of a slide, making it easier to create a slide.

In spreadsheet software, use ____ to create meaningful data summaries to analyze worksheets containing large volumes of data.

Answers

In spreadsheet software, use pivot tables to create meaningful data summaries to analyze worksheets containing large volumes of data.

What type of file system is used by sdxc memory cards?

Answers

Answer:

ExFAT

Explanation:

A: Required: Create and delete file of the programs are a. process control b. file management ... question_answer Q: 350. __________ is used to shift processes so they are contiguous

Which of the following definitions describes a receptacle ground fault circuit interrupter (GFCI)? A. Includes an extension cord B. Protects a worker by increasing the duration of an electrical shock C. Protects users from ground faults when someone connects electrical equipment to a GFCI protected outlet D. Replaces a circuit breaker on the main circuit board Suspend Assessment

Answers

C. Protects users from ground faults when someone connects electrical equipment to a GFCI protected outlet

List three considerations when you choose memory.

Answers

1)How many memory cards (how many can you computer hold)
2)Company (some companies run better than others)
3)Amount of memory (xGb)

Name two purposes of creating a microsoft account for use in visual studio 2015

Answers

Creating a Microsoft account for use in Visual Studio 2015 means that you will get a better and optimized user experience, with several benefits.
Some of the purposes why you should create an account are:
1. free software, training and support from Visual Studio and broad range of benefits
2. synchronized Visual Studio Settings, which means that you will have for example the same layout, window and color theme, or whatever you select in the settings, every time you log in with your account


Spreadsheet software creates a ____, composed of a grid of columns and rows

Answers

Spreadsheet software creates a worksheet, composed of a grid of columns and rows.

Using Word, Maureen is writing an outline of a presentation she plans to give to her company. She will be showing a video during the presentation, and she would like to place images of isolated video frames in her outline so that she remembers exactly what to talk about when the corresponding part of the video is played to her audience. Which tool would be best for Maureen to place these images in Word, and why?

Answers

A copy and paste would be fastest and easiest. As you can pinpoint the exact location to where you want the picture to be. 

Answer:

The tool that would be best for Maureen to place the image in Word is the Screen Clipping tool because it allows to pick a window that is opened in the device and insert the screenshot of it in the document.

Explanation:

The screen clipping tool allows you to take a screenshot of a window that is opened in the device and add it to the document in which you are working.

To use it you have to click on the part of the document where you want to put the image and click on the insert tab and then, screenshot. After this, you will see the windows that are opened and you can choose the screenshot you need or select a part of it. Then, the image is added to the document. According to this, the tool that would be best for Maureen to place the imagen in Word is the screen clipping tool.

To connect multiple usb devices to a single usb port, a ____ can be used.

Answers

USB hubs can be used in this situation. These hubs typically have four to six USB ports, and can thereby allow the connection of more devices than the typical one-to-one connection that a standard USB port will give. This allows the user to expand the number of devices that the computer can read at any one time.

Which are types of online resources that students can use for help? Check all that apply.

Answers

What are the choices ?

Answer:

A, B,E.

have a great day

To research scholarly information for her history project, Lucy should most likely visit a

a .com website.
b .edu website.
c .gov website.
d .org website.

Answers

Answer: The correct answer is choice b, a .edu website.

Explanation: In order to research scholarly information for her history project, Lucy should most likely visit a .edu website. Websites that end in .edu are normally educational institutions, which which be the most likely to contain scholarly articles.

To research scholarly information for her history project, Lucy should most likely visit a .edu website. The correct option is b.

What is a website?

A web page (or webpage) is a World Wide Web hypertext document. A web server serves up web pages to the user, which are then displayed in a web browser.

A website is made up of several web pages that are linked together by a common domain name.

The world wide web is made up of all of the websites put together. The website can be of various types, such as an e-commerce website, a social media website, or a blog website, and each website serves a different purpose, but they all have several linked web pages in common.

When choosing a domain name, one of the top-level domain names that can be used is "edu." It generally refers to the domain name's owner as a four-year college or similar educational institution.

Thus, the correct option is b.

For more details regarding a website, visit:

https://brainly.com/question/19459381

#SPJ6

What motivates engineers to make tcp/ip packets more independent?

Answers

The TCP/IP model has four layers: application, host-to-host layer, internet layer and network access layer.  
TCP is the transmission protocol that is used and it is connection-oriented.
IP stands for Internet. 
A stream of bytes is broken into segments and reconnected at the other end. The packets are retransmitted whatever is lost and the segments are organized might in the correct order. 
The boom of new different applications that should be interoperable motivates engineers to make tcp/ip packets more independent.

What is the proper course of action for the following scenario? You want to expand a computer’s capability to play and process video. Which of the following must you do?
Install a video card into a socket on the motherboard
Install a video card into a slot on the motherboard
Install a video card into a port on the motherboard
Install a video card into a chipset on the motherboard

Answers

Install a video card into a slot on the motherboard Since you're wanting to install a new video card in your computer, let's look at the provided options and see what makes sense. Install a video card into a socket on the motherboard * Most motherboards have sockets that you can use to replace the processor or increase the amount of RAM they have. So plugging a video card into a socket doesn't make sense in this context. Install a video card into a slot on the motherboard * Most motherboards have expansion slots that you can plug in new devices and cards such as video cards, audio cards, etc. This makes sense in the context of you adding a new video card to your computer and is the correct choice. Install a video card into a port on the motherboard * Ports are generally used to attach external devices for the computer to communicate with. Some examples would be serial ports, or USB ports. The video card you're adding will likely have some video ports such as HDMI, DVI, or other types to connect to the monitor, but as mentioned, ports are generally used to communicate with devices EXTERNAL to the computer. So this is a bad choice. Install a video card into a chipset on the motherboard * The chipset on a motherboard is the set of support chips to provide the processor with access to the bus controlling data traffic on the motherboard between expansion slots, I/O devices, RAM, etc. Motherboards are generally designed around a chipset and you can not replace the chipset to upgrade the motherboard. So this is the wrong answer.

Answer:

Install a video card into a slot on the motherboard

Explanation:

Other Questions
what is the answer to 38.222.6 and how would you show your work 80 divided in a ratio of 3:2 24 divided by 2 find the qoutient When the DNA begin to coil and condense, the cell is in _____ Germans blamed the newly formed_____ government for their troubles. Desperate for a new leader, they turned toward the ____ to restore Germanys lost glory. NextReset What dose the acronym BAC mean The United States declared war on Great Britain in 1812 because A)the British navy sank an American warship. Eliminate B)British companies refused to pay debts to US banks. C)the British claimed rights to the territory of California. D)the British navy repeatedly seized American merchant ships. Although the U.S. population is aging, why is the country unlikely to suffer from a labor shortage? Find f(x) and g(x) so the function can be expressed as y = f(g(x)). There may be more than one possible decomposition. y = (x^3 + 1)^2 An arithmetic sequence has this recursive formula What provision did the Compromise of 1850 include? why might a teen who is informed about health not practice good health habits? Underline the adverbs and adjectives in the sentence. Water is constantly moving between the ocean, air, land and living things. Ismarelda has enough money to purchase 27 bottles of root beer for her party at her home she is expecting 4 guests. What is the largest numbers of bottles of root beer she needs to purchase if she want every one ( including herself ) to have equal number of root beers help me with this I don't get it help4help? Using the mass of a proton 1.0073 amu and assuming it's diameter is1.0x10^-15, calculate the density of a proton in g/cm^3. I'm not sure about how to convert amu to grams. Thanksfor the help!! A pet-sitting company charges $25 to board a pet for one day. It also charges all customers an extra $7.50 to trim the pet's nails once per stay.How much will it cost to board a dog for two weeks?A. $57.50B. $65.00C. $357.50D. $455.00 whats the difference between a heterogeneous and homogeneous mixture A single word of praise from the coach meant more to me than all the loud by thoughtless __________ from the crowd. The results of experiments conducted in the laboratory may not _____ well, meaning that the results cannot be applied to real-world situations or to more general populations beyond the participants in the study. Steam Workshop Downloader