Tuesday, November 25, 2014

WAN Technologies A WAN is a data communications network that covers a relatively broad geographic area and that often uses transmission facilities provided by common carriers, such as telephone companies. WAN technologies generally function at the lower three layers of the OSI reference model: the physical layer, the data link layer, and the network...

Internetworking Technology Handbook

Contents Ø 1 Internetworking Basics Ø 2 LAN Technologies Ø 3 WAN Technologies Ø 4 Internet Protocols Ø 5 Bridging and Switching Ø 6 Routing Ø 7 Network Management Ø 8 Voice/Data Integration Technologies Ø 9 Wireless Technologies Ø 10 Cable Access Technologies Ø 11 Dial-up Technology Ø ...

Sunday, October 12, 2014

Note

1.Twitter Bootstrap Responsive Background-Image inside Div background-size:100% auto; 2.Specify the painting area of the background or background only content div { background-clip: content-box; } 3.NetworkOnMainThreadException: if...

Monday, June 2, 2014

How to Print Double Quotes in Java

To print double quotes in Java, we can either use: System.out.println("\"Hello\""); Or: System.out.println((char)34+"Hello"+(char)34) ; ...

Page 1 of 1212345Next