Advertisement
Tajcore

Computer Networks Top Down Approach Solution

Nov 13th, 2019
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.16 KB | None | 0 0
  1. Chapter 1- Computer Networks
  2.  
  3. 1) What is the difference between a host and an end system?
  4. There is no difference. Throughout this text, the words "host" and "end system" are used interchangeably.
  5. Examples of end-systems include PCs, workstations, Web servers, mail servers, PDAs, Internet-connected game consoles, etc.
  6.  
  7. 2) The word protocol is often used to describe diplomatic relations. How does Wikipedia describe diplomatic protocol?
  8. From Wikipedia: Diplomatic protocol is commonly described as a set of international courtesy rules. These well-established
  9. and time-honored rules have made it easier for nations and people to live and work together. Part of protocol has always
  10. been the acknowledgement of the hierarchical standing of all present. Protocol rules are based on the principles of civility
  11.  
  12. 3)Why are standards important for protocols?
  13. Standards are important for protocols so that people can create networking systems and products that interoperate
  14.  
  15. 4)List six(6) access technologies. Classify each one as home access, enterprise access or wide-area wireless access
  16.  
  17. i) Dial-up Modem over Telephone Line - Home Access
  18. ii) DSL over telephone line: Home Acess or Small Office
  19. iii) Cable to HFC: Home Access
  20. iv) 100 Mbps switched Ethernet: Enterprise Access
  21. v) Wifi(802.11): Home Access and Enterprise
  22. vi) 3G and 4G technology: Wide-Area Wireless Access
  23.  
  24. 5)Is HFC(Hybrid Fibre-Coaxial) transmission rate dedicated or shared among users?
  25. HFC bandwidth is shared among the users.
  26. Are collisions possible in a downstream HFC channel? Why or Why not?
  27. On the downstream channel, all packets emanate from a single source, namely, the head end. Thus, there are no collisions
  28. in the downstream channel.
  29.  
  30. 6) What is transmission rate of Ethernet LANs?
  31. Ethernet LANs have a transmission rate of 10 Mbps, 100Mbps, 1Gbps, 10Gbps
  32.  
  33. 7) What are some of the physical media that Ethernet can run over?
  34. Today, Ethernet most commonly runs over over twisted-pair copper wire. It also can run over fibers optic links.
  35. 8) Dial-up modems, HFC, DSL and FTTH are all used for residential access. For each of these access technologies, provide a range of transmission rates and comment on whether the transmission rate is shared or dedicated.
  36. Dial up modems: up to 56 Kbps, bandwidth is dedicated; ADSL; up to 24 Mbps downstream and 2.5 Mbps upstream, bandwidth is dedicated; HFC, rates up to 42.8 Mbps and upstream rates of up to 30.7 Mbps, bandwidth is shared. FTTH: 2-10Mbps upload; 10-20 Mbps download; bandwidth is not shared.
  37. 9) Describe the most popular wireless Internet access technologies today. Compare and Contrast them.
  38. There are two popular wireless Internet access technologies today:
  39. a) Wifi(802.11) In a wireless LAN, wireless users transmit/receive packets to/from a base station (i.e, wireless access point) within a radius of few tens of meters. The base station is typically connected to the wired Internet and thus serves to connect wireless users to the wired network.
  40. b) 3G and 4G wide-area wireless access networks. In these systems, packets are transmitted over the same wireless infrastructure used for cellular telphones, with the base station thus being managed by a telecommunications provider. This provides wireless access to users within a radius of tens of kilometers of the base station.
  41.  
  42. 10) Suppose there is exactly one packet switch being a sending host and a receiving host. The transmission rates between the sending hos and the switch and between the switch and the receiving host are R1 and R2, respectively. Assuming that the switch uses store-and-forward packet switching, what is the total end-to-end delay to send a packet of length L?(Ignore queing, propagation delay, and processing delay.)
  43. At time t0 the sending host begins to transmit. At time t1 = L/R1, the sending host completes transmission and the entire packet is received at the router(no propagation delay). Because the router has the entire packet at time t1, it can begin to transmit the packet to the receiving host at time t1. At time t2 = t1 + L/R2, the router completes transmission and the entire packet is received at the receiving host (again, no propagation delay). Thus, the end-to-end delay is L/R1 + L/R2
  44.  
  45. 11) What advantage does a circuit-switched network have over a packet-switched network? What advantage does TDM have over FDM in a circuit-switched network?
  46. A circuit-switched network can guarantee a certain amount of end-to-end bandwidth for the duration of a call. Most packet-switched networks today (including the Internet) cannot make
  47. any end-to-end guarantees for bandwidth. FDM requires sophistacted analog hardware to shift signal into appropriate frequency bands. Time division multiplexing (TDM) has an advantage over Frequency division multiplexing(FDM) as it gives bandwidth saving and there is low interference between multiplexed signals.
  48. 12) Supppose users share a 2 Mbps link. Also suppose each user transmits continuously at 1 Mbps when transmitting, but each user transmits only 20 percent of the time.
  49. a) When circuit switching is used, how many users can be supported?
  50. 2 users can be supported because each user requires half of the link bandwidth.
  51. b) For the remainder of this problem, suppose packet switching is used. Why will there be essentially no quering delay before the link if two or fewer users transmit at the same time? Why will there be a queuing delay if three users transmit at the the same time?
  52. Since each users requires 1Mbps when transmitting, if two or fewers users transmit simultaneously, a maximum of 2Mbps will be required. Since the available bandwidth of the shared link is 2Mbps, there will be no queuing delay before the link. Whereas, if three users transmit simultaneously, the bandwidth required will be 3Mbps which is more than the available
  53. bandwidth of the shared link. In this case, there will be queuing delay before the link.
  54. c) Find the probability that a given user is transmitting.
  55. Probability that a gien user is transmitting = 0.2
  56. d) Suppose now there are three users. Find the probability that at any given time, all three users are transmitting simultaneously.
  57. Find the fraction of time during which the queue grows.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement