COSC 85 | Midterms Flashcards

(113 cards)

1
Q

it refers to the transmission of digital data between two or more computers.

A

data communications

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

it refers to information presented in whatever form is agreed upon by the parties creating and using the data.

A

data

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

means communication at a distance.

A

telecommunication

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

Fundamental Characteristics of a data communication system

A

delivery
accuracy
timeliness
jitter

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

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.

A

delivery

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

The system must deliver the data accurately. Data that have been altered in transmission and left uncorrected are unusable.

A

accuracy

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

The system must deliver data in a timely manner. Data delivered late are useless.

A

timeliness

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

refers to the variation in the packet arrival time. It is the uneven delay in the delivery of audio or video packets.

A

jitter

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

components of data communication

A

message
sender
receiver
transmission medium
protocol

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

is the information (data) to be communicated. It can be text, numbers, pictures, audio, video, etc.

A

message

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

is the device that sends the data message. It can be a computer, workstation, telephone handset, video camera, etc.

A

sender

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

the device that receives the message. It can be a computer, workstation, telephone handset, television, etc.

A

receiver

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

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.

A

transmission medium

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

is a set of rules that govern data communications. It represents an agreement between the communicating devices.

A

protocol

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

data flows

A

simplex
half-duplex
full-duplex

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

the communication is unidirectional. Only one of the two devices on a link can transmit; other can only receive.

A

simplex

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

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.

A

half-duplex

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

both stations can transmit and receive simultaneously.

A

full-duplex

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

a set of devices connected by communication links.

A

network

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

it can be a computer, printer, or any other device capable of sending and/or receiving data generated by other nodes on the network.

A

node

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

is where task is divided among multiple computers.

A

distributed processing

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

network criteria

A

performance
reliability
security

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

performance can be measured in many ways

A

transit time and response time

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

is the amount of time required for a message to travel from one device to another.

A

