In the Internet model, the application layer corresponds to the ________ layer(s) of the OSI model.

a. data link and network
b. session, presentation and application
c. application layer
d. application and presentation
e. network, transport and presentation


Ans: b. session, presentation and application

Computer Science & Information Technology

You might also like to view...

Find the errors in the following class and explain how to correct them:

``` class Example { public: Example( int y = 10 ) : data( y ) { // empty body } // end Example constructor int getIncrementedData() const { return data++; } // end function getIncrementedData static int getCount() { cout << "Data is " << data << endl; return count; } // end function getCount private: int data; static int count; }; // end class Example ```

Computer Science & Information Technology

The use of ________ can be effective in enhancing the accessibility of a presentation

A) flashing animation B) small font size C) small caps D) bold

Computer Science & Information Technology

A summary sheet provides a visual cue about the value of a cell in relationship to other cells

Indicate whether the statement is true or false

Computer Science & Information Technology

________ is when the DMA module must force the processor to suspend operation temporarily.

A. Interrupt B. Thunderbolt C. Cycle stealing D. Lock down

Computer Science & Information Technology