Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Which connection does the OSI model support in networking?
Home
>>
Category
>>
Programming Language (MCQ) questions
>>
Networking
Q. Which connection does the OSI model support in networking?
- Published on 23 Sep 15
a.
Connection-oriented
b.
Connectionless
c.
Both a and b
d.
None of the above
ANSWER: Both a and b
Related Content
Networking (
207
)
Database (
97
)
C programming (
58
)
Software Engineering (
28
)
SQL (
5
)
HTML (
74
)
Web Technologies (
11
)
Data Structure (
140
)
Operating System (
96
)
Java (
25
)
Oracle (
5
)
C++ (
50
)
Algorithms (
7
)
PL/SQL (
13
)
JavaScript (
7
)
XML (
0
)
CSS (
1
)
Discussion
Prajakta Pandit
-Posted on 19 Oct 15
- OSI model support both connectionless and connection-oriented services in networking.
Connection-oriented Service :
- The connection oriented services establish a dedicated connection.
- The establishment of connection may take place on the physical level or logical level.
- This type of connection establishment needs some kind of signaling and some form of resources reservation such as, bandwidth.
- After the connection establishment, the actual data transfer will take place and after the exchange of data the connection is cleared or broken.
- A connection oriented service is also called as 'reliable' network service.
- The connection oriented services are reliable because there is a minimization of data loss and retransmission of lost bits is possible.
- It is guaranteed that data will arrive in the same order.
- Connection oriented services set up virtual links between end systems through a network.
-
Connectionless Service :
- The connectionless service does not require a connection to be established in order to exchange data.
- It used to transfer data at the transport layer (Layer 4) of the OSI model.
- In connectionless services for exchanging data there is no need to reserve any resources.
- Connectionless service cannot provide any service guarantee.
- In connectionless service, the routing infrastructure can face bottleneck problem due to overloading.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