It Net - Reviewer
It Net - Reviewer
basic networking concept and terms 2. Hosts - refers to a computer the client workstation
is trying to access over a network.
Connection: In networking, a connection refers to
3. Workstations - a device is considered to be a
pieces of related information that are transferred workstation if it has its own central processing unit
through a network. (CPU) and an operating system that can provide
support to common applications, and firm wares.
Packet: A packet is the smallest unit that is • CLIENT OR WORKSTATION- refers to a
intentionally transferred over a network. computer that request permission to access
files from another network of computer. Host
Packets have a header portion that contains is the computer it wants to access.
information about the packet including the source and
destination, timestamps, network hops, etc. Network Interface Card (NIC) - is a type of
network board with sockets mounted inside a
Network Interface: A network interface can refer to motherboard.
any kind of software interface to networking - - The said receptacle is where the network
hardware. cable will be plugged in, in order to
connect the computer to a network device.
- An NIC also supports wireless network
CHAPTER 2 communication. It has an antenna (that is
usually not visible) that detects wireless
USE OF FUNDAMENTAL NETWORK TERMS signals.
- Every NIC Card contains a unique MAC
Node (also known as station) Address that can never change because
pertains to a network of personal computers, the address is assigned at the factory
servers, mainframes (computers used for the where NIC is manufactured.
extremely complex calculation/s), printers, DVD / MAC Address - is a Physical Address that is
CD-ROM racks, fax machines, disk tapes, network assigned by the manufacturer on a network interface
interfaces and other machines makes up the (NIC), use to uniquely identify a device in a network.
component of the network. Every one of them is a
node if connected to the network directly. - it is a 48-bit address, consist of six sets of two
characters in hexadecimal numbers, every set
wired cabling (also referred to as wired contains 8 bit address separated by a colon:
communications media): fiber-
optic cables, twisted pair cables, coaxial cables Functions of NIC
wireless communications media: infrared waves, 1. NIC provides physical connectivity between a
microwaves, radio device and a network. A wired NIC typically
waves uses an Ethernet cable to connect to the
network, while wireless NIC uses radio waves
Three examples of essential nodes that a user access, to connect wirelessly.
are the following: 2. It is responsible for transmitting and receiving
1. Servers - is a computer program or device data between the device and other devices in
that provides a service to another computer the network.
program and its user, also known as the client 3. It converts the data into form that can be sent
• Physical Servers - is simply a over the network, and then back into a format
computer that is used to run server that device can understand.
software.. 4. NICs have error detection and correction
• Virtual servers - is a virtual capabalities to ensure that data is transmitted
representation of a physical server. accurately and reliably.
Like a physical server, a virtual server 5. NICs manages network traffic by prioritizing
includes its own operating system and certain types of data or limiting data
applications.
transmission to prevent congestion on the suitable for use with multiple devices and
network. networks.
6. Provides network security features such as - Easy to install and use
encryption or authentication to protect the - Can be easily replaced and upgraded.
network from unauthorized access or data - Suitable for mobile devices and laptops.
breaches.
Disadvantages of External NIC
TYPES of NIC • May require additional hardware or cables
1. Internal NIC • Not as fast or reliable as internal NICs.
2. External NIC • May require more power or affect battery life
UDP
• Alternative to TCP is User Datagram Protocol
• Not guaranteed delivery
• No preservation of sequence
• No protection against duplication
• Minimum overhead
• Adds port addressing to IP
• Alternative to TCP is User Datagram Protocol
• Not guaranteed delivery
• No preservation of sequence
• No protection against duplication
• Minimum overhead
• Adds port addressing to IP
Addressing level
• Level in architecture at which entity is named
• Unique address for each end system
(computer) and router
• Network level address
• IP or internet address (TCP/IP)
• Network service access point or NSAP
(OSI)
• Process within the system
• Port number (TCP/IP)
• Service access point or SAP (OSI)
Checksum - A simple error-detection scheme in
which each transmitted message is accompanied by a
numerical value based on the number of set bits in the
message.
ABBREVIATION