Cs2363 Computer Networks Important Questions

Posted on  by 



What are Unicasting, Anycasting, Multicasting and Broadcasting?
If the message is sent from a source to a single destination node, it is called Unicasting. This is typically done in networks.

If the message is sent from a source to any of the given destination nodes. This is used a lot in Content delivery Systems where we want to get content from any server.

Cs2363 Computer Networks Important Questions

If the message is sent to some subset of other nodes, it is called Multicasting. Used in the situation when there are multiple receivers of the same data. Like video conferencing, updating something on CDN servers which have a replica of same data.
If the message is sent to all the nodes in a network it is called Broadcasting. This is typically used in Local networks, for examples DHCP and ARP use broadcasting.

  • Jan 12, 2014 To Get Question Banks, Notes, University Question papers & important question for CS2363 Computer Networks CN subject,Click this link And don't forget to share! Have a nice day.Thank You! Students search our site for.
  • 4.5 (13) CN Imp Qusts Pdf file – Computer Networks Important Questions Pdf file Please find the attached pdf file of Computer Networks Important Questions Bank – CN Imp Qusts Link – CN Question Bank UNIT – I Overview of the Internet, Physical Layer, Data Link Layer 1.Define Network? 2.Explain different types of networks?
  • 67 videos Play all Computer Networks Gate Smashers MCQ's Computer Networks: IBPS SO IT - Professional Knowledge - Duration: 16:29. Look Learn Lead 16,252 views.

. Computer Networks MCQ Interview Questions set-8: Solved Multiple Choice Questions on Computer networking: For other more Multiple Choice Questions Visit: http.

What are layers in OSI model?
There are a total of 7 layers
1. Physical Layer
2. Data Link Layer
3. Network Layer
4. Transport Layer
5. Session Layer
6. Presentation Layer
7. Application Layer

What is Stop-and-Wait Protocol?
In Stop and wait protocol, a sender after sending a frame waits for an acknowledgment of the frame and sends the next frame only when acknowledgment of the frame has received.


What is Piggybacking?
Piggybacking is used in bi-directional data transmission in the network layer (OSI model). The idea is to improve the efficiency. Piggyback acknowledgment (of the received data) is hooked on the data frame (to be sent) instead of sending a separate frame.

Cs2363 computer networks important questions examples

Differences between Hub, Switch and Router?

HubSwitchRouter
Physical Layer DeviceData Link Layer DeviceNetwork Layer Device
Simply repeats signal to all portsDoesn’t simply repeat, but filters content by MAC or LAN addressRoutes data based on IP address
Connects devices within a single LANCan connect multiple sub-LANs within a single LANConnect multiple LANS and WANS together.
Collision domain of all hosts connected through Hub remains one. i.e., if signal sent by any two devices can collide.Switch divides collision domain, but broadcast domain of connected devices remains same.It divides both collision and broadcast domains,

See network devices for more details.

Cs2363 Computer Networks Important Questions Answers

What happens when you type a URL in the web browser?
A URL may contain a request to HTML, image file or any other type.

  1. If the content of the typed URL is in the cache and fresh, then display the content.
  2. Else find the IP address for the domain so that a TCP connection can be set up. Browser does a DNS lookup.
  3. Browser needs to know the IP address for a URL so that it can set up a TCP connection. This is why browser needs DNS service. The browser first looks for URL-IP mapping browser cache, then in OS cache. If all caches are empty, then it makes a recursive query to the local DNS server. The local DNS server provides the IP address.
  4. Browser sets up a TCP connection using three-way handshake.
  5. Browser sends a HTTP request.
  6. Server has a web server like Apache, IIS running that handles incoming HTTP request and sends an HTTP response.
  7. Browser receives the HTTP response and renders the content.

What is DHCP, how does it work?

  1. The idea of DHCP (Dynamic Host Configuration Protocol) is to enable devices to get IP address without any manual configuration.
  2. The device sends a broadcast message saying “I am new here”
  3. The DHCP server sees the message and responds back to the device and typically allocates an IP address. All other devices on network ignore the message of the new device as they are not DHCP server.
Networks

In Wi-Fi networks, Access Points generally work as a DHCP server.

What is ARP, how does it work?
ARP stands for Address Resolution Protocol. ARP is used to find LAN address from the Network address. A node typically has destination IP to send a packet, the nodes need link layer address to send a frame over a local link. The ARP protocol helps here.

  1. The node sends a broadcast message to all nodes saying what is the MAC address of this IP address.
  2. Node with the provided IP address replies with the MAC address.

Like DHCP, ARP is a discovery protocol, but unlike DHCP there is not server here.

Practice Quizzes for Networking

You may also like

Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above

Attention reader! Don’t stop learning now. Get hold of all the important CS Theory concepts for SDE interviews with the CS Theory Course at a student-friendly price and become industry ready.

Recommended Posts:


Improved By : PrashanthNvs, Harshraj22, prantik sarmah

Here is the Data Communication Computer Network Short Question And Answer PDFs,We have listed out some of the important Short Questions with Answers which will help students to answer it correctly in their University Written Exam.

lots of reader would like to read the content for Data Communication Computer Network Short Question And Answer PDF in the offline mode as well,here is the pdf file which contains lots of short Questions and Answers for Data communication and computer network

Cs2363 Computer Networks Important Questions And Answers

For Offline Study you can Download pdf file from below link
data-communication-and-computer-network-short-question-and-answer-pdf


You may be interested in:
Data Communication and Networking MCQs By behrouz-forouzan

Cs2363 Computer Networks Important Questions Sample

Data Communication and Networking Tutorials





Coments are closed