The TCP/IP application layer contains which of the following OSI layers?

A. Layers 1,5,6,7
B. Layers 4,7
C. Layers 5,6,7
D. Layer 7


Answer: C. Layers 5,6,7

Computer Science & Information Technology

You might also like to view...

Character constants in C++ are always enclosed in

a. brackets ( < > ) b. braces ( { } ) c. single quotation marks ( ' ' ) d. pound sign and semicolon ( # ; ) e. Any of these

Computer Science & Information Technology

Another problem related to indefinite postponement is called ________. This occurs when a waiting thread (let’s call this thread1) cannot proceed because it’s waiting (either directly or indirectly) for another thread (let’s call this thread2) to proceed, while simultaneously thread2 cannot proceed because it’s waiting (either directly or indirectly) for thread1 to proceed. The two threads are waiting for each other, so the actions that would enable each thread to continue execution can never occur.

a. impass b. standoff c. deadlock d. stalemate

Computer Science & Information Technology

There are ________ levels of cache memory in the Intel i7 processor

A) five B) four C) eight D) three

Computer Science & Information Technology

Can Dreamweaver open an RTF or other non-web file types?

What will be an ideal response?

Computer Science & Information Technology