TCP/IP (Chapter 6) Flashcards
Simply put, what is a protocol?
A set of rules that govern communications
What is the TCP/IP suite?
Transmission Control Protocol/Internet Protocol
A collection of protocols working together to help computers communicate. It’s named after it’s two hardest-working protocols.
Identify what protocols live where in the DoD model
The botom layer does not contain protocols, but rather methods of accesing the internet.
What protocol is considered the backbone of TCP/IP?
IP
It works in relation to IP addressing. Other protocols in the Internet layer work in conjunction with it.
Where are the majority of TC/IP protocols located?
In the process/application (top) layer
What is the difference between TCP and UDP (Host-to-Host/Transport layer)?
TCP guarantees packet delivery with data acknowledgements (connection-oriented)
UDP does not do this (connectionless), but its somewhat faster
What is the relationship between TCP/UDP (transport layer) and Application layer protocols?
Transport layer protocols (TCP and UDP) help the application layer protocol calls get from point A to point B.
Think of the transport layer protocol as a “carrier” for application layer protocols.
How many total ports are there?
65,536 (starting with 0)
Which ports are considered the well-known ports?
0 through 1023
Which ports are registered ports?
1,024 through 49,151
The rest are freely used by application vendors.
What ports and protocol does FTP use?
20, 21
TCP
–FTP (File Transfer Prot) is responsible for transferring files between a client and a server over a network, allowing users to upload and download files.
What ports and protocol does SSH use?
22
TCP
–SSH (Secure Shell) is responsible for providing a secure, encrypted command-line interface for remote access to a computer over a network.
SS looks like two 2s
What ports and protocol does Telnet use?
23
TCP
–Telnet responsible for providing a command-line interface for remote access to another computer over a network.
Michael Jordan’s jersey, i guess?
What ports and protocol does SMTP use?
25
TCP
–The SMTP (Simple Mail Transfer Protocol) is responsible for sending and relaying outgoing email messages from a sender’s email client to the recipient’s email server.
Sending mail used to cost 25 cents.
What ports/protocols does DNS use?
53
TCP/UDP
–Translates domain names into IP addresses
Do Not eat Salt after 53.
What ports/protocols does DHCP use?
67, 68
UDP
Downtown Has Cheese Pizza where 67th and 68th street cross.
What ports/protocols does TFTP use?
69
UDP
–TFTP (Trivial File Transfer Protocol) is a simplified, connectionless protocol primarily used for transferring files between clients and servers with minimal security and error checking.
Spray and pray!
What ports/protocols does HTTP use?
80
TCP
–HTTP needs to use TCP because it provides reliable, ordered delivery of data, which is essential for ensuring that web pages and other HTTP requests are transmitted accurately and completely across the internet.
What ports/protocols does POP3 use?
110
TCP
–POP3 (Post Office Protocol version 3) used to retrieve email from a remote server
3 numbers, last one p0ps.
What ports/protocols does NetBIOS/NetBT use?
137, 139
TCP
–NetBIOS enables communication between computers on a LAN for file sharing, printer sharing, and name resolution. Heavily used by Microsoft.
Remember that 2-THREE had the NET
What ports/protocols does IMAP4 use?
143
TCP
–IMAP4 is POP3 but more advanced
ONE FOUR is more (advanced) than THREE
What ports/protocols does SNMP use?
161, 162
UDP
–SNMP (Simple Network Management Protocol) is used for monitoring and managing devices on a network.