Monday, 31 October 2016

Multi Server Queue Simulation Using C# Source Code

Source Code Down Below! Program Interface Download Link: http://adf.ly/15925565/multi-server-queue How To Download: Please disable any Ad Block software beforehand or this may not work properly. We know you hate ads but it helps us maintain our blog and...

Friday, 10 June 2016

Application of Discrete Mathematics RSA Algorithm Report

Download Link Down Below! Table of Content Introduction Mathematical Prerequisites Euler's Totient Function Coprime Integers Modular Multiplicative Inverse Euler's Theorem Modulo Congruence Operation Generating Public & Private Keys Encryption Key Distribution Decryption Working...

Wednesday, 8 June 2016

Smart Parking System Based On Wireless Sensor Network Report

Download Link Down Below! Table of Content Abstract Introduction Existing Approach Issue/Problems Absence of Parking Guidance Undetermined Parking Availability Absence of Parking Pricing & Regulations Information Poor Law Enforcement Inconvenient Payment Solution Absence...

Tuesday, 24 May 2016

Wireshark Lab ARP Solution

Link to download document down below! (Microsoft Word format) 1.  Write down the contents of your computer’s ARP cache (see above procedure: Step 1).  What is the meaning of each column value? Answer: The Internet Address column represents the IP address of...

Wireshark Lab IP Solution

Link to download document down below! (Microsoft Word format) 1.  Within the IP packet header, what is the value in the protocol field? What does this value mean? Answer: The value in the protocol field is ICMP (1). It means the protocol field has only 1 byte. 2....

Wireshark Lab ICMP & Traceroute Solution

Link to download document down below! (Microsoft Word format) 1.  Why is it that an ICMP packet does not have source and destination port numbers? Answers: ICMP is not used to transfer data, but rather to detect errors. If it cannot reach the IP, it will give an...

Wireshark Lab DNS Solution

Link to download document down below! (Microsoft Word format) 1.  Locate the DNS query and response messages. Are they sent over UDP or TCP? Answer: They sent over UDP. 2.  What is the destination port for the DNS query message? What is the source...

Wireshark Lab DHCP Solution

Link to download document down below! (Microsoft Word format) 1.  Are DHCP messages sent over UDP or TCP? Answer: DHCP messages are sent over UDP (User Datagram Protocol). 2.  Draw a timing datagram illustrating the sequence of the first four-packet...