Network Configurations Flashcards
OBJ 2.1: Compare and contrast Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) ports, protocols, and their purposes ● OBJ 2.5: Given a scenario, install and configure basic wired/wireless small office/home office (SOHO) networks ● OBJ 2.6: Compare and contrast common network configuration concepts
What is the function of the Link/Network Interface Layer?
Responsible for putting frames in the physical network’s transmission media
In which layer does data travel only through the local area network?
Link/Network Interface Layer
What is the primary purpose of the Internet Layer?
Used to address packets and route them across the network
What does the Transport Layer show?
How to send the packets
What does TCP stand for?
Transmission Control Protocol
What does UDP stand for?
User Datagram Protocol
What is contained within the Application Layer?
All the protocols that perform higher-level functions
What is a Multicast Address?
A logical identifier for a group of hosts in a computer network
Define Classful Mask.
Default subnet mask for a given class of IP addresses
What does Classless Inter-Domain Routing (CIDR) allow?
Borrowing some of the host bits and reassigning them to the network portion
What is a Public (Routable) IP address?
Can be accessed over the Internet and is assigned to the network by an Internet service provider
What is a Private (Non-Routable) IP address?
Can be used by anyone any time, but only within their own local area network
List the Private IP ranges.
- 10.*
- 172.*
- 192.*
What is Network Address Translation (NAT)?
Allows for routing of private IPs through a public IP
What is the Loopback Address?
127.0.0.1
What is the purpose of the Loopback Address?
Creates a loopback to the host and is often used in troubleshooting and testing network protocols on a system
What range of addresses does Automatic Private IP Addressing (APIPA) use?
169.254.0.0 to 169.254.255.255
What does the acronym D.O.R.A. stand for in IP address assignment?
Discover, Offer, Request, Acknowledge
What is Static Assignment in IP address configuration?
Manually typing the IP address for the host, its subnet mask, default gateway, and DNS server
Why is Static Assignment impractical on large enterprise networks?
It requires manual configuration for each device
What is Dynamic Assignment in IP address configuration?
Dynamic allocation of IP addresses
What is the function of the Domain Name System (DNS)?
Converts the domain names used by a website to the IP address of its server
How is DNS analogous to a phone book?
It lists human-readable names and their corresponding IP addresses
What does Windows Internet Name Service (WINS) do?
Identifies NetBIOS systems on a TCP/IP network and converts those NetBIOS names to IP addresses
What is the Bootstrap Protocol (BOOTP)?
Dynamically assigns IP addresses and allows a workstation to load a copy of boot image to the network
What does Dynamic Host Control Protocol (DHCP) do?
Assigns an IP based on an assignable scope or addresses and provides the ability to configure other options
What is the range of IP addresses typically used by DHCP in a given scope?
192.168.1.100 through 192.168.1.200
What happens to each IP address leased by DHCP when the lease expires?
Returns to the pool
What does IP Address Management entail?
Manages the IPs being assigned and returned over time
How does DHCP relate to BOOTP?
DHCP is the modern implementation of BOOTP
What limitations do APIPA-assigned devices have?
Cannot communicate outside the LAN or with non-APIPA devices
What does Zero Configuration (ZeroConf) technology provide?
Features similar to APIPA, including IPv4 link-local address assignment
What does mDNS stand for?
Multicast Domain Name Service
What is the purpose of Link-Local Multicast Name Resolution (LLMNR)?
Resolve computer names to IP addresses on a local network
What is the definition of Scope in DHCP?
List of valid IP addresses available for assignment or lease to a client computer or endpoint device on a given subnet
How many IP addresses are available in a typical DHCP scope?
254 available IPs
What is DHCP Reservation?
Excludes some IP addresses from being handed to devices unless they meet a certain condition
What is a Fully Qualified Domain Name (FQDN)?
Domain name under a top-level provider
What is the bit size of an IPv4 address?
32-bit
How is an IPv4 address divided?
Into 4 octets (0–255)
Which classes are used for standard networks in IPv4?
Classes A, B, and C
What is the relationship between network bits and host bits?
More network bits means more networks, more host bits means more devices
What is the formula for calculating usable hosts?
(2^Host Bits) - 2
What is the purpose of subnet masks?
To separate network and host portions
What does CIDR notation represent?
The number of network bits
Fill in the blank: The CIDR notation for a subnet with 24 network bits is _______.
/24
What does URL stand for?
Uniform Resource Locator
What is the function of the DNS A record?
Links a hostname to an IPv4 address
What is the function of a DNS AAAA record?
Links a hostname to an IPv6 address.
What is the function of a DNS CNAME record?
Points a domain to another domain or subdomain
What is the function of a DNS MX record?
Directs emails to a mail server.
What is the function of a DNS TXT record?
Adds text into the DNS
What is the function of the DNS NS record?
Indicates which DNS nameserver has the authority
What can CNAME records point to?
Another domain or subdomain
What is the purpose of Sender Policy Framework (SPF)?
Identifies the host authorized to send mail for the domain
What does DomainKeys Identified Mail (DKIM) provide?
Cryptographic authentication mechanism for mail using a public key
What is DMARC?
Domain-based Message Authentication, Reporting & Conformance framework
What is a Nameserver?
Type of DNS server that stores all DNS records for a domain
What is Internal DNS used for?
Allows cloud instances on the same network to access each other
What does External DNS record?
Created around domain names from a central authority for public Internet use
What does Time to Live (TTL) specify?
How long to cache a DNS query before requesting a new one
What is a DNS Resolver?
Makes a local copy of every DNS entry it resolves
What is Recursive Lookup?
DNS server communicates with several other DNS servers to find an IP address
What is Iterative Lookup?
Each DNS server responds directly to the client with another DNS server’s address
What does VLAN stand for?
Virtual Local Area Network
What does a VLAN allow?
Different logical networks to share the same physical hardware, it is a way to segment a network logically within the same physical switch.
-benefits: improves security, reduces network congestion, better network organization
-used on managed switches
What is VLAN trunking
Allows multiple VLANs over one cable to allow traffic to pass
What are VLAN IDs used for
used to identify different VLANs
What does inter-VLAN communication require?
A router or Layer 3 switch
What is a Virtual Private Network (VPN)?
Extends a private network across a public network
What is Full Tunnel VPN?
Routes and encrypts all network requests through the VPN connection
What is Split Tunnel VPN?
Routes only traffic bound for headquarters over the VPN
What is a Clientless VPN?
Creates a secure remote-access VPN tunnel using a web browser
What does Secure Socket Layer (SSL) provide?
Cryptography and reliability using the upper layers of the OSI model
What is the address space of IPv4?
2³², or 4.2 billion addresses
What is Address Exhaustion?
Running out of network addresses in IPv4
What is the address space of IPv6?
2¹²⁸, or 340 undecillion addresses
What are some characteristics of IPv6?
Larger address space, no broadcasts, no fragmentation, coexist with IPv4, simplified header
What does Dual Stack mean?
Simultaneously runs both IPv4 and IPv6 protocols
What is Tunneling in networking?
Allows an existing IPv4 router to carry IPv6 traffic
What is a Unicast Address?
Used to identify a single interface
What is a Link-Local address in IPv6?
Used like a private IP in IPv4, can only be used on the local area network
What does Stateless Address Autoconfiguration (SLAAC) do?
Eliminates the need for a central server to obtain addresses
What is a Multicast Address?
Used to identify a set of interfaces
What is an Anycast Address?
Used to identify a set of interfaces for packet transmission to any member
What is Extended Unique Identifier (EUI)?
Allows a host to assign itself a unique 64-bit IPv6 interface identifier
What does DHCPv6 Protocol do?
Allows DHCP to automatically assign addresses from a DHCPv6 server
What is the function of Neighbor Discovery Protocol (NDP)?
Used to determine Layer 2 addresses on a network
What is a Port in networking?
Logical communication endpoint on a computer or server
What is an Inbound Port?
Logical communication opening on a server listening for client connections
What is an Outbound Port?
Logical communication opening created on a client to connect to a server
What are Well-Known Ports?
Ports 0 to 1023 assigned by IANA
What are Registered Ports?
Ports 1024 to 49151 usually assigned to proprietary protocols
What are Dynamic or Private Ports?
Ports 49152 to 65535 used by any application without IANA registration
What ports does File Transfer Protocol (FTP) use?
Ports 20, 21
Provides insecure file transfers
What does Secure Shell (SSH) provide?
Secure remote control of another machine
-port 22
What port does Secure File Transfer Protocol (SFTP) use?
Port 22
Provides secure file transfers
What port does Telnet use?
Port 23
Provides insecure remote control of another machine
using a text-based environment
What is Simple Mail Transfer Protocol (SMTP) used for?
Sending emails over the network
port 25
What is the primary function of Domain Name Service (DNS)?
Converts domain names to IP addresses and vice versa
port 53
What does Dynamic Host Control Protocol (DHCP) do?
Automatically provides network parameters like IP address and subnet mask
port 67, 68
What port does Hypertext Transfer Protocol (HTTP) use?
Port 80
Used for insecure web browsing
What port does Post Office Protocol Version Three (POP3) use?
Port 110
Used for receiving incoming emails
What ports does Network Basic Input/Output System (NetBIOS) use?
Ports 137, 139
Used for file or printer sharing in a Windows network
What port does Internet Mail Application Protocol (IMAP) use?
Port 143
A newer method of retrieving incoming emails which
improves upon the older POP3
What ports does Simple Network Management Protocol (SNMP) use?
Ports 161, 162
Used to collect data about network devices and monitor
their status
What port does Lightweight Directory Access Protocol (LDAP) use?
Port 389
Used to provide directory services to your network
What port does Hypertext Transfer Protocol – Secure (HTTPS) use?
Port 443
Used as a secure and encrypted version of web browsing
▪ SSL (Secure Socket Layer)
▪ TLS (Transport Layer Security)
What port does Server Message Block (SMB) use?
Port 445
Used for Windows file and printer sharing services
What port does Remote Desktop Protocol (RDP) use?
Port 3389
o Provides graphical remote control of another client or
server
o RDP provides a full graphical user interface
What type of protocol is Transmission Control Protocol (TCP)?
Connection-oriented protocol
What kind of protocol is User Datagram Protocol (UDP)?
Unreliable, connectionless protocol
What applications typically use TCP?
SSH, HTTP, HTTPS
What applications typically use UDP?
Audio, video streaming, DHCP, TFTP
What port is Trivial File Transfer Protocol (TFTP) used on?
● Ports 69
● a connectionless protocol that uses UDP as
its transport