MCSE

  Home  Networking  MCSE


“MCSE Interview Questions and Answers will guide you that Microsoft Certified Systems Engineer (MCSE) refers to the broad certification program for Microsoft, although it can also refer to an individual candidate who had completed any one exam within the program (subject to some exclusions). This MCSE Interview Questions and Answers will help you to get preparation of MCSE job or MCSE Certification. This MCSE Interview Questions and Answers guide is based on research and latest techniques.”



333 MCSE Questions And Answers

82⟩ Why do we need a subnet mask?

A subnet mask allows identification of host part and network part of an IP address. Subnet mask can be used to find if an IP address is present on a subnet or not.

 125 views

83⟩ What is RTP?

Real-Time Transfer Protocol lays a standard or a way to transfer or manage real time data over a network. It does not guarantee the delivery of data or provide any quality of service. However it helps to manage the data. Which means that RTP can be used deliver the necessary data to the application to make sure it can put the received packets in the correct order Real time data examples could be audio and video

 143 views

84⟩ What is RTP Multiplexing?

RTP multiplexing allows multiple media flows within a single RTP data payload between two points. This means that it can be used to carry multiple streams of data in one RTP packet. RTP multiplexing will reduce the bandwidth used. RTP multiplexing will also increase scalability.

 126 views

85⟩ Explain the use of RTP and RTCP protocols.

Use of RTP and RTCP:-

1. RTP can be used to transfer Real time data like voice packets.

2. RTP can be used with RTCP which makes it possible to monitor data.

3. Packet loss can be detected by RTP using Sequence number

RTCP provides Qos feedback :- Packets lost, round trip time

 112 views

86⟩ Describe the format of RTP and RTCP packets.

The 32 bits of RTP packet format is as follows:- (L to R)

Bit 0-1:- Indicates version, currently 2

Bit 2:- P- indicates padding bytes

Bit 3:- X- Indicates presence of extension header

Bit 4-7:- CC- Contains number of CSRC identifiers that follows the header

Bit 8:- M- Current data has some special relevance (if set)

Bit 9-15:- PT- Indicates format of payload

Bit 16-31:- Sequence number

Timestamp: - 32bits – time stamp of packet

SSRC- Synchronization source identifier uniquely identifies the source of a stream.

CSRC -Contributing source IDs enumerate contributing sources to a stream which has been generated from multiple sources

Extension header: - first 32 bit word contains profile specific identifier and length specifier

The 32 bits of RTCP header format is as follows:- (L to R)

Bit 0-1:- Indicates version, currently 2

Bit 2:- P- indicates padding bytes

Bit 3 to 7:- Count of number of reception report blocks

Bit 8 to 15:- Type: - Determined RTCP packet type. Type can take values from 0 to 255

16 to 31:- Length- Length of RTCP packet - 1

SR: - Sender Report for transmission and reception from active senders

RR: - Receiver report for reception from in active senders

SDES: - Source description items

BYE- indicates end of participation

APP: - Application specific functions

 128 views

87⟩ What is multicasting?

Multicasting allows a single message to be sent to a group of recipients. Emailing, teleconferencing, are examples of multicasting. It uses the network infrastructure and standards to send messages.

 108 views

88⟩ Define IP multicast.

IP multicast technology reduces traffic by sending stream of information to many recipients at one go. Video conferencing, stock quotas are the examples based on IP multicast.

 126 views

89⟩ Describe how the multicast protocol works.

Multicast protocol or Internet protocol delivers a singles message to multiple machines. One packet from the source is replicated and sent to the destination. Every multicast message requires a multi case group. The group defines the addresses which will receive the message. The group is defined by the class D address. Different routing protocols are used to find the multicast groups and build routes for them. Distance Vector Multicast protocol is one of them. The receiver, to whom the multicast packet is sent to, needs to ‘join’ the group. Joining the group is enabled and managed by IGMP. Multicast routers are used to transmit the messages from one network to another.

 111 views

90⟩ Describe how to control the scope of multicast transmissions.

Controlling the scope of multicast transmission restricts the range of group members. TTL (Time To Live) is one of the mechanisms to limit the scope. If the TTL value is small, packets would only be multicast to smaller distance destinations. More the value of TTL, more would be the scope of transmission to a larger number of machines. Administrative scoping is another mechanism. In this, transmission is restricted to a specific address space of an organization or a site.

 119 views

91⟩ Explain why use Multicasting.

* a. When the same message or packet needs to be sent to multiple destinations, multicasting is used.

* b. Within campus and offices, using multicasting file distribution can be done.

* c. System messages, news and videos can be sent at the same time.

* d. More commonly used for audio and video streaming.

 118 views

92⟩ What is the socket?

A socket is used to connect an application to a network protocol. A socket enables communication between a client and a server. The communication is started when the client is assigned a local port number, and binds a socket to it. The client writes on the socket and gets information from server by reading it.

 134 views

93⟩ Datagram vs. stream.

Stream can be considered as a pipe that allows full duplex connection. A datagram or a packet on the other hand, has a source and a destination. There is no connection. Stream is like a communication channel while datagram is completely self contained. Streams provide a reliable and sequenced communication. Datagram’s on the other hand are unreliable and no sequence maintained.

 116 views

94⟩ What is a stream socket?

A stream socket provides two way communications between a client and server. This communication is reliable and sequenced. Stream sockets are above TCP to run across any networks. They provide unduplicated flow of data and have well established mechanism for creating and destroying connections and for detecting errors.

 118 views

95⟩ How would you define IP address?

IP address or Internet Protocol address is the address of a device attached to an IP network (TCP/IP network). It is a must for every client, server and network device to have a unique IP address for each network connection (network interface). Every IP packet contains a source IP address and a destination IP address. As a device moves from one network to another, its IP address changes.

 112 views

96⟩ Difference between Static and Dynamic IP.

Static IP is also called as permanent address assigned to each device in a network, whereas Dynamic IP, a temporary address assigned to the device via DHCP software. IP address assigned to your service by your cable or DSL Internet provider is typically dynamic IP. In routers and operating systems, the default configuration for clients is dynamic IP

 121 views

97⟩ What is the difference between public and private IP?

A public IP address allows equipment accessible to everyone on the internet. A private IP address is for private use within the network and allows many more PCs to be connected. If you are using a private IP and wants VOIP, you need to change to a public IP address.

 124 views

98⟩ What is Network Address Translation?

Network Address Translation acts as an agent between the Internet and a local network. It is a dynamic method which is used to minimize Internet connectivity needs. Network address translation describes the rewriting of the Internet Protocol (IP) addresses of data packets so that multiple transmissions require only one IP address.

 127 views

99⟩ Define IP multicast.

IP multicast technology reduces traffic by sending stream of information to many recipients at one go. Video conferencing, stock quotas are the examples based on IP multicast.

 135 views

100⟩ What is subneting?

Subnet adds one level to the way IP address is represented. It logically organizes the network. For instance, it can logically group computers belongs to the finance department.

 137 views