1.3 Network Data Mangement Flashcards
What is NAS?
Network Application Software
Single or groupings of applications that control system functionality in a network.
What are three common NAS applications?
Remote Terminal Applications
File Transfer Protocols
Ping
What is a Remote Terminal Application?
What are three common types of RTA’s?
Allow users to access and manage remote devices on a client-server model.
Includes:
Secure Shell (SSH)
Telnet
SSL/TLS
Describe Telnet. What is a disadvantage to Telnet?
Allows clients to remotely send commands to servers and network devices.
Commands are sent over plaintext with no encryption, which is a security risk.
What is Secure Shell (SSH)
Allows clients to remotely send commands to servers and network devices but uses password and public key encryption.
What is SSL?
SSL is Secure Sockets Layer:
Establishes a secure connection on an insecure network.
Your computer accesses a web server.
The web server gets an SSL certificate from the website to authenticate its identity.
The web server sends the SSL cert. to your computer.
Your computer tells the web server it trusts the website.
The web server acks and opens the connection.
What is TLS?
Transport Layer Security:
Establishes secure connection on insecure network.
Supersedes SSL.
Similar to SSL but also encrypts the data.
What is FTP?
File Transfer Protocol.
The protocol to transfer files over a TCP/IP network.
Uses client-server model.
Uses plaintext so it is not secure.
What is Ping?
Tests the reachability of a host on an IP based network.
Sends ICMP echo request packets to the target and measures the round-trip time.
What is Bandwidth Management?
Prevents unexpected drains on a limited bandwidth.
IPv6 has more native bandwidth control
IPv4 requires extra software and devices.
What are the factors of Bandwidth Management?
Same as QoS.
Bandwidth
Throughput (packet loss)
Latency
Jitter
What are some hardware solutions to bandwidth management?
Statistical multiplexing.
Throttling
Server segmentation
T Carrier
E Carier
What is Statistical Multiplexing? (STDM)
Hardware solution to bandwidth management.
STDM = Statistical Time Division Multiplexing
Assigns time slots for transmitting. Reassigns empty slots to fill empty slots.
What is Bandwidth Throttling?
Intentionally slowing or speeding internet service to minimize network congestion and prevent server crashes. Prevents a user from spamming the network.
What is segmentation?
Breaking up a LAN into smaller broadcast domains.
AKA subnetting.