Skip to main content

Networking

More
14 years 7 months ago #31771 by karankumar
Networking was created by karankumar
what is mant by connection oriented and connection less connection in Data link layer


Karan Kumar
Network Engineer
More
14 years 7 months ago #31773 by pedenski
Replied by pedenski on topic Re: Networking
are you talking about the TCP and UDP?
More
14 years 7 months ago #31781 by KiLLaBeE
Replied by KiLLaBeE on topic Re: Networking
Unrelated note:
pedenski......your avatar ROCKS!!! :-D

Ok, back to the topic...
More
14 years 7 months ago #31786 by S0lo
Replied by S0lo on topic Re: Networking
In general, regardless of the layer used.

In a connection-oriented communication, the data is guaranteed to be delivered. Any data that is not received by the destination is re-sent by the sender. Communication between the sender and receiver does not stop until the transmission has been verified. Off course all this requires a higher overhead, so connection-oriented communication usually requires higher bandwidth.

On the other hand, connectionless communication offers only best effort delivery because the information sent does not have any type of conformation that data has been received. If an error in transmission happens there is no mechanism to resend the data, In other words there is no guarantee that the data will be received correctly. Obviously this requires less overhead/bandwidth than connection-oriented.

Usually, this terminology can be applied on either the datalink layer and/or transport layer and the way it's implemented relates to what protocols are used. For example, In datalink layer, Frame Relay is considered connection oriented while 802.2 protocol can provide both connection-oriented and connectionless communication.

Thats as far as I know, This might help: www.linktionary.com/c/connections.html

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
More
13 years 1 week ago #36734 by TheBishop
Replied by TheBishop on topic Re: Networking
These examples helped me:
Say you have some information to communicate to a person in the next town:-
Connectionless - Like putting the information in an envelope, tossing it in the post and not knowing or having any control from that point on whether it arrives or not.
Connection-Oriented - You call the person on the phone, and once you have a connection and he's there you give him the information and ask him did he get it ok or does he want any part of it repeated.
The first is like UDP, the second is like TCP
Time to create page: 0.150 seconds