Chapter 3 - Understanding Devices & Infrastructure Flashcards
Any device connected to the network that runs a TCP/IP protocol suite is called a what?
3-74
host
Tell me the 4 layers of the TCP/IP model, bottom up.
3-74
network access
internet
transport (host to host)
application
Tell me the default ports for HTTP and HTTPS.
What does HTTPS use for encryption?
3-75
80 and 443
SSL (Secure Socket Layer)
Tell me the ports used by File Transfer Protocol. Simple Mail Transfer Protocol. Telnet Domain Name System Remote Desktop protocol Simple Network Management Protocol Post Office Protocol
Which layer do all of these protocols operate at?
3-76
20, 21 25 23 53 3389 161, 162 (trap) 110
Application Layer
True or False
Antiquated protocols are those that are no longer needed and should therefore be removed because they are leaving an opening for an attacker.
3-77
True
Which layer does TCP and UDP operate at?
What’s the difference between them?
3-77
transport layer
tcp - connection oriented
udp - not connection oriented
The Internet layer is responsible for routing, IP addressing, and packaging. Tell me 3 standard protocols of the Internet layer.
3-77,78
Internet Protocol
Address Resolution Protocol
Internet Control Message Protocol
(IP, ARP, ICMP)
Network Access Layer. Tell me what it does.
3-78
Defines how you put data on the wire and defines what that wire is.
IPv6. How many bits in an IPv6 address?
What security does it employ?
3-79
128
IPSec, is mandatory
You have some data that needs to be sent from PC A to PC B. Your data is going to go through an encapsulation process. Tell me the headers that get attached, in sequence, and where they get attached.
3-79
A TCP header gets added to the front of your Application Data.
An IP header gets placed in front of the TCP header.
A Hardware header gets placed in front of the IP header.
There are well-known TCP ports and UDP ports that we need to pay particular attention to. What are they?
3-81,82
21 - FTP 22 - SSH 25 - SMTP 53 - DNS 80 - HTTP 110 - POP3 139 - NetBIOS 143 - IMAP 443 - HTTPS
Tell me the command you use to see which ports are active on your server.
3-83
netstat
Tell me the TCP three way handshake connection process by using acronyms.
3-86
- PC A sends SYN to PC B
- PC B sends SYN-ACK to PC A
- PC A sends ACK to PC B
What is the thing that allows a server or client to interface to the TCP/IP protocol suite?
3-86
Windows Sockets Application Programming Interface
also known as Winsock
What is iSCSI?
What ports does it use?
What is it for?
What does it create?
3-87
Internet Small Computer Systems Interface
860 and 3260
data storage and data transfers
a SAN (storage area network)
You are designing the security topology of your network, so what 3 things must you be concerned with?
3-87
access methods
security
technologies used
Tell me a common protocol used by Fibre Channel and tell me what is bad about it.
3-87
FCoE (Fibre Channel over Ethernet)
The problem with FCoE is that it is not routable at the IP layer and so it won’t work on large networks.
What do you use to establish a DMZ for your server?
3-87
firewall
If a host exists outside the DMZ and is open to the public, what kind of host is that?
3-88
bastion host
What do you use to subnet a network?
3-89
subnet mask