Chapter 3 Understanding Devices and Infrastructure Flashcards
What are the four layers of TCP/IP?
74
Application
Host-to-Host
Internet
Network Access
TCP/IP Application layer
75
Gives applications access to services or protocols that can be used to exchange data. Common protocols would be:
- HTTP
- FTP
- SMTP
- Telnet
- DNS
- RDP
- SNMP
- POP
- IMAP
Host-To-Host (Transport) Layer
77
Gives the Application Layer a session and datagram communication services. Common protocols are:
- TCP
- UDP
Internet Layer
77
Responsible for IP addressing, routing, and packaging.
- Accomplishes all the behind-the-scenes information exchange work. Common protocols are:
- IP
- ARP
- ICMP
Network Access (Interface) Layer (78)
Placing and removig packets on the physical network through communication with a computer that has a NIC
Encapsulation
79
Allows a transport proocol to be sent across the network and utilized
How Can You View Active TCP/UDP Ports?
83
Command Prompt
Netstat -a
Application Programming interface
86
Allows programmers to more easily create an interface to the TCP/IP suite
-The default Microsoft one is Windows Sockets (Winsocks)
iSCSI
87
Allows data storage and transfers across an existing network. Allows for Storage Area Networks to exist
Ports 860, 3260
Fibre Channel
87
Like iSCSI, but it was originally designed for fiber only. It’s also not routable at the IP layer, so it’s not very popular.
DMZ
87
Demilitarized Zone
- Makes a public server that’s isolated from the rest of your network
- You can do this using a firewall that can transmit to the internal network, the external world, and the public information you’re sharing.
VLAN
89
Allows you to make groups of users and devices and segment them on the network. You can then hide these network segments from other segments and even control paths the data will take to get from A to B.
PPTP
90
Point-to-Point Tunneling Protocol
-Encapsulates and encrypts PPP packets
-The data itself is encrypted, but the negotiation between the two ends is not. It’s not foolproof.
1723, TCP
L2F
91
Layer 2 Forwarding
-Created by Cisco for dial-up connections. it’s a lot like PPP
-offers authentication, but not encryption, so it’s not really secure
1701, UDP
SSH
91
Secure Shell
-Originally designed for Unix, it gives security to common clear text applications, like Telnet.
22, TCP