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
UkoKoshka [18]
3 years ago
11

You are troubleshooting a dns issue on a linux system, and need to test the resolution of your domain mycompany.com mx record us

ing google's dns server with the ip address of 8.8.8.8. what dig command will accomplish this?
Computers and Technology
2 answers:
nekit [7.7K]3 years ago
7 0

Answer:

nslookup

Explanation:

Step 1: Open a DOS command window. To do this click Start, click Run, type cmd and press enter.

Step 2: in command prompt type "nslookup mycompany.com 8.8.8.8".

Step 3: Interpret output from nslookup. Output will be something like:

Server:  XYZ

Address: 8.8.8.8

Name: mycompany.com

Address: 8.8.8.8

Ipatiy [6.2K]3 years ago
4 0

Answer:

nsLookup mycompany.com

Explanation:

Start a DOS command window. To do that, click Start, click Run, type cmd, and later press Enter.At the command prompt, copy the following command. Substitute example.com with the domain that you need to examine:

"nsLookup mycompany.com"

You might be interested in
Which of the following is true of a traditional systems development environment?​ a. ​ Systems are developed and delivered in an
pshichka [43]

Answer:

c. ​ Many applications require substantial desktop computing power and resources.

Explanation:

From the options given, the correct answer is C.

Traditional system development is the development of computer software for a typical computer system.

The other options is true for web based system development environment.

Option A mention web based framework as traditional development environment and this is not correct.

Option B mention scalability and running on multiple hardware. This is not true for traditional development environment as it is not scalable and it doesn't run on multiple hardware concurrently. So B is not correct.

Option C is correct as Many applications require substantial desktop computing power and resources.

Option D is not correct as traditional system development environment is not the platform for internet based development. Internet-based development treats the traditional systems development environment as the platform, rather than just a communication channel.

6 0
2 years ago
While working in a group, two of the members are not getting along. You bring the two members together, so they can discuss this
guajiro [1.7K]
Compromising is the type of conflict resolution given in the following situation
7 0
2 years ago
Read 2 more answers
Write a pseudocode to add the first 100 even numbers.
Allushta [10]

Even numbers are numbers whigh are divisible by 2. Therefore, the first even number is 2. A pseudocode which adds the first 100 even numbers can be written thus :

counter = 0

sum = 0

interval = 2

while counter < 100 :

sum = sum + interval

interval += 2

counter +=1

print(sum)

  • A counter takes count of the number of values summed

  • Initializes a variable which holds the sum of even values

  • Since even numbers are divisible by 2; every factor ; increase every added value by 2

  • The program ends once counter is 100

Learn more : brainly.com/question/25327166

6 0
2 years ago
What are two ways you can open an application?
Aleks04 [339]

Method 1: Press the windows key and add a number to launch the application which is opened quickly on your taskbar.

Method 2: Use the start menu.

Method 3: Use third party launchers.

5 0
2 years ago
Read 2 more answers
Most antivirus software is effective against:
lisabon 2012 [21]

Explanation:

only those viruses already known when the software is written

4 0
1 year ago
Other questions:
  • The set of Visual Basic instructions that tells an object how to behave after an action by the user (such as clicking a button)
    6·1 answer
  • How many pins are typical molex connector?
    13·1 answer
  • Which of the following is an accurate statement? When the LOWER function is used in a SELECT clause, it will automatically store
    6·1 answer
  • Explain each of the three important concepts behind the Federal Networking Council's definition of the term Internet. Explain ho
    8·1 answer
  • What is the difference between head header and heading in HTML​
    8·1 answer
  • Time (non-statistical) division multiplexing differs from frequency division multiplexing because it:
    5·1 answer
  • Select the correct answer.
    5·1 answer
  • Write a program that accepts two integers from the user and perform one of the four arithmetic operations based on user’s choice
    11·1 answer
  • Write a list comprehension statement to generate a list of all pairs of odd posi
    7·1 answer
  • Consider a game that is searched using random restart hill climbing strategy. Assume that the success rate for the game is 25%.
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!