473,402 Members | 2,053 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

how can I release a UDP port 161?

I want to use Udp Port 161 for my applicatipon to run but when I start my application it will show a message that port 161 is already in use.How can i use it?
Feb 22 '07 #1
2 12539
bartonc
6,596 Expert 4TB
I want to use Udp Port 161 for my applicatipon to run but when I start my application it will show a message that port 161 is already in use.How can i use it?
There's probably a better way, but for now you can go to Control Panel; Windows Firewall; Exception tab. Then click on enabled items and use the Edit button to see which port it is using that port. Once you find it you can disable it and see what breaks. If everything still works then this entry is out of date and can be deleted (or just leave it disabled "just in case").
Feb 22 '07 #2
Cyberdyne
627 Expert 512MB
PORT 161 - Information

Port Number: 161
TCP / UDP: UDP
Delivery: No
Protocol / Name: snmp
Port Description: SNMP Agent. Used to connect with and configure or request data from a running snmp agent on a network host. Security Concerns: Many!. - Default community strings: \public\. - Cleartext data exchanges (inluding auth with string). - Not hard to trick agent into revealing its string & manager IP. - To access agent's data or reconfig it, only need string and source IP of snmp manager (then spoof manager). Snmp v2 has better security, but is not incorporated into many products. Snmp v3 is being fielded, thus will slowly take over.
Virus / Trojan: No

Side note: UDP port 161 uses the Datagram Protocol, a communications protocol for the Internet network layer, transport layer, and session layer. This protocol when used over PORT 161 makes possible the transmission of a datagram message from one computer to an application running in another computer. Like TCP (Transmission Control Protocol), UDP is used with IP (the Internet Protocol) but unlike TCP on Port 161, UDP Port 161 is connectionless and does not guarantee reliable communication; it's up to the application that received the message on Port 161 to process any errors and verify correct delivery.

Regards, Cyber.
Feb 23 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Alex Polite | last post by:
If I try to bind a socket to a port that's already in use I get this error "error socket.error: (98, 'Address already in use')" Is there anyway to check in advance if a port i already taken? ...
1
by: Lim Tau Wan (SG) | last post by:
Currently, our application requires to use the COM Port but it seems that the COM Port is being utilised by other process. Therefore if I need to use the COM Port, I have to manually disable and...
3
by: MLH | last post by:
I found some code Dev Ashish posted nearly a decade ago in response to someone's inquiry describing their need to dial a number, monitor call progress and determine whether it was busy. This was...
2
by: L.J.SONG | last post by:
I use following code to create socket and connect to a server app: /// code ///// Socket connecter = null; IPEndPoint localEp = null; IPEndPoint remoteEp = null; IPHostEntry he =...
19
by: WebMatrix | last post by:
Hi, I developed ASP.NET application in VB.NET about a year ago; it has been in production since. Now they want to add new features change some of the existing ones, it's not a major rework, but...
6
by: Casey Bralla | last post by:
I'd like to read ASCII data from a serial port, but (once again) I'm having trouble getting started. (Can't seem to find the basic level of docs to get going <sigh>) I'd like to use only...
2
by: evle | last post by:
haw to read data from an Infrared Infrared Remote Control
4
by: O.B. | last post by:
I have a socket configured as TCP and running as a listener. When I close socket, it doesn't always free up the port immediately. Even when no connections have been made to it. So when I open...
1
by: MaheBytes | last post by:
I have been facing a problem with UDP socket programming. I have to reuse port number for two different IP address. I am actually using SO_REUSEADD. I have no problem with debug version but with...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.