Difference between revisions of "OPS335 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
(Fall 2020)
(Winter 2021)
Line 19: Line 19:
 
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 1:'''<br>11 - 15 jan<br></td>
 
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 1:'''<br>11 - 15 jan<br></td>
 
   <td  style="border-bottom: thin solid black;">'''Introduction to OPS335:'''<ul><li>Outline, policies</li><li>Assignments, labs, evaluation, email</li><li>Preparation for OPS335 labs</li></ul></td>
 
   <td  style="border-bottom: thin solid black;">'''Introduction to OPS335:'''<ul><li>Outline, policies</li><li>Assignments, labs, evaluation, email</li><li>Preparation for OPS335 labs</li></ul></td>
   <td  style="border-bottom: thin solid black;">'''Lecture Notes:'''<ul><li>Slides: [https://prezi.com/qbxmixajutyy/welcome-to-ops335-lab-preparation/ Web]  [http://matrix.senecac.on.ca/~murray.saul/ops335/335_week1.pdf PDF]</li><li>[[OPS335_Install_Flash]]<br>(in order to view web notes in Centos7)</li></ul>'''Online Reference:'''<ul><li>[https://wiki.centos.org/TipsAndTricks#head-4c9ee55a5c9dc051bd32e795b46a3856e41a0335 Centos7 Install Tips]</li><li>[[OPS335 Resources]]</li></ul></td>
+
   <td  style="border-bottom: thin solid black;">'''Online Reference:'''<ul><li>[https://wiki.centos.org/TipsAndTricks#head-4c9ee55a5c9dc051bd32e795b46a3856e41a0335 Centos7 Install Tips]</li><li>[[OPS335 Resources]]</li></ul></td>
 
   <td style="border-bottom: thin solid black;font-weight:bold;">[https://wiki.cdot.senecacollege.ca/wiki/OPS335_Installation_Lab Prep for Labs]</td>
 
   <td style="border-bottom: thin solid black;font-weight:bold;">[https://wiki.cdot.senecacollege.ca/wiki/OPS335_Installation_Lab Prep for Labs]</td>
 
  </tr>
 
  </tr>
Line 25: Line 25:
 
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 2:'''<br>18 - 22 jan</td>
 
   <td  width="20%" style="border-bottom: thin solid black;">'''Week 2:'''<br>18 - 22 jan</td>
 
   <td  style="border-bottom: thin solid black;">'''Basic Networking &amp; Backups:'''<ul><li>ifconfig & route vs ip; resolv.conf, hostnamectl</li><li>/etc/sysconfig/network-scripts/</li><li>Network connection troubleshooting</li><li>SSH & SSH Keys</li><li>rsync & cron</li></ul></td>
 
   <td  style="border-bottom: thin solid black;">'''Basic Networking &amp; Backups:'''<ul><li>ifconfig & route vs ip; resolv.conf, hostnamectl</li><li>/etc/sysconfig/network-scripts/</li><li>Network connection troubleshooting</li><li>SSH & SSH Keys</li><li>rsync & cron</li></ul></td>
   <td  style="border-bottom: thin solid black;">'''Lecture Notes:'''<ul><li>Slides:<br>Networking: [https://prezi.com/ygrjyil6wcye/network-configuration/ Web]  [http://matrix.senecac.on.ca/~murray.saul/ops335/335_week2a.pdf PDF]<br>Backups &amp; Cron: [https://prezi.com/bt5bzcerkav6/backups-cron/ Web]  [http://matrix.senecac.on.ca/~murray.saul/ops335/335_week2b.pdf PDF]</li><li>Chapter 14 - TCP/IP Networking</li></ul>'''Online Reference:'''<ul><li>[https://www.tty1.net/blog/2010/ifconfig-ip-comparison_en.html ip vs ifconfig]</li><li>[http://www.linuxhomenetworking.com/wiki/Quick_HOWTO_:_Ch04_:_Simple_Network_Troubleshooting#.VppvTZeVtQI Simple Network Troubleshooting]</li><li>[https://wiki.cdot.senecacollege.ca/wiki/OPS235_Lab_7_-_CentOS7 OPS235 - Lab7]</li><li>[https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories-on-a-vps rsync Howto]</li><li>[https://help.ubuntu.com/community/CronHowto Cron HowTo]</li></ul></td>
+
   <td  style="border-bottom: thin solid black;">'''Online Reference:'''<ul><li>[https://www.tty1.net/blog/2010/ifconfig-ip-comparison_en.html ip vs ifconfig]</li><li>[https://wiki.cdot.senecacollege.ca/wiki/OPS235_Lab_7 OPS235 - Lab7]</li><li>[https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories-on-a-vps rsync Howto]</li><li>[https://help.ubuntu.com/community/CronHowto Cron HowTo]</li></ul></td>
 
   <td style="border-bottom: thin solid black;font-weight:bold;">[https://wiki.cdot.senecacollege.ca/wiki/OPS335_Lab_1 Lab 1: Network/Backup]</td>
 
   <td style="border-bottom: thin solid black;font-weight:bold;">[https://wiki.cdot.senecacollege.ca/wiki/OPS335_Lab_1 Lab 1: Network/Backup]</td>
 
  </tr>
 
  </tr>

Revision as of 02:15, 4 January 2021

Winter 2021

Instructors: see OPS335

Note: Each OPS335 instructor will indicate the due dates for labs, tests and assignments. This schedule is a considered to be a general guideline for week-by-week content.

Week Objectives and Tasks Reference Labs
Week 1:
11 - 15 jan
Introduction to OPS335:
  • Outline, policies
  • Assignments, labs, evaluation, email
  • Preparation for OPS335 labs
Online Reference: Prep for Labs
Week 2:
18 - 22 jan
Basic Networking & Backups:
  • ifconfig & route vs ip; resolv.conf, hostnamectl
  • /etc/sysconfig/network-scripts/
  • Network connection troubleshooting
  • SSH & SSH Keys
  • rsync & cron
Online Reference: Lab 1: Network/Backup
Week 3:
25 - 29 jan
Packet Filtering Using iptables:
  • What is Packet Filtering
  • iptables Basics
    (Tables, Chains, Targets)
  • iptables Commands & Options
  • iptables Command Examples
  • Saving iptables Settings
Lecture Notes:
  • Slides: Web PDF
  • Chapter 22 - Security
Online Reference:
Lab 2a:
Packet Filtering Using iptables
Week 4:
1 - 5 feb
Network Address Translation /
iptables Best Practices
  • Network Address Translation
    (NAT Table - iptables)
  • Debugging firewall problems:
    • Troubleshooting Procedures
    • Troubleshooting Tools
    • Troubleshooting Exercises
Online Reference: Lab 2b:
Additional iptables Troubleshooting
Week 5:
8 - 12 feb
Domain Name System (DNS): Lecture Notes:Online Reference: Lab 3: DNS
Week 6:
15 - 19 feb
Performing DNS Queries
  • SOA, MX, TXT records
  • Coordinating multiple servers
Lecture Notes:
  • Slides:
    DNS Queries: Web PDF
    Primary vs Secondary DNS Servers:
    Web PDF
Online Reference:
Week 7:
22 - 26 feb
Evaluation / Review:    
Study Week:
1 - 5 mar
 
Week 8:
8 - 12 mar
Mail Servers - SMTP
  • Mail Server Elements (MSA/MTA, MUA, MDA, MS, AA, SMTP)
  • Install and using mailx application (MUA)
  • Analyze Email Message Headers
  • Setup Postfix Server (no encryption)
  • Sending Email from VM to Seneca College Mail Account
  • Troubleshooting
Lecture Notes:
  • Slides: Mail Server (basic concepts)
    Web PDF
  • Chapter 20 - Electronic Mail
Online Reference:
Lab 4a:
Simple Mail Server Setup
Week 9:
15 - 19 mar
Using a Centralized Message Store (IMAP)
  • Specifying Domains for Received Email (MTA)
  • Installing & Configuring MDA/LDA
  • Send & Verify Receiving Mail on VMs
  • Troubleshooting
Lecture Notes:
  • Slides: Mail Server Setup (IMAP)
    web PDF
  • Chapter 20 - Electronic Mail
Online Resources:
Lab 4b:
Mail Server Setup: LDA
Week 10:
22 - 26 mar
File Server:
  • Samba:
    • smbclient, smbmount (mount -t cifs)
    • smb.conf, testparm, smbpasswd, pdbedit
    • getsebool, setsebool
Lecture Notes:
  • Slides: Samba Server Setup
    Web PDF
  • Chapter 30 - Cooperating with Windows
Online Resources:
Lab 5: Samba Server
Week 11:
29 mar - 2 apr
Web Server:
  • Apache:
    • LAMP stack installation and configuration
Lecture Notes:
  • Slides: Lamp Installation & Configuration: web PDF
Online Resources:
Lab 6: Web Server
Week 12:
5 - 9 apr
OpenLDAP: Online Resources: Lab 7: OpenLDAP
Week 13:
12 - 16 apr
Webmail: Encrypted connections
  • WebMail installation and configuration
  • Setting Up a Self-Serve Certificate
  • Configuring Postfix (VM2) for Encryption (TLS)
  • Setting up Encryption with Thunderbird MUA
  • Setting Up Dovecot MDA/LDA for Encryption (SSL)
Lecture Notes:
  • Slides:
    Encrypting Mail Messages:
    web PDF
    Setting Up Webmail:
    web PDF
  • Chapter 23 - Web Hosting
Online Resources:

Lab 8: Encrypted connections and webmail
Week 14:
19 - 23 apr
Evaluation / Review:
  • Exam Review (time permitting)
  • Final Exam


OPS335 Resources