Skip to main content

Parallel Computing - Interview Questions & Answers - III.

 21) What is a star network?

Answer: In a star-connected network, one processor acts as the central processor. Every other processor has a communication link connecting it to this processor.


22) What is a linear array?

Answer: A linear array is a static network in which each node (except the two nodes at the ends) has two neighbors, one each to its left and right.


23) What is Diameter?

Answer: The diameter of a network is the maximum distance between any two processing nodes in the network. The distance between two processing nodes is defined as the shortest path (in terms of number of links) between them.


24) What Connectivity?

Answer: The connectivity of a network is a measure of the multiplicity of paths between any two processing nodes. A network with high connectivity is desirable, because it lowers contention for communication resources.


25) What is Bisection-Width?

Answer: The bisection width of a network is defined as the minimum number of communication links that must be removed to partition the network into two equal halves.


26) What is Bisection Bandwidth?

Answer: The bisection bandwidth of a network is defined as the minimum volume of communication allowed between any two halves of the network. It is the product of the bisection width and the channel bandwidth. Bisection bandwidth of a network is also sometimes referred to as cross-section bandwidth.


27) What is start up time?

Answer: The startup time is the time required to handle a message at the sending and receiving nodes. This includes the time to prepare the message (adding header, trailer, and error correction information), the time to execute the routing algorithm, and the time to establish an interface between the local node and the router. This delay is incurred only once for a single message transfer.


28) What is per-hop time?

Answer: After a message leaves a node, it takes a finite amount of time to reach the next node in its path. The time taken by the header of a message to travel between two directly-connected nodes in the network is called the per-hop time. It is also known as node latency.


29) What is per word transfer time?

Answer: If the channel bandwidth is r words per second, then each word takes time tw = 1/r to traverse the link. This time is called the per-word transfer time. This time includes network as well as buffering time.


30) In order to optimize the cost of message transfer what we have to do?

Answer: 

1. Communicate in bulk. That is, instead of sending small messages and paying a startup cost ts for each, we want to aggregate small messages into a single large message and amortize the startup latency across a larger message. This is because on typical platforms such as clusters and message-passing machines, the value of ts is much larger than those of th or tw.

2. Minimize the volume of data. To minimize the overhead paid in terms of per-word transfer time tw, it is desirable to reduce the volume of data communicated as much as possible.

3. Minimize distance of data transfer. Minimize the number of hops l that a message must traverse.


Comments

Popular posts from this blog

Tell Me Something About Yourself - Interview Answers.

Try to introduce some of your most important employment-oriented skills as well as your education and accomplishments to the interviewer. Answer to this question is very important because it positions you for the rest of the interview . That's why this statement is often called the "Positioning Statement". One should take the opportunity to show his/her communication skills by speaking clearly and concisely in an organized manner. Since there is no right or wrong answer for this question hence it is important to appear friendly. YOUR ANSWERS CAN BE: 1) I am a person with strong interpersonal skills and have the ability to get along well with people . I enjoy challenges and looking for creative solutions to problems. 2) Besides the details given in my resume, I believe in character values, vision and action. I am quick in learning from mistakes. I am confident that the various tests that you have conducted will corroborate my competencies apti...

Sample Cover Letter / Job Application.

To The General Manager (HR) [ Name and Designation (Bold Words)] Infosys Limited Delhi – 110001 Uttam Agrawal Gandhi Chowk, Bhartee Street [ Name Bhawanipatna, Kalahandi Contact Address Orissa – 766001 Telephone No.] Ph. no - +91-9438170446 [Sub: Application for the position of ___________ in your esteemed organization.] Respected Sir, (Always use ‘Respected’) With reference to your advertisement dated 14th may’ 08 in The Times of India for the position of ___________ . I would like to place myself as a strong contender before you. OR This has reference to your advertisement dated 14th may’ 08 in The Times of India for the position of ____________. In the said connection I take this opportunity to apply for the said position as a strong contender. /*This is the Introduction i.e the first paragraph of your application/* ( Now the Second Paragraph is the Self Introduction) Try to start the second paragraph with the below mentioned lines: - I have the p...

Why From Electronics / Electrical / Mechanical to IT Industry? - Job Interview Answers.

Since I am a student of ECE, as u know that ECE/CSE/IT are sister branches and all are interrelated and secondly I think it will be of my best if I utilize my sharp analytical skills in a software industry so I basically do not have any problem to “SWITCH” from ECE to IT. And I believe flexibility must be there within us to progress in life. Q: IF AFTER SOMETIME YOU START DISLIKING THE JOB, WHAT WOULD YOU DO? Well, if such situation then my first priority would be to look within myself and try to find out any shortcomings or lack of skills and techniques. If such things happen then I would try to improve and rectify myself. Still if I don’t get an answer then I will speak to my seniors and colleagues to learn my mistakes so that I become more user friendly to my organization. Q: WHAT HAVE YOU LEARNT FROM YOUR FAILURES? From my failures I have learnt to analyze myself and find out my shortcomings . Those shortcomings are the areas of future improvement for me and I have...