Mark the Layer that comes under Media Layer
Physical Layer
Transport Layer
Network Layer
Data Link Layer
Which protocol is not used Incoming Mail Sevice.
POP3
SMTP
IMAP
HTTP
Which is the default port number used by File Transfer Protocol(FTP)?
port21
port12
port23
port32
which port is used for Windows Terminal Services (or) Windows Remote Desktop
NTP- port123
DNS- port53
SSH- port22
RDP- port3389
SIP stands for?
Simple Internet Protocol
Session Internet Protocol
Session Initiation Protocol
Simple Initiation Protocol
SIP can also initiate multi-party calls using a multipoint control unit (MCU) or fully-meshed interconnection instead of multicast.
True
False
What is the name of the program at the operating system level which is used when an ABAP/4 program is used to trigger an external program?
disp+work
gwrd
sapevt
sapxpg
Which of the following components can send messages to a Windows service to start, stop, pause, or continue?
System.ServiceProcess.ServiceController
System.ServiceProcess.ServiceBase
System.ServiceProcess.ServiceInstaller
System.ServiceProcess.ServiceProcessInstaller
Which class does a Windows service always inherit from?
You want to create a Windows service that will monitor specific folders on the hard drive. This service won't be shared with any other process and will launch when the system is booted. Which configuration would be appropriate for this particular service?
Win32OwnProcess type, Network Service account, automatic startup type
Win32OwnProcess type, LocalSystem account, automatic startup type
Win32OwnProcess type, User account, manual startup type
All