diff --git a/conferences/IITSEC2021/DeadReckoningSharedTrackFidelity.png b/conferences/IITSEC2021/DeadReckoningSharedTrackFidelity.png
new file mode 100644
index 0000000000000000000000000000000000000000..99598cde66ccaa12fde11a38e1542ced33a75ae0
Binary files /dev/null and b/conferences/IITSEC2021/DeadReckoningSharedTrackFidelity.png differ
diff --git a/conferences/IITSEC2021/IITSEC2021Dis101TutorialOutline.docx b/conferences/IITSEC2021/IITSEC2021Dis101TutorialOutline.docx
new file mode 100644
index 0000000000000000000000000000000000000000..cfc2e5477e375f72f4b27c068b191eeb2b31daac
Binary files /dev/null and b/conferences/IITSEC2021/IITSEC2021Dis101TutorialOutline.docx differ
diff --git a/conferences/IITSEC2021/IITSEC2021Logo.jpg b/conferences/IITSEC2021/IITSEC2021Logo.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..05d1dc5e2fab8461aab3c6f01457a1305513e56f
Binary files /dev/null and b/conferences/IITSEC2021/IITSEC2021Logo.jpg differ
diff --git a/conferences/IITSEC2021/IITSEC2021LogoCropped_small.png b/conferences/IITSEC2021/IITSEC2021LogoCropped_small.png
new file mode 100644
index 0000000000000000000000000000000000000000..99f556b469e9b8febc1e507693c9bca507d99739
Binary files /dev/null and b/conferences/IITSEC2021/IITSEC2021LogoCropped_small.png differ
diff --git a/conferences/IITSEC2021/IITSEC2021_DIS_Tutorial_Proposed.pdf b/conferences/IITSEC2021/IITSEC2021_DIS_Tutorial_Proposed.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..748daaebbbbeaedbfb4153610502ff1c543b91a9
Binary files /dev/null and b/conferences/IITSEC2021/IITSEC2021_DIS_Tutorial_Proposed.pdf differ
diff --git a/conferences/IITSEC2021/IITSEC2021_DIS_Tutorial_Proposed.pptx b/conferences/IITSEC2021/IITSEC2021_DIS_Tutorial_Proposed.pptx
new file mode 100644
index 0000000000000000000000000000000000000000..f22229c9fd7ceaa2ed2a0c98311fdc7ee62fef36
Binary files /dev/null and b/conferences/IITSEC2021/IITSEC2021_DIS_Tutorial_Proposed.pptx differ
diff --git a/conferences/IITSEC2021/README.md b/conferences/IITSEC2021/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..dfbe3cd0af0a903bbe857d98cfeb5c9264c0911c
--- /dev/null
+++ b/conferences/IITSEC2021/README.md
@@ -0,0 +1,35 @@
+# Distributed Interactive Simulation (DIS) 101 Tutorial: The Basics <img src="IITSEC2021LogoCropped_small" align="right"/>
+
+* <a href="http://www.iitsec.org" target="_blank">Interservice/Industry Training, Simulation Education Conference (I/ITSEC)</a>,  29 November - 3 December 2021, Orlando Florida USA
+
+* <a href="mailto:brutzman@nps.edu?subject=IITSEC%202021%20DIS%20101%20Tutorial">Don Brutzman</a>,
+<a href="mailto:tdnorbra@nps.edu?subject=IITSEC%202021%20DIS%20101%20Tutorial">Terry Norbraten</a> and
+<a href="mailto:christian.fitzpatrick@nps.edu?subject=IITSEC%202021%20DIS%20101%20Tutorial">Chris Fitzpatrick</a> of
+<a href="https://my.nps.edu/web/moves">Modeling Virtual Environments Simulation (MOVES) Institute</a> at <a href="https://www.nps.edu" target="_blank">Naval Postgraduate School (NPS)</a>
+	
+The Distributed Interactive Simulation (DIS) protocol is a well-established IEEE standard for packet-level exchange of state information between entities in military simulations.  DIS facilitates simulation interoperability through a consistent over-the-wire format for information, widely agreed upon constant enumeration values, and community-consensus semantics.
+
+Anyone can obtain the IEEE-1278 standard and implement their own compliant, interoperable, DIS application. A large variety of tools and codebases simplify this effort, and enable multi-architecture integration of simulations using the DIS stand baseline. DIS focus begins with real-time, physics-based, entity-scale simulations, providing state update and interaction mechanisms which can scale to large virtual environments.
+
+This tutorial is a "DIS 101" introduction for software implementers and an introduction to the DIS philosophy for simulation systems integrators.  Examples are provided using the open-source Open-DIS library for DIS v7 support, available in multiple programming languages.  Ongoing work is included in WebRTC browser streaming, unit testing of DIS streams, and Web-based implementations using 2D maps and X3D Graphics. 
+
+Motivation: note that DIS can be used for connecting all manner of simulations, namely Live Virtual Constructive LVC, is the necessary path for connecting to Command and Control (C2) systems.  Establishing such connections between traditionally separate domains is central to conference theme,
+"The Future is Now."
+
+This tutorial was well received at IITSEC 2019 and Virtual IITSEC 2020.
+* <a href="https://www.web3d.org/event/iitsec-2019-tutorial-distributed-interactive-simulation-dis-101" target="_blank">Web3D Consortium Announcement</a>
+* <a href="https://twitter.com/Web3DConsortium/status/1201910039511851008" target="_blank">Twitter thread</a> and <a href="IITSEC2019Dis101TutorialRoom.jpg">photo</a>
+
+Multiple new capabilities are undergoing development for IITSEC 2021.
+* Improved Java enumerations (over 22,000 values) regularly autogenerated and up to date with SISO reference,
+* Improved OpenDIS7 library with full coverage of all 72 PDUs, round-trip unit tests, and growing set of examples,
+* Thesis publication reports unit testing of simulations via DIS streams and LVC connectivity including Extensible 3D Graphics (X3D) Standard,
+* Planned work in Compressed DIS (C-DIS) encoding and DIS version 8 development.
+
+<blockquote> <i>Abstract.</i>
+The Distributed Interactive Simulation (DIS) protocol is a well-established IEEE standard for packet-level exchange of state information between entities in military simulations.  DIS facilitates simulation interoperability through a consistent over-the-wire format for information, widely agreed upon constant enumeration values, and community-consensus semantics.
+Anyone can obtain the IEEE-1278 standard and implement their own compliant, interoperable, DIS application. A large variety of tools and codebases simplify this effort, and enable multi-architecture integration of simulations using the DIS stand baseline. DIS focus begins with real-time, physics-based, entity-scale simulations, providing state update and interaction mechanisms which can scale to large virtual environments.
+This tutorial is a "DIS 101" introduction for software implementers and an introduction to the DIS philosophy for simulation systems integrators.  Examples are provided using the open-source Open-DIS library for DIS v7 and Enumerations support, available in multiple programming languages.  Ongoing work is included in unit testing of DIS streams, and Web-based implementations using X3D Graphics, as well as Compressed DIS and DISv8 development.
+</blockquote>
+
+Grateful acknowledgement: this tutorial was originally developed by Don McGregor NPS.