transit time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
is the elapsed time between an inquiry and a response.
response time
26
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
27
the structure or format of the data, meaning the order in which they are presented.
syntax
28
meaning of each section of bits
semantics
29
refers to two characteristics, when data should be sent and how fast they can be sent.
timing
30
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
31
Data communication standards fall into two categories:
de facto (by fact) de jure (by law)
32
standards that have not been approved by an organized body but have been adopted as standards through widespread use.
de facto (by fact)
33
those standards that have been legislated by an officially recognized body.
de jure (by law)
34
physical structures
point-to-point multipoint
35
provides a dedicated link between two devices.
point-to-point
36
its connection is one in which more than two specific devices share a single link.
multipoint
37
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
38
means placement of various nodes.
physical
39
means it deals with the data flow in the network
logical
40
types of topologies
mesh star bus ring hybrid
41
every device has a dedicated point-to-point link to every other device.
mesh topology
42
Mesh has ___ physical channels to link n devices.
n(n − 1)/2
43
types of mesh topology
partial mesh topology full mesh topology
44
some of the nodes are connected but only with fewer connections for the same number of nodes.
partial mesh topology
45
every node connects to every other node.
full mesh topology
46
each device has a dedicated point-to-point link only to a central controller, usually called a hub or a switch.
star topology
47
every node is attached to one shared bus cable. * Transmits data only in one direction * Every device is connected to a single cable.
bus topology
48
each device has a dedicated point-to-point connection with only the two devices on either side of it. * Data is transferred in a sequential manner that is bit by bit. Data transmitted has to pass through each node of the network, till the destination node.
ring topology
49
is a mixture of two different types of topologies. * Inherits the advantages and disadvantages of the topologies included * Combination of two or more topologies
hybrid topology
50
category of networks
local area network (LAN) wide area network (WAN) metropolitan area network (MAN)
51
a group of computers connected to each other in a small area. * Less costly as it is built with inexpensive hardware such as hubs, network adapters, Ethernet cables, etc. * Faster data transfer. * High Security
local area network (LAN)
52
a network that extends over a large geographical area such as states or countries. * Spans over a large geographical area through telephone line, Fiber optic cable, or satellite links.
wide area networks (WAN)
53
a network with a size between LAN and WAN. * Normally covers the area inside a town or a city. * Government agencies use MAN to connect the citizens and private industries.
metropolitan area networks (MAN)
54
it is a conceptual framework used to describe the functions of a networking system
OSI Model or Open Systems Interconnection
55
OSI Model uses _____ to give visual description of what is going on with a particular networking system
layers
56
7 layers of OSI
Physical Data Link Network Transport Session Presentation Application
57
End User layer (HTTP, FTP, IRC, SSH, DNS)
Application
58
Syntax layer (SSL, SSH, IMAP, FTP, MPEG, JPEG)
Presentation
59
Synch and send to port (API's, Sockets, WinSock)
Session
60
End-to-end connections (TCP, UDP)
Transport
61
Packets (IP, ICMP, IPSec, IGMP)
Network
62
Frames (Ethernet, PPP, Switch, Bridge)
Data Link
63
Physical Structure (Coax, Fiber, Wireless, Hubs, Repeaters)
Physical
64
it was established in 1947, dedicate to worldwide agreement on international Standards
International Standards Organization
65
International Standards Organization (ISO) was established in ____
1947
66
An ISO standard that covers all aspects of network communication is the _____
Open Systems Interconnection Model (OSI)
67
Open Systems Interconnection Model was first introduced in the late ______
1970s
68
it is used by Network Applications
Application layer
69
it enables the user to access the network. It provides user interfaces and support for services
Application layer
70
Network services of Application layer
File Transfer – FTP (File Transfer Protocol) Web Surfing – HTTP/S (Hypertext Transfer Protocol) Emails – SMTP (Simple Mail Transfer Protocol) Virtual Terminals – TELNET
71
it receives data from applications layer. These data are in the form of numbers or characters.
Presentation layer
72
it is concerned with the syntax and semantics of the information exchanged between two systems
Presentation layer
73
it converts data to binary format for the machine to understand
Translation
74
it reduces the number of bits that are used to represent the original data
data compression
75
it enhances the security of the data
encryption
76
it is used in the encryption and decryption of the data
Secure Sockets Layer (SSL)
77
it helps in setting up and managing connection enabling sending and receiving of data followed by termination of connections or sessions
Session layer
78
it keeps track of the files being downloaded
Session layer
79
the session layer allows a process to add checkpoints, or synchronization points, to a stream of data
Synchronization
80
it allows the communication between two processes to take place in either half-duplex or full-duplex mode
Dialog control
81
a process of verifying the user
authentication
82
a process used by server to determine if the user have the permission to access a file or a site
authorization
83
it is responsible for process-to-process delivery of the entire message
Transport layer
84
it provides enhancements to the services of the network layer. Its main tasks are to ensure that data sent from one computer arrives reliably, in the correct sequence and without errors at the receiving computer
Transport layer
85
data received from session layer is divided into small data units called
segmentation segments
86
data received from session layer is divided into small data units called ____
segments
87
Each segments contains a ____ and ____
source and destination port and sequence number
88
In _____, transport layer controls the amount of data transmitted to a level that the receiver can process
Flow Control
89
In ____, if some data units never arrive the destination, transport layer uses Automatic Repeat Request schemes to retransmit the lost or corrupted data
Error Control
90
2 protocols in transport layer
Transmission Control Protocol User Datagram Protocol
91
* Connection-Oriented Transmission * Gives feedback, therefore data that is lost can be retransmitted. * Internet surfing, Emails, FTP, etc.
Transmission Control Protocol
92
* Connectionless Transmission * No Feedback whether data is really delivered or not * Streaming, Music, Gaming, Voice calls, DNS, etc.
User Datagram Protocol
93
it works for the transmission of received data segment from one computer to another located in different networks
network layer
94
IP addressing (IPv4 or IPv6) is done in network layer
logical addressing
95
it is a method of moving data packet from source to its destination. It is based on the logical address format of the logical addressing
routing
96
it is a method which choosing the best possible path for data delivery from source to destination
path determination
97
it receives packet from network layer which contains IP addresses of sender and receiver
data link layer
98
two kinds of addressing
logical addressing physical addressing
99
it is done at network layer where sender and receiver’s IP Addresses are assigned to each data packet
logical addressing
100
it is done at data link layer where MAC addresses of both devices are assigned to receive the data packet
physical addressing
101
the data link layer divides the stream of bits received from the network layer into manageable data units called frames
framing
102
the data link layer divides the stream of bits received from the network layer into manageable data units called ____
frames
103
the data link layer imposes a flow control mechanism to avoid overwhelming the receiver
flow control
104
adding mechanism to detect and retransmit damaged or lost frames
error control
105
data link protocols are necessary to determine which device has control over the link at any given time
access control
106
it converts the binaries into signals (either electrical, radio or optical)
physical layer
107
it defines the interface between the device and the transmission medium. It also defines the type of transmission medium.
physical layer
108
its data consists of a stream of bits with no interpretation. To be transmitted, bits must be encoded into signals, electrical or optical
physical layer
109
the physical layer defines the duration of a bit, which is how long it lasts
data rate
110
the sender and the receiver clocks must be synchronized
synchronization of bits
111
concerned with the connection of devices to the media
line configuration
112
it defines how devices are connected to make a network
physical topology
113
it defines the direction of transmission between two devices
transmission mode