Chapter 1 Flashcards

1
Q

The general topic of how on one computer, two adjacent layers in a networking architectural model work together, with the lower layer providing services to the higher layer.

A

Adjacent-layer interaction

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

On a computer that receives data over a network, the process in which the device interprets the lower-layer headers and, when finished with each other, removes the header, revealing the next-higher layer PDU

A

de-encapsulation

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

The placement of data from a higher-layer protocol behind the header (and in some cases, between a header and trailer) of the next-lower-layer protocol. For example, an IP packet could be encapsulated in an Ethernet header and trailer before being sent over an Ethernet.

A

Encapsulation

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

A term referring to a data link header and trailer, plus the data encapsulated between the header and trailer.

A

Frame

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

A generic term referring to any set of protocols and standards collected into a comprehensive grouping that, when followed by the devices in a network, allows all the devices to communicate. Examples include TCP/IP and OSI.

A

Networking model

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

A logical grouping of bytes that includes the network layer header and encapsulated data, but specifically does not include and headers and trailers below the network layer.

A

Packet

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

A generic term referring to the header defined by some layer of a networking model, and the data encapsulated by the header (and possibly trailer) of that layer, but specifically not including any lower-layer headers and trailers.

A

Protocol data unit (PDU)

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

The communication between two networking devices for the purposes of the functions defined at a particular layer of a networking model, with that communication happening by using a header defined by that layer of the model. The two devices set values in the header, send the header and encapsulated data, with the receiving devices interpreting the header to decide what action to take.

A

Same-layer interaction

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

In TCP, a term used to describe a TCP header and its encapsulated data (also called an L4PDU). Also in TCP, the process of accepting a large chunk of data from the application layer and breaking it into smaller pieces that fit into TCP segments. In Ethernet, a segment is either a single Ethernet cable or a single collision domain (no matter how many cables are used).

A

Segment

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

What type of network is created by a corporation or enterprise?

A

Enterprise Network

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

What are small networks at home for business purposes?

A

Small office/home office network (SOHO)

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

A comprehensive set of documents that defines how a computer works.

A

Networking model

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

Logical set of rules devices must follow to communicate

A

Protocol

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

What organization in the late 1970’s created the Open Systems Interface (OSI)

A

International Organization for Standardization (OSI)

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

The OSI was developed to reduce _____ and aid _____ and to standardize data networking protocols to allow communication between all computers.

A

Complexity;

Competition

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

What networking model did the DoD create that was less-formal than OSI and is the prevailing model today?

A

