- Posts: 1
- Thank you received: 0
Best network programming language
16 years 9 months ago #25404
by vparipel
Best network programming language was created by vparipel
I am new to network programming. Can anyone suggest which is best for network programming. I have done basic programming with python, perl and c.
16 years 9 months ago #25406
by DaLight
Replied by DaLight on topic Re: Best network programming language
What do you mean by "network programming"?
16 years 9 months ago #25412
by KiLLaBeE
Replied by KiLLaBeE on topic Re: Best network programming language
my guess is that he means what is sometimes known as "socket programming" -- programming that allows one to create applications that will communicate with network resources or perform networking-related functions (i.e.: a program that will ping something upon request, establish a connection with a remote server, etc).
only toward the end of my experience/passion for programming did i start to want to search for the programming language that would be best for network programming -- I didn't find any.
only toward the end of my experience/passion for programming did i start to want to search for the programming language that would be best for network programming -- I didn't find any.
16 years 9 months ago #25415
by Chojin
CCNA / CCNP / CCNA - Security / CCIP / Prince2 / Checkpoint CCSA
Replied by Chojin on topic Re: Best network programming language
Visual Basic.Net can be very usefull for creating nice customized tools. Ofcourse c++, c#, perl, batch-scripting, etc can also be used to create some tools.
Depends fully on the task you want to perform ofcourse.
"Network Programming" is to global to make a correct decision on which language would suit best
Depends fully on the task you want to perform ofcourse.
"Network Programming" is to global to make a correct decision on which language would suit best
CCNA / CCNP / CCNA - Security / CCIP / Prince2 / Checkpoint CCSA
16 years 9 months ago #25416
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: Best network programming language
I'd use VC++ with the Win32 API. Search for books on "Windows Socket Programming". You might also need to use Winpcap SDK for sniffing Ethernet.
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Time to create page: 0.193 seconds