Networking: Intro to IP Flashcards
IP - Internet Protocols
Client → Ethernet Header - Ethernet Payload - Ethernet Trailer ← Server
Client → Ethernet Header - IP - IP Payload - Ethernet Trailer ← Server
Client → Ethernet Header - IP -TCP - TCP Payload - Ethernet Trailer ← Server
Client → Ethernet Header - IP -TCP - HTTP data - Ethernet Trailer ← Server
TCP - Transmission Control Protocol
Connection oriented, “Reliable” delivery, Flow control
Device → TCP Data → Server // Server → TCP ACK → Device
UDP - User Datagram Protocol
Connectionless, “Unreliable” delivery, No flow control
Why use UDP?
Real-time consumption
Connectionless protocols - DHCP (Dynamic Host Configuration Protocol) & TFTP (Trivial File Transfer Protocol) // Data might not get through
Why use TCP?
Connection oriented protocols prefer a “return receipt” - HTTPS (Hypertext Transfer Protocol Secure) & SSH (Secure Shell)
Non-ephemeral ports - Permanent port numbers
Ports 0 through 1023
Ephemeral ports - Temporary port numbers
Ports 1024 through 65535
Ports on the network
Web server - TCP/80
VoIP server - UDP/5004
Email server - TCP/143
What are the FTP - File Transfer Protocol port numbers?
TCP/20 (active mode date), TCP/21 (control)
SSH - Secure Shell
Encrypted communication link - TCP/22
Telnet - Telecommunication Network - What is the port number?
Telnet - Telecommunication Network - TCP/23
SMTP - Simple Mail Transfer Protocol - What is the port number?
TCP/25
What is DNS - Domain Name Server and what port number does it use?
Converts names to IP address - UDP/53
What is DHCP - Dynamic Host Configuration Protocol and what port numbers are used?
Automated configuration of IP address, subnet mask and other options
UDP/67 & UDP/68
What is HTTP and what port number does it use?
Hypertext Transfer Protocol - TCP/80 - Communication in the browser & by other applications
What is HTTPS and what port number does it use?
Hypertext Transfer Protocol Secure - TCP/443 // Communication in the browser & by other applications… But with encryption
What is POP3 and what port number does it use?
Post Office Protocol version 3 - TCP/110 // Basic mail transfer functionality
What is IMAP4 and what port number does it use?
Internet Message Access Protocol - TCP/143 // Includes management of email inbox from multiple clients // Also called CIFS (Common Internet File System)
What are the NetBIOS over TCP/IP (Network Basic Input/Output System port numbers?
UDP/137 - NetBIOS name services (nbname)
TCP/139 - NetBIOS session service (nbsession)
What does SNMP - Simple Network Management Protocol do and what port numbers are used?
Gather stats from network devices
Queries: udp/161
Traps: udp/162
What is LDAP and what port number is used?
LDAP (Lightweight Directory Access Protocol) - tcp/389
What is RDP - Remote Desktop Protocol and what port number is used?
Share a desktop from a remote location over tcp/3389
One of the original 802.11 wireless standards, Operates in the 5 GHz range, 54 megabits per second (Mbit/s)
802.11a
802.11b
Also an original 802.11 standard, Operates in the 2.4 GHz range, 11 megabits per second (Mbit/s), better range than 802.11a, More frequency conflict
802.11g
An “upgrade” to 802.11b, 54 megabits per second (Mbit/s), Same 2.4 GHz frequency conflict problems as 802.11b
802.11n (Wi-Fi 4)
The update to 802.11g, 802.11b, and 802.11a, Operates at 5GHz and/or 2.4 GHz, 600 megabits per second (Mbit/s), 802.11n uses MIMO
MIMO
Multiple-input multiple-output // Multiple transmit and receive antennas