edited by
184 views
0 votes
0 votes

 

Rearrange the following sequence in the context of $\text{OSI}$ Layers:

  1. Transforming the raw bits in the form of frame for transmission
  2. Transmission of raw bits over communication channel
  3. Handling user interfaces
  4. Control and monitoring of subnet
  5. Transmission data through connection oriented or connection less using datagrams

Choose the correct answer from the options given below:

  1. $\text{A-B-C-D-E}$
  2. $\text{B-C-D-E-A}$
  3. $\text{B-A-D-E-C}$
  4. $\text{A-B-D-E-C}$

(Option $1 [39633]) 1$
(Option $2[39634]) 2$
(Option $3[39635]) 3$
(Option $4 [39636]) 4$

Answer Given by Candidate: $3$

 

edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
1
admin asked May 20, 2023
1,240 views
The negation of "Some students like hockey" is:Some students dislike hockeyEvery student dislike hockeyEvery student like hockeyAll students like hockey(Option $1[39301])...
0 votes
0 votes
1 answer
4
admin asked May 20, 2023
498 views
Consider the following conditional code, which returns a Boolean valuesif $((x>25) \& \&(y>100))$return 'false';else iff $(x \leq 25) \& \& \&(y \leq 100))$return 'true';...