-
Notifications
You must be signed in to change notification settings - Fork 0
Home
madestro edited this page Jul 25, 2018
·
1 revision
A server will be developed, which include:
- Send jobs to the resolvers? or only receive from them?
- in first case, a pool of resolvers has to be stored and managed, IP files has to be sent each time.
- in second case, keys and IP file renovation has to be managed
- the pool of resolvers has to be geolocated and registered with its isp information
- Authentication, for receive data only for valid resolvers
- Data analysis:
- number of resolvers by port 53 (is the service accepting recursion?)
- is a valid dnssec name well managed?
- is an invalid dnssec well managed? (yes => Rcode with error)
- has the resolver some authoritative info? yes? which one? (why?)
- is the received information the same for all probes?
- Which DB we will use?
A client side will be developed:
- Performing all resolver-tests
- is Alive?
- has Recursion?
- is valid dnssec well managed?
- is invalid dnssec well managed?
- is QID random?
- is IP PORT random?
- How to test if QID and Port are random?
A pool of tests must be developed
- Authentication
- communication
- border errors
- performance tests?