Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I am researching on routers behavior using a device I'm planning to make. What I want to test is that I want to connect my LAN network to WAN network through my device. All types of traffic can be transceived i.e. TCP, UDP, VLANS etc etc. The prob...
Hi,I am trying to design a system (transparent device) which takes a packet as input, adds an overhead of 4bytes, and sends it on line again. For example:A packet of size 100 Bytes --> blackbox --> 104 Bytes out of the systemI have few queries here:1...
Hi adnane,My blackbox works under all kinds of traffic so MSS is irrelevant here. Kindly clarify one thing if you can, if I set MTU to 1460, will it be only on the transmitting end or my receive packet size will also be 1460? Because, if my blackbox ...
If you are talking about CRC at the end then yes, I will be recalculating it. Other checksums that are there in IPv4 header etc, i won't recalculate them. Actually the device will be encrypting the incoming stream at layer 2. So, it doesn't matter if...