Chapter 15 Flashcards
What is switch network
A network which have electronic device with multiple ports and multiple computers can attach to it.
What is hub
It is similar to switch network with the difference that inside circulatory of hub formulates a bus.
Does only 2 computers can communicate over hub at a time and more than 2 computers can communicate over switch at a time
Yes
What is data rate of hub
R
What is data rate of switch
nR/2
What is WAN
Wide area network for country / continent
Why we use WAN
- Bandwidth
- Scalability
What are packet switches
These switches are capable to switch whole packets. It is a full fledged computer.
What is the basic building block for WAN
packet switch
What is store and forward on switch packet
In store part, a switch packet must have a memory buffer and it keeps packets in it. In forward, it forward packet to next path.
What is hierarchical addressing in WAN
We divide physical address into 2 parts. First part is for packet switch and 2nd part is for port. e.g. address[2,6]
What is next-hop forwarding
It means that packet switch must have at least one outgoing connection for forwarding. Its example is a train going from karachi to peshawar. It stops in lahore, islamabad and then go to peshawar. from karachi its next hop is lahore, from lahore its next hop is islamabad and so on. So a packet does not need to know its destination, all its need to know its next-hop.