APPLES 1 Flashcards
An address in a block is given as 180.8.17.9. Find the number of addresses in the block, the first address, and the last address?
a. 2^16, 180.8.0.0 and 180.8.255.255
b. 2^16, 180.8.0.0 and 180.8.17.255
c. 2^16, 180.8.0.0 and 180.8.0.255
d. 2^16, 180.8.17.0 and 180.8.17.255
Since the first octet 180 is between 128 and 191, it is class B (N.N.H.H) address n=16.
Number of addresses = 2 ^(Number of 1s in H) = 2^16.
The first two octets are fixed which is 180.8.X.X
The first address (network address): 180.8.0.0
The last address (broadcast address): 2^16, 180.8.255.255.
The correct answer is: 2^16, 180.8.0.0 and 180.8.255.255
The structure or the format of data is called?
a. None of the these
b. Timing
c. Semantics
d. Syntax
The structure and format of data are denoted using syntax.
Semantics denotes how a particular pattern to be interpreted, and what action is to be taken based on that interpretation.
Protocol = Syntax + Semantics + Timing.
The correct answer is: Syntax
List the layers of the OSI reference model from the upper to lower layer?
a. Application, Presentation, Session, Transport, Network, Data link, Physical
b. Application, Session, Presentation, Transport, Network, Data link, Physical
c. Application, Transport, Network,Session, Presentation, Data link, Physical
d. None of the above
Application, Presentation, Session, Transport, Network, Data link, Physical
Give the number of layers in ISO (OSI reference model, TCP/IP model)
a. 6,5
b. 5,7
c. 7,5
d. 7,6
The seven layers in ISO OSI reference model is Application, Presentation, Session, Transport, Network, Data link and Physical layer. There are five layers in the Internet Protocol stack. The five layers in Internet Protocol stack is Application, Transport, Network, Data link and Physical layer.
The correct answer is: 7,5
Computer A and B belong to a different LAN. Computer A want to communicate with communicate B through the intermediate router. Which layers of the OSI reference model will be affected as the data in transmitted from Computer A to Computer B?
a. Layers 1, 3 and 5
b. Layers 1, 2 and 4
c. Layers 3, 4, 5, 6 and 7
d. Layers 1, 2 and 3
The correct answers is: Layers 1, 3 and 5
Which of the following is a set of rules that governs the data communication?
a. None of the above
b. RFCs
c. Governance
d. Protocol
In computer network, a protocol refers to a set of rules and regulations that allow a network of nodes to transmit and receive data.
The correct answer is: Protocol
Which network topology is widely used for Peer to Peer LAN communication?
a. Ring
b. Star
c. Mesh
d. Mesh
The correct answer is: Ring
Consider three machines A, B and C with IP addresses 100.10.5.2, 100.10.5.5 and 100.10.5.6 respectively. The subnet mask is set to 255.255.255.252 for all the three machines. Deduce the conclusion of this setup?
a. A, B and C all belong to the same subnet
b. Only A and B belong to the same subnet
c. A, B, and C belong to three different subnets
d. Only B and C belong to the same subnet
First, we will do bitwise AND between Subnet mask and given IP address one by one. It is sure from the computation that B and C belong to the same network (i.e., network address 100.10.5.4), while A can belong to different network (i.e., network address 100.10.5.0). Hence option Only B and C belong to the same subnet is correct.
The correct answer is: Only B and C belong to the same subnet
Which of the following are various classes of IP addresses in classful addressing?
a. A,B,C,D,E,F
b. A,C,D,E,F
c. A,B,C,D,F
d. A,B,C,D,E
There are 5 classes of IPv4 addresses. They are class A, B, C, D and E. Class D is for multicasting and Class E is for experimental and research purpose. Hence option C is correct.
The correct answer is: A,B,C,D,E
In the OSI model, as a data packet moves from the lower to the upper layers, headers are _______.
a. Rearranged
b. Removed
c. Replaced
d. Added
The correct answer is: Removed
>What are the Two approaches mainly used in packet switching? a .Datagram Approach b. Virtual Circuit Approach c. Message Switching d. Circuit Datagram
Datagram Approach, Virtual Circuit Approach
Data communication system within a building or campus is________.
a. WAN
b. MAN
c. PAN
d. LAN
LAN (Local Area Network) This network interconnects computers in a small area such as schools, offices, residence etc.
List the three broad classification of networks?
a. PAN, BAN and MAN
b. LAN, WAN and MAN
c. PAN, WAN and LAN
d. LAN, BAN and MAN
LAN, WAN and MAN
You are the network administrator, and your client want you to suggest either a switch or hub to be used in a medium sized network. Which device will you recommend to such network?
a. Hub
b. Neither Switch nor Hub
c. Either Switch or Hub
d. Switch
Switch is used to connect medium sized networks, Hub for small networks.
The correct answer is: Switch
Each block in class B contains _____________ addresses.
a. 2^32
b. 2^8
c. 2^24
d. 2^16
Each block in class B contains 2^16 addresses. The notion of class B is N.N.H.H. Out of 32 bits, the first 16 bits are used for identifying the network and the remaining 16 bits are used by the host portion. Each octet in N.N.H.H is of 8 bits. So the total addresses for host will be 2^(Number of bits in H) 16 bits and hence option d is correct
The correct answer is: 2^16
Consider a network using star topology with 8 connecting endpoint devices. Compute the following,
a) The number of Ports per device ?
b) The Total number of Ports in the given network?
Number of ports per device is 2, Number of devices N is 8. Therefore total number of ports in the network will be 2xN=16.
a) 2 ports per device
b) 16 ports in total
Name the two types of Bridges used in computer networking?
a. 2 Port Bridge
b. Source port Bridge
c. Transparent Bridge
d. Source routing Bridge
Transparent Bridge and Source routing Bridge
TCP/IP model was developed _____ the OSI model.
a. after
b. prior to
c. at the same time with
d. none of the these
Several TCP/IP prototypes were developed at multiple research centers between 1978 and 1983, whereas OSI reference model was developed in the year 1984.
v
A landline telephone network is an example of a _______ network.
a. Line switched
b. Packet switched
c. Circuit switched
d. Both Packet and Circuit switched
Circuit switching is connection oriented switching technique whereas packet switching is connectionless.
The correct answer is: Both Packet and Circuit switched
In OSI model, when data is sent from device A to device B, the 5th layer to receive data at B is
a. Link layer
b. Session layer
c. Presentation layer
d. Application layer
In OSI reference model, the fifth layer is Session layer. Session layer provides the mechanism for opening, closing and managing a session between end-user application processes.
The correct answer is: Session layer