Networking Flashcards

1
Q

Set of rules (protocol) governing data packet movement across networks, ensuring all connected devices “speak the same language.”

A

Internet Protocol (IP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two common types of network configurations for the Internet Protocol (IP)?

A

IPv4 and IPv6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

32-bit number used to distinguish the network portion from the host portion of an IP address.

A

Subnet mask

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What process is known for automatically assigning an IP address any time a device connects to a network?

A

Dynamic Host Configuration Protocol (DHCP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What process assigns IP addresses that expire after a set amount of time, pulling from a public pool of available IP addresses?

A

Dynamic Host Configuration Protocol (DHCP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What process on a device assigns a private IP address when a DHCP server is unavailable?

A

Automatic Private IP Addressing (APIPA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What process can automatically assign an IP address but only communicate on a local network and not the outside world?

A

Automatic Private IP Addressing (APIPA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What process translates domains and web addresses into IP addresses?

A

Domain Name System (DNS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the name of the device located at the boundary of a network that is used to transfer communication between a local network and the internet?

A

Gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the two protocols whose purpose is to facilitate sending information from one device to another?

A

Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What protocol has a primary purpose of reliability and establishing a connection (guaranteeing the correct data is transmitted) but is slower in transmitting data?

A

Transmission Control Protocol (TCP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What protocol is a connectionless protocol where data is continuously sent to a recipient but there is no error checking or validation (resulting in quicker transmission of data)?

A

User Datagram Protocol (UDP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which protocol is better used for real-time broadcasting or playing non-local multiplayer videogames?

A

User Datagram Protocol (UDP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which protocol is better for sending images, data files, web pages, and emails?

A

Transmissions Control Protocol (TCP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the name of a software endpoint used by a specific process or application for communication?

A

Network Port

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

List some examples of network ports

A
  • HTTP (web): TCP 80
  • HTTPS (secure web): TCP 443
  • FTP (file transfer): TCP 20, 21
  • SSH (secure remote - access): TCP 22
17
Q

Connecting devices to share resources and communicate, enabling internet access

A

Networking

18
Q

Why is networking crucial in modern life?

A

Connects various devices (computers, smartphones, even thermostats) to the internet, facilitating communication and data sharing globally.

19
Q

What hardware devices are commonly found in a network?

A
  • Routers
  • Switches
  • Wireless access points
  • Servers (DNS, DHCP).
20
Q

What is an IP address?

A

A unique logical numeric address assigned to every device on a network for identification.

21
Q

Non-routable addresses (e.g., starting with 10., 172.16., 192.168.) used within local networks, remapped to public IPs by routers.

A

What are private IP addresses?

22
Q

How are IPv6 addresses shortened?

A
  • Leading zeros omitted
  • Consecutive zero blocks replaced with a double colon (::).
23
Q

Device managing data flow in and out of a network, typically the router in home networks.

A

Gateway