Questions 1-250 Flashcards

(43 cards)

1
Q

What is a “packet”?

A

A data unit for the Network Layer (layer 4) of the OSI model of computer networking. Data that is transmitted through this later is always called a packet.

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

What is a “frame”?

A

A data unit for Data Link layer (layer 2) of the OSI model of computer networking. Data that’s transmitted through this later of the network is always called a ‘frame’.

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

What is a “segment”?

A

A data unit of the Application to Transport Later (layers 6 and 7) of the OSI model of computer networking. Data transmitted through this layer of the network is always called a ‘segment’.

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

What is “same-layer interaction”?

A

Two computers use a protocol to communicate with the same network layer on another computer. A header is transmitted between the two computers to communicate what each computer wants to do.

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

What is “adjacent-layer interaction”?

A

On a single computer, one layer provides a service to a higher layer. The software implements the requests to the next lower network later to function.

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

What is a “protocol data unit (PDU”?

A

This refers to how data is encapsulated in a computer.

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

What is “encapsulation”?

A

This is the process of putting headers (and sometimes trailers) around data to indicate what layer or layers of the network the data is originating from. It is used when data is being sent by one computer from another.

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

What is “decapsulation”?

A

The process of removing headers and trailers around data to make sure it is received by a computer in a coherent form. It is used when data is received by a computer from another computer.

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

What is a “networking model”?

A

This is a general term that refers to standards that when followed by devices in a network allow all the devices within the network to communicate. Examples of these models include TCP/IP and OSI.

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

What is a “twisted pair”?

A

This is a transmission medium that consists of two insulated wires, with the wires twisted around each other in a spiral. An electrical circuit flows over the wire pair, with the current in opposite directions on each wire, which significantly reduces the interference between the two wires.

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

What is a “switched ethernet”?

A

An Ethernet that uses a switch, not a hub, so that the devices connected to one switch port don’t have to use the bandwidth available on another port. Switched Ethernet provides more capacity than shared Ethernet.

An example of this is the narrow road to a village being replaced with a series of roads for bikes, trucks, and pedestrians accordingly.

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

What is a “switch”?

A

A network device that filters, forwards, and floods Ethernet frames (aka data packets) based on the destination address.

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

What is a “straight through cable”?

A

In Ethernet, a cable that connects the wire to pin number 1, pin 2 on one end to pin 2 on the other. In general, this cable runs through the wire to connect the pins for both sending and receiving data.

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

What is “shared Ethernet”?

A

An Ethernet uses a hub, or even the original coaxial cabling (a cable that is used to transmit radio signals, but also works with Internet connections) to transmit data. This causes devices to take turns sending data because they have to share the available bandwidth along with all the other functions of the hub.

An analogy is that the Ethernet is like a two-lane road as if the road is the only way to get into a town.

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

What is “protocol type field”?

A

a field in the LAN header that identifies the type of header (aka the previous protocol used) that follows the initial LAN header.

Protocol type fields includes the DIX Ethernet Type field, the IEEE 802.2 DSAP field and the SNAP protocol field.

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

What is a “pinout”?

A

A description, either in words or pictures, of how electronic signals are transmitted through each pin and receptacle in a connector, which connects the Ethernet cord to the computer.

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

What is a “hub”?

A

A LAN device that provides a centralized connection point for LAN cabling, which focuses on repeating any received electrical signal out of all other ports, thereby creating a logical bus-tech speak for a common electrical path along which data can be sent from one computer to another computer.

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

What is “half-duplex”?

A

Any communication in which only one device at a time can send data.

19
Q

What is “classful addressing”?

A

This concept is that an IPv4 address has three parts: the network, subnet, and host. These are defined by the subnet mask and the Class A, B, and C rules for network calssification.

20
Q

What is “classless addressing”?

A

The concept that an IPv4 address has two parts: the prefix part and the host part - as defined by the mast, with no consideration of Class A, B, and C rules for network classification.

21
Q

What are “binary masks”?

A

These are a string of binary numbers (1s and 0s)s that are converted to create a specific output value. In the case of networking, this value is the subnet mask.

22
Q

What is the “Dotted Decimal Notation (DDN)”?

A

This is a presentation format for subnet masks in which 8 bits of binary numbers are converted into a decimal equivalent value.

23
Q

What is a “decimal mask”?

A

a subnet mast that is done in dotted decimal notation.

24
Q

What is a “prefix notation”?

A

The is a shorter way to write a subnet mast in which the number of binary 1s in the mask is simply written in decimal.

For instance, /24 denotes the subnet mast with 24 binary 1 bits in the subnet mask. The number of bits of value binary 1 in the mast is considered to be the perfect length.

25
What is "CIDR notation"?
This is a compact way of representing an IP address, consisting of the initial IP address and corresponding prefix notation for the subnet.
26
What is a "network"?
A collection of computers, printers, routers, switches, and other devices that can communicate with each other over some transmission medium.
27
What is a "classful network"?
This is an IPv4 Class A, B, or C network; called a classful network because these networks are defined by the class rules for IPv4 addressing.
28
What is a "network number"?
This is a number that uses dotted decimal notation like IP addresses, but the number itself represents all hosts in a single Class A, B, or C network.
29
What is a "network address"?
This is a number that uses dotted decimal notation like IP addresses, but the number itself represents all hosts in a single Class A, B, or C IP network.
30
What is a "network broadcast address"?
In IPv4, this is a special address in each classful network that can be used to broadcast a packet to all hosts in the same classful network. Numerically, the address has the same value as the network number in the network part of the address, and all 255s in the host octets - for ex 10.255.255.255 is the network broadcast address for classful network 10.0.0.0.
31
What is the "network part"?
The portion of the IPv4 address that is either 1, 2, or 3 octets/bytes long, based on whether the address is in a Class A, B, or C network.
32
What is the "host part" of a network address?
This term is used to describe a part of an IPv4 address that is used to uniquely identify a host inside a subnet. The host part is identified by the bits of value 0 in the subnet mask.
33
What is a "default mask"?
The mask used in a Class A, B, or C network that does not create any subnets; specifically, mask 255.0.0.0 for Class A networks, 255.255.0.0 for Class B networks, and 255.255.255.0 for Class C networks.
34
What is a "network"?
A collection of computers, printers, routers, switches, and other devices that can communicate with each other over some transmission medium.
35
What is a "classful network"?
An IPv3 Class A, B, or C network: it's called a classful network because these networks are defined by class rules for IPv4 addressing.
36
What are "variable length subnet masks" (VLSMs)?
This is the capability to specify a different subnet mask for the same Class A, B, or C network number on different subnets. VSLM can help optimize the amount of available addressing space.
37
What is a "subnet"?
This is a subdivision of Class A, B, or C networks, as configured or set up by a network administrator. Subnets allow a single class A, B, or C network to be used instead of multiple networks, and still allow for a large number of groups of IP addresses, as what is required for efficient IP routing. A subnet (short subnetwork) describes the specific part of a network that shares the network’s IP address but has a unique subnet address.
38
What is a "network part"?
The portion of an IPv4 address that is either 1, 2, or 3 octets/bytes long, based on whether the address is in a class A, B, or C network.
39
What is a "subnet part"?
In a subnetted IPv4 address, interpreted with classful addressing rules, one of three parts of the structure of an IP address, with the subnet part uniquely identifying different subnets of a classful IP network.
40
What is a "host part"?
A term that is used to describe the part of an IPv4 address that is used to uniquely identify a hose inside a subnet. The host part is identified by the bits of value 0 in the subnet mask.
41
What is a "public IP address"?
An IP address is part of a registered network number, so that only the organization to which the address is registered and allowed to use the address. Routers in the Internet should have routes allowing them to forward packets to all the publically registered IP Addresses.
42
What is a "private IP address"?
IP addresses in several Class A, B, and C networks that are set aside for use inside private organizations. These addresses, as defined in RFC 1918, are not routable via the Internet.
43
What is a "subnet mask"?
A 32-bit number numerically describes the format of an IP address by representing the combined network and subnet bits in the address with a mask bit value of 1, and representing the host bits in the address with mask bit values of 0. A subnet mask, however, differentiates between the portion of an IP address that refers to the subnet and the portion which refers to the host.