0

Computer Science

Description: This test covers some important topics for UGC NET preparation for Computer Science and Applications.
Number of Questions: 15
Created by:
Tags: Networking Computer Science
Attempted 0/15 Correct 0 Score 0

Which of the following is an application layer protocol?

  1. HDLC

  2. PPP

  3. SLIP

  4. NNTP

  5. SDLC


Correct Option: D
Explanation:

Network News Transfer Protocol (NNTP) is an application protocol used for transporting Usenet news articles (netnews) between news servers and for reading and posting articles by end user client applications.

Which exterior gateway protocol is used within and between Internet Service Providers (ISPs)?

  1. IGRP

  2. RIP

  3. BGP

  4. EGP

  5. EIGRP


Correct Option: C
Explanation:

Border Gateway Protocol is an exterior gateway routing protocol that enables groups of routers (called autonomous systems) to share routing information so that efficient, loop-free routes can be established. BGP is commonly used within and between Internet Service Providers (ISPs).

Which medium of transmission is used in SONET?

  1. Laser beam

  2. Fiber optics

  3. Coaxial cable

  4. Radio transmission

  5. LED


Correct Option: B
Explanation:

Synchronous Optical Networking (SONET) is a standardised protocol that transfers multiple digital bit streams over optical fiber using lasers or highly coherent light from light-emitting diodes (LEDs).

Which of the following application layer protocols is designed for distributing, searching, and retrieving documents over the Internet?

  1. SIP

  2. DNS

  3. Gopher

  4. FTP

  5. SMTP


Correct Option: C
Explanation:

Gopher protocol is a TCP/IP application layer protocol designed for distributing, searching, and retrieving documents over the Internet. Gopher ecosystem is often regarded as the effective predecessor of the World Wide Web.

Which of the following is a property of ATM networks?

  1. It is connectionless.

  2. Cell delivery is guaranteed but their order is not.

  3. Cell delivery is not guaranteed but their order is guaranteed.

  4. Cell delivery is guaranteed and their order too.

  5. It is a circuit-switched technology.


Correct Option: C
Explanation:

ATM networks are connection-oriented. Making a call requires first sending a message to set up a connection. After that, subsequent cells follow the same path to the destination. Cell delivery is not guaranteed, but their order is guaranteed. If cells 1 and 2 are sent in that order, then if both arrive, they will arrive in that order, never first 2 and then 1.

Which layer of the OSI model is responsible for regulating conversations and dialogues?

  1. Transport layer

  2. Session layer

  3. Presentation layer

  4. Application layer

  5. Network layer


Correct Option: B
Explanation:

 The session layer provides the mechanism for opening, closing and managing a session between end-user application processes, i.e. a semi-permanent dialogue. Communication sessions consist of requests and responses that occur between applications.

Which network layer protocol is used to test the internet?

  1. Internet Control Message Protocol

  2. Address Resolution Protocol

  3. Reverse Address Resolution Protocol

  4. Open Shortest Path First

  5. Border Gateway Protocol


Correct Option: A
Explanation:

Internet Control Message Protocol (ICMP) is used to test the internet. ICMP messages are typically used for diagnostic or control purposes or generated in response to errors in IP operations.

To which layer of the OSI model are the router configuration problems related?

  1. Physical layer

  2. Data link layer

  3. Network layer

  4. Transport layer

  5. Application layer


Correct Option: C
Explanation:

Network layer is responsible for packet forwarding, including routing through intermediate routers. Hence, routing is a concern of this layer.

Which software component of a computer network does the IEEE standard 802.2 define?

  1. Logical Link Control (LLC)

  2. Distributed Queue Dual Bus (DQDB)

  3. Token Bus

  4. CSMA/CD LAN

  5. Token Ring


Correct Option: A
Explanation:

The IEEE standard 802.2 defines the Logical Link Control (LLC).

In which of the following is the UDP used as the transport protocol?

  1. HTTP

  2. SMTP

  3. NNTP

  4. DNS

  5. TELNET


Correct Option: D
Explanation:

DNS primarily uses User Datagram Protocol (UDP) on port number 53 to serve requests.

What kind of network is X.25?

  1. Connection-oriented packet switched

  2. Connectionless packet switched

  3. Connection-oriented byte delivery

  4. Connection-oriented bit delivery

  5. Connectionless byte delivery


Correct Option: A
Explanation:

X.25 is a connection-oriented packet switched network.

Why are start and stop bits added in serial communication?

  1. For error detection

  2. For error correction

  3. For Synchronisation

  4. For bit padding

  5. For maintaining the constant rate of data communication


Correct Option: C
Explanation:

Start and stop bits are added to synchronise the flow of data.

Which of the following is a reservation protocol for allocating a multiple access channel?

  1. PURE ALOHA

  2. SLOTTED ALOHA

  3. 1-persistent CSMA

  4. Non-persistent CSMA

  5. Bit Map Protocol


Correct Option: E
Explanation:

Bit Map Protocol is also a contention system. In Bit Map Protocol, the desire to transmit is broadcast before the actual transmission. Such protocols are called reservation protocols.

Which field of a IPv4 header limits the lifetime of a datagram?

  1. Internet Header Length (IHL)

  2. Differentiated Services Code Point (DSCP)

  3. Explicit Congestion Notification (ECN)

  4. Time To Live (TTL)

  5. Protocol


Correct Option: D
Explanation:

Time to live (TTL) or hop limit is a mechanism that limits the lifespan or lifetime of data in a computer or network. TTL may be implemented as a counter or timestamp attached to or embedded in the data. Once the prescribed event count or timespan has elapsed, data is discarded.

Which of the following network layers is not primitive for Connection Oriented Service?

  1. CONNECT

  2. DISCONNECT

  3. RESET

  4. DATA

  5. REPORT


Correct Option: E
Explanation:

This network layer is primitive for Connection Less Service. It is used for enquiring into the performance of the network.

- Hide questions