Which of the following are considered Application protocols? (Choose all that apply.)

A. FTP
B. UDP
C. IP
D. DHCP


Answer:
A. FTP
D. DHCP

Computer Science & Information Technology

You might also like to view...

Which of the following for loop headers will cause the body of the loop to be executed 100 times?

a)``` for(int i = 0; i <= 100; i++) ``` b)``` for(int i = 1; i < 100; i++) ``` c)``` for(int i = 1; i <= 101; i++) ``` d)``` for(int i = 0; i < 100; i++) ``` e) none of these for loops will execute the loop body 100 times

Computer Science & Information Technology

The best way to develop and maintain a large program is to construct it from small, simple pieces called ________.

a) scripts b) modules c) scriptlets d) objects

Computer Science & Information Technology

You can use a while loop to execute a body of statements continuously as long as some condition continues to be false.

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

Computer Science & Information Technology

The ____ tool is used to draw lines and curves by creating a series of dots, known as anchor points, that are automatically connected.

A. Oval B. Lasso C. Text D. Pen

Computer Science & Information Technology