🇮🇳 UGC NET Computer Science · flashcards
UGC NET Computer Science Data Communication and Computer Networks Flashcards
66 question-and-answer cards covering Data Communication and Computer Networks as it is examined in UGC NET Computer Science. 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.
24 sample cards from the Data Communication and Computer Networks deck
Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.
How is the IPv4 header checksum computed and what does it cover?
The header is divided into 16-bit words, summed using one's-complement arithmetic, and the one's complement of the sum is stored as the checksum. It covers only the header (not the data) and is recomputed at each router because TTL changes.
State key facts about the IPv6 packet format: address size, header size, and a notable change from IPv4.
IPv6 uses 128-bit addresses and a fixed 40-byte base header. Unlike IPv4 it has no header checksum and no fragmentation by routers (only source fragments); optional information is carried in extension headers.
What is the purpose of ARP (Address Resolution Protocol)?
ARP maps a known logical (IP) address to its physical (MAC) address on a local network by broadcasting an ARP request; the target host replies with its MAC address (unicast).
Differentiate direct and indirect delivery at the network layer.
Direct delivery occurs when the destination is on the same physical network as the sender (final hop). Indirect delivery occurs when the destination is on a different network, so the packet is forwarded router-to-router until the last (direct) hop.
Compare distance-vector and link-state routing algorithms.
Distance-vector (e.g., RIP, Bellman-Ford) shares its entire routing table with neighbors periodically and knows only distance/direction. Link-state (e.g., OSPF, Dijkstra) floods link information to all routers so each builds a complete topology map and computes shortest paths.
Describe TCP's congestion-control phases of slow start and congestion avoidance.
Slow start: the congestion window grows exponentially (doubles each RTT) until it reaches the slow-start threshold (ssthresh). Congestion avoidance: the window then grows linearly (additive increase). On loss, TCP multiplicatively decreases the window (AIMD).
Name two features of SCTP that distinguish it from TCP.
SCTP supports multi-streaming (multiple independent streams in one association, avoiding head-of-line blocking) and multi-homing (a single endpoint can use multiple IP addresses for reliability); it is also message-oriented rather than byte-stream-oriented.
Break down the components of a URL: http://www.example.com:80/path/page.html
Scheme/protocol (http), host/domain (www.example.com), port (80), and path to the resource (/path/page.html). The port is optional when the default for the scheme is used.
What is DNS and how does forward vs reverse resolution differ?
DNS (Domain Name System) is a hierarchical distributed database that maps names to IP addresses. Forward resolution maps a domain name to an IP address (A/AAAA records); reverse resolution maps an IP address back to a name using the in-addr.arpa (PTR) domain.
State the roles and default ports of SMTP, POP3, and IMAP in email.
SMTP (port 25) pushes/sends mail between servers and from client to server. POP3 (port 110) downloads mail to the client, typically removing it from the server. IMAP (port 143) lets clients manage and synchronize mail kept on the server.
Why does FTP use two TCP connections and what are their ports?
FTP separates control and data: a control connection on port 21 stays open for commands/responses, and a separate data connection on port 20 (active mode) transfers the actual files. This separation allows commands during transfer.
Differentiate symmetric (secret-key) and asymmetric (public-key) cryptography.
Symmetric uses a single shared secret key for both encryption and decryption (fast; e.g., DES, AES) but has key-distribution problems. Asymmetric uses a public key to encrypt and a private key to decrypt (e.g., RSA), solving key distribution but slower.
How does a digital signature provide authentication and integrity?
The sender hashes the message and encrypts the hash with their private key (the signature). The receiver decrypts it with the sender's public key and compares with a freshly computed hash—matching proves authentication, integrity, and non-repudiation.
What is steganography and how does it differ from cryptography?
Steganography hides the very existence of a message by embedding it inside another medium (image, audio, etc.), whereas cryptography makes a message unreadable but visible. Cryptography hides meaning; steganography hides presence.
What is a VPN and what core technology makes it secure over a public network?
A VPN (Virtual Private Network) creates a secure private connection over a public network (Internet) using tunneling and encryption (e.g., IPSec), giving remote users private-network-like access with confidentiality and integrity.
What is a firewall and what are its two basic filtering types?
A firewall controls incoming/outgoing traffic based on security rules. Types: packet-filter firewall (inspects header fields like IP/port at network/transport layers) and proxy/application-gateway firewall (inspects message content at the application layer).
Describe the main architectural components of a GSM network.
GSM has three subsystems: the Mobile Station (MS) with SIM; the Base Station Subsystem (BSS = BTS + BSC); and the Network Switching Subsystem (NSS = MSC with HLR, VLR, AuC, EIR databases).
What problem does Mobile IP solve and what are its two key addresses?
Mobile IP lets a device keep connectivity while moving between networks. It uses a permanent Home Address (registered with the Home Agent) and a temporary Care-of Address in the visited network (managed via the Foreign Agent); packets are tunneled from home to the current location.
What is a Mobile Ad hoc Network (MANET)?
A MANET is an infrastructure-less wireless network where mobile nodes self-organize and communicate directly, each node also acting as a router to forward packets; the topology changes dynamically as nodes move.
Define the three core cloud service models: IaaS, PaaS, and SaaS.
IaaS provides virtualized infrastructure (compute, storage, network) e.g., AWS EC2. PaaS provides a development/runtime platform e.g., Google App Engine. SaaS provides ready-to-use applications over the internet e.g., Gmail.
Differentiate public, private, and hybrid clouds.
Public cloud: shared infrastructure owned by a provider, available to the general public over the internet. Private cloud: dedicated to a single organization (on/off premises). Hybrid cloud: a combination that lets data/apps move between private and public clouds.
What is virtualization and how does a virtual server relate to it?
Virtualization uses a hypervisor to abstract physical hardware so multiple isolated virtual machines run on one physical machine. A virtual server is one such VM that behaves like a dedicated physical server while sharing the underlying hardware.
What is a Service Level Agreement (SLA) in cloud computing?
An SLA is a formal contract between provider and customer defining the expected service quality—metrics like uptime/availability (e.g., 99.9%), performance, response times, and the penalties or remedies if these guarantees are not met.
What is the Internet of Things (IoT) and its basic architectural layers?
IoT is a network of physical objects embedded with sensors, software, and connectivity that collect and exchange data over the internet. A common layered model: Perception/Sensing layer, Network/Transport layer, and Application layer (sometimes with a Processing/Middleware layer).
What this deck covers
The Data Communication and Computer Networks deck follows the UGC NET Computer Science Data Communication and Computer Networks syllabus — 10 chapters and 70 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 6.6 cards per chapter.
Answers are written to be recallable, not just readable — averaging about 238 characters, which is long enough to carry the reasoning and short enough to say out loud.
A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.
Data Communication and Computer Networks flashcards FAQ
How many Data Communication and Computer Networks flashcards are in this UGC NET Computer Science deck?
66 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.
Are these UGC NET Computer Science flashcards free?
Yes. The preview here is free to read with no signup, and the full 66-card deck is free inside the Examius app.
What do the Data Communication and Computer Networks cards cover?
They follow the UGC NET Computer Science Data Communication and Computer Networks syllabus — 10 chapters and 70 topics — so the questions track what is actually examinable.
How should I use these flashcards?
Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.