Network Engineer Interview

🔹 Basic Networking Concepts

1. What is the OSI Model? Explain each layer.

EN:

OSI is a 7-layer model that explains how data moves across a network.

  1. Physical – Cables, signals

  2. Data Link – MAC addresses, switching

  3. Network – IP addressing, routing

  4. Transport – TCP/UDP, ports

  5. Session – Session management

  6. Presentation – Encryption, formatting

  7. Application – User-facing apps (HTTP, FTP)

AR:

نموذج OSI يتكون من 7 طبقات تشرح كيفية انتقال البيانات في الشبكة.

  1. الفيزيائية

  2. ربط البيانات

  3. الشبكة

  4. النقل

  5. الجلسة

  6. العرض

  7. التطبيق

2. Difference between TCP and UDP

EN:

TCP is reliable, connection-oriented.

UDP is faster, connectionless, not reliable.

AR:

TCP موثوق ويضمن وصول البيانات.

UDP أسرع لكنه لا يضمن الوصول.

3. What is a MAC address?

EN:

A unique hardware address assigned to a network interface.

AR:

عنوان فريد مرتبط بكرت الشبكة.

4. What is an IP address? IPv4 vs IPv6

EN:

IP identifies a device on a network.

IPv4 = 32-bit (192.168.1.1)

IPv6 = 128-bit (longer, more addresses)

AR:

عنوان IP يحدد الجهاز في الشبكة.

IPv4 قديم، IPv6 أحدث وأكبر.

5. What is subnetting and why used?

EN:

Dividing a network into smaller networks to improve performance and security.

AR:

تقسيم الشبكة إلى شبكات أصغر لتحسين الأداء والأمان.

6. Public vs Private IP

EN:

Public IP: Internet-facing

Private IP: Internal network

AR:

Public يظهر على الإنترنت

Private داخل الشبكة فقط

7. What is NAT?

EN:

Translates private IPs to public IPs.

AR:

يحول العناوين الخاصة إلى عامة.

8. Static vs Dynamic IP

EN:

Static: Manual

Dynamic: Assigned by DHCP

AR:

ثابت يدوي

ديناميكي تلقائي

9. What is ARP?

EN:

Maps IP address to MAC address.

AR:

يربط IP مع MAC.

10. What is a default gateway?

EN:

The router that connects the local network to other networks.

AR:

المسار الافتراضي للخروج من الشبكة.

🔹 Switching & VLANs

11. Hub vs Switch vs Router

EN:

Hub: Broadcasts to all

Switch: Uses MAC

Router: Uses IP

AR:

Hub بدائي

Switch أذكى

Router يربط الشبكات

12. What is a VLAN?

EN:

Logical separation of networks on the same switch.

AR:

تقسيم منطقي داخل السويتش.

13. VLAN Tagging

EN:

Adds VLAN ID to frames (802.1Q).

AR:

إضافة رقم VLAN للفريم.

14. Trunking

EN:

Carries multiple VLANs between switches.

AR:

ينقل عدة VLANs.

15. STP (Spanning Tree Protocol)

EN:

Prevents network loops.

AR:

يمنع الحلقات في الشبكة.

16. Access vs Trunk Ports

EN:

Access: One VLAN

Trunk: Multiple VLANs

AR:

Access VLAN واحد

Trunk عدة VLANs

17. Port Security

EN:

Limits which MAC addresses can connect.

AR:

حماية المنافذ.

18. VTP

EN:

Manages VLANs across switches.

AR:

إدارة VLANs مركزياً.

19. Switch loop

EN:

Causes broadcast storm if STP is disabled.

AR:

يسبب عاصفة بث.

20. Broadcast Storms

EN:

Excessive broadcast traffic.

AR:

بث زائد يشل الشبكة.

🔹 Routing

21. What is routing?

EN:

Selecting best path for data.

AR:

تحديد أفضل مسار للبيانات.

22. Static vs Dynamic Routing

EN:

Static: Manual

Dynamic: Uses protocols

AR:

ثابت يدوي

ديناميكي تلقائي

23. RIP vs OSPF vs EIGRP

EN:

RIP: Slow

OSPF: Fast, scalable

EIGRP: Cisco proprietary

AR:

RIP ضعيف

OSPF قوي

EIGRP خاص بسيسكو

24. Routing Table

EN:

List of known routes.

AR:

جدول المسارات.

25. Administrative Distance

EN:

Trust level of routing sources.

AR:

مستوى الثقة للمسار.

26. IGP vs EGP

EN:

IGP: Internal

EGP: Between organizations

AR:

IGP داخلي

EGP خارجي

27. Purpose of routing protocol

EN:

To learn and update routes automatically.

AR:

تحديث المسارات تلقائياً.

28. BGP

EN:

Internet routing protocol.

AR:

بروتوكول الإنترنت العالمي.

29. Route Summarization

EN:

Combines multiple routes into one.

AR:

دمج عدة مسارات.

30. Inter-VLAN vs Intra-VLAN

EN:

Inter-VLAN: Between VLANs

Intra-VLAN: Within same VLAN

AR:

Inter بين VLANs

Intra داخل نفس VLAN