Network Stuff Flashcards
What 2 ports are used by FTP? (File Transfer Protocol)
TCP Ports 20, and 21
What port is used for Telnet?
TCP Port 23
What port is used for SMTP? (Simple Mail Transfer Protocol)
TCP Port 25
What port is used for TFTP? (Trivial File Transfer Protocol)
UDP Port 69
What port is used for HTTP(Hyper Text Transport Protocol)?
TCP Port 80
What port is used for POP3(Post Office Protocol)?
TCP Port 110
What port is used for HTTPS?
TCP 443
What does RAS stand for?
Remote Access Server
What does L2TP stand for?
Layer 2 Tunneling Protocol
What does PPTP stand for?
Point-to-Point Tunneling Protocol
What does SSTP stand for?
Secure Sockets Tunneling Protocol
What does RAID stand for?
Redundant Array of Independent Disks
The following describes what level of RAID? 1) Also known as disk striping. 2) Requires at least 2 hard disks. 3) Primarily implemented to increase speed. 4) No fault tolerance 5) Utilizes 100% of space from all hard disks
RAID 0
The following describes what level of RAID? 1) Also known as disk mirroring by providing an exact copy of another hard disk. 2) Implemented with exactly 2 hard disks. 3) High availability of data, extremely fault tolerant. 4) Slower performance since data has to be written twice. 5) Utilizes 50% of total disk space from both hard disks.
RAID 1
The following describes what level of RAID? 1) Uses striping and has one disk dedicated to creating parity. 2) Requires at least 3 hard disks to implement. 3) Each hard disk should be the same capacity. 4) Used for a combination of fault tolerance and speed. 5) Calculating parity will slow down the performance slightly due to CPU usage. 6) The amount of space available is determined by the formula 1 -1/n (where n is the # of hard disks)
RAID 3
The following describes what level of RAID? 1) The same as RAID 3 except parity is striped with the data
RAID 5
The following describes what level of RAID? 1) Requires at least 4 hard disks to implement. 2) Uses striping and creates 2 parity stripes that are striped with the data. 3) Extremely high fault tolerance since 2 disks could fail and still have recoverable data. 4) Requires a complex controller to implement. 5) The amount of space available is calculated by 1-2/n
RAID 6
The following describes what level of RAID? 1) Also known as mirroring and striping. 2) Requires at least 4 hard disks and must be an even # of hard disks. 3) Extremely fault tolerant allowing multiple hard disk failures. 4) Amount of space available is 50% of total space from all hard drives.
RAID 10
The following describes what level of RAID? 1) Also known as RAID 5+0 and combines striping and RAID 5. 2) Requires at least 6 hard disks to implement. 3) Extremely fault tolerant while still maintaining high performance and data transfer rates. 4) Total available space is calculated by 1-1/n (where n is the # of disks used in each RAID 5 implementation
RAID 50
What does SCSI stand for?
Small Computer System Interface
What does SAS stand for?
Serial Attached SCSI
What are the 4 components in a SAS system?
1) Initiator 2) Target 3) Service Delivery Subsystem 4) Expanders
What does SATA stand for?
Serial Advanced Technology Attachment
What does SAS stand for?
Serial Attached SCSI