Networking Flashcards
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)