ethical hacking chapt2

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:54 PM on 3/3/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards
TCP/IP protocol stack
The four layers are Application, Transport, Internet, and Network layers.
2
New cards
IP addressing
A system used to assign unique numerical addresses to devices in a network for communication.
3
New cards
Three numbering systems in TCP/IP
Binary, octal, and hexadecimal.
4
New cards
ACK
Acknowledgment (ACK) is a message sent to confirm the receipt of data in TCP communication.
5
New cards
Connection-oriented protocol
A type of communication where a connection is established before data transmission (e.g., TCP).
6
New cards
Connectionless
A communication method that does not establish a connection before sending data (e.g., UDP).
7
New cards
Initial sequence number (ISN)
A randomly generated number used to initiate a TCP connection and prevent attacks.
8
New cards
Internet Assigned Numbers Authority (IANA)
An organization responsible for global IP address allocation and protocol assignments.
9
New cards
Internet Control Message Protocol (ICMP)
A network protocol used for diagnostic and error-reporting purposes (e.g., ping command).
10
New cards
Network session hijacking
An attack where a hacker takes control of an active network session between two devices.
11
New cards
Port in networking
A logical endpoint used for communication between applications over a network.
12
New cards
Protocol
A set of rules that define how data is transmitted and received over a network.
13
New cards
SYN
A synchronization packet used to initiate a TCP connection.
14
New cards
SYN-ACK
A packet sent in response to a SYN request, acknowledging the connection request.
15
New cards
TCP flag
A control bit in a TCP header used to manage connections and data flow (e.g., SYN, ACK, FIN).
16
New cards
Three-way handshake
The process used to establish a TCP connection: SYN → SYN-ACK → ACK.
17
New cards
TCP/IP
Transmission Control Protocol/Internet Protocol, the fundamental suite of networking protocols used for internet communication.
18
New cards
User Datagram Protocol (UDP)
A connectionless, faster but less reliable transport protocol compared to TCP.