Hands On Project 4.4

Learn how to recognize the differences among several different routing protocols and their packets as their data is displayed in Wireshark. Description: In this project, you use Wireshark to view sample capture files of different routing protocols for both IPv4 and IPv6. To view RIPv1 routing protocol data: Start Wireshark. (In Windows 7, click the […]

Library Fines Console App

[code language=”csharp”] using System; using static System.Console; /// <summary> /// # # # # # # # # # # # /// # Mark Hesser # /// # Jan 18. 18 # /// # Library Fines # /// # # # # # # # # # # # # # # # # # […]

Fortune Teller Console App

[code language=”csharp”] using System; using static System.Console; /// <summary> /// # # # # # # # # # # # /// # Mark Hesser # /// # Jan 18, 18 # /// # Fortune Teller # /// # # # # # # # # # # # # # # # # # […]

Painting Rooms Console App

[code language=”csharp”] using System; using static System.Console; /// <summary> /// # # # # # # # # # # # # # /// # Mark Hesser # /// # Jan 18, 18 # /// # Painting Estimates # /// # # # # # # # # # # # # # # # […]

Chapter 3 – Study Outline

IP Packet and Packet Structure – why we have it – pg 104 IPv4 Header Fields and Functions – pg 104 general info version field Header length field Type Of Service Precedence / Type of Service Differentiated Services Know the difference between the above (general info) DSCP 46  (101110) – expedited forwarding used for VoIP, […]