Midterm 2 Flashcards
Internet Protocols, Circuit and Packet Switching, Local Area Networks
What is a Switching Node?
They form the topology of the network. receiving information and forwarding it to another node
Explain Circuit Switching
A communication method where a dedicated communication path, or circuit is established between two devices before data transmission begins. The circuit remains dedicated to the communication for the duration of the session, and no other devices can use it while the session is in progress
Advantages of Circuit Switching
Guaranteed bandwidth: due to dedicated path
Low Latency: no need to establish a connection
Predictable performance: no competition for resources
Suitable for real-time communication: voice calls…
Disadvantages of Circuit Switching
Inefficient use of bandwidth
High cost
Limited Scalability
Explain Packet Switching
Packet switching is a communication method where data is divided into smaller units called packets and transmitted over the network. Each packet contains routing information and can take different paths to get to their destination
Advantages of Packet Switching
Efficient use of bandwidth because bandwidth is shared among multiple users
Flexible: wide range of data rates and packet sizes
Scalable
Lower Cost
Disadvantages of Packet Switching
Higher latency: packets go through multiple nodes
Limited QoS
Packet loss: can result in loss due to congestion of the network
unsuitable for real-time communication
What is a datagram?
A type of packet that is designed as part of internet protocols
Explain what a Virtual Circuit is?
Essentially virtual circuit switching: the first packet reserves the resources and routing for the successive packets
Explain the functionality of Synchronization
Receiver must be able to identify when a signal begins and when it ends
What is the function of exchange management?
Manages the establishment of a connection, defines the communication types and amount of data to be sent at one time
What is the function of routing?
Determines the route to be used when transferring data from one node to another through packet switching
What is the function of cyber security?
It protects the confidentiality of transferred information and protects the users identity
Is Ethernet a switching or broadcast network?
Broadcast - the router is broadcasting a signal along the cables
Is a Geo Satellite based network a switching or broadcast network?
Switching, the satellite acts as an intermediary node between two other nodes
What is internetworking?
Interconnected-networking. you connect two different layers and technology
What is an Autonomous System?
A network or group of networks managed by a single entity with a consistent set of routing rules and policies. e.g. EDU Roam AS is a set of routers and a network managed by single organization all over the world with legal and performance responsibilities
What is a connected AS
It is an Autonomous system where there is always a path between nodes
What is an Interior Routing Protocol and What is its focus?
Within an AS the protocol interconnects different AS. It is concerned with cyber security and routing
Why use Layered Architecture?
Provide a flexible, modular structure, developed so that a change in one of the elements in a system requires minimal changes in the other
It allows upper layer to perform tasks on its own, exchanging info and requesting services from lower level
Allows us to divide complex tasks into smaller ones and give different tasks to each layer