TCP/IP (Transmission-Control Protocol/Internet Protocol

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

What institute defines Ethernet standards?

A

Institute of Electrical and Electronic Engineers (IEEE)

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

What are the layers of the old TCP/IP model?

A

Application; Transport; Internet; Link

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

What protocol provides services to the software running on the computer?

A

Application

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

Does the application layer define the application itself or the services the application needs?

A

Services the application needs

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

What protocol defines how web browsers can pull the contents of a web page from a web server?

A

Hypertext transfer protocol (HTTP)

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

What are the documents referred to that define protocols?

A

Requests for Comments (RFC)

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

What is the most popular TCP/IP application today?

A

Web Browser

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

What layer provides an interface between software running on a computer and the network itself?

A

Application layer

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

If Bob wants to get a web page from Larry, what does Bob need to attach with the data, which essentially are used to put information used by the protocol?

A

Header

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

In response to Bob’s webpage request, Larry would send back a return code of “200.” What defines other return codes so the server can tell the web browser if the request worked?

A

HTTP

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

Once Larry sent the first message (“200”), what would the second message include?

A

The first part of the requested file

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

HTTP transfers data by sending _____ _____.

A

multiple messages

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

To not waste space, what do additional messages omit?

A

header

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

What are the most common protocols of the transport layer?

A

TCP (Transmission Control Protocol)

UDP (User Datagram Protocol)

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

What layer does the transport layer provide a service to?

A

application layer

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

TCP provides _____ recovery to the application layer.

A

error

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

What does TCP use to notice lost data and subsequently asks the sender to try again?

A

Acknowledgements

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

Web server Larry sends a web page to web browser Bob using three separate messages, what is the term used to describe each of these separate messages?

A

Segments

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

Once Bob receives the three separate web browser messages, it then _____ the HTTP header into a segment with an added TCP header.

A

encapsulates

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

In the three messages received by Bob from Larry, the TCP header shows a sequence with each message. If Bob receives segment 1 and 3 but not 2, TCP logic causes Bob to do what?

A

Send TCP segment back asking for segment 2

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

Layers in a networking model on the same computer working together, with the layer below providing a service to the layer above.

A

Adjacent-layer interaction

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

When a particular layer on one computer communicates with the same layer on another computer. Both computers use headers to hold the information they want to communicate.

A

Same-layer interaction

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

In the TCP segments sent by the web server (Larry) to web browser (Bob), why did Larry use sequence numbers 1, 2, and 3?

A

So Bob would know if a segment didn’t arrive

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

If Larry’s (web server) TCP process creates the TCP header with the sequence number, what does Bob’s (web browser) TCP process do?

A

Receives and reacts to it

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

What is the major protocol of the Network Layer?

A

Internet Protocol (IP)

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

IP has several features but most importantly, what is IP responsible for?

A

addressing and routing

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

Do upper layers work differently when they are separated by the Internet as opposed to being on the same LAN?

44
Q

The TCP/IP _____ and _____ layers are similar to a person sending letters through the postal service.

The (upper/lower) layers are similar to the postal service delivering the mail to the correct destination.

A

application; transport

Lower

45
Q

The (upper/lower) layers are responsible for the physical network because they must choose how to best deliver data from one host to another.

46
Q

The network layer protocol defines that each host computer should have a different address, like the post office defines unique addresses for each residence.

A

Internet Protocol (IP)

47
Q

What layer defines the details of how a network infrastructure should be created so it can deliver data to all computers in the network?

48
Q

In order to be defined in the network, every device that uses TCP/IP needs to have a unique _____ address so it can be defined in the network

49
Q

What protocol defines how to group addresses together, just like the post office does with zip codes?

A

Internet Protocol (IP)

50
Q

_____ connect the parts of the TCP/IP network together for the purposes of forwarding IP packets to the correct destination similar to the work done by each post office site.

51
Q

When routers receive packets, what do they use to make a decision on where the packet needs to be forwarded to next?

A

IP address

52
Q

What is the term used to describe any device with an IP address that can connect to the TCP/IP network and send packets?

53
Q

What kind of header does the Network layer encapsulate the HTTP header and TCP header in?

54
Q

An IP header includes a _____ IP address and a _____ IP address.

A

source; destination

55
Q

When the IP process chooses to send a packet to another router does it expect that the router will know how to forward the packet?

56
Q

When the receiving router receives a packet, what address does it look at and compare to its known IP routes?

A

destination

57
Q

The TCP/IP model’s original _____ layer defines protocols and hardware required to deliver data across some physical network.

58
Q

What term is used to describe the physical connection between two devices and the protocols used to control those links?

59
Q

What layer does the Link Layer provide a service to?

60
Q

In the Link Layer, the IP packet is encapsulated into a/an _____ header and trailer.

61
Q

How are the bits of an Ethernet frame physically transmitted over an Ethernet cable using _____.

A

electricity

62
Q

Once a router receives the electrical signal over a cable, it _____ the same bits by interpreting the meaning of the signals.

A

re-creates

63
Q

When an IP host receives and Ethernet frame, what does it remove and discard first?

A

Ethernet header and trailer

64
Q

When Ethernet frames are sent between hosts and each link-layer processes have worked together to deliver the packet, what type of interaction is used?

A

same-layer

65
Q

The Link Layer has a (small/large) number of protocols.

66
Q

The _____ layer has two distinct functions; Functions related to the physical transmission of data, plus the protocols and rules that control the use of physical media.

67
Q

How many layers does the OSI model have?

68
Q

Layers 5-7 of the OSI model are similar to what layer/s of the TCP/IP model?

A

Application

69
Q

In the newer TCP/IP model, what layer numbers are similar to OSI layers 1-4?

70
Q

Layer 1 of the newer TCP/IP model

71
Q

Layer 2 of the newer TCP/IP model

72
Q

Layer 3 of the newer TCP/IP model

73
Q

Layer 4 of the newer TCP/IP model

74
Q

Layer 5 of the newer TCP/IP model

A

Application

75
Q

Layer 5 of the OSI model

76
Q

Layer 6 of the OSI model

A

Presentation

77
Q

Layer 7 of the OSI model

A

Application

78
Q

A LAN switch is commonly referred to as a “layer _____ switch.”

79
Q

What layer of the OSI model provides interface from application to network?

A

Application (7)

80
Q

In the OSI model, what layer defines the characteristics of the transmission medium including connectors, pins, use of pins, electrical currents, encoding, and light modulation.

A

Physical (1)

81
Q

What layer of the OSI model provides methods to group multiple bidirectional messages into a workflow for easier management?

A

Sessions (5)

82
Q

What layer of the OSI model defines logical addressing, routing, and routing protocols used to learn routes?

A

Network (3)

83
Q

What layer of the OSI model negotiates data formats such as ASCII text or images like JPEG?

A

Presentation (6)

84
Q

What layer of the OSI model focuses on data delivery between two endpoint hosts (error recovery)?

A

Transport (4)

85
Q

What layer or the OSI model defines protocols for delivering data over the physical network?

A

Data link layer (2)

86
Q

Are network devices capable of understanding the protocols at multiple OSI layers?

87
Q

Telnet and HTTP are protocols and specifications for what layer?

A

Application

88
Q

SNMP, VoIP, and POP3 are protocols and specifications for what layer?

A

Application

89
Q

FTP and SMTP are protocols and specifications for what layer?

A

Application

90
Q

TCP and UDP fall under what TCP/IP layer?

91
Q

What layer does HDLC fall under?

92
Q

What layer does RJ-45 fall under?

93
Q

One benefit of a layered approach that allows one vendor to write software that implements higher layers and another that can implement lower layers.

A

modular engineering

94
Q

One benefit of a layered approach is that it utilizes same network standards to ensure that computers/network gear can work in the same network.

A

multi-vendor interoperability

95
Q

Another benefit of a layers approach is that it is easier to _____, allowing easier program changes and faster product development.

96
Q

The layered approach makes it easier to _____ because it makes it easier to discuss the many details or a protocol specification.

97
Q

Another benefit of a layered approach are _____ _____ which allow multiple vendors to create products that fill a particular role.

A

standard interfaces

98
Q

The layered approach makes it less _____ by breaking concepts into smaller parts.

99
Q

Instead of using the term frame, packet, or segment, what generic term does OSI use for messages?

A

Protocol Data Unit (PDU)

100
Q

Which of the following protocols are examples of TCP/IP transport layer protocols (Choose 2)

a. Ethernet
b. HTTP
c. IP
d. UDP
e. SMTP
f. TCP

A

UDP and TCP

101
Q

Which of the following protocols are examples of TCP/IP data link layer protocols (Choose 2)

a. Ethernet
b. HTTP
c. IP
d. UDP
e. SMTP
f. TCP
g. PPP

A

Ethernet and PPP

102
Q

The process of HTTP asking TCP to send some data and making sure that it is received correctly is an example of what?

A

Adjacent-layer interaction

103
Q

The process of a web server adding a TCP header to the contents of a web page, followed by adding an IP header and then adding a data link header and trailer, is an example of what?

A

Data encapsulation

104
Q

Which of the following terms is used specifically to identify the entity created when encapsulating data inside data link layer headers and trailers?

105
Q

Which OSI layer defines the functions of logical network-wide addressing and routing?

106
Q

The process of TCP on one computer marking a TCP segment as segment 1, and the receiving computer then acknowledging the receipt of TCP segment 1 is an example of what?

A

Same-layer interaction