Active Recall Flashcards
(37 cards)
What are the three types of networks? Briefly describe them.
Local Area Network (LANs) = Allow devices to communicate in a limited area such as a house, on campus or in an office.
Metropolitan Area Network = (MANs) = Designed to extend over a city.
Wide Area Network (WANs) = Allows transmission globally.
What does OSI stand for in the OSI model?
Open System Interconnection
What are the 7 layers of the OSI model?
Physical layer Datalink layer Network layer Transport layer Session layer Presentation layer Application layer
What is the physical layer responsible for?
Transporting individual bits from one node to the next.
What happens in the datalink layer and what is it responsible for?
It packs bit into frames, to distinguish each frame from one another and is responsible for transmitting these frames from one network layer device to the next.
What is the network layer responsible for? Give an example.
Responsible for source-to-source destination.
Example: If I want to send a message from my iPhone to another iPhone, the network layer ensures this. (iPhones would be the source of the message)
What is the transport layer responsible for? Give an example.
Responsible for process-to-process destination.
Example: If I want to send a message on messenger the transport layer ensure that the message will also be received on messenger and not anther app like WhatsApp.
What is the session layer responsible for?
Responsible for dialogue control.
What is the presentation layer responsible for?
Responsible for encryption, compression, and translation.
What is the application layer responsible for?
Responsible for providing services to end users.
During Hop-to-Hop delivery, what changes?
MAC address
What is the MAC address?
Is a number that uniquely identifies each device on a network.
What are the 5 layers of TCP/IP?
Physical layer Datalink layer Network layer Transport layer Application layer
What are the fundamental concepts of the physical layer? Describe them. (There are 3)
Channel = Is the communication path between two devices.
Propagation delay = The amount of time it takes for a signal to travel from its source to its destination.
Bandwidth = Amount of information that can be transmitted per unit of time.
What is multiplexing?
Allows for simultaneous transmission of multiple signals across a single data link.
There are three types of multiplexing. Name and describe them.
Frequency-Division Multiplexing = Can be applied when the bandwidth of a link is greater than the combined bandwidths of the signals to be transmitted.
Time-Division Multiplexing = Can only be used with a data signal. The usage of high-capacity links is divided into time slots, and each device has a time slot.
Statistical Time-Division Multiplexing = Guarantees the full capacity of a link.
What is a circuit switched network? Give an example.
Is a network that is done at the physical layer and consists of switches connected by physical links. Because they are connected by physical links, if the sequence of number 12345 was sent, the receiver would also get the same sequence 12345 as the information follows the same path.
What is a packet switched network? Give an example.
Done at the network layer and these are not connected by physical links. Because of this, if the sequence 12345 was sent, the receiver may receive them in any order such as 2314 because this type of network is a first in first served basis.
List 3 types of guided media.
Twisted pair cabling
Coaxial cabling
Fiber optical cabling
List 3 types of unguided media.
Cellular communication
Radio frequency
Satellite communication
What is the purpose of cladding in an optic fiber cable?
The cladding surrounds the core and reduces the pulse from broadening. The light travelling reflects off the cladding and bounces because the cable wont always be straight. This also provides protection from external noises and is much faster than the other types of guided media.
What does the term ‘topology’ mean?
The way the network is laid out.
What are the 5 categories of topology?
Star Mesh Tree Bus Ring
What does the datalink layer ensure?
Ensures reliable delivery between two physically connected devices.