ping
command? Give at least 5 answers.
What does ping
actually do -- in other words,
how does it work?
traceroute
command tell the network
manager? Harder research question:How does
traceroute work?
ping
and traceroute
in
regular network monitoring? Why is traceroute
particularly problematic?
name ::= OCTETSTRING -- or, perhaps, IA5String. married ::= BOOLEAN yrsWithCompany ::= INTEGER
AP-Title ipInReceives ENUMERATED ObjectDescriptor OCTET STRING sysDescr
C/C++
programming language. This question is
merely an entertaining exercise and you don't have to be able to do
it. Write the following C/C++
in ASN.1, using
the sub-range feature to ensure that the ASN.1
objects are the same number of bytes as the originals:
struct personnelRecord { char givenName[100]; char familyName[100]; int yrsWithCompany; int annualSalary; };