0

Computer Networks

Description: Practice questions for GATE Computer Science and Information Technology - Computer Networks session.
Number of Questions: 15
Created by:
Tags: Computer Networks
Attempted 0/15 Correct 0 Score 0

Which transmission technology has a single channel that is shared by all the machines on the network?

  1. Point-to-point

  2. Broadcasting

  3. Unicasting

  4. Personal Area Network

  5. Both (1) and (3)


Correct Option: B
Explanation:

Broadcast networks have a single communication channel that is shared by all the machines on the network.

Which of the following is an application of distributed system?

  1. Air/Ground traffic control system

  2. Payroll Management System

  3. World Wide Web

  4. Bank's credit card system

  5. Inventory Management System


Correct Option: C
Explanation:

A distributed system comprises multiple autonomous computers that communicate through a computer network. It appears to the user as a single computer. World Wide Web is an application of distributed system in which everything looks like a webpage. WWW runs on top of the network.

LISTEN primitive, which is used in implementing a connection oriented service means

  1. block waiting for an incoming connection

  2. establish a connection with a waiting peer

  3. block waiting for an incoming message

  4. terminate a connection

  5. send a message to the peer


Correct Option: A
Explanation:

In a connection oriented service, the server first executes LISTEN to indicate which is prepared to accept incoming connections. After this execution, the server process is blocked until a request for connection appears.

IEEE 802.16 is a standard of

  1. Ethernet

  2. IBM token ring

  3. Wireless MAN

  4. Wireless LAN

  5. Broadband LAN


Correct Option: C
Explanation:

IEEE802.16 is the wireless broadband standard authorised by IEEE. The work group is to develop standards for Wireless Metropolitan Area Networks.

Transport layer of TCP/IP model comprises _______ and _______ protocols.

  1. TELNET; SMTP

  2. TCP; IP

  3. TCP; UDP

  4. IP; UDP

  5. TCP; TELNET


Correct Option: C
Explanation:

TCP and UDP are parts of transport layer. TCP is a reliable connection oriented protocol that allows a byte stream originating from one machine to be delivered to the other machine without any error. UDP is an unreliable and connectionless protocol.

Which layer of the OSI reference model is concerned with the syntax and semantics of the information transmitted?

  1. Application layer

  2. Network layer

  3. Presentation layer

  4. Session layer

  5. Data link layer


Correct Option: C
Explanation:

Presentation layer is concerned with the syntax and semantics of the information transmitted.

The third generation of wireless network used in wide area system is

  1. analog, used for voice only

  2. digital, used for voice only

  3. digital, used for data only

  4. digital, used for both data and voice

  5. analog, used for both data and voice


Correct Option: D
Explanation:

Third generation wireless network is digital, and it is used for transmitting both data and voice.

The base station for the wireless network is

  1. antenna

  2. bluetooth

  3. switch

  4. protocol

  5. access point


Correct Option: E
Explanation:

A base station is a radio receiver/transmitter that serves as the hub of the local wireless network. Access point includes special purpose hardware as well as general purpose computers that are configured to act as base stations or transceivers for wireless LANs.

NNTP protocol is used for

  1. fetching pages on the WWW

  2. moving USENET news articles around

  3. email

  4. file transfer

  5. delivering audio and video over IP networks


Correct Option: B
Explanation:

NNTP (Network News Transfer Protocol) protocol is used for moving USENET articles around. USENET is a worldwide distributed internet discussion system.

_______ is the number of times a signal state is changed in a communication channel.

  1. Latency

  2. Bandwidth

  3. Baud

  4. Delay

  5. Beaconing


Correct Option: C
Explanation:

Baud is the number of times a signal state is changed in a communication channel.

Which of the following devices is used to connect two or more network segments?

  1. Repeaters

  2. Routers

  3. Gateway

  4. Bridge

  5. Node


Correct Option: A
Explanation:

Repeaters are used to connect two or more network segments of any media type.

Which protocol is used to configure network devices to communicate on an IP network?

  1. NTP

  2. DHCP

  3. TFTP

  4. RTP

  5. IGMP


Correct Option: B
Explanation:

DHCP (Dynamic Host Configuration Protocol) is used to configure network devices to communicate on an IP network. A DHCP client uses the DHCP protocol to acquire configuration information such as an IP address, a default root and one or more DNS server addresses from a DHCP server. The DHCP client then uses this information to configure its host. Once the configuration process is complete, the host is able to communicate on the internet.

Which of the following topologies has a dedicated point-to-point link to every other device?

  1. Bus

  2. Star

  3. Mesh

  4. Ring

  5. Tree


Correct Option: C
Explanation:

In a mesh network topology, each of the network node, computer and other devices are interconnected with one another. Every node not only sends its own signals but also relays data from other nodes.

Which of the following protocols is designed to search, retrieve and display documents from remote sites on the Internet?

  1. TELNET

  2. GOPHER

  3. FTP

  4. POP

  5. LDAP


Correct Option: B
Explanation:

Gopher is a protocol designed to search, retrieve and display documents from remote sites on the Internet. The Gopher was created as a piece of software to utilise some of the services that were becoming available on the Internet.

Subnet is the collection of _____ and _____.

  1. hosts; routers

  2. routers; communication lines

  3. hosts; communication lines

  4. routers; customers

  5. hosts; customers


Correct Option: B
Explanation:

In a WAN, hosts are connected by a subnet. Subnet comprises communication lines (copper wire, optical fibre, etc.) and switching elements. Switching elements are connected with two or more communication lines. This switching element is known as router. Router selects the outgoing line for data transmission.

- Hide questions