Computer Networks Oral Exam Guide
Computer Networks Oral Exam Guide
NAME ROLL NO
SAHIL MORE ROLL.TECO2526B041 TE-B
check_circle Size: Single building or campus check_circle Size: Covers a city or metropolitan area check_circle Size: Covers country or entire globe
check_circle Example: Office or home network check_circle Example: Cable TV network check_circle Example: The Internet
add_circle Advantages: High speed, low error rate, add_circle Advantages: Larger coverage than LAN add_circle Advantages: Global connectivity
inexpensive
remove_circle Disadvantages: More expensive than LAN remove_circle Disadvantages: Slower, more errors,
remove_circle Disadvantages: Limited geographical area expensive
Q: What are different topologies? Give advantages and disadvantages. Which will you prefer to design a LAN and why?
Q: What are different types of cables used in networking? What are their specifications and connectors?
cable Description settings_input_hdmi Connector Cat 6 100m (55m for 10Gbps) Up to 10 Gbps
Q: What is Repeater, Bridge, Router, Gateway, Switch? Difference between Hub, Switch, Router?
Layer 1
compare_arrows Bridge
Connects two LAN segments, learns MAC addresses, forwards data only to
correct segment
Layer 2
swap_horiz Switch
Multi-port bridge, sends data only to specific destination port using MAC
addresses
Layer 2
router Router
Connects different networks, uses IP addresses to find best path for data
packets
Layer 3
Device Function Layer
Q: What are the two types of transmission technology? What is the difference between half and full duplex?
computer business
arrow_back arrow_forward
Remote User Private Network
Q: Draw diagram of OSI and TCP/IP? Difference between OSI and TCP/IP?
Practical
Nature Theoretical "blueprint"
implementation
Q: List protocols at each OSI layer. List devices at each TCP/IP layer. What are data units?
lightbulb OSI's top 3 layers map to TCP/IP's single Application layer, while Data Link + Physical map to Link layer
Q: What is meant by fragmentation? What is FDDI? Token Ring and Token Bus?
info Process of breaking large packets into smaller fragments info LAN technologies using token-passing to prevent collisions
info Enables data to travel across networks with smaller MTU info Device must possess a "token" to transmit data
info Fragments are reassembled at the destination
Technology Topology Status
lightbulb Fragmentation occurs at Network Layer, not Data Link Layer Token Ring Physical ring Obsolete
memory FDDI lightbulb Both have been replaced by Ethernet with CSMA/CD
lightbulb IEEE 802.3 (Ethernet) and 802.11 (Wi-Fi) are the most widely used standards today
Q: What is MAC address? How many bits? What is IP address? How many bits? What is Physical & Logical address?
Hierarchical (network +
Hierarchy Flat (no structure)
host)
[Link]
Q: How many classes in IPV4? Range, networks, hosts? What is default subnet mask? What is meant by subnet mask?
[Link] -
B 16,384 65,534 [Link]
[Link]
Class C Example: [Link]
IP Address: 11000000.10101000.00000001.00110010
[Link] -
C 2,097,152 254 [Link] Subnet Mask: 11111111.11111111.11111111.00000000
[Link]
Network: [Link]
Host: [Link]
[Link] -
D Multicast N/A
[Link]
[Link] -
E Experimental N/A
[Link] Subnetting borrows bits from the Host part to create smaller, more
lightbulb manageable networks (subnets)
lightbulb Subnetting creates more networks with fewer hosts, while supernetting creates fewer networks with more hosts
Q: Write C22F1582 in decimal. What is the network part in [Link]/27? How many subnets are available? How many hosts
can be in one subnet?
lightbulb For CIDR notation /27, the first 27 bits are network bits and remaining 5 bits are host bits
Q: Difference between ARP and RARP? What is IGP, EGP, BGP, OSPF, RIP?
search
ARP (Address Resolution swap_horiz RARP (Reverse ARP)
Protocol) • Finds IP address when you know the Routes
• Finds MAC address when you know the MAC address Interior traffic inside
Within single
IP address IGP Gateway an
• MAC → IP mapping organization
Protocol Autonomous
• IP → MAC mapping • Obsolete technology System
• Broadcast: "Who has [Link]?" • Replaced by DHCP
• Used for local network communication Routes
Exterior Between traffic
EGP Gateway different between
Protocol organizations Autonomous
Systems
Uses hop
Distance count, max
Small
RIP Vector 15 hops,
networks
(IGP) slow
convergence
Creates
Link Medium to complete
OSPF State large network
(IGP) networks map, fast
convergence
Only EGP in
Path
Internet use, policy-
BGP Vector
backbone based
(EGP)
routing
alt_route Process of forwarding packets from source to destination across different security Technique that allows multiple devices on a private network to share a
networks single public IP
map Router uses destination IP address to determine the best path transform Router translates private addresses to public addresses
compare_arrows Routes based on routing table entries save Conserves public IP addresses and adds security
Routing Table
lightbulb NAT solves IPv4 address shortage by allowing multiple private devices to share one public IP address
Q: What is the usage of TCP and UDP? What is a port? Explain types of port numbers.
speed UDP
check_circle Connectionless: No handshake
check_circle Unreliable: Best-effort delivery
check_circle Faster, lower overhead (smaller header)
check_circle Used for: Video streaming, Gaming, DNS, VoIP
Q: Draw TCP, UDP header format? What is the minimum and maximum length of the header?
Source Port Dest Port Sequence Number Ack Number Source Port Dest Port Length Checksum
16 bits 16 bits 32 bits 32 bits 16 bits 16 bits 16 bits 16 bits
lightbulb TCP header is more complex with reliability features, while UDP header is simple and lightweight for speed
Preventing Fast Sender from Overwhelming Slow Receiver Preventing Network Overload
lightbulb Flow control prevents a fast sender from overwhelming a slow receiver, while congestion control prevents the entire network from being overloaded
Q: What is the need of a web server? What is DHCP? Why do we need DNS?
storage Stores website files (HTML, CSS, images) auto_fix_high Dynamic Host Configuration Protocol translate Domain Name System
send Serves files to browsers on request ip Automatically assigns IP addresses language Translates domain names to IP addresses
http Handles HTTP requests and responses wifi_tethering Provides subnet mask, gateway, DNS menu_book "Phonebook of the Internet"
lightbulb Web servers host content, DHCP provides network configuration, and DNS translates human-readable names to machine-readable IP addresses
Q: What is the difference between TFTP and FTP? What does FTP stand for?
lightbulb FTP is reliable and feature-rich for general file transfers, while TFTP is fast and simple for specialized tasks like network booting
lightbulb VoIP offers cost savings, flexibility, and advanced features compared to traditional phone systems, but requires reliable network infrastructure
security
gpp_good Authentication & Digital Signatures
lightbulb Firewalls prevent unauthorized access, while IDS detects potential security breaches that may have bypassed the firewall
build
settings_ethernet Direct Connections
Q: What are networking commands? Explain each one? When you give ping command what is the output? What is the usage of
ipconfig command?
Basic Usage
Command Purpose Key Use Cases
C:\> ipconfig
ping Test connectivity Check if host is reachable
Windows IP Configuration
Ethernet adapter Ethernet:
View IP, subnet mask, IPv4 Address. . . . . . . . . . . : [Link]
ipconfig Show IP configuration Subnet Mask . . . . . . . . . . : [Link]
gateway
Default Gateway . . . . . . . . : [Link]
Trace route to
tracert Identify network path
destination
Common Options
netstat Show network statistics View active connections /all Show detailed configuration
TTL (Time To Live) indicates how many hops the packet can Use ipconfig /release followed by ipconfig /renew to troubleshoot
lightbulb make before being discarded lightbulb connection issues
Q: What is the wireless speed for 802.11a, 802.11b, 802.11g and 802.11n wireless standard? What is WiMAX? Can we connect 2
computers directly and wirelessly? What is the difference between wireless router and access point? What is the difference
between Wi-Fi and Bluetooth?
802.11a 54 Mbps 5 GHz Shorter check_circle Provides "last-mile" broadband internet access
802.11g 54 Mbps 2.4 GHz Longer Bluetooth Personal Area Networking ~10m
2 Restart the router/modem check_circle Ensures critical applications get needed bandwidth
3 Check physical cables and connections check_circle Uses traffic shaping and prioritization
lightbulb QoS is essential for networks with limited bandwidth, ensuring critical applications perform well even during high traffic periods
Q: How to connect 2 computers directly without router/switch? How does proxy server work? What is null modem? Can we
configure wireless router as an access point only?
link Direct Computer Connections security Proxy Servers & Access Points
cable Wired: Use crossover Ethernet cable swap_horiz Proxy Server: Acts as middleman for requests
wifi Wireless: Create Ad-Hoc network or use Wi-Fi Direct router Router as AP: Disable DHCP, connect to main network
settings_input_component Null Modem: Special cable for direct serial port connection
1 Disable router's DHCP server
lightbulb Direct connections bypass network infrastructure, while proxy servers add security and caching between clients and the internet
SAHIL MORE
ROLL.TECO2526B041 TE-B