Port 179 โ BGP
TCP ยท Port 179/TCP is used for the Border Gateway Protocol (BGP) to establish connections between network routers. This protocol enables the exchange of routing information between autonomous systems, facilitating efficient and secure data transmission.
- Port Number
- 179
- Service Name
- BGP
- Protocol
- TCP
- Common Software
- BIRD, FRRouting, Quagga
Security Notes
Review IANA registry for port 179 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 179 is used for BGP. Port 179/TCP is used for the Border Gateway Protocol (BGP) to establish connections between network routers. This protocol enables the exchange of routing information between autonomous systems, facilitating efficient and secure data transmission. Common software: BIRD, FRRouting, Quagga.
Review IANA registry for port 179 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 179 <target> or check locally: ss -tlnp | rg 179