What DNS resource record type is used to provide the IP address for the e-mail server for a zone??

A. ?NS
B. ?MX
C. ?SOA
D. ?CNAME


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the output of this code, given the following function definition?

int x =5, y = 2; y = mixUp (x, y); cout << x; int mixUp (int &p, int t) //function definition { p = p * t; return p + 1; } a) 5 b) 6 c) 10 d) 11

Computer Science & Information Technology

The ____________ protocol enables two users to establish a secret key using a public-key scheme based on discrete logarithms.

A. Micali-Schnorr B. Elgamal-Fraiser C. Diffie-Hellman D. Miller-Rabin

Computer Science & Information Technology

In IPv6, which address contains all zeros and can be represented as two colon characters (::) in normal notation?

A. anycast B. broadcast C. multicast D. unspecified

Computer Science & Information Technology

Excel has more than 400 additional functions that perform just about every type of calculation you can imagine.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology