Networking In C Sharp - Study Mode

[#21] What is the purpose of the System.Net.HttpWebRequest class in C#?
Correct Answer

(C) To send HTTP requests

[#22] Which protocol is commonly used for transferring files over a network?
Correct Answer

(B) FTP

[#23] What is the purpose of the System.Net.NetworkCredential class in C#?
Correct Answer

(C) To provide credentials for network authentication

[#24] Which method is used to send a message over a UDP connection in C#?
Correct Answer

(D) Send()

[#25] What is the role of an IP address in networking?
Correct Answer

(C) It uniquely identifies a device on a network