Car Demo

Create an application named CarDemo that declares at least two Car objects and demonstrates how they can be incremented using an overloaded ++ operator. Create a Car class that contains a model and a value for miles per gallon. Include two overloaded constructors. One accepts parameters for the model and miles per gallon; the other […]

ShirtDemo Console App

Program.cs [code language=”csharp”] using System; using System.Collections.Generic; using static System.Console; /// <summary> /// # # # # # # # # # /// # Mark Hesser # /// # Feb 14, 18 # /// # Shirts Demo # /// # # # # # # # # # # # # # # # # […]

BaseballPlayer Console App

Program.cs [code language=”csharp”] using System; using System.Collections.Generic; using static System.Console; /// <summary> /// # # # # # # # # # # # /// # Mark Hesser # /// # Feb 14, 18 # /// # Baseball Player # /// # # # # # # # # # # # # # # […]

Baseball and Shirt Solution Exercises

Baseball Players – 9 Baseball Players Create an application named BaseballPlayer that instantiates and displays a BaseballPlayer object. The BaseballPlayer class contains properties that hold a player’s name (a string), jersey number (an integer), runs scored (an integer), and position (a string). T-Shirt Demo – min of 5 different shirts Create an application named ShirtDemo […]

Case Projects 5

Case Project 5-1: Determining Default Gateway Settings Let’s say you have reconfigured a network using brand-new routers. You are not certain if you configured the most appropriate default gateway settings for your hosts. How can you use an analyzer to determine if your default gateway settings are appropriate? Case Project 5-2: ICMPv6 Security Issues You […]

Hands-On Project 5-2: Build a Filter for Your Own Traffic

Objective: Use a custom capture filter on Wireshark to observe only traffic involving a local host. Description: In this project, you build a custom filter for your own traffic. Open a command prompt window. (Use the Start menu search box or the Search box on the task bar. Type cmd and then press Enter.) Start […]

Chapter 5 – Study Outline

ICMP Basics – pg 250 – general info Roles ICMP Plays on IP Network  pg 251 – general info – know basics of Table 5-1 ICMPv4 pg 251 – general info ICMPv4 Header pg 252 – Type, code, checksum fields – general info on each Types of ICMPv4 Messages pg 256 – Destination Unreachable – […]