Explaining Transport Layer Protocols Flashcards
In TCP and UDP applications, a unique number assigned to a particular application protocol. Server ports are typically assigned well known or registered numbers while client ports use dynamic or ephemeral numbering.
Port
Combination of TCP/UDP port number and IP address. A client socket can form a connection with a sever socket to exchange data.
Socket
Protocol is TCP/IP suite operating at the transport layer to provide connection oriented guaranteed delivery of packets.
Transmission Control Protocol (TCP)
Field in the header of a TCP segment designating the connection statue such as SYN, ACK or FIN
TCP flags
Protocol in TCP/IP suite operating at the transport later to provide connectionless non-guaranteed communication
User Datagram Protocol (UDP)
Utility that can probe a network to detect which IP addresses are in use by hosts
IP Scanner
A highly adaptable network scanner used primarily to scan hosts and ports to locate services and detect vulnerabilities
Nmap Security Scanner
Cross platform command took to show network information on a machine running TCP/IP notably active connections and the routing table.
Netstat
Utility that can parse the header fields and pay loads of protocols in captured frames for display and analysis
Protocol analyzer