20 Tech Google Questions Flashcards
What are all the components in a PC or Server?
PC: chassi, system board, psu, cpu, ram, hdd, fans, cables, graphics card, dvd, monitor, keyboard/mouse Server: same with deduction of a extra graphics card (is one on the system board), and addition of hdd controller, possibly backplane, no cd/dvd, extra nic, double cpu, ram, psu, fans, remote monitoring/console.
What protocol is used by ping?
ICMP (this is a sneaky question - an obvious fault is to go for TCP or UDP)
How many IDE devices can you have in a PC?
two per channel (usually 4)
How many can you have on each channel? What are they called?
2 / master and slave
What is the resolution in Windows 2000 safe mode?
800x600 or 640x480?- see this link on mydigitallife or this post on tom’s hardware.
What is a MAC address?
Media Access Control - a unique identifier for network devices. Used by many protocols
What is the name of the Ethernet plug?
RJ45
How do you recognize a broken hard drive without software or removing it from the machine?
1) Noise (tick tack sound of the arm getting stuck/hitting something) 2) Any leds on the disk, system board, controller 3) Any vibration or anything from the disk
How do you find the first disk in a linux OS?
Look under /dev/ for a disk like /dev/sda(SATA) /dev/hda (PATA). Then /dev/sda1 is the first partition.
Name two devices needed to make a network
switch and router (well, network card (NIC) and router should do it, or a switch and network card.. depends how big you want to make it, really i guess you can have a network with a crossover cable and two nics
What is BIOS?
Basic input/output system. Responsible for initializing hardware, POST/startup diagnostics, boot the OS and varies hardware settings.
What is the bit rate of a serial interface of a network device?
the default apparently in hyperterminal - 9600 (this might be tricky, in my experience this varies between the devices - max is probably 115200bps). Maybe what they are asking for is what is the default speed of a Cisco switch’s aux or console port? If so, the answer is 9600.
What is the port used for HTTP?
80
What is the difference between PCIe and PCI?
PCI-e is newer than PCI and PCI-x. The slots look different and they are not compatible.
How many primary partitions can you have in DOS?
Four primary and maximum one active per disk