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 Objective Questions on Data Link Layer in OSI Model set-1


1) The .......... layer provides a well defined service interface to the network layer, determining how the bits of the physical layer are grouped into frames.

A. Data Link

B. Physical

C. Network

D. Session


2) The service primitives provide a way for the data link layer on the requesting side to learn whether the request was successfully carried out.

A. Request

B. Indication

C. Response

D. Confirm


3) The different types of services provided by data link layer is/are ...

A. Unacknowledged connectionless service

B. Acknowledged connectionless service

C. Acknowledged connection oriented service

D. All of the above.


4) .......... is used by the network layer to ask the data link layer to do something.

A. Request

B. Indication

C. Response

D. Confirm


5) In ............... the source machine sends independent frames to the destination machine without having the destination machine acknowledge them.

A. Unacknowledged connectionless service

B. Acknowledged connectionless service

C. Acknowledged connection oriented service

D. Unacknowledged connection oriented service


6) ........... is the most sophisticated service provided by the data link layer to the network layer. The source and destination machines establish a connection before any data transfer takes place.

A. Unacknowledged connectionless service

B. Acknowledged connectionless service

C. Acknowledged connection oriented service

D. Unacknowledged connection oriented service


7) In .......... , there are still no connections used, but each frame sent is individually acknowledged.

A. Unacknowledged connectionless service

B. Acknowledged connectionless service

C. Acknowledged connection oriented service

D. Unacknowledged connection oriented service


8) ......... is used to indicate to the network layer that an event has happened, for example, establishment or release of a connection.

A. Request

B. Indication

C. Response

D. Confirm


9) .......... is used on the receiving side by the network layer to reply to a previous indication.

A. Request

B. Indication

C. Response

D. Confirm


10) In .......... we are looking only to see if any error has occurred. The answer is a simple yes or no.

A. error searching

B. error detection

C. error correction

D. error transmission


11) In ........... we need to know the exact number of bits that are corrected and more importantly, their location in the message.

A. error searching

B. error detection

C. error correction

D. error transmission


12) ............ is the process in which the receiver tries to guess the message by using redundant bits.

A. Forward error correction

B. Backward error correction

C. Transmission

D. Retransmission


13) ........... is the technique in which the receiver detects the occurrence of an error and asks the sender to resend the message.

A. Forward error correction

B. Backward error correction

C. Transmission

D. Retransmission


14) In block coding, we divide our message into blocks, each of k bits, called ........

A. Dataword

B. Generator

C. Codeword

D. Checker


15) ............ in the data link layer separates a message from one source to a destination, or from other messages to other destinations, by adding a sender address and a destination address.

A. Transforming

B. Framing

C. Separating

D. Messaging


16) In ............., there is no need for defining the boundaries of the frames; the size itself can be used a delimiter.

A. Standard Size Framing

B. Fixed Size Framing

C. Variable Size Framing

D. Constant Size Framing


17) ............ is prevalent in LANs, we need a way to define the end of the frame and the beginning of the next.

A. Standard Size Framing

B. Fixed Size Framing

C. Variable Size Framing

D. Constant Size Framing


18) Which of the following is/are the methods used for carrying out framing.

A. Character count

B. Starting and ending characters, with character stuffing.

C. Starting and ending flags with bit stuffing.

D. All of the above


19) In ............., the sender sends one frame, stops until it receives confirmation from the receiver, and then sends the next frame.

A. stop and wait protocol

B. simplest protocol

C. sliding window protocol

D. High level Data Link Control Protocol(HDLC)


20) In ......... , the sliding window is an abstract concept that defines the range of sequence numbers that is the concern of the sender and receiver.

A. stop and wait protocol

B. simplest protocol

C. sliding window protocol

D. High level Data Link Control Protocol(HDLC)

Answers:

1) A. Data Link
2) D. Confirm
3) D. All of the above
4) A. Request
5) A. Unacknowledged connectionless service
6) C. Acknowledged connection oriented service
7) B. Acknowledged connectionless service
8) B. Indication
9) B. Indication
10) B. error detection
11) C. error correction
12) A. Forward error correction
13) D. Retransmission
14) A. Dataword
15) B. Framing
16) B. Fixed Size Framing
17) C. Variable Size Framing
18) D. All of the above
19) A. stop and wait protocol
20) C. sliding window protocol


Related Posts:

For more MCQ's on Computer Networks: Click Here

Comments

Popular posts from this blog

Solved MCQ of Computer Security set -1

1. In computer security, ……………………. means that computer system assets can be modified only by authorized parities. A) Confidentiality B) Integrity C) Availability D) Authenticity 2. In computer security, …………………….. means that the information in a computer system only be accessible for reading by authorized parities. A) Confidentiality B) Integrity C) Availability D) Authenticity 3. The type of threats on the security of a computer system or network are …………………….. i) Interruption                   ii) Interception                  iii) Modification iv) Creation                         v) Fabrication A) i, ii, iii and iv only B) ii, iii, iv and v only C) i, ii, iii and v only D) All i, ii, iii, iv and v 4. Whi...

Solved MCQ for IT Officer Exam Part-2

SWIFT Logo (Photo credit: Wikipedia ) 1. SWIFT stands for: A) Society for Worldwide Interbank Financial Telecommunication B) Society for Worldwide International Financial Telecommunication C) Society for Worldwide Interbank Financial Transmission D) Society for Worldwide Interbank Financial Transfer 2. Which one is the correct statement? A) XML is a technology used only on the internet. B) XML is a programming language. C) XML is highly suitable data exchange between two different systems. D) XML is scripting language. 3. Decision support systems usually A) serve managers interested in weekly, monthly and yearly results, not day-to-day activities. B) help managers make decisions that are unique, rapidly changing and not easily specified in advance. C) provide managers with a generalized computing and telecommunications capacity that can be applied to a changing array of problems. D) perform and record the daily routine transactions necessary to the conduct of business. 4. Identifying...

Solved MCQ on Fundamental of C Language set-7

1) 'C' allows a three way transfer of control with the help of A. Unary Operator B. Relational Operator C. Ternary Operator D. Comparison Operator 2) Operators have hierarchy. It is used to know which operator .... A. is most important B. is used first C. is faster D. operators on large numbers 3) The statement that transfers control to the beginning of the loop is called .. A. break statement B. exit statement C. continue statement D. goto statement 4) C programming language was developed by .. A. Dennis Ritche B. Ken Thompson C. Bill Gates D. Peter Norton 5) The value that follows the keyword CASE may only be A. constants B. variable C. number D. semicolon 6) In a C language 'a' represents ... A. a digit B. an integer C. a character D. a word 7) The statement which is used to terminate the control from the loop is A. break B. continue C. goto D. exit 8) The continue command cannot be used with .... A. for B. switch C. do D. while 9) A self contained block of statement...