Networking Flashcards
(31 cards)
Default Gateway
IPv4 address of the router that is connected to other subnets (or the external internet, if necessary)
Special / Reserved IP Addresses: a way for a machine to reference itself
Loopback Address or “home”
Range: 127.0.0.1 - 127.255.255.254
Special / Reserved IP Addresses: when packets are sent, they are sent to every device on the subnet
Broadcast Address - last address in a subnet is typically reserved for the broadcast address
Special / Reserved IP Addresses: second number in a subnet (the first number, “.0”, is reserved for the network name)
Router Address - “.1”
Special / Reserved IP Addresses: 240.0.0.0 - 255.255.255.255
Reserved for future use and research; “Experimental” - Class E
Special / Reserved IP Addresses: 224.0.0.0 - 239.255.255.255
Multicast addresses; Class D
Special / Reserved IP Addresses: 192.0.0.0 - 223.255.255.255
Class C
Special / Reserved IP Addresses: 128.0.0.0. - 191.255.255.255
Class B
Special / Reserved IP Addresses: 1.0.0.0 - 127.255.255.255
Class A; 127.0.0.1 to 127.255.255.255 reserved for use as loopback addresses
Transmission Control Protocol (TCP)
Provides connection-oriented service at the transport layer, with guaranteed delivery; establishes a session; can retransmit dropped packets
User Datagram Protocol (UDP)
Provides connectionless service at the transport layer
Hypertext Transfer Protocol (HTTP)
Operates at the application layer
Internet Protocol (IP)
Connectionless network layer protocol
65,535 possible ports (131, 070 total ports)
TCP & UDP
Well-Known Ports: 1 - 1023
Typically used at end of server where well-known services are running (not typically used when selecting ports to start communication from)
Registered Ports: 1024 - 49151
Vendors can register these ports
Ephemeral (temporary) Ports: 49152 - 65535
Picked randomly by client machines during the 3-way handshake
PORT: 21, 21 (TCP)
File Transfer Protocol (FTP)
PORT: 22 (TCP)
Secure Shell (SSH) - an encrypted remote command line interface
PORT: 23 (TCP)
Telenet - an UNencrypted remote command line interface
PORT: 25 (TCP)
Simple Mail Transfer Protocol (SMTP) - UNencrypted agent to send / receive email
PORT: 80 (TCP)
Hypertext Transfer Protocol (HTYTP) - UNencrypted data transfer for web pages
PORT: 443 (TCP)
HTTPS - HTTP Secure - encrypted data transfer for web pages
PORT: 3389 (TCP)
Remote Desktop Protocol (RDP) - an encrypted remote graphical user interface