1/44
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Connection-oriented communication
data delivery is guaranteed, higher overhead, more bandwidth, like TCP
Connectionless communication
information is just sent with no confirmation, used in streaming audio and video, like UDP
Internet Protocol (IP)
used to transport data from one node on a network to another, performs fragmentation and reassembly tasks for network transmissions, addressing; connectionless; operates at network layer
Transmission Control Protocol (TCP)
establishes mutually acknowledged sessions between 2 hosts before communication takes place, reliable IP connections with flow control, sequencing, error detection and correction; connection-oriented; transport layer
3 way handshake
TCP - sends SYN to target host, target host sends ACK, original host sends ACK
User Datagram Protocol (UDP)
brother of TCP but doesnt guarantee delivery like TCP; connectionless protocol; transport layer
Internet Control Message Protocol (ICMP)
works with IP layer to provide error checking and report functionality; has ping utility which sends echo request to another device and if device and connection is working, it responds with an echo reply;
TTL (time to live) (ICMP)
every message on the network has TTL - like a countdown. If it takes too long to arrive, ICMP makes it an expired message
Source quench (ICMP)
sender slows down rate of data sent for receiving host to handle and digest
Internet Protocol Security (IPsec)
provides secure communications between systems such as communication in same network and external networks; IP layer security protocol that can encrypt and authenticate network transmissions; provides data verification, protection from data, and private transactions; operates at network layer; Has AH and ESP
Authentication Header (AH) (IPsec)
authentication and integrity checking for data packets
Encapsulating Security Payload (ESP) (IPsec)
encryption services
Encapsulation (GRE)
GRE headers
New IP Header (GRE)
Decapsulation (GRE)
FTP Server
Telnet
virtual terminal protocol that enables sessions to be opened on a remote host; used to access UNIX and Linux systems
SNMP Manager (or NMS – Network Management System)
• The central controller in an SNMP setup.
• Sends Get and Set requests to devices and receives status info.
• Can receive Trap alerts (unsolicited messages from agents).
•Used to monitor devices like routers, switches, printers, etc.
Server Message Block (SMB)
used on network for providing access to resources like files, printers, ports, etc that run on Windows; operates at application layer
Syslog
UNIX/Linux based systems, network devices, and printers use it for message logging; used for security, troubleshooting, or management reasons; syslog server listens for and logs data messages coming from syslog client
Simple Mail Transfer Protocol Secure (SMTPS)
uses TLS to provide authentication of communication partners along with data integrity and confidentiality by wrapping SMTP data in TLS
Lightweight Directory Access Protocol over SSL (LDAPS)
adds more security to LDAP; compared to LDAP, upon connection, client and server establishes a TLS session before any LDAP messages are transferred and LDAPS connection closes if TLS closes
Structured Query Language (SQL) Server
SQL allows queries to be configured in real time and passes to database servers; uses port 1433 by default with Oracle’s SQLnet using port 1521 and default port for MySQL is 3306
Remote Desktop Protocol (RDP)
used in Windows environment for remote connections; provides a way for client system to remotely connect to a server by operating on the server as if it were a local client application
Voice over IP (VoIP)
enables regular voice convos to occur by traveling through IP packets and via Internet
Session Initiation Protocol (SIP)
application layer protocol designed to establish and maintain multimedia sessions such as video conferencing and online gaming; uses either TCP or UDP; includes security services and encryption
Content Delivery Network (CDN)
globally distributed network of proxy servers used to speed up the process of getting data from one place to another by caching data
Virtual Pritvate Network (VPN)
secure private data traversing a public network by encrypting communication
Quality of Service (QoS)
manages bandwidth priority for applications and can be configured in routers, switches, and firewalls
Address Resolution Protocol (ARP)
data link layer; map an IP address to a physical MAC address
Internet Key Exchange (IKE) (IPsec)
secure connections, encryption, exchange cryptographic keys