Test 1 Study Guide Flashcards
What are the characteristics of a data communications system?
Delivery: The system must deliver data to the correct destination.
Accuracy: The system must transfer the data accurately, unaltered.
Timeliness: The data must arrive in a timely manner.
Jitter: There must be little jitter, that is, variations in packet arrival time.
What is simplex communication?
Simplex communication is when one “station” can send and the other can receive, but not the other way around. This is very rare nowadays, but it might be like how a mouse works with a computer.
What is half-duplex communication?
Half-duplex communication is when each station can send and receive, but not at the same time.
What is full duplex communication?
Full duplex communication is when both stations can send and receive at the same time.
What are the criteria for defining a network?
Performance, reliability, and security.
What are the main topologies?
Mesh topology
Star topology
Bus topology
Ring topology
What is a mesh topology?
In a mesh topology, ever device has a dedicated point-to-point link to every other device.
What is the star topology?
The star topology is where each device needs only one link and one I/O port to connect it to any others, generally using a hub.
What is the bus topology?
The bus topology uses one central line as a “backbone”, and then has nodes branching off of it using drop lines and taps.
What is the ring topology?
The ring topology has it so that each device connects to only two other devices, using dedicated point-to-point systems.
What are the layers of the TCP/IP model? Give an example of each.
Application - HTTP/FTP Transport - TCP/UDP Network - The Internet, Internet Protocol (IP), grouping of routers. DCHP Data Link - Routers, Link Layer Switch Physical - Cabling
What are the layers of the OSI model?
Application Presentation Session Transport Network Data Link Physical
How does the OSI model relate to the TCP/IP model?
In TCP/IP, the top three layers of OSI are combined; that is, application, presentation, and session in OSI are all combined into application in TCP/IP.
What is the difference between a reliable vs. unreliable connection?
A reliable connection’s protocol has error-correcting capabilities, as well as being able to retransmit information as needed. A reliable connection generally guarantees that there will be no delay, damage, or loss of packets, and that they will be delivered in order.
What is retransmission? What layer does it take place at?
Retransmission is the resending of packets which have been damaged or lost. This happens at the Transport layer.
What is unpacking?
Unpacking (and packing) occur between each layer in a protocol. As a packet moves up through protocols, each protocol puts its header on it and wraps the packet, and as it comes back down, it gets unwrapped.
Explain the difference between a digital and an analog signal?
An analog signal is contiguous, that is, it can be zoomed in on infinitely.
What do the horizontal and vertical axises represent on a time domain plot?
Horizontal represents time, and vertical represents signal amplitude.
What is frequency?
Frequency is the number of occurrences of a repeating event per unit of time.
What is amplitude?
Amplitude is the measure of the change of a repeating event over a single period.
What is phase?
Phase is the position of the waveform relative to time 0.
What is attenuation?
Attenuation is a loss of energy, caused by resistance in the transmission medium, which generates heat, which increases resistance.
What is peak amplitude?
Peak amplitude is the absolute value of a signal’s highest intensity.
What is period?
Period refers to the amount of time, in seconds, that a signal needs to complete one cycle.