1. Suppose end system A wants to send a large file to end system B. At a very high level, describe how end system A creates packets from the file. When one of these packets arrives to a router, what information in the packet does the router use to determine the link onto which the packet is forwarded? Why is packet switching in the Internet analogous to driving from one city to another and asking directions along the way?
1. Why will two ISPs at the same level of the hierarchy often peer with each other? How does an IXP earn money?
1. Suppose there is exactly one packet switch between a sending host and a receiving host. The transmission rates between the sending host and the switch and between the switch and the receiving host are R and R, respectively. If the switch uses store-and-forward packet switching, what is the total end-to-end delay to send a packet of length L? (Ignore queuing, propagation delay, and processing delay.)
1. Describe the most popular wireless Internet access technologies today. Compare and contrast them
1. What is the transmission rate of Ethernet LANs?
What is the difference between a host and an end system? List several different types of end systems. Is a Web server an end system?
Using two dimensional array, create a program that will display multiplication table but the size would be depends on the entered number of rows and columns.
Sample INPUT:
Enter numbers of ROWS: 3
Enter numbers of COLUMNS: 4
OUTPUT:
My Own Multiplication Table
***********************************************
1 2 3 4
2 4 6 8
3 6 9 12
***********************************************
Given an integer input 1 and input 2 prime encoder function returns an integer array
Write a c++ program to calculate CGPA using classes and objects.
Three letters are selected at random from the 8 letters of the word COMPUTER, without regard
to order.a. Find the number of possible selections of 3 letters.
b. Find the number of selections of 3 letters with the letter P.
c. Find the number of selections of 3 letters where the 3 letters form the word TOP