• 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/25

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;

25 Cards in this Set

  • Front
  • Back

TCP/IP

Transmission Control Protocol / Internet protocol. Basic communication language of the internet/private network.


Layers:


Application


Transport


Internet


Network

IP address

Internet protocol adress. Made of 4 octets 0-255. Always paired with subnet mask and sometimes a default gateway.

Subnet Mask

Tells what numbers are the network and what at the host. 255=network. 0=host.

Default gateway

Node thay is assumed to know how to forward packets to other networks. Usually the router IP address.

ARP

Address resolution protocol. Broadcast to figure out which computer had needed IP to gain MAC address. Only worked withing local network. Router will stop braodcasts.

Class A IP address

1-126.


Subnet mask: 255.0.0.0


Private: 10.0.0.0-10.255.255.255

Class B IP Address

128-191.


Subnet mask: 255.255.0.0


Private: 172.16.00-172.31.255.255

Class C IP address

192-223.


Subnet mask : 255.255.255.0


Private: 192.168.0.0-192.168.255.255

127.0.0.1

Loop back host.

TCP three way handshake

Host will send packet and receives an acknowledgement before sending the next. Sequential sending.


Host: SYN(cronization): 300


Dest: SYN:50 / ACK: 400


Host: SYN: 400 / ACK: 51

TCP windowing

Sending as many packets as able.


Sends 1: successful


Sends 2: successful


Sends 4: successful


Sends 8: drops two.


Sends 6: successful


Sends 6: successful

Port Number

Endpoint of communication. Always associated with IP address (after the colon) so it knows what application to send to.

Port number for SMTP

Port 25 TCP

Port for FTP

Port 21 TCP control


Port 20 TCP data

Port Number for SSH

Port 22 TCP

Port Number for telnet

Port 23 TCP

Port for DNS server

Port 53 TCP

Port for HTTP

Port 80 TCP

Port for pop3

Port 110 TCP

Port for HTTPS

Port 443 TCP

Port for DNS client

Port 53 UDP

Port for TFTP.

Port 69 UDP

TFTP

Trivial file transfer protocol.

Source port

Dynamic port number. Computer creates unique ports depending on what is open and running.

ICMP (Internet control message protocol)

Typically used for diagnostic or troubleshooting. Starts after ipv4 header. Sends error messages.