0% found this document useful (0 votes)
19 views3 pages

Short Answer Questions on Networking

The document contains short answer questions and answers related to computer networking, covering topics from the OSI and TCP/IP models to the application layer. Key concepts include network topology, data link layer functions, routing algorithms, transport layer services, and application layer protocols like HTTP and DNS. It provides a concise overview of essential networking principles and protocols.

Uploaded by

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

Short Answer Questions on Networking

The document contains short answer questions and answers related to computer networking, covering topics from the OSI and TCP/IP models to the application layer. Key concepts include network topology, data link layer functions, routing algorithms, transport layer services, and application layer protocols like HTTP and DNS. It provides a concise overview of essential networking principles and protocols.

Uploaded by

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

Short Answer Questions

Unit-I: Introduction & Physical Layer


Q1. What is the difference between OSI and TCP/IP models?
Ans: OSI has 7 layers (Application to Physical), TCP/IP has 4 layers (Application, Transport,
Internet, Network Access). OSI is a theoretical model, TCP/IP is practical.

Q2. Define computer networks.


Ans: A computer network is a collection of interconnected devices that share resources and
exchange data using communication protocols.

Q3. What is a network topology?


Ans: It is the arrangement of network devices and cables. Examples: Star, Bus, Ring, Mesh,
Hybrid.

Q4. What is the function of the physical layer?


Ans: It deals with transmission of raw bits over a medium, physical cabling, voltage levels,
and data rates.

Q5. Differentiate between guided and unguided media.


Ans: Guided uses physical medium (cables), unguided uses wireless transmission (radio,
microwave, satellite).

Unit-II: Data Link Layer

Q1. What are the functions of the data link layer?


Ans: Framing, Error detection, Error correction, Flow control, Medium access control.

Q2. What is error detection?


Ans: It is the process of finding errors in transmitted data using techniques like Parity, CRC,
Checksum.

Q3. What is CRC?


Ans: Cyclic Redundancy Check is an error-detecting code that uses polynomial division to
detect errors in data transmission.

Q4. What is the sliding window protocol?


Ans: It is a flow control protocol that allows multiple frames to be sent before receiving
acknowledgments.
Q5. What is HDLC?
Ans: High-Level Data Link Control is a bit-oriented protocol for reliable communication.

Unit-III: Network Layer

Q1. What is the function of the network layer?


Ans: Responsible for routing, forwarding, addressing, congestion control, and logical
addressing.

Q2. What is a routing algorithm?


Ans: A method used to determine the best path for data. Examples: Distance Vector, Link
State.

Q3. What is congestion in networking?


Ans: It occurs when network traffic exceeds capacity, leading to packet loss and delays.

Q4. Differentiate between IPv4 and IPv6.


Ans: IPv4 uses 32-bit addresses (4.3 billion addresses), IPv6 uses 128-bit addresses (virtually
unlimited).

Q5. What is NAT?


Ans: Network Address Translation allows multiple devices in a LAN to share a single public
IP address.

Unit-IV: Transport Layer

Q1. What are the services of the transport layer?


Ans: Segmentation, Flow control, Error control, Connection management, Reliable delivery.

Q2. What is the difference between TCP and UDP?


Ans: TCP is connection-oriented, reliable, and slow. UDP is connectionless, faster, and
unreliable.

Q3. What is a three-way handshake?


Ans: A process used in TCP to establish a reliable connection (SYN, SYN-ACK, ACK).

Q4. What is SCTP?


Ans: Stream Control Transmission Protocol – supports multi-streaming and multi-homing.
Q5. What is congestion control?
Ans: Techniques (like slow start, congestion avoidance) to prevent network overload.

Unit-V: Application Layer

Q1. What is the function of the application layer?


Ans: Provides services like email, file transfer, remote login, and web access to end users.

Q2. What is HTTP?


Ans: HyperText Transfer Protocol – used for communication between web browsers and
servers.

Q3. What is DNS?


Ans: Domain Name System – translates domain names into IP addresses.

Q4. What is remote login?


Ans: Accessing another computer remotely using protocols like TELNET or SSH.

Q5. What are file transfer protocols?


Ans: FTP, TFTP, and SFTP are used to transfer files between systems.

Common questions

Powered by AI

Congestion occurs when the load on the network exceeds its capacity to handle the traffic volume, leading to delays and packet loss. At the network layer, congestion control can be managed through routing algorithms that optimize paths for data transmission. The transport layer uses techniques like slow start and congestion avoidance to prevent overload, while the application layer can adjust its sending rate based on network feedback .

The application layer provides an interface for end users to interact with network services, offering functionalities such as email (SMTP), web browsing (HTTP), file transfer (FTP), and remote login (TELNET or SSH). By supporting application-specific protocols, it facilitates user access to the network's resources and services, ensuring seamless communication and data exchange .

The three-way handshake is a process used by TCP to establish a reliable connection between two endpoints. It involves three steps: (1) The client sends a SYN (synchronize) packet to the server to initiate the connection. (2) The server responds with a SYN-ACK (synchronize-acknowledge) packet, indicating receipt and readiness to communicate. (3) Finally, the client sends an ACK (acknowledgment) packet back to the server, confirming the connection is established .

Routing algorithms are essential for determining the most efficient path for data packets through a network. They assess various factors like path length, bandwidth, and network load to optimize routing decisions. Examples include the Distance Vector protocol, which calculates the best path based on distance, and the Link State protocol, which uses a complete network view for decision-making .

The OSI model consists of seven layers: Application, Presentation, Session, Transport, Network, Data Link, and Physical, while the TCP/IP model has four layers: Application, Transport, Internet, and Network Access. OSI is a theoretical model and is mainly used as a reference tool, whereas TCP/IP is a practical framework used for the implementation and operation of the Internet .

The physical layer employs various mechanisms such as determining voltage levels, defining data rates, dealing with physical cabling types, and handling the transmission of raw bits across different media (e.g., copper cables, fiber optics, wireless signals). These aspects ensure that bits are precisely delivered from the source to the destination without data loss or corruption .

Network Address Translation (NAT) is significant because it allows multiple devices on a local area network (LAN) to access the Internet using a single public IP address, which conserves IP address space. NAT enhances network connectivity by translating private IP addresses to a public IP address when accessing external networks, thus enabling secure and efficient Internet communication .

FTP (File Transfer Protocol) facilitates file transfer with basic authentication but does not encrypt data, making it less secure. TFTP (Trivial File Transfer Protocol) is simpler, used for transferring small files when security is not a primary concern. SFTP (Secure File Transfer Protocol) adds a layer of security by encrypting file transfers through the SSH protocol, offering higher security than FTP and TFTP .

TCP (Transmission Control Protocol) is connection-oriented, meaning it requires a connection to be established between the two endpoints before data can be transmitted. It provides reliable data transmission through error checking and guarantees that data is sent accurately and in the correct sequence. UDP (User Datagram Protocol), on the other hand, is connectionless and does not establish a connection before sending data, making it faster but less reliable, as it does not guarantee delivery or order .

The data link layer is responsible for framing, which encompasses data encapsulation; error detection and correction, ensuring data integrity; flow control, managing data pace between sender and receiver; and medium access control, which coordinates how multiple devices share the communication medium. These functions collectively contribute to reliable and efficient data transmission across the network .

You might also like