What Is A Network
What Is A Network
Of all networking basic interview questions, this is one you should be able to answer
automatically!
Type Description
LAN (Local Area Network) Connects devices within a small area, such as a single building or office.
WAN (Wide Area Network) Connects devices over a large geographical area, such as across cities or ev
GAN (Global Area Network) Connects mobile devices across multiple countries, continents, or even acr
WLAN (Wireless Local Area
Type of LAN that uses wireless communication instead of physical cables t
Network)
VLAN (Virtual Local Area A virtual network that is created within a physical LAN. It allows you to divi
Network) into multiple logical LANs, each with its broadcast domain.
This is another one of the most basic networking questions, so make you know these!
When you send an email, your computer breaks it down into data packets to send it
over the network. On the receiving end, the packets are reassembled into the original
message. Data packets enable us to send data efficiently over long distances.
Device Description
Hub A basic networking device that links several devices in a network by broadcasting data from o
devices connected to it.
A higher-level networking device that links numerous devices in a network and, unlike a hub, e
Switch
addresses to transmit data solely to the desired device rather than broadcasting to all devices
A networking device that links various networks and directs data packets according to their de
Router Routing tables, which indicate the optimal path for data to travel to reach its destination, are u
judgments on how to transmit data.
A device that serves as the entry point to a different network or as an interface between two d
Gatewa
gateway can be a router, but it can also be a computer or another type of device that provides
y
connect two different networks.
In summary, hubs broadcast data to all connected devices, switches forward data based
on the hardware address, routers forward data depending on the destination address,
and gateways provide entry to another network or perform functions such as protocol
translation. These are common interview questions for network technicians, so make
sure you know the differences.
6. What Is a VPN?
A VPN (Virtual Private Network) is a secure network connection between a device and a
network. It does this by encrypting data, making them useful for online privacy, securing
connections, and accessing geo-restricted resources. There are several types of VPNs.
Type Description
Remote Access VPN Enables remote users to securely access a company's network.
Mobile VPN Designed for mobile devices to provide secure access to a network.
This is another of those networking basics interview questions that you should be able to
answer without blinking!
Type Description
A stateless, application-level protocol for online data transmission. It is the basic protocol utilize
HTTP
and is used to convey data between a client and a server. By default, HTTP communicates on po
A variation of an HTTP that enables encrypted and secure communication between a client and
HTTPS
(Transport Layer Security) or SSL (Secure Sockets Layer). HTTPS communicates on port 443.
Type Description
Public IP Assigned to Internet-connected devices. They are unique and globally identifiable, allo
address communicate with each other over the Internet.
Private IP Used within a private network and are not intended to be accessible over the Internet.
address devices like computers, printers, and routers in local area networks (LANs).
Static IP Allocated to a device that does not change over time. This sort of IP address is benefici
address stable IP address, such as servers or websites.
Dynamic IP
Temporary address issued to a device that does not need a constant IP address, such a
address
Reserved IP
An address reserved for special purposes, such as 127.0.0.1 for the localhost.
address
This is another of our basic network interview questions that you need to know!
Ethernet networks utilize a physical and data link layer to transmit data between
devices.The physical layer defines the electrical and mechanical specs for data
transmission over the cable, and the data link layer defines how data is packaged and
transmitted between devices.
Half- Data flows in both directions (transmit & receive), but not at the same
Walkie-talkie, citize
duplex time.
Telephone, interne
Full-duplex Data can flow in both directions (transmit & receive) at the same time.
conferencing
15. Describe the Steps to Troubleshoot a Network
Connectivity Issue?
Step One Identify the symptoms of the issue and then check if the problem is with the specific devic
Step Two Check all cables, power supplies, and network devices for physical connectivity.
Step Three Check the IP and DNS configurations to ensure they are correct.
Step Five Use diagnostic tools such as traceroute, nslookup, and netstat.
Step Six If the issue persists, gather data, including network logs and traces.
Step Seven Work with the network administrator or service provider to resolve the issue.
Want to go the extra mile to prepare for your interview? Check out:
The purpose of pinging is to verify that a network device is responsive and to measure
the time it takes for data packets to travel to/from the source. Pinging can help identify
network issues (like packet loss) and is often used in troubleshooting.
Layer Description
Physical Deals with the physical aspects of data transmission, such as voltage levels, cable specifica
Delivers data frames between devices on a particular network segment. This includes erro
Data Link
flow control, and media access.
Network Routes data from one network using the most optimal route, determined by IP addresses.
Transport Provides end-to-end transmission services and ensures reliable data delivery.
Session Creates, manages, and ends sessions between applications. It guarantees that data is trans
Presentation Formats, encrypts, and compresses data for transmission.
Serves as the interface between the user and the network and provides services like file tra
Application
logins.
Layer Description
Delivers services directly to the host’s apps. It covers protocols needed to transport data
Application
SMTP.
Transport Provides dependable data transmission services between apps using TCP and UDP (User
Internet Handles the routing and forwarding of data packets throughout the network using IP.
Network Offers data connection services between network devices like switches and routers using
Access Protocol (ARP) and Internet Control Message Protocol (ICMP).
Topolog
Description
y
Devices are linked together by a single central connection known as a bus, which serves as a
Bus
channel.
Star Devices are connected to a central hub, with each device having a dedicated point-to-point
Ring Devices are connected in a circular pattern, with data traveling through each device and retu
Mesh Each device in the network has a direct link to every other device, allowing data to move via
A hierarchical topology in which devices are grouped in a tree-like arrangement, with a cent
Tree
device branches.
Hybird Uses two or more differing network topologies, and can include a mix of the others liste abo
This is one of the most essential network architecture interview questions, so pay
attention!
Class Range of First Octet Number of Networks Number of Hosts Per Network
For example, the CIDR block 192.168.0.0/24 would include all IP addresses from
192.168.0.0 to 192.168.0.255, with the subnet mask being 255.255.255.0.
CIDR blocks are commonly used by ISPs to allocate IP addresses to customers and by
organizations to define their network boundaries and to efficiently manage their IP
address space.
Error Yes - includes error checking and retransmission of lost Limited - includes basic err
checking packets retransmit lost packets
Suitable for applications where data accuracy and reliability are Suitable for applications w
Usage
important, such as web browsing and file transfer such as online gaming and
This is one of the most popular computer networks interview questions, so be sure to know
this!
Don’t overlook these types of computer network interview questions, as they’re an easy
win!
Type Description
Unicasting The delivery of data from a single source to a single network device. It’s a one-on-one co
The delivery of data from a single source to the nearest possible destination based on rou
Anycasting
a one-to-nearest communication model.
The delivery of data from a single source to several destinations on a network. It’s a one-t
Multicasting
model.
Broadcasting The delivery of data from a single source to all possible destinations on a network. It’s a o
model.
It can be used to avoid congestion by prioritizing crucial traffic over lower-priority as per
the network’s requirements. For instance, this may mean giving priority to audio and
video over email and file transfers.
Address Masks No
QoS Yes
When a computer with a NIC sends a request to an online server, the NAT protocol is
used to translate the IP address, enabling the communication to take place. These are
often used together to troubleshoot network connectivity issues.