Networking Flashcards
TCP
Transport Control Protocol
IP
Internet Protocol
Application Layer Protocol
Decides how applications talk to each other
Network Protocol
The connection established between two systems
HTTP
Hypertext Transfer Protocol
SMTP
Simple Message Transfer Protocol
IP address is
A 32 bit number presented as a decimal number in 4 segments
Port Number
16 bit number that ranges from 0-65535
Socket
A virtual construct, made up of an IP address and a port number
FQDN
Fully Qualified Domain Name, a name mapped to an IP address, the service that provides the mapping is called DNS
Client Process
Initializes the connection to a server process and sends its request
Server Process
Listens for client connections, accepts connections frim clients, recieves and processes their requests and returns a response
PING
Package Internet Groper, tests connectivity between two hosts
NS LOOK UP
Used to look up IP addresses of hosts
TELNET
Used to connect remote hosts