Open port: Difference between revisions

Content deleted Content added
Capi (talk | contribs)
m open -> "open"
Capi (talk | contribs)
m remove backlink from "closed port"
Line 1:
In security parlance, the term '''open port''' is used to mean a [[Internet protocol suite|TCP/IP]] [[TCP and UDP port|port]] number that is configured to accept [[packet (information technology)|packet]]s. In contrast, a port which ignores all packets directed at it is commonly referred to as a "[[closed port]]".<ref>[http://www.pcmag.com/encyclopedia_term/0,2542,t=open+port&i=48464,00.asp Pcmag.com encyclopedia term]</ref>
 
Ports are an integral part of the Internet's [[Internet socket|communication model]] — they are the channel through which applications on the [[client (computing)|client computer]] can reach the software on the [[server (computing)|server]]. Services, such as [[web page]]s or [[ftp server|FTP]], require their respective ports to be "open" on the server in order to be publicly reachable.