Networking Flashcards
DHCP
Dynamic Host Configuration Protocol- Provides automatic address / IP configuration for almost all devices. DHCP assigns an IP address from the first available from a large pool of addresses. Your IP address will occasionally change. Disable for a static IP address
Default Gateway
serves as the forwarding host (router) to other networks. Allows you to communicate outside of your local subnet. It must be an IP address on the local subnet.
DNS
Domain Name System- Convert names to IP addresses and vice versa. Distributed naming system. The load is balanced across many different servers. Usually managed by the ISP or enterprise IT department.
VPN
A virtual private network that extends a private network across a public network.
IP address
An Internet Protocol address is a numerical label assigned to each device connected to a computer network. IPv4 is a 32-bit number. IPv6 is 128 bits.
Subnet mask
This is used to identify the network/host portion of the IPv4 address. Used to differentiate the network portion from the host portion of an IPv4 address.
NIC
Network Interface Card. It is a hardware component that connects a device to a network. Every device has one.
TCP
Transmission Control Protocol- Connection-oriented. It manages individual conversations between web servers and clients. A formal connection setup and close. “Reliable” delivery. Recovery from errors. Can manage out-of-order messages or retransmissions. Flow control.
Flow control
the process of managing the rate of data transmission between two nodes to prevent a fast sender from overwhelming a slow receiver.
UDP
User Datagram Protocol- Connectionless. No formal open or close to the connection. “Unreliable” delivery. No error recovery. No reordering of data or retransmissions. No flow control.
Port
a communication endpoint. A port number is a 16-bit unsigned integer, thus ranging from 0 to 65535.
HTTP
Hypertext Transfer Protocol - tcp/80.
governs the way that a web server and client interact. Communication in the browser. In the clear or encrypted.
IP
responsible for delivery across the best path to the destination.
Ethernet
takes the packet from IP and formats it for transmission.
HTTPS
Hypertext transfer protocol secure. Tcp/443 • communication in the browser. Supported by nearly all web servers and clients