Procedure to make a connection to the URL
Briefly describe the procedure to make a connection to the URL?
Expert
At first, obtain a URL instance and then invoke openConnection on it. The URLConnection is an abstract class that signifies you cannot directly make instances of it by using a constructor. You have to invoke openConnection process on a URL instance, to obtain the right type of connection for your URL. Example: URL url;
URLConnection connection; try{ url = new URL("..."); connection = url.openConnection(); }catch (MalFormedURLException e) { }
Write a brief notes on LRC and CRC.
Explain the term MODEM? State its definition in brief.
Give a brief explanation of Deskjump.
Define packet filter. Illustrate it in simple words.
Explain the three HDLC station types?
What is IS-95? Explain it briefly.
Define Base transceiver station (or BTS)?
State the difference between the ARP and RARP?
What do you meant by the Cellular digital packet data?
Difference between Switch & Hub: Switch: Switches functions at Layer 2 Data Link Layer Forward / Filter decision using MAC address Loop Avoidance Address Learning Break-up collision domains
18,76,764
1939461 Asked
3,689
Active Tutors
1423252
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!