Skip to content

INF02 theoretical

So the exam is split into two parts, practical and theoretical, I already analyzed the practical part, and now I will focus on the theoretical part. I'll go over all the parts covered in the theoretical part of the exam.

:::important Warning! This only covers a small part of the repeating and common questions! :::

Protocols

ProtocolDescriptionPort
HTTPHyperText Transfer Protocol, used for web traffic80
HTTPSHyperText Transfer Protocol Secure, used for secure web traffic443
DNSDomain Name System, used for resolving domain names to IP addresses53
DHCPDynamic Host Configuration Protocol, used for assigning IP addresses67
ICMPInternet Control Message Protocol, used for network diagnosticsN/A
ARPAddress Resolution Protocol, used for mapping IP addresses to MAC addresses2048
RARPReverse Address Resolution Protocol, used for mapping MAC addresses to IP addresses2050
WINSWindows Internet Name Service, used for name resolution in Windows networks42
CSMA/CDCarrier Sense Multiple Access with Collision Detection, used in Ethernet networksN/A
IPX/SPXInternetwork Packet Exchange/Sequenced Packet Exchange, used in Novell networks396
NetBEUINetBIOS Extended User Interface, used in Windows networks137
SSLSecure Sockets Layer, used for securing communications over a computer networkN/A
IMAPInternet Message Access Protocol, used for retrieving email from a mail server143
RTPReal-time Transport Protocol, used for delivering audio and video over IP networks5004

Linux Commands

CommandDescription
ifconfigDisplays all current TCP/IP network configuration values
pingTests connectivity to another IP address
tracerouteTraces the route taken by packets to a destination
netstatDisplays active connections and listening ports
nslookupQueries the DNS to obtain domain name or IP address mapping
tarArchives files into a single file, often used for backups
freeDisplays information about free and used memory in the system
lzmaCompresses files using the Lempel-Ziv-Markov chain algorithm
uptimeDisplays how long the system has been running
unameDisplays system information, including the kernel version
ifconfigDisplays all current TCP/IP network configuration values

Windows Commands

CommandDescription
ipconfigDisplays all current TCP/IP network configuration values
pingTests connectivity to another IP address
tracertTraces the route taken by packets to a destination
netstatDisplays active connections and listening ports
nslookupQueries the DNS to obtain domain name or IP address mapping

Linux systems

SystemDescription
ulinkUser-level link management utility
udevDevice manager for the Linux kernel
calCalendar utility for displaying dates and events
setCommand for setting environment variables
gdbGNU Debugger, a debugging tool for programs

Terminology

TermDescription
NEXTNear End Crosstalk, a type of crosstalk that occurs between pairs of wires in a cable
USBUniversal Serial Bus, a standard for connecting peripherals to a computer
AGPAccelerated Graphics Port, a high-speed point-to-point channel for attaching a video card