Unit 1 Flashcards
What does RFC stand for?
Request for comments
What are RFCs created by?
The Internet Engineering Task Force
What is a Network?
An interconnected collection of autonomous computers, where users are completely aware of the network existence.
What is a distributed system?
An interconnected collection of autonomous computers, where all computers operate as a single, large virtual computer system. A distributed system id a software system built on top of a network, such as the world wide web.
What is a broadcast link?
Many machines sharing a common link.
What are point-to-point links?
Two machines sharing a single connection link.
What is circuit switching?
A physical path between sender and receiver is established, the path remains active until the call is completed.
What are the advantages of circuit switching?
Low overhead, packets arrive in sequence, and QoS easier to implement.
What are the disadvantages of circuit switching?
Long set up times, non-resilient in case of router failure.
What is packet switching?
The source node divides the data into packets and transmits the packets. Each packet has a header that includes the address of the destination node, as well as a sequence number, indicating the position or the packet in the message.
What does the source node do in packet switching?
It transmits to the first switching node in the network.
How does the switching node send in packet switching?
The switching node sends the packet to another node based on the packet address. The process is repeated until the packet gets to the final destination.
What does the destination node use in packet switching?
It uses the sequence numbers to reassemble the packets in correct order.
What is packet switching an example of?
Connectionless service, modeled after the postal system.
What is packet switching also known as?
Datagram packet switching.
What are the advantages of datagram packet switching?
No setup times, flexibility in the face of congestion, and more robust in the event of router failures.
What are the disadvantages of datagram packet switching?
High overhead, more processing power at each node, more processing at end node, and jitter.
What is an overview of virtual call switching?
The first packet determines the route that all packets will follow, combination of circuit switching and time division multiplexing, packets from different sources will be interleaved in transmission, when you have multiple circuits in one wire, each circuit is called a virtual circuit.
What is the concept of layering involve?
Dividing the network functions into logical layers.
What happens when you divide the network functions into logical layers?
Each layer is composed of software and/or hardware modules that perform related network services.
What does each layer use?
Services provided by the layer immediately underneath.
How must data be transmitted through layers?
They must pass down through the layers of the source node to the communication medium.