Chapter 1: Introduction Flashcards
Data communication depends on what four characteristics?
- Delivery
- Accuracy
- Timeliness
- Jitter
What does Delivery mean?
That data is delivered to the intended device, and ONLY to that intended device.
What does Accuracy mean?
That data is delivered as it was intended.
What does Timeliness mean?
That data is delivered at the correct time and without significant delay.
What does Jitter mean?
That data is sent AND received at same rate.
What are the five components of data communication?
- Message
- Sender
- Receiver
- Medium
- Protocol
What are the three types of Data Flow systems?
- Simplex
- Half-Duplex
- Full-Duplex
What is Simplex?
A data flow system in which data is sent in only one direction, from sender to receiver. The channel’s entire capacity is used to transmit data.
Exs: monitor, keyboard.
What is Half-Duplex?
A data flow system in which data flows bidirectionally but NOT simultaneously. The channel’s entire capacity is used to transmit data.
Ex: walkie-talkies.
What is Full-Duplex?
A data flow system in which data flows bidirectionally AND simultaneously. The channel’s capacity is divided into send and receive streams.
Ex: telephone systems.
What are the three criteria that a successful network must have?
- Performance
- Reliability
- Security
How is network Performance primarily measured?
Throughput: the amount of data that goes through a network in a given amount of time. Usually measured in bits-per-second.
Delay / Latency: the amount of time it takes data to travel from sender to receiver.
How is network Security primarily measured?
- Protecting data from unauthorized access.
- Protecting data from damage.
- Policies and procedures for recovering from data breaches and losses.
How is network Reliability primarily measured?
- Frequency of failure.
- Time to recover from failure.
- Network robustness during catastrophe.
What are the four network topologies?
- Mesh
- Star
- Bus
- Ring
What is a Mesh Topology? Advantages and disadvantages?
Every device on network has dedicated connection to every other device.
Advantages: secure, robust, reliable, and fast.
Disadvantages: difficult to expand, lots of cabling, expensive.
What is a Star Topology? What are its advantages and disadvantages?
All devices are connected to a central hub, which mediates data flow.
Advantages: only one I/O port per machine, robust, easy to add and remove nodes, easy to identify problems.
Disadvantages: single point of failure.
What is a Bus Topology? What are its advantages and disadvantages?
There is one cable, called the backbone, to which all other devices are connected via a drop line and tap.
Advantages: little cabling, easy to installation.
Disadvantages: Difficult to add new devices, difficult to pinpoint where failure occurs, taps can affect signal quality, backbone is single point of failure.