0% found this document useful (0 votes)
4 views12 pages

Networking Basics Explained

The document provides an overview of networking basics, including the OSI model, TCP handshaking, IP addressing, and the differences between switches and routers. It also covers security concepts like firewalls and VPNs, as well as troubleshooting steps for internet issues. Additionally, it includes common interview questions and answers relevant for trainee engineers in the networking field.

Uploaded by

vm982686
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views12 pages

Networking Basics Explained

The document provides an overview of networking basics, including the OSI model, TCP handshaking, IP addressing, and the differences between switches and routers. It also covers security concepts like firewalls and VPNs, as well as troubleshooting steps for internet issues. Additionally, it includes common interview questions and answers relevant for trainee engineers in the networking field.

Uploaded by

vm982686
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

12/7/25, 10:54 PM Networking basics explained

✅ 1. Explain OSI Model in Simple Words


OSI model has 7 layers, like floors of a building. Each layer has one job:
1. Physical – Cables, signals, bits.

2. Data Link – MAC address, frames, error check.


3. Network – IP addressing & routing.

4. Transport – TCP/UDP, reliable delivery.


5. Session – Starts/stops communication.

6. Presentation – Encryption, formatting.

7. Application – Apps like browser, email.

✅ 2. What is TCP Handshaking?


TCP uses 3-way handshake to start a reliable connection:

1. SYN – Client says “I want to connect.”

2. SYN-ACK – Server replies “I’m ready.”


3. ACK – Client confirms.

Now the communication begins.

✅ 3. What is IP and Subnet Mask?


IP Address → Unique address of a device on network (like home
address).
Example: [Link]

Subnet Mask → Defines which part of IP is network and which is host.


Example: [Link]

[Link] 1/12
12/7/25, 10:54 PM Networking basics explained

– First three parts = network


– Last part = hosts

✅ 4. Difference: Switch vs Router


Switch Router

Connects devices inside a LAN Connects different networks

Uses MAC address Uses IP address

Layer 2 Layer 3

Faster Slightly slower

Spreads LAN traffic Routes traffic outside LAN

✅ 5. What is NAT? (Basic)


NAT (Network Address Translation) converts private IP → public IP so
multiple devices can use the internet from one public IP.

✅ 6. What is VLAN?
VLAN (Virtual LAN) divides one big network into smaller logical
networks for security & reduced broadcast traffic.

Example:
HR VLAN, IT VLAN, Guest VLAN.

[Link] 2/12
12/7/25, 10:54 PM Networking basics explained

✅ 7. What is OSPF / BGP? (Concept Only)


OSPF (Open Shortest Path First)
– A routing protocol inside a company network.
– Finds the shortest & best path.

BGP (Border Gateway Protocol)


– Internet’s routing protocol.
– Used between ISPs and large networks.

🔐 Security Basics
✅ 8. What is a Firewall?
A firewall filters traffic and blocks unwanted or dangerous connections
based on rules.

Think of it as a security guard at the gate.

✅ 9. What is SSL VPN?


SSL VPN creates a secure encrypted connection between user and
company network using HTTPS (SSL/TLS).

Used for secure remote access.

✅ 10. Explain IDS vs IPS


IDS IPS

Intrusion Detection System Intrusion Prevention System

[Link] 3/12
12/7/25, 10:54 PM Networking basics explained

IDS IPS

Detects attacks Detects + blocks attacks

Sends alert only Actively stops attack

Passive Active

✅ 11. What is Endpoint Security?


Security installed on individual devices like laptops, mobiles, desktops.
Examples:
– Antivirus
– Anti-malware
– Device firewall
– Encryption
– USB blocking

✅ 12. What is Brute Force Attack?


Trying all possible passwords until the correct one is found.
Like trying to guess a lock by trying every combination.

🧰 Troubleshooting
✅ 13. How will you fix “No Internet” issue?
(Perfect Interview Answer)
Follow this sequence:

[Link] 4/12
12/7/25, 10:54 PM Networking basics explained

1️⃣ Check Physical


– Router ON
– Cables connected
– Wi-Fi enabled

2️⃣ Check IP Address


ipconfig

– If IP is 169.x.x.x → DHCP issue


– Restart router or device

3️⃣ Check Gateway


ping default gateway
– If fails → router issue
– If works → ISP issue

4️⃣ Check DNS


ping [Link]

– If works → DNS problem


– Change DNS to Google/Cloudflare

5️⃣ Restart router


Fixes 50% issues

6️⃣ Check ISP


– WAN light
– Outage / maintenance

7️⃣ Disable VPN/Firewall


Sometimes they block traffic

8️⃣ Reset network


netsh winsock reset

[Link] 5/12
12/7/25, 10:54 PM Networking basics explained

❤️ 14. How to Handle an Angry Customer?


(Simple Formula)
Use PACE Method 🔥
1. P – Politely Listen
“I understand your concern, sir.”
2. A – Apologize (even if not your fault)
“I’m sorry for the inconvenience you faced.”
3. C – Clarify the issue
Ask short questions:
“Since when is the issue happening?”
4. E – Explain solution calmly
Tell them what you will do:
“Let me run some quick checks… I will fix this for you.”
Bonus Tips:
✔ Keep calm
✔ Don’t argue
✔ Give assurance
✔ Provide solution quickly

