Network Protocols Flashcards

1
Q

TCI/IP

A

Transmission Control Protocol/Internet Protocol

  • Fundamental protocol suite for internet communication
  • Divided into layers:
    Application
    Transport
    Internet
    Network Interface
  • Provides reliable data delivery and routing across networks.
  • Key protocols: HTTP, HTTPS, FTP, SMTP, DNS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HTTP/ HTTPS

A

Hypertext Transfer Protocol/ Hypertext Transfer Protocol Secured

  • Used for transmitting hypertext over the internet.
  • HTTP is unencrypted; HTTPS adds SSL/TLS encryption.
    -HTTP: Port 80; HTTPS: Port 443
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

FTP/ SFTP

A

File Transfer Protocol/ Secure FTP

  • Used for transferring files over a network.
  • FTP is unencrypted; SFTP adds SSH-based encryption
  • FTP: Port 21; SFTP: Port 22
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SMTP

A

Simple Mail Transfer Protocol

  • Used for sending emails from client to server or between servers.
  • Unencrypted: Port 25; Encrypted: Port 587
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

POP3

A

Post Office Protocol version 3

  • Retrieves emails from mail server to a client device
  • Unencrypted: Port 110; Encrypted: Port 995
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

IMAP

A

Internet Message Access Protocol

  • Accesses and manages emails stored on a mail server from multiple devices.
  • Unencrypted: Port 143; Encrypted; Port 993
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

DHCP

A

Dynamic Host Configuration Protocol

  • Automatically assigns IP addresses and network configuration to devices.
  • Simplifies network management by automating IP allocation.
  • Server: Port 67; Client: Port 68
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ICMP

A

Internet Control Message Protocol

  • Used for sending error messages and operational information
  • Supports error reporting, network diagnostics, and network testing
  • Part of IP layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

SNMP

A

Simple Network Management Protocol

  • Manages and monitors network devices
  • Collects and organizes information from network deices.
  • Version 2 and 3 provide enhanced security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

SSH

A

Secure Shell

  • Provides secure remote access to devices over a network
  • Encrypts the communication between client and server
  • Port: 22
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Telnet

A
  • Provides remote access to devices over a network
  • Unencrypted, not secure.
  • Port: 23
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ARP

A

Address Resolution Protocol

  • Maps IP addresses to MAC addresses
  • Used to determine the MAC address of a device on the local network.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly