part 2 Flashcards
circuit-switched network
Sub-network in which a dedicated circuit is established between sender and receiver and all data passes over this circuit
Example: telephone system
packet-switched network
A network in which all data messages are transmitted using fixed-size packages, called packets
Example: datagram
Differences Between Circuit and Packet-Switched Networks
Circuit:
- physical path between source and destination
- all packets use the same path
- reserve entire bandwith in advance
- bandwith wastage
- no store and forward transmission
Packet:
- no physical path
- packets travel independently
- no bandwith wastage
- uses store and forward transmission
connection-oriented application
Requires both sender and receiver to create a connection together before any data is transferred
Examples: large file transfers, banking
connectionless application
Does not create a connection first, simply sends the data
Example: email
Differences Between Connection-Oriented and Connectionless Applications
Connection:
- prior connection setup needed
- guarantees reliability
- transfer is slower due to initial setup
- suitable for long, sustained connection
Connectionless:
- no prior setup needed
- not always reliable
- fast transfer because no initial setup
- suitable for bursty connection
protocol
A set of rules for communication between devices (what/how/when)
syntax
Structure or format of the data, meaning the order in which they are presented
semantics
Meaning of each section of bits
timing
When data should be sent and how fast they can be sent
OSI (Open Systems Interconnection Reference Model)
Layer 7: Application Layer 6: Presentation Layer 5: Session Layer 4: Transport Layer 3: Network Layer 2: Data link Layer 1: Physical
** refer to diagram in notes **
OSI Application Layer
Semantics
- Initiates or accepts a request
- Provides applications to user
OSI Presentation Layer
Data Representations
- Adds formatting, display and encryption information to the packet
- Syntax and semantics of the information exchanged between two systems
OSI Session Layer
Dialog Coordination
- Adds traffic flow information to determine when the packet is sent
- Responsible for dialog control and synchronization
OSI Transport Layer
Reliable Transfer of Data
- Adds error-HANDLING information to ensure the reliable transfer of data
- Process-to-process delivery of the entire message
OSI Network Layer
Routing and Relaying
- Sequencing and address info is added to the packet
- Responsible for the delivery of individual packets from the source to the destination
OSI Data Link Layer
Node-to-Node Data Transfer
- Adds error-CHECKING information
- Encapsulating data in a way that is suitable for transmission to the physical layer
OSI Physical Layer
Physical Parameters
- The packet is sent as a bit stream
- Responsible for movements of individual bits from one hop (node) to the next
The TCP/IP Protocol Suite
Communication protocols used to interconnect devices on the internet
- Application Services: equivalent to OSI application + presentation layers
- Transport: equivalent to OSI transport layer
- Internet: equivalent to OSI network layer
- Network access/Interface: OSI data link + physical layers
white noise
- Relatively constant, can be reduced
- If white noise gets too strong, can completely disrupt signal
Prevention:
- Special filters for analog signals
- Signal regeneration for digital
(Analog = filters, Digital = signal REGENERATION)
impulse noise
- Random spikes of power that can destroy one or more bits of information
- Difficult to remove from an analog signal because it may be hard to distinguish from the original signal
- Can damage more bits if they are closer together
Prevention:
- Install special filters for analog; implement digital signal processing
(Analog = filters, Digital = signal PROCESSING)
crosstalk
- Unwanted coupling between 2 different signal paths (e.g. hearing another conversation while talking on the phone)
- Relatively constant, can be reduced
Prevention:
- Install proper shielding on cables
echo
- Reflective feedback of a transmitted signal as the signal moves through a medium
- Most often occurs on a coaxial cable
- If echo is bad enough, can interfere with the original signal
- Relatively constant, can be significantly reduced
Prevention:
- Install proper termination of cables
jitter
- Small timing irregularities during the transmission of digital signals
- Occurs when a digital signal is repeated over and over
- If serious enough, jitter forces systems to slow down their transmission
Prevention:
- Use better quality electronic circuitry, use fewer repeaters, slow the transmission speed
attenuation
- Part of the energy gets lost in transmission–converted into heat and lost
- loss of signal strength as it travels through a medium
Prevention:
- Install device that amplifies analog signals; implement digital signal regeneration