Match each item with a statement below.

A. A TCP/IP network model layer that serves to move packets across one or more networks.
B. An OSI network model layer responsible for data translation and encryption functions.
C. An OSI network model layer responsible for networking support.
D. An OSI network model layer responsible for establishing, maintaining, and terminating communications sessions between two systems.
E. An OSI network model layer responsible for placing the transmission signal carrying the message onto the communications media.
F. A TCP/IP network model layer that includes the Data Link layer and the Physical layer.
G. An OSI network model layer responsible for communications between networks.
H. An OSI network model layer responsible for providing users with a number of services they can use to exchange information.
I. An OSI network model layer responsible for providing reliable end-to-end transfer of data between user applications.


A. Internet
B. Presentation
C. Data Link
D. Session
E. Physical
F. Subnet
G. Network
H. Application
I. Transport

Computer Science & Information Technology

You might also like to view...

When a program needs to save data for later use, it writes the data to a(n) __________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following containers is not considered a near container?

a. C-like arrays b. vectors c. strings d. bitsets

Computer Science & Information Technology

A large company pays its salespeople on a commission basis. The salespeple each receive $200 per week plus 9% of their gross sales for that week. For example, a salesperson who sells $5000 worth of chemicals in a week receives $200 plus 9% of $5000, or a total of $650. Develop a C++ program that uses a while statement to input each salesperson’s gross sales for last week and calculates and displays that salesperson’s earnings. Process one salesperson’s figures at a time.

a) Account number (an integer) b) Balance at the beginning of the month c) Total of all items charged by this customer this month d) Total of all credits applied to this customer's account this month e) Allowed credit limit ``` Enter sales in dollars (-1 to end): 5000.00 Salary is: $650.00 Enter sales in dollars (-1 to end): 6000.00 Salary is: $740.00 Enter sales in dollars (-1 to end): 7000.00 Salary is: $830.00 Enter sales in dollars (-1 to end): -1 ```

Computer Science & Information Technology

Forms and reports based on a query can display calculated fields like any other field

Indicate whether the statement is true or false

Computer Science & Information Technology