All those who are appearing for any Company’s Aptitude Exam (or exams like QUEST, AMDOCS, E-LITMUS, AMCAT etc.) here is a quick go through of all very important points which you must be knowing under the Computer Networks section. Most of the time the questions come based on the following points only:
1) Network: Connection of two or more devices/nodes (which are capable of sending & receiving data from/to other nodes) by a media link(communication channel).
2) Types of Networks:
- Peer-to-Peer: Where each computer act as either a client or a server. Each user establishes security on their own computers & determines which of resources to shared.
- Server/Client: Where 1/more dedicated computers are configured as Servers. Server runs N/w Operating System, which manages security & admin access to resources.
3) Transmission Technologies:
- Point-to-point
- Broadcast
4) Possible ways of Data Exchange:
- Simplex
- Full Duplex
- Half Duplex
5) Standards corresponding to OSI model layers:
- Application Layer- Telnet/Termination Emulation, FTP, HTTP, browsers
- Presentation Layer- ASCII, BCD, Binary, JPEG, MIDI, MPEG
- Session Layer- SQL, NFS, RPC
- Presentation Layer- TCP, UDP
- Data Link Layer- Ethernet, Wifi, Frame Relay, ATM, PPP
6) Which device operates at which layer of OSI model?
- Data Link Layer: Switch, Bridges
- Physical Layer: Hub, VLAN’s, Repeaters, Concentrators
- Network Layer: Router
7) Key points about UDP:
- Offers Connectionless Datagram Services
- Neither guarantees delivery nor correct sequencing of delivered packets
- DNS name serves use UDP
- Port No-137
8 ) Key points about Router:
- Connects two different networks & routes packets of data b/w them.
- Increased Overhead & Latency
- Connects different VLAN’s
- N/w address translation
- Packet Filtering
- Don’t Broadcast
- Build tables & makes routing decisions based on those tables.
9) Key points about VLAN’s:
- Control Broadcasts
- Provide increased n/w security
- Admin assigns VLAN by port
10) Classes of Internet Addresses:
- Class A: 0.0.0.0 -127.255.255.255
- Class B: 128.0.0.0-191.255.255.255
- Class C: 192.0.0.0-223.255.255.255
- Class D: 224.0.0.0-239.255.255.255
- Class E: 240.0.0.0-247.255.255.255
11) Reasons for LAN congestion:
- Multicasting
- Low bandwidth
- Large amount of ARP traffic.
12) Define processes(PDU) at each layer of OSI model?
- Transport: Segments
- Network: Packets/Datagrams
- Data Link: Frames
- Physical: Bits
13) Topologies:
- BUS topology: In this each computer is directly connected to primary network cable in a single line.
Advantages: Inexpensive, easy to install, simple to understand, easy to extend.
- STAR topology: In this all computers are connected using a central hub.
Advantages: Can be inexpensive, easy to install and reconfigure and easy to trouble shoot physical problems.
- RING topology: In this all computers are connected in loop.
Advantages: All computers have equal access to network media, installation can be simple, and signal does not degrade as much as in other topologies because each computer regenerates it.
14) Other Imp Points:
- Max. length of header in TCP/IP: 20bytes
- Min. length of header in TCP/IP: 60bytes
- 802.3- Ethernet LAN
- 802.4- Token Ring
- 802.5- Token Bus
- 10Base5: Max Transfer rate is 10Megabits/sec
- Sub Layers of Data Link layer- Logical Link Control(LLC) & Media Access Control(MAC)
15) Key Definitions:
- Attenuation: Weaking/loss of signal energy caused by distance.
- Beaconing: Process that allows a n/w to self-repair n/w problems.
- Multicast: Single sender, multiple receivers.
- ARP(Address Resolution Protocol): Used to associate 32bit IP Address to 48bit MAC Address
- RARP: Reverse of ARP
- FTP: TCP/IP protocol, used to transmitting files between n/w nodes.
- Bit Rate: No. of bits transmitted during 1sec
- Baud Rate: Bit Rate/N(no-of-bits represented by each signal shift)
- ICMP (Internet Control Message Protocol): A N/w layer protocol, which can report errors & status information(using PING).
- PING (Package Internet Gopher): Used for diagnosing IP.
- KERBEROS: Authentication mechanism used to verify user/ server identity.
- IPX: For transferring information from servers to workstations.


































