Skip to main content

Healthcare Systems Article Category

Medical Factors Which make it The most effective  just by Sejal Kakadiya  Medicine and health agencies with now consentrate on top quality, charge together with great satisfaction health of their solutions. These are typically that support beams which a lot of these agencies redefine the direction they trade. The following really results in thrilled clients.  How come Serious Treatment Direction Can be a Trend Inside Medicine and health Sector  just by Steven Orange  A whole lot of North american healthcare systems' options are generally about that direction together with procedure with serious circumstances. Direction with serious health conditions which include diabetes, excessive circulation demand, cardiovascular disease, together with hypothyroidism can be a vital component of easiest treatment healthcare provider's succeed. Inside standard product, that general practitioner spots someone on an automobile accident with treatment, inspects that condition ...

Solved MCQ on Network Layer in Computer Networks set-1


1. The ........ layer links the network support layers and the user support layers.

A. transport

B. network

C. data link

D. session


2) The ............. layer changes bits into electromagnetic signals.

A. physical

B. data link

C. transport

D. network


3) The .......... layer coordinates the functions required to transmit a bit stream over a physical medium.

A. transport

B. network

C. data link

D. physical


4) Which of the following is an application layer service?

A. remote log-in.

B. file transfer and access.

C. mail service

D. all of the above


5) The ......... layer is responsible for the source-to-destination delivery of a packet across multiple network links.

A. transport

B. network

C. data link

D. session


6) The .......... layer is the layer closest to the transmission medium.

A. physical

B. data link

C. network

D. transport


7) The ...........layer is responsible for the process-to-process delivery of th entire message.

A. transport

B. network

C. data link

D. physical


8) Mail services are available to network users through the .......... layer.

A. data link

B. physical

C. transport

D. application


9) The ........... layer establishes, maintains, and synchronizes the interactions between communicating devices.

A. transport

B. network

C. session

D. physical


10) The .......... layer lies between the network layer and the application layer.

A. physical

B. data link

C. transport

D. session


11) The .......... layer ensures interoperability between communicating devices through transformation of data into a mutually agreed upon format.

A. transport

B. network

C. data link

D. presentation


12) Transmission media lies below the .........layer.

A. physical

B. network

C. transport

D. application


13) The ........... layer enables the users to access the network.

A. session

B. application

C. data link

D. physical


14) Circuit switching takes place at the .......... layer.

A. data link

B. physical

C. network

D. transport


15) The ............ layer is responsible for moving frames form one node to the next.

A. physical

B. data link

C. transport

D. session


16) The routing processor of a router performs the ........ layer functions of the router.

A. physical and data link

B. network

C. transport

D. session


17) The ............. layer adds a header to the packet coming from the upper layer that includes the logical address of the sender and receiver.

A. physical

B. data link

C. network

D. transport


18) Network layer lies on .......... layer.

A. physical

B. data link

C. network

D. transport


19) The ...........layer is responsible for the delivery of a message from one process to another.

A. physical

B. transport

C. network

D. session


20) The data link layer takes the packet it gets from the network layer and encapsulates them into ......

A. cells

B. frames

C. packet

D. trailer


Answers:


1) A. transport
2) A. physical
3) D. physical
4) D. all of the above
5) B. network
6) A. physical
7) A. transport
8) D. application
9) C. session
10) C. transport
11) D. presentation
12) A. physical
13) B. application
14) B. physical
15) B. data link
16) B. network
17) C. network
18) A. physical
19) B. transport
20) B. frames


Related Posts:

For more MCQ's on Computer Networks: Click Here

Comments

Popular posts from this blog

Healthcare Systems Article Category

Medical Factors Which make it The most effective  just by Sejal Kakadiya  Medicine and health agencies with now consentrate on top quality, charge together with great satisfaction health of their solutions. These are typically that support beams which a lot of these agencies redefine the direction they trade. The following really results in thrilled clients.  How come Serious Treatment Direction Can be a Trend Inside Medicine and health Sector  just by Steven Orange  A whole lot of North american healthcare systems' options are generally about that direction together with procedure with serious circumstances. Direction with serious health conditions which include diabetes, excessive circulation demand, cardiovascular disease, together with hypothyroidism can be a vital component of easiest treatment healthcare provider's succeed. Inside standard product, that general practitioner spots someone on an automobile accident with treatment, inspects that condition ...

How to Automatically Troubleshoot and Fix Computer Problems

If you have problems on your computer and you don't know how to solve the problem, there is a feature on window which can automatically troubleshoot and fix computer problems, so why don't use it, that may solve your problem. Using this feature, you can click on a task to automatically troubleshoot and fix common computer problems. Here I have listed some common computer problem and their troubleshooting ideas to fix the problem. How to Run Programs Made for Previous Versions of Windows If you have problems for running programs in your computer that are made for previous versions of windows, you can use program compatibility troubleshooter to apply recommended compatibility settings for that program to run the program smoothly. Here are the steps to fix the problem for running programs made for previous versions of windows. First of all go to control panel then click on "Troubleshooting" option. On troubleshooting window, you can see the different options for fixing c...

How to create Changeable Date and Time Using JavaScript?

You can create changeable Date and Time using JavaScript Date object. JavaScript Date object will automatically hold the current date and time as its initial value. You can manipulate it easily by using different methods in Date object. The different methods in Date object I am going to use to create changeable Date and Time are as follows. Date():    Returns today's date and time. getDate(): Returns the day of the month from a Date object from 1-31. getDay():  Returns the day of the week from a Date object from 1-6 getMonth():Returns the month from a Date object from 0-11 getFullYear(): Returns the year, as a four digit number from Date object. getHours():   Returns the hour of a Date object from 0-23. getMinutes(): Returns the minutes of a Date object from 0-59 getSeconds(): Returns the seconds of a Date object from 0-59 Do do rest of the work you have to create a new Date() object and needs to use that value to get date, month, day name and time with hou...