Deepak Pandey
personal blog
personal blog
Jul 18th
SAN FRANCISCO — It’s time to think of Google as much more than just a search engine, and that should both excite and spook you.
Search remains critical to the company’s financial and technological future, but Google also is using the search business’ cash to transform itself into something much broader than just a place to point your browser when asking for directions on the Internet.
What it’s now becoming is an extension of your mind, an omnipresent digital assistant that figures out what you need and supplies it before you even realize you need it.
Think of Google diagnosing your daughter’s illness early based on where she’s been, how alert she is, and her skin’s temperature, then driving your car to school to bring her home while you’re at work. Or Google translating an incomprehensible emergency announcement while you’re riding a train in foreign country. Or Google steering your investment portfolio away from a Ponzi scheme.
Google, in essence, becomes a part of you. Imagine Google playing a customized audio commentary based on what you look at while on a tourist trip and then sharing photo highlights with your friends as you go. Or Google taking over your car when it concludes based on your More >
Dec 15th
FAST – ETHERNET
Router1# show ip interface brief
Router1# configure terminal
Router1(config)# interface fastethernet 0/0
Router1(config-if)# ip address 192.168.1.1 255.255.255.0
Router1(config-if)#no shutdown
Router1(config-if)#exit
Router1(config)#exit
Router1#show ip interface brief [ You have ip address and interface up]
SERIAL PORT
Router1(config)#interface serial 2/0
Router1(config-if)# ip 200.200.10.1 255.255.255.0
Router1(config-if)# clock rate 64000
Router1(config-if)# no shutdown
NOTE: Clock rate should be fed to the DCE router only for timing synchronization with other routers.
Dec 15th
Three Modes of Router Configuration
i. User Privilege Mode: > enable
ii. Configuration Mode: # configure terminal
iii. Global Configuration Mode: (configure)#
Jul 27th
This is the lab report on C++ prepared by me, this was instructed by my Subject Teacher Mr. Srijan Nepal. To download report Click Here.