Week 9: Layer 7 Fundamentals Flashcards
Name 2 of the four HTTP safe methods .(Safe means that it does not modify the web server)
a. Head - retrieves data from headers
b. Get - retrieves data from page
c. Options - retrieves HTTP methods form server
d. Trace - Echo to detect if any changes are being made in route
What makes them safe?
Info retrieval does not change the server
Why would you use TLS (Transport Layer Security) for communication between two hosts?
a. Information is encrypted and secure
b. Prevent eavesdropping and tampering
c. Does checks to make sure that packet has not changed
d. Rides on TCP
What protocol and port does NTP use ?
a. UDP
b. Port 123
What is calculated when NTP syncs with remote server?
a. Round trip delay time
b. Off-set
Layer 4 protocols to transport to SIP - Session Initiation Protocol or Signaling Protocol
a. TCP - for people who know what they are doing
b. UDP - supported by all
c. SCTP
Can you list three SIP request methods?
a. Register
b. Invite
c. Ack
d. Cancel
e. Bye
f. Options
What protocol and port does SMTP use?
TCP; Port 25
What three command reply sequences comprise a SMTP message?
a. Mail
b. Receipt - RCTP
c. Data
Why use SNMP?
Manage devices on network
List 3 of 7 SNMP PDU types
a. Can use to push configs to devices - security risk!
b. Get
c. Set
d. Get Next
e. Get Bulk
f. Response
g. Trap
h. Inform
Major Enhancement of SNMP V3
a. Community string with username and password
b. Remote enhancements
c. Optional encryption
What protocol and port for SSH
TCP; Port 22
Name a method for securely copying files via SSH tunnels?
a. SCP - Secure copy Protocol uses SSH to copy files
b. Rsync -
c. SFTP - SSH file transfer
d. FISH -Files transferred of Shell Protocol
What protocol and port does telnet use?
TCP; Port 23