You are here: Home / Past Courses / Fall 2015 - ECPE 170 / Labs / Grading Rubric Lab 9

Grading Rubric Lab 9

Assembly Source Code icon rubric-lab-9.txt — Assembly Source Code, 1 KB

File contents

Grading Rubric - Lab 9
Lab Value: 120 points
================================================

Part 1 - Wireshark capture of two DNS requests (20 points)
	(minus 3 points if non-DNS packets were exported to file)

Part 2 - DNS Query
dns.py program (100 points)

Point Breakdown for DNS Client:
Create socket (5 points)
Transmit DNS request (5 points)
Receive DNS reply (5 points)
Close socket (5 points)
Able to build IPv4 (A) requests for test domains (40 points)
	Verify via Wireshark capture of program in action
Able to build IPv6 (AAAA) requests for test domains (40 points)
	Verify via Wireshark capture of program in action