Welcome to King-X-Kings @ lokesh polimera


SPM Slide for Overview And Previous Papers

Software Project Management Overview

[ Download ]



sup-march*2010 , nov-08 , nov-09 , sup-may-09 SPM previous papers
In March 2010 , SPM papers are from page no-21.

[ Download ]

I would like to share with you. Leave a comment on which units you are preparing in the shoutbox.



Vodafone Delights

little things you do for me

like nobody else make me feel good

little things you do for me

making me smile no one else could

thats why i like to sit next to you

and hear your mad stories

I know they are not true

and i like that we shall

tell secret or two together

little things you do for me

Youtube links: link1 link2

Specially Dedicated to my friends and my sis , 'siri'


TCP and UDP Differences

Imp Question Both for Mobile Computing and Network Programming.


Q. Can you explain the difference between UDP and TCP internet protocol (IP) and its usage with an example?
A. Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)is a transportation protocol that is one of the core protocols of the Internet protocol suite. Both TCP and UDP work at transport layer TCP/IP model and both have very different usage.

Difference between TCP and UDP

TCP

UDP

Reliability: TCP is connection-oriented protocol. When a file or message send it will get delivered unless connections fails. If connection lost, the server will request the lost part. There is no corruption while transferring a message.

Reliability: UDP is connectionless protocol. When you a send a data or message, you don't know if it'll get there, it could get lost on the way. There may be corruption while transferring a message.

Ordered: If you send two messages along a connection, one after the other, you know the first message will get there first. You don't have to worry about data arriving in the wrong order.

Ordered: If you send two messages out, you don't know what order they'll arrive in i.e. no ordered

Heavyweight: - when the low level parts of the TCP "stream" arrive in the wrong order, resend requests have to be sent, and all the out of sequence parts have to be put back together, so requires a bit of work to piece together.

Lightweight: No ordering of messages, no tracking connections, etc. It's just fire and forget! This means it's a lot quicker, and the network card / OS have to do very little work to translate the data back from the packets.

Streaming: Data is read as a "stream," with nothing distinguishing where one packet ends and another begins. There may be multiple packets per read call.

Datagrams: Packets are sent individually and are guaranteed to be whole if they arrive. One packet per one read call.

Examples: World Wide Web (Apache TCP port 80), e-mail (SMTP TCP port 25 Postfix MTA), File Transfer Protocol (FTP port 21) and Secure Shell (OpenSSH port 22) etc.

Examples: Domain Name System (DNS UDP port 53), streaming media applications such as IPTV or movies, Voice over IP (VoIP), Trivial File Transfer Protocol (TFTP) and online multiplayer games etc

Happy Diwali






-->**Lokesh Polimera**<--

Online Cricket

Still watching score board online??
Go through this site , and catch the live action.

Click here