|
| ||||||||||
| Tags: language, programming, programs, socket, socket programming |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Socket programming: Is any new Programming Language?
|
|
#2
| ||||
| ||||
| Re: Socket programming: Is any new Programming Language?
Hi, you don't know Socket Programming, then nothing to worry. It use to connect one computer with another. Suppose, you want to create a application which may be open Network Socket of other Computer. You need to know it. It includes Demultiplexing, Byte Ordering, Conversions etc. It is not that much simple work as you need to know many thing which are related to the networking. Some topics are easy also, but not all. One simple thing can you do if you don't know anything about particular thing, just google it, you will get lots of things. |
|
#3
| ||||
| ||||
| Re: Socket programming: Is any new Programming Language?
Hi, I also wanted to know about this socket progamming. I have got many books regarding it. But unable to know how to use it, as it seems to be difficult to use. It needs lots of knowledge about the networking and It is not so simple to learn all basics of networking. If you got something which will help you to know from basic. Then reply me. If I am able to get from which you can learn it, I will give you that. |
|
#4
| |||
| |||
| Re: Socket programming: Is any new Programming Language?
Hi, for knowing socket programming you first need to know what is socket? It simply as interface between an application process and transport layer. Through an application process you can send as well as receive messages from other application process, which can be on remote machine also, via a socket. There are basically two types of Internet Sockets available as Stream Sockets and Datagram Sockets. Sockets help application process to communicate with each other using standard Unix file descriptors. For getting more knowledge you can refer to the reference books:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Socket programming: Is any new Programming Language?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Google's Go programming language | Trio | Software Development | 1 | 07-06-2011 12:12 AM |
| what do you mean by term Interprocess communication in socket programming? | sRIPRIYA | Networking & Security | 3 | 10-01-2011 05:49 AM |
| What are HTA in Programming Language? | Silent~Kid | Software Development | 4 | 27-02-2010 04:31 AM |
| Linux Socket Programming | Banjiji | Networking & Security | 3 | 21-10-2009 12:11 AM |
| JetBrains Introduces a New Programming Paradigm With its Meta Programming System | JoeFrat | Software Development | 3 | 13-12-2008 12:49 PM |