48 bits, written as six hex numbers separated by colons, also called physical address
IP address
IPv4 addresses have 32 bits and are written as four decimal numbers called octets, IPv6 addresses have 128 bits and are written as eight blocks of hexadecimalnumbers
Port numbers
Used at the transport layer
Domain names
Application layer, including FQDNs (Fully Qualified Domain Names)
Configuring TCP/IP settings
1. IP address
2. Subnet mask
3. Default gateway
4. DNS servers
MAC addresses
First 24 bits are the OUI (Organizationally Unique Identifier) or manufacturer-ID, last 24 bits are the extension identifier or device ID
Static IP addresses
Assigned manually by the network administrator
Dynamic IP addresses
Automatically assigned by a DHCP (Dynamic Host Configuration Protocol) server
Gateway
Device that nodes use for access to the outside world
Subnet mask
Used to indicate what portion of an IP address is the network portion (network ID) and what part is the host portion (host ID)
DNS server
Server responsible for tracking computer names and their IP addresses
ipconfig utility
Used in a Command Prompt to find out current TCP/IP settings
IP address classes
Class A
Class B
Class C
Class D
Class E
Class D IP addresses
Begin with octets 224-239 and are used for multicasting
Class E IP addresses
Begin with octets 240-254 and are used for research
Reserved IP addresses
255.255.255.255
0.0.0.0
127.0.0.1 through 127.255.255.254
169.254.0.1 through 169.254.255.254
Network Address Translation (NAT)
A technique designed to conserve public IP addresses needed by a network
Address translation
Process where a gateway device substitutes the private IP addresses with its own public address
Port Address Translation (PAT)
Process of assigning a TCP port number to each ongoing session between a local host and Internet host