Chapter 3: Secure Network Architecture and Securing Network Components Flashcards
What is OSI?
Open Systems Interconnect
What are the layers of the OSI model?
- Physical
- Data Link
- Network
- Transport
- Session
- Presentation
7 Application
What does the Physical Layer in the OSI model do?
The physical layer accepts the frame from the data link layer and converts it into bits for transmission over the physical media, and vice versa. It contains device drivers.
What are some examples of specifications or protocols that operate at the physical layer?
EIA/TIA-232 and EIA/TIA-449, X.21, High-Speed Serial Interface (HSSI), Synchronous Optical Network (SONET), V.24 and V.35
What network hardware devices operate at the phyical layer?
NICs, hubs, repeaters, concentrators, amplifiers.
What is the Data Link Layer?
This layer is responsible for formatting the packet from the Network layer into the proper format for transmission, and vice versa.
What are some examples of protocols that operate at the data link layer?
SLIP, PPP, ARP, RARP, L2F (Layer 2 Forwarding), L2TP (Layer 2 Tunneling Protocol), PPTP (Point-to-Point Tunneling Protocol), ISDN.
What network hardware devices operate at the data link layer?
Switches and bridges. These support MAC-based traffic routing.
Which are the 2 protocols we need to be familiar with at the Data Link Layer?
ARP and RARP
What does ARP do?
ARP is the Address Resolution Protocol. It maps IP addresses to MAC addresses.
What does RARP do?
RARP is the Reverse Address Resolution Protocol. It maps MAC addresses to IP addresses.
What is the Network Layer?
The Network Layer is responsible for adding routing and addressing information to the data. It is not responsible for guaranteeing delivery, but does manage error detection and traffic control.
What protocols operate at the Network Layer?
Internet Control Message Protocol (ICMP) Routing Information Protocol (RIP) Open Shortest Path First (OSPF) Border Gateway Protocol (BGP) Internet Group Management Protocol (IGMP) Internet Protocol (IP) Internet Protocol Security (IPSec) Internetwork Packet Exchange (IPX) Network Address Translation (NAT) Simple Key Management for Internet Protocols (SKIP)
What hardware devices operate at layer 3?
Routers and bridge routers (brouters).
What is the Transport Layer?
The layer responsible for managing the integrity of a connection and controlling the session. This layer defines how much data a segment can contain, how to verify data integrity, and how to determine if data has been lost.
What protocols operate at the Transport Layer?
TCP, UDP, Sequenced Packet Exchange (SPX), SSL, TLS.
What is the session layer?
The layer responsible for establishing, maintaining, and terminating communications sessions between computers. Controls simplex/duplex. Retransmits lots or damaged segments.
What protocols operate at the session layer?
NFS, SQL, RPC
What is the presentation Layer?
The layer responsible for transforming data received from the Application layer into a format that any system following the OSI model can understand. Imposes common or standardized structure and formatting rules onto the data. Responsible for encryption and compression.
Most file or data formats are at this layer.
What protocols operate at the Presentation Layer?
ASCII, EBCDICM (Extended Binary-Coded Decimal Interchange Mode), TIFF, JPEG, MPEG, MIDI
What is the Application Layer?
The application layer is responsible for interfacng user applications, network services, or the operating system with the protocol stack. It determines whether a remote communcations partner is available, and whether sufficient resources are available to support the requested communications.
What protocols operate at the Application layer?
HTTP, FTP, LPD, SMTL, TFTP, EDI (Electronic Data INterchange), POP3, IMAP, SNMP, NNTP, S_RPC, SET (Secure Electronic Transaction).
What hardware pr services operate at the application layer?
Gateways, application layer firewalls, some filtering software.
What are the layers of the TCP/IP model?
Application
Transport
Internet
Link
How do the TCP/IP layers map to the OSI layers?
Application: Application/Presentation?Session
Transport: Transport
Internet: Network
Link: Data Link/Physical
What TCP/IP protocols operate at the Application Layer?
FTP, Telnet, SNMP, LPD, TFTP, SMTP, NFS, X Windows
What TCP/IP protocols operate at the Transport layer?
TCP, UDP
What TCP/IP protocols operate at the Internet Layer?
ICMP, IGMP, IP
What TCP/IP protocols operate at the Link Layer?
Ethernet, Fast Ethernet, Token Ring, FDDI
What are the first 1024 TCP/UDP ports called?
Well-known ports or service ports.
What does the ACK TCP header flag mean?
Acknowlegement - Acknowledges a synchronization or shutdown request
What does the RST TCP header flag mean?
Reset - Causes immediate disconnect of the TCP session
What does the SYN TCP header flag mean?
Synchronization - Requests synchronization with new sequencing numbers
What doe sthe FIN TCP header flag mean?
Finish - Requests graceful shutdown of the TCP session
What is IP?
IP is the Internet Protocol. It is a connectionless and unreliable datagram protocol. It contains ICMP, IGMP, and ARP.
What is IGMP for?
Multicasting
What are class D networks?
Class D networks have addresses starting with 1110, or decimal 224-239, and are for multicast traffic.
What are class E networks?
Class E networks have addresses starting with 1111, or decimal 240-255, and are for experimental use.
What is the CIDR equivalent of a class A network?
/8
What is the CIDR equivalent of a class B network?
/16
What is the CIDR equivalent of a class C network?
/24
What is ICMP?
Internet Control Message Protocol. ICMP is used to determine the health of a network or specific link. Applications: ping, traceroute, pathping
What port does telnet operate on?
23/tcp
What is typically on port 23/tcp?
telnet
What port(s) does ftp operate on
20, 21
What is typicall on ports 20/tcp and 21/tcp
FTP.
What ports does TFTP operate on
69/udp
What is typically on port 69/udp
TFTP
What port does SMTP operate on?
25/tcp
What is typically on port 25/tcp
SMTP
What port does POP3 operate on?
110/tcp
What is typically on port 110/tcp
POP3
What port does IMAP operate on?
143/tcp
What is typically on port 143/tcp
IMAP
What port does DHCP operate on?
67/tdp and 68/udp
What is typically on ports 67/udp and 68/udp
DHCP/bootp
What port does HTTP operate on?
80
What is typically on port 80/tcp
HTTP
What port does SSL operate on?
443
What is typically on port 443?
SSL
What port does LPD operate on?
515/tcp
What is typically on port 515/tcp?
LPD
What ports does X Windows use?
6000-6063/tcp
What is typically on port 6000-63/tcp
X Windows
What ports does bootp/DHCP use?
67/udp, 68/udp
What port does NFS use?
2049/tcp
What is typically on port 2049/tcp?
NFS
What port doe SNMP use?
161/udp, 162/udp for trap messages
What is typically on port 161/udp?
SNMP
What is typically on port 162/udp?
SNMP trap messages
What is an intranet?
An intranet is a private network that is designed to host the same information services found on the Internet.
What is an extranet?
An extranet is a section of an organization’s network that has been sectioned off so that it acts as an intranet for the private network, but also serves information to the public Internet. It’s often reserved for use by specific partners or customers, and is rarely on a public network. Often requires a VPN for access.
An extranet for public consumption is typically called a DMZ or perimeter network.