Tagged Questions

0
votes
2answers
33 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 …
1
vote
5answers
737 views

ASP.Net 2.0 Application without Business Logic Layer?

Is it "acceptable" to have an ASP.Net 2.0 application without the BLL (Business Logic Layer) as the following? SQL Server Data Storage & Stored Procedures Data Link Layer …
2
votes
4answers
134 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 mor …
0
votes
1answer
174 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.