Tagged Questions
The data-link-layer tag has no wiki summary.
4
votes
4answers
1k views
Error Detection Effiency (CRC, Checksum, etc)
I have a hypothetical situation of sending data units, each of a thousand bytes. Failure rate is rare but when a error does occur it is less likely to be a single bit error and more likely to be an ...
1
vote
0answers
29 views
Bluetooth connectivity and protocols that need to be programmed/implemented
I need an Adhoc network to connect devices via BLUETOOTH , for larger distances ( not just 10m but something more ) .. Assuming I achieve this, What protocols beneath application layer SHould I have ...
1
vote
2answers
249 views
Library to Perform Link-Layer Packet Modification
Is there a library out there that will allow me to perform link-layer packet modification for both incoming and outgoing packets?
Basically I want to do some transformations to a packet (for eg. ...
0
votes
0answers
6 views
When information in trailer in frame and when checksum errors in tcp segment
I'm studying for my exam 'ComputerNetworking'. I have two questions:
- when does a trailer in a frame (link-layer network) contain information?
- when can TCP-segments have checksum errors?
thanks in ...
0
votes
1answer
40 views
How to receive and deliver 802.11b/g data link (MAC) broadcast packets to Android applications
I was wondering whether I can receive broadcast packets at MAC level (L2-WiFi) on Android AND deliver such messages to my application which will parse the payload of such packets.
The MAC interface ...
0
votes
3answers
159 views
OSI Layer 2 Network Programming
I've recently taken some classes in networking (CCNA 1 through 4), so I understand most of the theory behind it all. What I'd like to do now is take that knowledge I have and put it into practice in ...
0
votes
2answers
623 views
Accessing data link layer packets
I want to create a socket for accessing IPv4 packets from data link layer. From unix network programming V1,
socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IP))
1)I am implementing a dhcp client, is ...
0
votes
1answer
433 views
What is the Main Job of Logical Link Layer in Layer 2
I am curious to know what Logical Link Layer Does. what is its main significance. Is it part of Software ?.
I am looking some detail's of LLC.
Advance Thanks.