40 Questions
6 Views
4.7 Stars

OPS102 W2C1 Quiz: Matrix, Commands, File Systems

This quiz assesses knowledge on Matrix, Commands, and File Systems in OPS102 W2C1. It covers common issues and troubleshooting techniques for connecting to Matrix.

Created by
@VibrantSwamp
Quiz Team

Access to a Library of 520,000+ Quizzes & Flashcards

Explore diverse subjects like math, history, science, literature and more in our expanding catalog.

Questions and Answers

Match the following terms with their descriptions related to connecting to matrix:

VPN = Virtual Private Network for off-campus access to matrix SenecaNet = Connectivity for on-campus access to matrix SSH = Protocol for secure remote login and connection Matrix cluster = Location of the cluster at Seneca, on the Newnham campus

Match the following terms with their purposes related to remote access:

Secure Shell = Protocol for secure remote login and connection Command Line Login = Disabled for off-campus access to matrix Web Access = Allowed for limited access to matrix from off-campus SSH Clients = Applications providing secure, encrypted communications

Match the following terms with their characteristics related to SSH:

Encrypted Communications = Provided by SSH protocol for secure remote login Secure Shell = Protocol for secure remote login and connection Remote Login = Enabled through SSH clients with login and password Network Connection = Required for SSH protocol to function

Match the following terms with their relationships with matrix:

<p>On-Campus Access = Required for full access to matrix Off-Campus Access = Limited access to matrix, with VPN required Matrix Cluster = Located at Seneca, on the Newnham campus SenecaNet = Connectivity for on-campus access to matrix</p> Signup and view all the answers

Match the following terms with their purposes related to connecting to matrix:

<p>SSH Command = Used to connect to matrix from a remote computer Matrix Login = Required for secure remote login to matrix Remote Computer = Can be used to connect to matrix with SSH protocol Secure Connection = Established through SSH protocol for remote login</p> Signup and view all the answers

Match the SSH connection settings with their corresponding values:

<p>Host Name = matrix.senecapolytechnic.ca Port = 22 Connection Type = FTP</p> Signup and view all the answers

Match the operating systems with their respective terminal commands to connect to matrix:

<p>Windows = PuTTY <a href="mailto:[email protected]">[email protected]</a> MacOS = PuTTY <a href="mailto:[email protected]">[email protected]</a> Linux = ssh <a href="mailto:[email protected]">[email protected]</a></p> Signup and view all the answers

Match the SSH clients with their respective platforms:

<p>PuTTY = MacOS Terminal = Linux</p> Signup and view all the answers

Match the encryption protocols with their respective uses:

<p>SSH = Secure Remote Login FTP = Encrypted File Transfer HTTP = Secure Web Browsing SSL = Encrypted Email</p> Signup and view all the answers

Match the login credentials with their respective platforms:

<p>Username = matrix.senecapolytechnic.ca Password = my.senecacollege.ca</p> Signup and view all the answers

Match the following SSH clients with their descriptions:

<p>PuTTY = A third-party SSH client program for Windows SSH Secure Shell Client = A built-in SSH client for Windows 10 and newer versions Windows CMD = A command-line interface for accessing matrix from Windows matrix.senecapolytechnic.ca = A remote server for secure login</p> Signup and view all the answers

Match the following steps with their corresponding actions during SSH connection:

<p>Replace senecausername with your actual username = Typing the SSH command in Windows CMD Typing yes and pressing enter = Confirming the fingerprint of matrix Typing Seneca password and pressing enter = Authenticating with the remote server Reading the error message = Troubleshooting connection issues</p> Signup and view all the answers

Match the following protocols with their purposes:

<p>SSH = Secure remote login and encrypted communication HTTP = Hypertext transfer protocol for web browsing FTP = File transfer protocol for uploading files SMTP = Simple mail transfer protocol for email</p> Signup and view all the answers

Match the following with their purposes in SSH connection:

<p>Fingerprint = Confirmation of the remote server's authenticity Username = Authentication credential for remote login Password = Authentication credential for remote login Host name = Address of the remote server</p> Signup and view all the answers

Match the following with their roles in SSH connection:

<p>matrix.senecapolytechnic.ca = Remote server for secure login Windows CMD = Local machine for initiating SSH connection PuTTY = SSH client program for Windows Bash = Command-line interface for interacting with the remote server</p> Signup and view all the answers

Match the following protocols with their primary usage:

<p>SSH = Secure remote login FTP = File transfer protocol HTTP = Hypertext transfer protocol NFS = Network file system</p> Signup and view all the answers

Match the following terms with their descriptions related to connecting to matrix:

<p>CLI = Command line interface NFS = Network file system HyperV = Virtual machine platform CentOS = Version of Linux OS</p> Signup and view all the answers

Match the following terms with their purposes related to remote access:

<p>SSH Clients = Secure remote login software Load Balancer = Distribute network traffic Virtual Machines = Run multiple OS on one machine Cluster = Cost-effective alternative to larger servers</p> Signup and view all the answers

Match the following terms with their descriptions related to secure communication:

<p>Encrypted Communications = Secure data transmission SSL = Secure sockets layer protocol HTTP = Hypertext transfer protocol FTP = File transfer protocol</p> Signup and view all the answers

Match the following terms with their descriptions related to matrix:

<p>Matrix Cluster = Set of VM's on HyperV Seneca Students = Have access to matrix accounts Linux OS = Operating system on matrix Windows OS = Operating system on lab computers</p> Signup and view all the answers

Match the following commands with their effects on the terminal session:

<p>exit = Terminate the current shell session and log out logout = Disconnect from the matrix and close the terminal window ctrl-D = Send an end-of-file signal to the terminal man ascii = Display the ASCII character table</p> Signup and view all the answers

