Network Models Flashcards
what is a protocol?
A protocol defines the rules that the sender and receiver and all intermediaries need to follow to be able to communicate effectively
what is modularity in protocol layering?
Modularity means independent layers. A module (layer) is a black box with inputs and outputs, and as long as the inputs and outputs are the same they can be replaced.
what are some advantages of protocol layering?
- separates services from implementation
- intermediate steps do not need all layers
what is the first principle of protocol layering?
If we need bidirectional communication, we need to make each layer so that it is able to perform 2 opposite tasks one in each direction.
what is the second principle of protocol layering?
The objects under each layer at both sites (sender and receiver) should be identical
what is a logical connection?
an imaginary connection between identical objects at the same layer of different sites
what does TCP/IP stand for?
Transmission Control Protocol/Internet Protocol
what does the physical layer do?
It takes electrical signals from the transmission media and turns them into bits
what does the data-link layer do?
When a router choose the best link, the data- link protocol moves the datagram across the link.
what does the network layer do?
chooses and routes the packet through possible routes.
what does the transport layer do?
provides signals to the application layer adds a transport header and information on ports etc, and the type of program to be used
What does the application layer do?
Logical connection between two applications. Sends the message between applications, usually with no header
Identify the five components of a data communications system.
Message Sender Receiver Transmission medium Protocol
What are the three criteria necessary for an effective and efficient network?
Performance - throughput and delay
Reliability - frequency of failure, recovery time, robustness in a catastrophe
Security - access, damage, development, recovery
What are the advantages of a multipoint connection over a point to point connection?
Advantages of a multipoint over a point-to-point configuration (type of connection) include
ease of installation and low cost.