Saturday, March 8, 2014

Computer Network

14. Explain the term handoff?
            If the phone is involved in a call at the time , the call must be transferred to the new base station in what is called a hand off.

15. Define satphones?
            Satphones use communication satellites as base stations, communicating on frequency bands that have been reserved internationally for satellite use.

16. How to mediate access to a shared link?
            Ethernet,token ring, and several wireless protocols. Ethernet and token ring media access protocols have no central arbitrator of access. Media access in wireless networks is made more complicated by the fact that some nodes may be hidden from each other due to range limitations of radio transmission.

17. Define Aggregation points?
            It collects and processes the data they receive from neighboring nodes, and then transmit the processed data. By processing the data incrementally, instead of forwarding all the raw data to the base station, the amount of traffic in the network is reduced.

18. Define Beacons?
            Beacon to determine their own absolute locations based on GPS or manual configuration. The majority of nodes can then derive their absolute location by combining an estimate of their position relative to the beacons with the absolute location information provided by the beacons.


19. What is the use of Switch?
            It is used to forward the packets between shared media LANs such as Ethernet. Such switches are sometimes known by the obvious name of LAN switches.

20. Explain Bridge?
            It is a collection of LANs connected by one or more bridges is usually said to form an extended LAN. In their simplest variants, bridges simply accept LAN frames on their inputs and forward them out on all other outputs.

21. What is Spanning tree?
            It is for the bridges to select the ports over which they will forward frames.

22. What are the three pieces of information in the configuration messages?
1.      The ID for the bridge that is sending the message.
2.      The ID for what the sending bridge believes to the root bridge.
3.      The distance, measured in hops, from the sending bridge to the root bridge.

23. What is broadcast?
            Broadcast is simple – each bridge forwards a frame with a destination broadcast address out on each active (selected) port other than the one on which the frame was received.

24. What is multicast?
            It can be implemented with each host deciding for itself whether  or not to accept the message.

25. How does a given bridge learn whether it should forward a multicast frame over a given port?
            It learns exactly the same way that a bridge learns whether it should forward a unicast frame over a particular port- by observing the source addresses that it receives over that port.

26. What are the limitations of bridges?
·         scale

·         heterogeneity

No comments:

Post a Comment