🌍 Ethical Hacking · subject
Ethical Hacking Networking Fundamentals Syllabus
Every chapter and topic of Networking Fundamentals examined in Ethical Hacking — 3 chapters, 12 topics, plus 50 flashcards written against it.
Networking Fundamentals syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Networking Fundamentals in Ethical Hacking, not a summary of it.
-
Basic Networking Concepts
4 topics- OSI Model
- TCP/IP Model
- IP Addressing and Subnetting
- Ports and Protocols
-
Network Devices
4 topics- Routers and Switches
- Firewalls
- Wireless Access Points
- Intrusion Detection and Prevention Systems
-
Network Security
4 topics- Network Segmentation
- Virtual Private Networks (VPNs)
- Network Monitoring and Analysis
- Secure Network Design
Networking Fundamentals flashcards for Ethical Hacking
20 of 50 cards from the Networking Fundamentals deck — real questions with worked answers.
What are the seven layers of the OSI model, in order from Layer 1 to Layer 7?
Physical, Data Link, Network, Transport, Session, Presentation, Application. A common mnemonic is 'Please Do Not Throw Sausage Pizza Away.'
At which OSI layer do switches primarily operate, and what address do they use to forward frames?
Switches operate at Layer 2 (Data Link) and forward frames using MAC addresses.
At which OSI layer do routers operate, and what address do they use?
Routers operate at Layer 3 (Network) and forward packets using IP addresses.
Which OSI layer is responsible for reliable, connection-oriented delivery and segmentation, and which protocol exemplifies it?
Layer 4 (Transport); TCP provides reliable, connection-oriented delivery with sequencing and acknowledgments.
What is the Protocol Data Unit (PDU) name at OSI Layers 4, 3, 2, and 1 respectively?
Layer 4 = Segment (TCP) / Datagram (UDP), Layer 3 = Packet, Layer 2 = Frame, Layer 1 = Bits.
What are the four layers of the TCP/IP model?
Link (Network Access), Internet, Transport, and Application.
How do the TCP/IP model layers map to the OSI model?
TCP/IP Application = OSI Layers 5-7; TCP/IP Transport = OSI Layer 4; TCP/IP Internet = OSI Layer 3; TCP/IP Link = OSI Layers 1-2.
Describe the three-step TCP three-way handshake.
1) Client sends SYN; 2) Server replies SYN-ACK; 3) Client sends ACK. The connection is then established.
What are the key differences between TCP and UDP?
TCP is connection-oriented, reliable, ordered, with flow/congestion control and higher overhead. UDP is connectionless, unreliable, unordered, low-overhead, and faster—used for streaming, DNS, and VoIP.
How many bits are in an IPv4 address and an IPv6 address?
IPv4 uses $32$ bits; IPv6 uses $128$ bits.
What are the default (classful) subnet masks for Class A, B, and C networks?
Class A: $255.0.0.0$ (/8), Class B: $255.255.0.0$ (/16), Class C: $255.255.255.0$ (/24).
What formula gives the number of usable hosts in an IPv4 subnet with $h$ host bits?
$$\text{Usable hosts} = 2^{h} - 2$$ subtracting the network and broadcast addresses.
How many usable host addresses does a /24 subnet provide?
With $8$ host bits: $2^{8} - 2 = 254$ usable hosts.
What formula gives the number of subnets created when borrowing $n$ bits from the host portion?
$$\text{Subnets} = 2^{n}$$
List the three private IPv4 address ranges defined by RFC 1918.
$10.0.0.0/8$, $172.16.0.0/12$, and $192.168.0.0/16$.
What is the IPv4 loopback address and what is it used for?
$127.0.0.1$ (the $127.0.0.0/8$ block); it refers to the local host itself for testing the local TCP/IP stack.
What is the CIDR notation for a subnet mask of $255.255.255.192$, and how many usable hosts does it give?
/26 (26 network bits, 6 host bits); $2^{6} - 2 = 62$ usable hosts.
What is the APIPA range, and when is it assigned?
$169.254.0.0/16$; automatically self-assigned when a host cannot reach a DHCP server.
What port and protocol do HTTP and HTTPS use?
HTTP uses TCP port $80$; HTTPS uses TCP port $443$.
What ports do FTP use for control and data channels?
FTP uses TCP port $21$ for control and TCP port $20$ for active-mode data transfer.
Planning Networking Fundamentals for Ethical Hacking
Networking Fundamentals is about 7% of the Ethical Hacking syllabus by topic count — 12 of 173 topics, spread over 3 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 9 hours.
The heaviest chapters are Basic Networking Concepts (4 topics), Network Devices (4 topics), Network Security (4 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
Networking Fundamentals (Ethical Hacking) FAQ
What is in the Ethical Hacking Networking Fundamentals syllabus?
Networking Fundamentals is split into 3 chapters — Basic Networking Concepts, Network Devices and Network Security, containing 12 topics and 0 sub-topics in total.
How is Networking Fundamentals structured in the Ethical Hacking syllabus?
3 chapters. Networking Fundamentals accounts for about 7% of the topics in the whole Ethical Hacking syllabus (12 of 173).
How long should I spend on Networking Fundamentals for Ethical Hacking?
Budget around 9 hours for a first pass through Networking Fundamentals — about 45 minutes per topic plus 12 minutes per sub-topic across its 12 topics. Add revision cycles on top.
Are there flashcards for Ethical Hacking Networking Fundamentals?
Yes — a 50-card Networking Fundamentals deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.