COSC 85 | Midterms Flashcards
it refers to the transmission of digital data between two or more computers.
data communications
it refers to information presented in whatever form is agreed upon by the parties creating and using the data.
data
means communication at a distance.
telecommunication
Fundamental Characteristics of a data communication system
delivery
accuracy
timeliness
jitter
The system must deliver data to the correct destination. Data must be received by the intended device or user and only by that device or user.
delivery
The system must deliver the data accurately. Data that have been altered in transmission and left uncorrected are unusable.
accuracy
The system must deliver data in a timely manner. Data delivered late are useless.
timeliness
refers to the variation in the packet arrival time. It is the uneven delay in the delivery of audio or video packets.
jitter
components of data communication
message
sender
receiver
transmission medium
protocol
is the information (data) to be communicated. It can be text, numbers, pictures, audio, video, etc.
message
is the device that sends the data message. It can be a computer, workstation, telephone handset, video camera, etc.
sender
the device that receives the message. It can be a computer, workstation, telephone handset, television, etc.
receiver
is the physical path by which a message travels from sender to receiver. Examples are twisted-pair wire, coaxial cable, fiber-optic cable, radio waves, etc.
transmission medium
is a set of rules that govern data communications. It represents an agreement between the communicating devices.
protocol
data flows
simplex
half-duplex
full-duplex
the communication is unidirectional. Only one of the two devices on a link can transmit; other can only receive.
simplex
each station can both transmit and receive, but not at the same time. When one device is sending, the other can only receive, and vice versa.
half-duplex
both stations can transmit and receive simultaneously.
full-duplex
a set of devices connected by communication links.
network
it can be a computer, printer, or any other device capable of sending and/or receiving data generated by other nodes on the network.
node
is where task is divided among multiple computers.
distributed processing
network criteria
performance
reliability
security
performance can be measured in many ways
transit time and response time
is the amount of time required for a message to travel from one device to another.
transit time
is the elapsed time between an inquiry and a response.
response time
a set of rules that govern data communications. it defines what is communicated, how it is communicated, and when it is communicated. The key elements of it are syntax, semantics, and timing.
protocol
the structure or format of the data, meaning the order in which they are presented.
syntax
meaning of each section of bits
semantics
refers to two characteristics, when data should be sent and how fast they can be sent.
timing
are essential in creating and maintaining an open and
competitive market for equipment manufacturers and guaranteeing national and international interoperability of data and telecommunications technology and processes.
standards
Data communication standards fall into two categories:
de facto (by fact)
de jure (by law)
standards that have not been approved by an organized body but have been adopted as standards through widespread use.
de facto (by fact)
those standards that have been legislated by an officially recognized body.
de jure (by law)
physical structures
point-to-point
multipoint
provides a dedicated link between two devices.
point-to-point
its connection is one in which more than two specific devices share a single link.
multipoint
is the physical and logical relationship of nodes in a network. It is the schematic description of a network arrangement, connecting various nodes through lines of connection.
network topology
means placement of various nodes.
physical
means it deals with the data flow in the network
logical
types of topologies
mesh
star
bus
ring
hybrid
every device has a dedicated point-to-point link to every other device.
mesh topology
Mesh has ___ physical channels to link n devices.
n(n − 1)/2
types of mesh topology
partial mesh topology
full mesh topology
some of the nodes are connected but only with fewer connections for the same number of nodes.
partial mesh topology
every node connects to every other node.
full mesh topology