Chapter 1 Flashcards
(60 cards)
What port does DNS use?
Port 53
What port does FTP use?
Port 21
What port does SSH use?
Port 22
What port does SFTP use?
Port 22 (via SSH)
What port does TFTP use?
Port 69
What port does HTTP use?
Port 80
What port does HTTPS use?
Port 443
What port does SMTP use?
Port 25
What port does IMAP use?
Port 143
What port does POP3 use?
Port 110
What port does SNMP use?
Port 161
What port does Telnet use?
Port 23
What does DNS stand for and what does it do?
Domain Name System - Translates domain names into IP addresses.
What does DHCP stand for and what does it do?
Dynamic Host Configuration Protocol - Assigns IP addresses automatically.
What does SNMP stand for and what does it do?
Simple Network Management Protocol - Monitors network devices.
What are the 7 layers of the OSI model (top to bottom)?
Application, Presentation, Session, Transport, Network, Data Link, Physical
What layer of the OSI model is responsible for reliable delivery and port numbers?
Transport layer (Layer 4)
What layer handles routing and IP addressing?
Network layer (Layer 3)
What layer uses MAC addresses and handles framing?
Data Link layer (Layer 2)
What layer transmits raw bits over the medium?
Physical layer (Layer 1)
What layer provides encryption and formatting?
Presentation layer (Layer 6)
What layer manages sessions and dialog control?
Session layer (Layer 5)
What layer interacts directly with applications?
Application layer (Layer 7)
What is the data unit at the Physical layer?
Bits