Data link layer acknowledgement
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I'm confused with some concepts please help me out,
- Data link layer manage flow control hop to hop. Flow control requires acknowledgement receiving but If we observe data link layer header, it does not have any ack field.
So does that mean data link layer always depend on transport layer for acknowledgement processing?
- On receiving a packet from any local nodes does router gives acknowledgement in return? If they do then how it is possible as they operate only up to network layer and ack generate in transport layer?
router ethernet osi
New contributor
add a comment |Â
up vote
2
down vote
favorite
I'm confused with some concepts please help me out,
- Data link layer manage flow control hop to hop. Flow control requires acknowledgement receiving but If we observe data link layer header, it does not have any ack field.
So does that mean data link layer always depend on transport layer for acknowledgement processing?
- On receiving a packet from any local nodes does router gives acknowledgement in return? If they do then how it is possible as they operate only up to network layer and ack generate in transport layer?
router ethernet osi
New contributor
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm confused with some concepts please help me out,
- Data link layer manage flow control hop to hop. Flow control requires acknowledgement receiving but If we observe data link layer header, it does not have any ack field.
So does that mean data link layer always depend on transport layer for acknowledgement processing?
- On receiving a packet from any local nodes does router gives acknowledgement in return? If they do then how it is possible as they operate only up to network layer and ack generate in transport layer?
router ethernet osi
New contributor
I'm confused with some concepts please help me out,
- Data link layer manage flow control hop to hop. Flow control requires acknowledgement receiving but If we observe data link layer header, it does not have any ack field.
So does that mean data link layer always depend on transport layer for acknowledgement processing?
- On receiving a packet from any local nodes does router gives acknowledgement in return? If they do then how it is possible as they operate only up to network layer and ack generate in transport layer?
router ethernet osi
router ethernet osi
New contributor
New contributor
New contributor
asked 4 hours ago
Nick
112
112
New contributor
New contributor
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
The Data link layer in Ethernet (802.3) contains two sublayers :
- Media Access Control (MAC)
- Logical Link Control (LLC)
LLC does not provide flow control. Incorrect packets are detected and discarded, and the retransmissions rely on higher layer protocols.
The idea behind this behaviour is that wired networks have a very low error ratio, so an ACK and retransmission mechanism is unnecesary and make the network slower.
In 802.11 there is flow control and error management.
It isn't in the LLC sublayer. It is part of the CSMA/CA MAC protocol.
In CSMA/CA The receiving node sends an ACK after receiving a packet. If the ACK is not received, the packet is considered lost and the sender tries a retransmission.
Wireless networks have higher error ratios. It is necessary to have it.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
The Data link layer in Ethernet (802.3) contains two sublayers :
- Media Access Control (MAC)
- Logical Link Control (LLC)
LLC does not provide flow control. Incorrect packets are detected and discarded, and the retransmissions rely on higher layer protocols.
The idea behind this behaviour is that wired networks have a very low error ratio, so an ACK and retransmission mechanism is unnecesary and make the network slower.
In 802.11 there is flow control and error management.
It isn't in the LLC sublayer. It is part of the CSMA/CA MAC protocol.
In CSMA/CA The receiving node sends an ACK after receiving a packet. If the ACK is not received, the packet is considered lost and the sender tries a retransmission.
Wireless networks have higher error ratios. It is necessary to have it.
add a comment |Â
up vote
3
down vote
The Data link layer in Ethernet (802.3) contains two sublayers :
- Media Access Control (MAC)
- Logical Link Control (LLC)
LLC does not provide flow control. Incorrect packets are detected and discarded, and the retransmissions rely on higher layer protocols.
The idea behind this behaviour is that wired networks have a very low error ratio, so an ACK and retransmission mechanism is unnecesary and make the network slower.
In 802.11 there is flow control and error management.
It isn't in the LLC sublayer. It is part of the CSMA/CA MAC protocol.
In CSMA/CA The receiving node sends an ACK after receiving a packet. If the ACK is not received, the packet is considered lost and the sender tries a retransmission.
Wireless networks have higher error ratios. It is necessary to have it.
add a comment |Â
up vote
3
down vote
up vote
3
down vote
The Data link layer in Ethernet (802.3) contains two sublayers :
- Media Access Control (MAC)
- Logical Link Control (LLC)
LLC does not provide flow control. Incorrect packets are detected and discarded, and the retransmissions rely on higher layer protocols.
The idea behind this behaviour is that wired networks have a very low error ratio, so an ACK and retransmission mechanism is unnecesary and make the network slower.
In 802.11 there is flow control and error management.
It isn't in the LLC sublayer. It is part of the CSMA/CA MAC protocol.
In CSMA/CA The receiving node sends an ACK after receiving a packet. If the ACK is not received, the packet is considered lost and the sender tries a retransmission.
Wireless networks have higher error ratios. It is necessary to have it.
The Data link layer in Ethernet (802.3) contains two sublayers :
- Media Access Control (MAC)
- Logical Link Control (LLC)
LLC does not provide flow control. Incorrect packets are detected and discarded, and the retransmissions rely on higher layer protocols.
The idea behind this behaviour is that wired networks have a very low error ratio, so an ACK and retransmission mechanism is unnecesary and make the network slower.
In 802.11 there is flow control and error management.
It isn't in the LLC sublayer. It is part of the CSMA/CA MAC protocol.
In CSMA/CA The receiving node sends an ACK after receiving a packet. If the ACK is not received, the packet is considered lost and the sender tries a retransmission.
Wireless networks have higher error ratios. It is necessary to have it.
answered 3 hours ago
jcbermu
3,878817
3,878817
add a comment |Â
add a comment |Â
Nick is a new contributor. Be nice, and check out our Code of Conduct.
Nick is a new contributor. Be nice, and check out our Code of Conduct.
Nick is a new contributor. Be nice, and check out our Code of Conduct.
Nick is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f53749%2fdata-link-layer-acknowledgement%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password