InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which Is The Faster Protocol Either Udp Or Tcp? |
|
Answer» UDP is the FASTER protocol as it doesn't WAIT for ACKNOWLEDGEMENT so it is not at all having reliability as compared to TCP. UDP is the faster protocol as it doesn't wait for acknowledgement so it is not at all having reliability as compared to TCP. |
|
| 2. |
Is The Ip Address Of Computer And Modems Is Same Or Not? |
|
Answer» No. The IP ADDRESS of a system is the logical address where as the address of the MODEM is the MAC(MEDIA Access Control) ADDERESS, it is the physical address provided by the vendor. No. The IP address of a system is the logical address where as the address of the MODEM is the MAC(Media Access Control) adderess, it is the physical address provided by the vendor. |
|
| 3. |
What Do You Mean About Isp, And What Is Work? |
|
Answer» ISP: (internet service providers)who provides internet services work of ISP:
ISP: (internet service providers)who provides internet services work of ISP: |
|
| 4. |
Tell Me Can Ssl Support Udp, As Ssl Support Tcp? |
|
Answer» No SSL can not SUPPORT in UDP BEACUSE in UDP is a CONNECTIONLESS protocol it is focused on the speed than the security. No SSL can not support in UDP beacuse in UDP is a connectionless protocol it is focused on the speed than the security. |
|
| 5. |
How Long Does It Take To Send A File Of 100000 Characters? |
|
Answer» As, single character is of 8 bits.So, As, single character is of 8 bits.So, {8*100000}/2000 = 400 sec |
|
| 6. |
How Long Does It Takes To Send Out A Single Character Of 8 Bits? |
|
Answer» 8/2000 = 0.004 SEC. 8/2000 = 0.004 sec. |
|
| 7. |
A Device Is Sending Out Data At The Rate Of 2000 Bps. How Long Does It Take To Send Out 100 Bits? How Long Does It Take To Send Out A Signal Character (8 Bits)? How Long Does It Take To Send A File Of 100,000 Characters? How Long Does It Take To Send Out 100 Bits? |
|
Answer» 100/2000 = 0.05 SEC. 100/2000 = 0.05 sec. |
|
| 8. |
If The Bandwidth Of The Channel Is 8 Kbps, How Long Does It Take To Send A Frame Of 200,000 Bits Out Of This Device? |
|
Answer» 26ms. 26ms. |
|
| 9. |
A Computer Monitor Has A Resolution Of 1300 By 1000 Pixels. If Each Pixel Uses 1024 Colors, How Many Bits Are Needed To Send The Complete Contents Of A Screen? |
|
Answer» We need 10 bits to show 1024 colors in a BINARY system, THEREFORE 10 bits are REQUIRED for each pixel to be addressed. We need 1300*1000*10 bits to SEND a complete content of a screen. We need 10 bits to show 1024 colors in a binary system, therefore 10 bits are required for each pixel to be addressed. We need 1300*1000*10 bits to send a complete content of a screen. |
|
| 10. |
How Many Types Of Transmission Are There? |
|
Answer» Two types of transmissions
serial means sending one bit at a TIME on a single WIRE USED over LONG distances more EFFICIENT used to send data to external systems Parallel means sending bits at a time on different wires used over short distances efficient but not serial used to send data in internal transfers Two types of transmissions serial means sending one bit at a time on a single wire used over long distances more efficient used to send data to external systems Parallel means sending bits at a time on different wires used over short distances efficient but not serial used to send data in internal transfers |
|
| 11. |
What Is Trojan? |
Answer»
|
|
| 12. |
How To Be Sure That A Udp Message Is Received? |
|
Answer» In IP HEADER PROTOCOL field is available,it tells which protocol it is using as a TRANSPORT layer,if this field is having 6(in decimal)it indicates TCP,17(in decimal)it indicates UDP. In IP Header Protocol field is available,it tells which protocol it is using as a transport layer,if this field is having 6(in decimal)it indicates TCP,17(in decimal)it indicates UDP. |
|
| 13. |
How To Get Ip Header Of A Udp Message? |
|
Answer» ACTUALLY ip header is not in a udp message.It a COMES atnetwork link layer while udp messege GENERATE at TRANSPORT layer. Actually ip header is not in a udp message.It a comes atnetwork link layer while udp messege generate at transport layer. |
|
| 14. |
Write Udp/sock_dgram Applications? |
|
Answer» To implement the UDP service we must CREAT socket by socket system call which TAKES ARGUMENT as SOCK_DGRAM which is used for to pass the data in the form of datagrams. To implement the udp service we must creat socket by socket system call which takes argument as SOCK_DGRAM which is used for to pass the data in the form of datagrams. |
|
| 15. |
What Are The Major Difference Between Udp And Tcp/ip Protocol? |
|
Answer» The first thing is UDP is connection LESS where as TCP is connection oriented.The broadcasting and multicasting software is available in the UDP only.Why because it is connection less hence we can broadcast the PACKETS very easily,no need to WAIT for connection like in tcp,which takes more DELAY. The first thing is UDP is connection less where as TCP is connection oriented.The broadcasting and multicasting software is available in the UDP only.Why because it is connection less hence we can broadcast the packets very easily,no need to wait for connection like in tcp,which takes more delay. |
|