SSC CGL Preparation – Day 8

Table of Contents

Computer Basics: Ports

๐Ÿ“Œ What is a Port in Computers?

A port in a computer is a physical or virtual interface through which data is sent or received. Ports allow various devices to connect to the computer to either transfer data or allow communication between devices.

There are two main types of ports:

  • Hardware (Physical) Ports
  • Software (Logical/Network) Ports

๐Ÿ”Œ 1. Physical Ports (Hardware Ports)

These are actual connectors on your computer or laptop that allow peripheral devices (mouse, keyboard, printer, etc.) to connect.

๐Ÿ“š Common Physical Ports:

Port NameDescriptionCommon Use
USB (Universal Serial Bus)Most widely used port todayConnects flash drives, keyboards, phones, printers, etc.
HDMI (High-Definition Multimedia Interface)Transmits high-definition audio and videoConnects monitors, projectors, TVs
VGA (Video Graphics Array)Analog video portUsed in older monitors and projectors
Ethernet (RJ-45)Wired network connectionConnects to LAN (Local Area Network)
Audio Jack (3.5 mm)Used for audio input/outputHeadphones, microphones, speakers
Serial Port (COM port)Transmits data one bit at a timeOld modems, mouse (mostly outdated)
Parallel Port (LPT)Transmits multiple bits at onceOlder printers, scanners
Thunderbolt / USB-CHigh-speed multi-use portUsed in newer devices for charging, display, and data transfer
PS/2 PortRound connectors for keyboard/mouseUsed in older desktop systems

๐ŸŒ 2. Logical Ports (Software or Network Ports)

These ports are virtual endpoints for network communications. They are used by applications and protocols to communicate over the internet or a local network.

๐Ÿ“š Common Logical/Network Ports and Their Functions:

Port NumberProtocolDescription
20 & 21FTP (File Transfer Protocol)Used for file transfers
22SSH (Secure Shell)Remote login securely
23TelnetRemote login (not secure)
25SMTP (Simple Mail Transfer Protocol)Sending emails
53DNS (Domain Name System)Resolving domain names to IP
80HTTP (HyperText Transfer Protocol)Web browsing (insecure)
443HTTPS (HTTP Secure)Secure web browsing
110POP3 (Post Office Protocol)Receiving emails
143IMAP (Internet Message Access Protocol)Retrieving emails
3389RDP (Remote Desktop Protocol)Remote desktop access

๐Ÿ“– Note: Logical ports range from 0 to 65535. The first 1024 ports are called well-known ports.


๐Ÿง  Key Points to Remember

  • USB ports come in different versions: USB 1.0, 2.0, 3.0, 3.1, and USB-C.
  • HDMI supports both video and audio, while VGA supports only video.
  • RJ-45 ports connect to LAN via an Ethernet cable.
  • PS/2 ports are circular and color-coded: purple for keyboards, green for mice.
  • Logical ports help manage communication between applications on a network.

๐Ÿงช Exam Tips

  • Focus on common port numbers: 21 (FTP), 25 (SMTP), 80 (HTTP), 443 (HTTPS).
  • Know the difference between physical and logical ports.
  • Identify ports by shape and function for physical ones (e.g., USB, HDMI, VGA).
  • USB 3.0 ports are often blue in color and faster than USB 2.0.

Leave a Reply

Your email address will not be published. Required fields are marked *