Computer Network Flashcards
List the five components of a data communication system.
Message, information that can be communicated
Sender, the device that sends the message
Receiver, the device that receives the message
Transmission medium, the physical path of which the message will travel from sender to receiver
Protocol, the rules that govern data communication
- What are the three most important network criteria that must be met for an effective and efficient network?
Performance, performance is measured by transmit time and response time. The performance of a network depends on the number of users, the type of transmission medium, the capacities of the connected hardware and, the efficiency of the software.
Reliability, reliability is measured by the frequency of failures.
Security, protection of data from unauthorized access.
- What are two types of line configurations?
Point-to-point, it provides a dedicated link between 2 devices, the capacity of the link is reserved for transmission between these 2 devices.
Multipoint, more than 2 devices share a link, the capacity of the link is shared spatially or temporarily.
3 characteristics of effectiveness
1) delivery - the system must deliver the data to the correct destination
2) Accuracy - the system must deliver the data correctly
3) Timeliness - the system must deliver the data in a timely manner
Data flow types
4) Simplex – only one can transmit, and the other receives
5) Half-duplex – both can transmit and receive but not at the same time
6) Full-duplex – both can transmit and receive simultaneously
State the Physical topologies
Mesh topology
Star topology
Bus topology
Ring topology
Describe Mesh Topology
each device has a point-to-point link to every other device resulting in
n(n-1)/2 links with n devices and (n-1) I/O ports per device.
Describe Star Topology
each device has a point-to-point link to the hub, the hub acts as an exchange between nodes.
Describe Bus Topology
it is a multipoint connection, A long cable acts as the backbone to link all devices in one network.
Describe Ring Topology
Each device has a point-to-point connection with 2 devices on each side of it. The signal is passed along the ring in one direction, from device to device until it reaches its destination.
advantages of mesh topology
The use of dedicated links eliminates traffic problems.
Privacy and security.
Easy fault identification and fault isolation.
Robustness. If one link becomes unusable, it does not incapacitate the entire topology.
disadvantages of mesh topology
Big amount of cabling makes installation and reconnection difficult.
Wiring can be greater than available space (walls, ceiling, floors).
Big number of I/O ports required. Hardware required will be very expensive.
Mesh is implemented in a limited fashion
advantages of star topology
Less expensive than mesh topology. Each device needs only one link and one I/O.
Easy to install and reconfigure.
Far less cabling needs to be housed compared with mesh topology and additions, moves, and deletions involve only the connection between a node and the hub.
Robustness.
Easy fault identification and fault isolation.
advantages of bus topology
Ease of installation
Less cabling than mesh or star topology
disadvantages of bus topology
Difficult to add devices
Signal reflection in taps can cause degradation in quality
A fault or break in the bus cable stops all transmission
advantages of ring topology
Easy to install and reconfigure
The only constraints are media and traffic considerations
Fault isolation is simplified
disadvantages of ring topology
In a simple ring (unidirectional), a disabled station can disable an entire network. This can be solved by using a dual ring or a switch capable of closing off the break
pros and cons of hybrid (star of busses)
Pros: Better domain separation management, one hop delay.
Cons: better robustness than the “star”, but still vulnerable to Hub failure!
What are Categories of Networks
A category of a network is determined by its size, its ownership, the distance it covers, and its physical architecture
State the Categories of Networks
Local Area Netwok (LAN)
Metropolitan-Area Network (MAN)
Wide Area Network (WAN)
what is The Internet
Huge number of interconnected Networks
state the key elements of a protocol
Syntax: structure or format of the data
Semantics: Meaning of each portion of bits
Timing: When and how fast data should be sent
what are standards
Standards provide guidelines to manufacturers, vendors, government agencies, and other providers to ensure the kind of interconnectivity necessary in today’s marketplace and in international communication.
state the 2 types of standards
- De facto: Standards that have not been approved by an organized body but have been adopted as standards through widespread use.
- De Jure: Standards that have been legislated by an officially recognized body.