N10-009-Section_1 Flashcards
(133 cards)
What does OSI stand for
Open Systems Interconnect model is a standard of the international organization for standardization (ISO) - General purpose framework that characterizes and standardizes how computers communication with
e another over a network. Each layer serves the layer above it and is served by the layer below it
What does ISO stand for
International Organization for Standardization
List the 7 layers of the OSI Model
Application, Presentation, Session (Upper layers), Transport, Network, Data-Link, Physical
Describe the Application Layer
- The Software
Describe the Presentation Layer
- How the Software packages the data to be sent out
Describe the Session Layer
- The connection session over which data is sent
Describe the Transport Layer
- Includes TCP/UDP, Port numbers
Describe the Network Layer
- IP Addresses, Routers
Describe the Data-Link Layer
- MAC Addresses, Switches
Describe the Physical Layer
- Ethernet Cables, Hubs
DLC
Data Link Control protocols. The category of layer 2 protocols that use MAC address to route info over a network. It defines how DLC organizes
What is TCP?
Transmission Control Protocol - A connection oriented protocol with a 3 way handshake
What is the TCP 3 way handshake
- Client will send a Syn packet to the server, 2. server will send back a SYN/ACK response,3. Client sends an ACK back to the server. The connection is established and will stay open until someone closes it
What is UDP?
User Datagram Protocol - Connectionless Protocol - Data is just sent, no verification
What is the IP Packet?
The IP part of an Ethernet Frame - Dest IP, Source IP, Dest Port, Source Port, Sequence, ACK, Data
What are PDUs?
Protocol Data Units - Parts of a Frame that are used in different protocols
Describe the Ethernet Frame
A chunk of data sent across an ethernet network - 1500 bytes - Dest MAC, Source MAC, Dest IP, Source IP, Dest Port, Source Port, Sequence, ACK, Data, FCS
What is the TCP segment?
Same as UDP Datagram, but used in TCP - Dest Port, Source Port, Sequence, ACK, Data
What is the UDP datagram?
Same as TCP segment, but used in UDP - Dest Port, Source Port, Sequence, ACK, Data
ASIC
An ASIC (Application-Specific Integrated Circuit) in networking is a specialized hardware chip designed to perform specific tasks efficiently, particularly related to network packet processing and forwarding. Unlike general-purpose processors, ASICs are purpose-built for high-speed and low-latency operations in networking equipment such as routers, switches, and firewalls.
NGFW
Next Generation Firewall. As opposed to a traditional firewall that only filters traffic based on port number an NGFW can filter traffic on the application level as well.
IDS
Intrusion Detection System - could be a computer or software - watches for suspicious activity on a network
IPS
Active IDS - Intrusion Prevention - The device/software will actually do something to stop/reject the intrusion