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