Match the following command prompt components with their meanings:

<p>tiayyba.riaz = Username of the current user mtrx-node04pd = Local name of the computer ~ = Current working directory $ = Administrator permissions</p> Signup and view all the answers

Match the following Linux commands with their equivalent Windows commands:

<p>echo = echo cal = date /t who = quser cls = clear</p> Signup and view all the answers

Match the following operating systems with their default command prompt strings:

<p>Linux = C:\Users\tiayyba.riaz Windows = tiayyba.riaz: mtrx-node04pd: ~ $</p> Signup and view all the answers

Match the following concepts with their purposes in the command line interface:

<p>Prompt string = Display useful information to the user Home directory = Store user files and settings Command = Execute a specific task or operation Logout = Disconnect from the remote server</p> Signup and view all the answers

Match the following file system characteristics with their respective operating systems:

<p>Uses drives (C, D, etc.) = Windows Has a topmost directory called root (/) = Linux Uses a per-drive root directory = Windows Organizes files in folders and subfolders = Both Linux and Windows</p> Signup and view all the answers

Match the following keyboard shortcuts with their effects in the terminal:

<p>ctrl-D = Exit the current shell session ctrl-C = Cancel the current command ctrl-Z = Pause the current process ctrl-A = Move cursor to the beginning of the line</p> Signup and view all the answers

Match the following file system hierarchy elements with their respective descriptions:

<p>Root directory = The topmost directory in Linux Folders = Also known as directories Drives = Used in Windows file system hierarchy Subfolders = A folder inside another folder</p> Signup and view all the answers

Match the following commands with their functions in a terminal:

<p>tree = Shows the folder and file hierarchy in a tree format ls = Lists information about files and folders date = Displays the current date and time whoami = Prints the name of the current user</p> Signup and view all the answers

Match the following terminal commands with their purposes:

<p>cls = Clears the terminal screen and shows prompt in first line echo = Prints something on the screen dir = Lists information about files and folders cal = Displays the calendar</p> Signup and view all the answers

Match the following SSH protocols with their respective encryption methods:

<p>SSH-1 = RSA SSH-2 = Diffie-Hellman SSL = AES TLS = Blowfish</p> Signup and view all the answers

Match the following SSH clients with their respective login authentication methods:

<p>PuTTY = Public Key OpenSSH = Password Authentication MobaXterm = Biometric Authentication Bitvise = Two-Factor Authentication</p> Signup and view all the answers

Match the following remote access protocols with their respective security features:

<p>RDP = Encryption VNC = Authentication SSH = Integrity Checking Telnet = Access Control</p> Signup and view all the answers

Match the following secure remote login protocols with their respective network layers:

<p>SSH = Transport Layer SSL = Session Layer TLS = Presentation Layer RDP = Application Layer</p> Signup and view all the answers

Match the following encryption protocols with their respective key exchange methods:

<p>RSA = Diffie-Hellman AES = Public Key Blowfish = Symmetric Key DES = Asymmetric Key</p> Signup and view all the answers

Match the following SSH connection settings with their respective values:

<p>Port = 22 Username = Matrix Hostname = matrix.senecacollege.ca Protocol = SSH-2</p> Signup and view all the answers

Match the following SSH clients with their respective operating systems:

<p>PuTTY = Windows OpenSSH = Linux MobaXterm = MacOS Bitvise = Unix</p> Signup and view all the answers

Match the following secure remote login protocols with their respective connection establishment methods:

<p>SSH = Three-Way Handshake RDP = TCP Connection VNC = UDP Connection Telnet = Two-Way Handshake</p> Signup and view all the answers

Match the following encryption protocols with their respective cipher modes:

<p>AES = CBC RSA = ECB Blowfish = CFB DES = OFB</p> Signup and view all the answers

Match the following secure remote login protocols with their respective authentication protocols:

<p>SSH = Kerberos RDP = NTLM VNC = LDAP Telnet = RADIUS</p> Signup and view all the answers

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Study Notes

Connecting to Matrix

  • To connect to matrix, you must be "On Campus" or connected to SenecaNet
  • Web access is allowed, but not command line login
  • From off campus, connect to Seneca VPN for access to matrix
  • SSH (Secure Shell) is used to connect to matrix securely

Common Issues

  • Problems can occur due to:
    • Mis-spelled matrix username or password
    • CAPS LOCK on by mistake
    • Incorrectly typed password
    • Incorrectly typed matrix username

Using PuTTY

  • Download PuTTY for Windows and run the installer
  • Run the PuTTY command and use the settings:
    • Host Name: matrix.senecapolytechnic.ca
    • Port: 22
    • Connection Type: SSH
  • A terminal window should pop up, asking for login credentials

Connecting to Matrix from MacOS/Linux

  • Open Terminal on MacOS/Linux and use the command:
  • Replace senecausername with your actual username

Remember to Log Out

  • When finished on matrix, remember to log out using the exit or logout commands
  • Use ctrl-D to exit (means "end of file")
  • Log out to help ensure you haven't left anything running

Simple Commands to Start With

  • Linux Command Prompt: contains useful information in a terse format
  • Windows CMD Default Command Prompt: indicates the current directory

Hierarchical File Systems

  • Both Linux and Windows use hierarchical file systems
  • Files are organized in folders and subfolders
  • In Linux, the topmost directory is the root (/)
  • In Windows, the hierarchy starts from drives (e.g., C:, D:)

Trusted by students at

More Quizzes Like This

Command Line Navigation Quiz
3 questions
Fundamentals of Linux Operating System
10 questions
Linux Midterm  Review 1
21 questions

Linux Midterm Review 1

LuxuryAbundance avatar
LuxuryAbundance
Use Quizgecko on...
Browser
Browser