🔒

Networking Fundamentals

Enter your name and the access code to begin.

net@cre8learn

Networking Fundamentals

cre8Learn Institute · Computer Networking · 50 Questions

🔵 Networking Fundamentals
Module: Networking Fundamentals · Topics: Protocols · OSI & TCP/IP Models · Networking OS · Communications, Segmentation & Reassembly

📘 Key Concepts — Quick Reference

OSI Model (7 Layers)

Top to bottom, each layer has its own protocol data unit (PDU):

#LayerPDUExamples
7ApplicationDataHTTP, FTP, SMTP, DNS
6PresentationDataEncryption, compression, formatting
5SessionDataSession setup/teardown (e.g. NetBIOS)
4TransportSegment (TCP) / Datagram (UDP)TCP, UDP
3NetworkPacketIP, ICMP, routers
2Data LinkFrameEthernet, switches, MAC addresses
1PhysicalBitsCables, radio signals, hubs

TCP/IP Model (4 Layers) vs OSI

TCP/IP LayerMaps to OSI
ApplicationApplication, Presentation, Session
TransportTransport
InternetNetwork
Network AccessData Link, Physical

Common Protocols & Default Ports

DNS · 53 DHCP · 67/68 HTTP · 80 HTTPS · 443 FTP · 20/21 SSH · 22 Telnet · 23 SMTP · 25 POP3 · 110 IMAP · 143 SNMP · 161

Networking Operating Systems (NOS)

Software that manages network resources: user accounts, shared files/printers, security, and device communication. Examples: Windows Server, Linux, Cisco IOS (runs on routers/switches).

Communication Modes

ModeDescription
SimplexOne direction only (e.g. radio broadcast)
Half-duplexBoth directions, one at a time (e.g. walkie-talkie)
Full-duplexBoth directions simultaneously (e.g. phone call)

Segmentation, Fragmentation, Replication & Reassembly

Segmentation: the Transport layer breaks large data into smaller segments, each tagged with a sequence number.

Fragmentation: if a packet exceeds a network's maximum transmission unit (MTU), the Network layer splits it into smaller fragments.

Reassembly: the destination uses sequence numbers to reorder segments/fragments back into the original data.

Replication: copying data across multiple servers or locations to improve availability and fault tolerance.

0 / 50
0% correct