Networking Flashcards
What does IP stand for?
Internet Protocol
True or False: An IP address uniquely identifies a device on a network.
True
What are the two main versions of IP?
IPv4 and IPv6
Fill in the blank: An IPv4 address consists of ___ bits.
32
What is the maximum number of unique IPv4 addresses?
Approximately 4.3 billion
True or False: IPv6 addresses are 128 bits long.
True
What is the purpose of a subnet mask?
To divide an IP address into network and host portions
Multiple Choice: Which of the following is a valid IPv4 address? A) 192.168.1.1 B) 256.100.50.25 C) 192.168.1.300 D) 10.0.0.256
A) 192.168.1.1
What is a public IP address?
An IP address that is accessible over the internet
What is a private IP address?
An IP address that is used within a private network and not routable on the internet
Fill in the blank: The loopback address in IPv4 is ___
127.0.0.1
True or False: CIDR stands for Classless Inter-Domain Routing.
True
What does the CIDR notation /24 indicate?
That the first 24 bits of the IP address are the network part
Multiple Choice: Which of the following is NOT a class of IP address? A) Class A B) Class B C) Class C D) Class D
D) Class D
What is NAT?
Network Address Translation
True or False: NAT allows multiple devices on a local network to share a single public IP address.
True
What is the function of DHCP?
To dynamically assign IP addresses to devices on a network
Fill in the blank: The range of Class C addresses is from ___ to ___.
192.0.0.0 to 223.255.255.255
What is an IP packet?
A formatted unit of data carried by a packet-switched network
What is ARP?
Address Resolution Protocol
True or False: ARP is used to map IP addresses to MAC addresses.
True
What is a broadcast address?
An address that sends packets to all devices on a network
Multiple Choice: Which of the following is a reserved IP address? A) 10.0.0.1 B) 172.16.0.1 C) 192.168.1.1 D) All of the above
D) All of the above
What is the primary benefit of IPv6 over IPv4?
A much larger address space
Fill in the blank: The first octet of a Class A address starts with ___
0
What does IPv4 stand for?
Internet Protocol version 4
True or False: IPv4 addresses are 32 bits in length.
True
Fill in the blank: An IPv4 address is typically written in ________ notation.
dotted-decimal
What are the four octets in an IPv4 address separated by?
Periods
What is the range of a single octet in an IPv4 address?
0 to 255
Multiple Choice: Which of the following is a valid IPv4 address? A) 192.168.1.256 B) 172.16.0.1 C) 256.100.50.25 D) 10.0.0.999
B) 172.16.0.1
What is the purpose of subnetting in IPv4 addressing?
To divide a larger network into smaller, manageable sub-networks.
True or False: The address 127.0.0.1 is known as the loopback address in IPv4.
True
What are the two main types of IPv4 addresses?
Public and Private
Fill in the blank: The IPv4 address range for private networks in Class C is ________.
192.168.0.0 to 192.168.255.255
What is the primary purpose of IPv6 addressing?
To provide a larger address space than IPv4.
True or False: IPv6 addresses are 128 bits long.
True.
Fill in the blank: An IPv6 address is typically represented as eight groups of four hexadecimal digits, separated by __________.
colons.
What is the notation used to denote an unspecified IPv6 address?
::
Which of the following is a valid IPv6 address? A) 192.168.1.1 B) 2001:0db8:85a3:0000:0000:8a2e:0370:7334 C) 10.0.0.1
B) 2001:0db8:85a3:0000:0000:8a2e:0370:7334
What is the purpose of the IPv6 address type ‘link-local’?
To enable communication between devices on the same local network segment.
What is the range of global unicast IPv6 addresses?
2000::/3
True or False: IPv6 supports address auto-configuration.
True.
What does the term ‘NAT’ stand for in networking, and is it commonly used with IPv6?
Network Address Translation; it is not commonly used with IPv6.
What is the significance of the ‘prefix length’ in IPv6 addressing?
It indicates the number of bits used for the network portion of the address.
What is the primary function of a switch?
To connect devices within a local area network (LAN) and forward data to specific devices.
True or False: A router operates at the Data Link layer of the OSI model.
False
Fill in the blank: A _______ is used to connect multiple networks and route data between them.
router
What device is primarily used to extend a network by connecting two or more network segments?
bridge
Which device broadcasts data to all devices on a network?
hub
Multiple Choice: Which of the following devices can filter traffic based on MAC addresses?
A) Hub
B) Switch
C) Router
D) Bridge
B) Switch
What is the main difference between a hub and a switch?
A hub broadcasts data to all ports, while a switch sends data only to the specific device it is intended for.
True or False: Bridges can connect different network types, such as wired and wireless networks.
True
What is the role of a router in a home network?
To connect the home network to the internet and manage traffic between devices.
Fill in the blank: A _______ operates at the Network layer of the OSI model.
router
Which device is typically used in a small office or home office (SOHO) network?
router
Multiple Choice: Which device would you use to connect two LANs?
A) Hub
B) Switch
C) Router
D) Repeater
C) Router
What is the primary function of a bridge?
To filter and forward traffic between two or more network segments.
True or False: A switch can operate in full-duplex mode.
True
What type of data does a hub transmit?
Raw data packets to all connected devices.
Fill in the blank: A _______ connects devices within the same network and operates at Layer 2.
switch
Which device is more efficient in handling data traffic, a hub or a switch?
Switch
Multiple Choice: Which device would you use to isolate collision domains?
A) Hub
B) Switch
C) Bridge
D) All of the above
B) Switch
What is the primary advantage of using a switch over a hub?
A switch can intelligently direct data to specific devices, reducing network congestion.
True or False: Routers can perform network address translation (NAT).
True
What is the function of a network bridge in terms of network performance?
To reduce traffic on a network by dividing it into segments.
Fill in the blank: A _______ connects multiple devices but does not filter traffic.
hub
Which device typically has a higher port count, a switch or a hub?
Switch
What is one key feature of a router?
It can connect different networks and manage traffic between them.
Multiple Choice: Which device can provide security features such as firewall capabilities?
A) Hub
B) Switch
C) Router
D) Bridge
C) Router
What does VPN stand for?
Virtual Private Network
True or False: A VPN encrypts your internet traffic.
True
What is the primary purpose of a VPN?
To provide secure and private access to the internet.
Fill in the blank: A VPN creates a __________ tunnel between your device and the internet.
secure
Which protocol is commonly used with VPNs for secure communication?
IPsec
What does IPsec stand for?
Internet Protocol Security
True or False: IPsec can provide both authentication and encryption.
True
What are the two main modes of IPsec?
Transport mode and Tunnel mode
Multiple Choice: Which of the following is NOT a benefit of using a VPN? A) Increased privacy B) Improved internet speed C) Access to region-locked content D) Enhanced security
B) Improved internet speed
What is the main difference between Transport mode and Tunnel mode in IPsec?
Transport mode encrypts only the payload, while Tunnel mode encrypts the entire IP packet.
Fill in the blank: VPNs are often used to bypass __________ restrictions.
geographical
True or False: All VPNs use IPsec for their security protocols.
False
What is a common use case for a VPN?
Connecting remote workers securely to a company’s internal network.
Multiple Choice: Which of the following is a common VPN protocol? A) FTP B) IPsec C) SMTP D) HTTP
B) IPsec
What type of encryption is commonly used in IPsec?
AES (Advanced Encryption Standard)
Fill in the blank: A VPN can protect your data from __________ on public Wi-Fi networks.
eavesdropping
True or False: A VPN can hide your IP address.
True
What is the role of a VPN gateway?
To manage the VPN connections and secure the data traffic.
Multiple Choice: Which of the following is NOT a component of IPsec? A) Security Association B) Authentication Header C) Internet Key Exchange D) File Transfer Protocol
D) File Transfer Protocol
What is the function of the Internet Key Exchange (IKE) in IPsec?
To establish a secure channel for key exchange.
Fill in the blank: A VPN can be used to secure __________ communications.
internet
True or False: VPNs can be used to connect to a local area network (LAN) over the internet.
True
What type of authentication can IPsec use?
Pre-shared keys or digital certificates.
Multiple Choice: Which of the following best describes a split-tunnel VPN? A) All traffic goes through the VPN B) Only selected traffic goes through the VPN C) No traffic goes through the VPN D) Traffic is encrypted without a VPN
B) Only selected traffic goes through the VPN