If you want, I can also give you:


✅ 10–20 MCQs for practice
✅ Short revision notes (1-page cheat sheet)
Just tell me!

[Link] 6/12
12/7/25, 10:54 PM Networking basics explained

imp more expected question for trainee


enginner role give them anser in atleast 2,3
lines not so sort

Sure Akash — here are the most expected trainee engineer interview
questions, answered in 2–3 lines, simple and perfect for PI/GD.

⭐ TOP EXPECTED QUESTIONS (With 2–3 line


answers)

1. What happens when you type [Link] in a


browser?
When you type it, the browser first checks DNS to convert the domain
name into an IP.
Then the browser connects to the server using TCP handshake, sends
an HTTP/HTTPS request, and receives the webpage data.
Finally, the browser renders the HTML/CSS/JS to show the page.

2. What is a subnet and why do we use it?


A subnet is a smaller network inside a bigger network created using a
subnet mask.
It helps divide networks to reduce broadcast traffic and improve
security.
Companies use subnets to separate teams like HR, IT, Guest, etc.

[Link] 7/12
12/7/25, 10:54 PM Networking basics explained

3. What is default gateway?


The default gateway is the router's IP address that your device uses to
go outside the local network.
Whenever a device wants to reach the internet or another network, the
packet goes to the gateway first.
Without a gateway, you can only communicate inside your LAN.

4. What is port number?


A port number identifies a specific service running on a device.
Example: 80 for HTTP, 443 for HTTPS, 22 for SSH.
It allows multiple services to run on the same IP address.

5. What is ARP?
ARP (Address Resolution Protocol) converts an IP address into a MAC
address.
Devices inside a LAN first use ARP to find “Who has this IP?” and get
the MAC.
It is essential for communication inside the same network.

6. What is latency and bandwidth?


Latency is the time taken for data to travel from source to destination
(delay).
Bandwidth is the amount of data that can be transferred per second
(capacity).
Low latency + high bandwidth = fast and smooth network
performance.

[Link] 8/12
12/7/25, 10:54 PM Networking basics explained

7. What is a packet?
A packet is a small unit of data sent over a network.
Each packet contains source IP, destination IP, data, and error-check
information.
Large files are broken into multiple packets for faster and safer
transmission.

8. What is load balancing?


Load balancing distributes incoming traffic across multiple servers.
It prevents any single server from getting overloaded.
Result: better performance, high availability, and reliability.

9. What is DHCP lease time?


DHCP lease time is the duration for which an IP address is assigned to
a device.
After that time, the device must renew the IP from the DHCP server.
This helps manage IP addresses efficiently in a network.

10. What is DNS caching?


DNS caching stores recently resolved domain-to-IP results temporarily.
This makes websites load faster because the system doesn’t need to
ask DNS again.
It reduces network load and improves browsing speed.

[Link] 9/12
12/7/25, 10:54 PM Networking basics explained

11. What is a proxy server?


A proxy acts as a middleman between your device and the internet.
It hides your identity and can control, block or filter traffic.
Companies use proxies for security and monitoring user activity.

12. What is HTTPS and why is it secure?


HTTPS uses SSL/TLS encryption to secure communication between
browser and server.
Data becomes unreadable to hackers during transmission.
It protects logins, payments, and personal information.

13. What is packet loss?


Packet loss occurs when data packets fail to reach the destination.
This causes slow internet, lag, and poor call/video quality.
Common reasons: congestion, weak signals, faulty cables, or router
issues.

14. What is routing table?


A routing table contains the paths and next-hop info for reaching
different networks.
Routers use this table to decide where to send packets.
It updates dynamically using protocols like OSPF/BGP.

15. What is MTU?

[Link] 10/12
12/7/25, 10:54 PM Networking basics explained

MTU (Maximum Transmission Unit) is the largest packet size allowed in


a network.
If a packet is bigger than MTU, it gets fragmented or dropped.
Choosing right MTU improves speed and reduces overhead.

16. What is 2.4 GHz vs 5 GHz Wi-Fi?


2.4 GHz gives longer range but slower speed and more interference.
5 GHz gives higher speed but short range.
Modern routers use both to balance coverage and performance.

17. What is server uptime?


Uptime is the total time a server has been running without
interruption.
High uptime means better reliability and performance.
Companies aim for 99.9% or higher uptime.

18. What is SNMP?


SNMP (Simple Network Management Protocol) monitors and manages
network devices.
It collects information like CPU, memory, traffic, and errors.
Used in NOC/SOC for live health monitoring.

19. What is SFTP?


SFTP is a secure version of FTP that uses SSH encryption.
It safely transfers files between systems.

[Link] 11/12
12/7/25, 10:54 PM Networking basics explained

Used for enterprise file sharing due to strong security.

20. What is rate limiting?


Rate limiting restricts how many requests a user or system can make in
a given time.
It protects servers from overload and DDoS attacks.
Common in APIs, firewalls, and login security.

[Link] 12/12

You might also like