Chapter Three Flashcards

1
Q

Source

A

the originator of a message

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

Destination

A

the device that is the intended recipient of the message

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

Channel

A

a communication path over a medium used to transport information from a sender to a receiver. Multiple channels can be multiplexed over a single cable

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

Encoding

A

a process by which bits are represented on a medium

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

Decoding

A

to convert from one form to another

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

Encapsulation

A

the process by which a device adds networking headers and trailers to data from an application for the eventual transmission of the data onto a transmission medium

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

De-encapsulation

A

see decapsulation; a process by which an end device, after it receives data over some transmission medium, examines the headers and trailers at each successively higher layer and eventually hands the data to the correct application. Sometimes called de-encapsulation

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

Flow Control

A

the management of data flow between devices in a network. It is used to prevent too much data from arriving before a device can handle it, causing data overflow

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

Response Timeout

A

the amount of time a service waits on a response before taking some action. A protocol defines how long a service waits and what action is taken if a response timeout occurs.

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

Access Method

A

a set of rules used by LAN hardware to direct traffic on the network. It determines which host or device uses the LAN next

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

Protocol

A

a written specification that defines what tasks a service or device should perform. Each protocol defines messages, often in the form of headers, plus the rules and processes by which the messages are used to achieve some state purpose

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

Unicast

A

a type of message sent to a single network destination

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

Broadcast

A

a form of transmission in which one device transmits to all devices within the network or on another network

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

Multicast

A

a message sent to selected hosts that are part of a group. A single packet is copied by the network and sent to a specific subset of network addresses. These addresses are specified in the destination address field

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

Protocol Suite

A

a delineation of networking protocols and standards into different categories, called layers, along with definitions of which sets of standards and protocols need to be implements to create products that can be used to create a working network

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

Reference Model

A

a conceptual framework to help understand and implement the relationships between various protocols

15
Q

Protocol Data Unit (PDU

A

– a generic term that refers to the data, headers, and trailers, about which a particular networking layer is concerned

15
Q

Segmentation

A

in TCP, the process of breaking a large chunk of fata into small enough pieces to fit within a TCP segment without breaking any rules about the maximum amount of data allowed in a segment

16
Q

Multiplexing

A

a process in which multiple digital data streams are combined into one signal

17
Q

Ethernet

A

a baseband LAN specification invented by Xerox Corporation and developed jointly by Xerox, Intel, and Digital Equipment Corporation. Ethernet networks use CSMA/CD and run over a variety of cable types at 10 Mbps. Ethernet is similar to the IEEE 802.3 series

18
Q

Default Gateway

A

a device on a network that serves as an access point to other networks. A default gateway is used by a host to forward IP packets that have destination addresses outside the local subnet. A router interface is typically used as the default gateway. When a computer needs to send a packet to another subset, it sends the packet to its default gateway—also known as the default router

19
Q

Which of the following are standards organizations?
a. IANA
b. TCP/IP
c. IEEE
d. IETF
e. OSI
f. MAC

A

A, C, and D. IANA, IEEE, and IETF are standards organzations. TCP/IP and OSI are protocol suites and models, and MAC is a sublayer for LANs and WLANs

20
Q

What type of communication sends a message to all devices on a local area network?
a. broadcast
b. multicast
c. unicast
d. allcast

A

A. Broadcast communication is used to send a message to all devices in a LAN, it is on-to-all communication, and multicast is for one-to-group communication. Allcast is not a type of communicaion.

21
Q

In computer communication, what is the purpose of message encoding?
a. to convert information to the appropriate form for transmission
b. to interpret information
c. to break large messages into smaller frames
d. to negotiate correct timing for successful communications

A

A. encoding is the process of converting information into another acceptable form for transmission.

22
Q

Which message delivery option is used when all devices need to receive the same message simultaneously?
a. duplex
b. unicast
c. multicast
d. broadcast

A

D. Broadcast communication is used to send a message to all devices in a LAN; it is one-to-all communications. Unicast is one-to-one communication, and multicast is one-to-group communication.

23
Q

What are two benefits of using a layered-network model? (choose two)
a. it assists in protocol design
b. it speeds up packet delivery
c. it prevents designers from creating their own model
d. it prevents technology in one layer from affecting other layers
e. it ensures that adevice at one layer can function at the next higher layer

A

A and D. One benefit of a layered model is assisting in protocol design because protocols that operate at a specific layer have defined information that they act upon and a defined interface to the layers above and below. Another benefit is preventing technology or capability changes in one layer from affecting other layers above and below.

24
Q

What is the protocols in data communications?
a. specifying the bandwidth of the channel or medium for each type of communication
b. specifying the device operating systems that will support the communication
c. providing the rules required for a specific type of communication to occur
d. dictating the content of a message sent during communication

A

C. protocols are the rules that govern communications

25
Q

Which logical address is used for delivery of data to a remote network?
a. desination of MAC address
b. desination of IP address
c. destination port number
d. source MAC address
e. source IP address

A

B. IP addressing is used to deliver data to a device on the same network and to devices on other networks. The destination IP address is the ultimate destination of the message

26
Q

What is the general term that is used to describe a piece of data at any layer of a networking model?
a. frame
b. packet
c. protocol data unit
d. segment

A

C. the term protocol data unit (PDU) is used to describe data at different layers of a networking model. For example, a frame is the PDU used at Layer 2 of the OSI model

27
Q

What two protocols function at the internet layer? (choose two)
a. POP
b. BOOTP
c. ICMP
d. IP
e. Ethernet

A

C and D. ICMP and IP are protocols at the internet layer of the TCP?IP model. POP and BOOTP are application layer protocols, and Ethernet is an access layer protocol.

28
Q

Which layer of the OSI model defines services to segment and reassemble data for individual communications between end devices?
a. application
b. presentation
c. session
d. transport
e. network

A

D. the transport layer is responsible for segmenting data when transmitted and reassembling data when it is received

29
Q

Which type of communication sends a message to a group of host destinations simultaneously?
a. broadcast
b. multicast
c. unicast
d. anycast

A

B. multicast is one-to-group communication, Broadcast is one-to-all communication, and unicast is one-to-one communication.

30
Q

What process is used to receive transmitted data and convert it into a readable message?
a. access control
b. decoding
c. encapsulation
d. flow control

A

B. encoding is the process of converting information into another acceptable form for transmission. Decoding reverses this process to interpret the information.

31
Q

What is done to an IP packet before it is transmitted over the physical medium?
a. it is tagged with information, guaranteeing reliable delivery
b. it is segmented into smaller individual pieces
c. it is encapsulated into a TCP segment
d. it is encapsulated in a Layer 2 frame

A

D. an IP packet is encapsulated in an Layer 2 frame to be transmitted over the physical medium. Layer 2 is for NIC-to-NIC, communication on the same network

32
Q

What process is used to place one message inside another message for transfer from a source to a destination?
a. access control
b. decoding
c. encapsulation
d. flow control

A

C. encapsulation is the process of prepending the proper protocol header a the next, lower layer

33
Q

A web client is sending a request for a web page to a web server. From the perspective of the client, what is the correct order of the protocol stack that is used to prepare the request for transmission?
a. HTTP, IP, TCP, Ethernet
b. HTTP, TCP, IP, Ethernet
c. Ethernet, TCP, IP, and HTTP
d. Ethernet, IP, TCP, HTTP

A

B. to request a web page from a server, the web client prepares the HTTP request, then encapsulates it in a TCP header, then encapsulates it in an IP header, and finally encapsulates it in an Ethernet header and trailer