Active Recall Flashcards
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.