• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/18

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

18 Cards in this Set

  • Front
  • Back

TCP

Transmission Control Protocol


Most common protocol in the suite that enables connection oriented communications between networks

What is the TCP three way handshake

Client to server: Sends SYN (synchronize) packet


Server to client: returns SYN, ACK (synchronize, acknowledge) packet


Client to server: sends ACK packet and immediately requests the server begin sending the web page.

NTP/SNTP define, port number, and UDP or TCP

Network Time Protocol/Simple Network Time Protocol


Synchronize the clocks of devices on a network. UDP Port 123

TFTP/ definition, port, UDP or TCP

Trivial File Transfer Protocol: transfers files from one computer to another over a LAN.


UDP Port 69

ICMP

Internet Control Message Protocol


Delivers connectionless packets, such as disconnect messages. Ping is an example of ICMP.

IGMP

Internet Group Management Protocol


Enables routers to communicate with hosts to determine a "group" membership.

What is HTTP

Hyper Text Transfer Protocol


Underlying protocol used by the internet. Runs on port 80

What is SSL?

Secure Sockets Layer


Encrypts any communication sent over an SSL connection and is then decrypted at the receiving end. Secures internet communications.


HTTPS - hypertext transfer protocol over SSL

What port does HTTPS use?

TCP port 443

What is SSH?

Secure Shell


Allows for encrypted remote access of a computer from your local device over a network. Unlike telnet it is secure.

What is the Well-known port number range?

0-1023


Reserved for specific TCP/IP applications

What is the Registered port number range?

1024-49151


Web clients Pseudo randomly generated port number


Can be registered with the IANA

What is the dynamic or Private port number range?

49152-65535


Now used as ephemeral port numbers

What port does SSH use?

TCP port 22

SMTP Definition and port number?

Simple Mail Transfer Protocol


Used by email clients to SEND messages


TCP port 25

POP3 Definition and port number

Post Office Protocol v3


Receives emails from SMTP servers


TCP port 110

IMAP4 definition and port number?

Internet Message Access Protocol v4


Retrieves email from and email server. Alternative to POP3 with more features.


TCP port 143

What is FTP? Port numbers?

File Transfer Protocol


Original protocol used to teansfer files over the internet


TCP ports 20 for active (old) and 21 for passive