Chapter Three Flashcards
Source
the originator of a message
Destination
the device that is the intended recipient of the message
Channel
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
Encoding
a process by which bits are represented on a medium
Decoding
to convert from one form to another
Encapsulation
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
De-encapsulation
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
Flow Control
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
Response Timeout
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.
Access Method
a set of rules used by LAN hardware to direct traffic on the network. It determines which host or device uses the LAN next
Protocol
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
Unicast
a type of message sent to a single network destination
Broadcast
a form of transmission in which one device transmits to all devices within the network or on another network
Multicast
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
Protocol Suite
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
Reference Model
a conceptual framework to help understand and implement the relationships between various protocols
Protocol Data Unit (PDU
– a generic term that refers to the data, headers, and trailers, about which a particular networking layer is concerned
Segmentation
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
Multiplexing
a process in which multiple digital data streams are combined into one signal
Ethernet
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
Default Gateway
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
Which of the following are standards organizations?
a. IANA
b. TCP/IP
c. IEEE
d. IETF
e. OSI
f. MAC
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
What type of communication sends a message to all devices on a local area network?
a. broadcast
b. multicast
c. unicast
d. allcast
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.
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. encoding is the process of converting information into another acceptable form for transmission.